hotspot/src/share/vm/classfile/classLoader.cpp
changeset 8497 aa7fd2c3caa9
parent 8327 f5a13a17d5f3
child 8921 14bfe81f2a9d
--- a/hotspot/src/share/vm/classfile/classLoader.cpp	Mon Feb 28 17:12:42 2011 -0800
+++ b/hotspot/src/share/vm/classfile/classLoader.cpp	Tue Mar 01 10:27:15 2011 -0800
@@ -1332,7 +1332,7 @@
       }
 
       if (_compile_the_world_counter >= CompileTheWorldStartAt) {
-        if (k.is_null() || (exception_occurred && !CompileTheWorldIgnoreInitErrors)) {
+        if (k.is_null() || exception_occurred) {
           // If something went wrong (e.g. ExceptionInInitializerError) we skip this class
           tty->print_cr("CompileTheWorld (%d) : Skipping %s", _compile_the_world_counter, buffer);
         } else {