comparison 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
comparison
equal deleted inserted replaced
1461:944071972cd9 1462:1845386f5403
129 } 129 }
130 tty->print("%i", type); 130 tty->print("%i", type);
131 ShouldNotReachHere(); 131 ShouldNotReachHere();
132 } else { 132 } else {
133 value->klass()->print(); 133 value->klass()->print();
134 value->print();
134 ShouldNotReachHere(); 135 ShouldNotReachHere();
135 } 136 }
136 } 137 }
137 138
138 // constructor used to create a method 139 // constructor used to create a method