src/share/vm/runtime/javaCalls.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/javaCalls.cpp	Thu Jan 30 13:10:57 2014
--- new/src/share/vm/runtime/javaCalls.cpp	Thu Jan 30 13:10:57 2014

*** 335,345 **** --- 335,345 ---- #ifdef ASSERT { InstanceKlass* holder = method->method_holder(); // A klass might not be initialized since JavaCall's might be used during the executing of // the <clinit>. For example, a Thread.start might start executing on an object that is // not fully initialized! (bad Java programming style) ! assert(holder->is_linked(), "rewritting must have taken place"); ! assert(holder->is_linked(), "rewriting must have taken place"); } #endif assert(!thread->is_Compiler_thread(), "cannot compile from the compiler");

src/share/vm/runtime/javaCalls.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File