diff src/share/vm/c1x/c1x_CodeInstaller.cpp @ 1462:1845386f5403

Full GC after bootstrap. Disable IRChecker by default. Disable compiled method logging by default.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Sat, 13 Nov 2010 21:11:28 +0100
parents dc114f680d9c
children 2c754f3a2722
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_CodeInstaller.cpp	Sat Nov 13 19:58:27 2010 +0100
+++ b/src/share/vm/c1x/c1x_CodeInstaller.cpp	Sat Nov 13 21:11:28 2010 +0100
@@ -131,6 +131,7 @@
     ShouldNotReachHere();
   } else {
     value->klass()->print();
+    value->print();
     ShouldNotReachHere();
   }
 }