src/hotspot/share/interpreter/rewriter.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/interpreter/rewriter.cpp	Thu Mar  8 10:24:37 2018
--- new/src/hotspot/share/interpreter/rewriter.cpp	Thu Mar  8 10:24:36 2018

*** 109,124 **** --- 109,124 ---- // Clean up constant pool cache if initialize_resolved_references() failed. if (HAS_PENDING_EXCEPTION) { MetadataFactory::free_metadata(loader_data, cache); _pool->set_cache(NULL); // so the verifier isn't confused } + } else { DEBUG_ONLY( if (DumpSharedSpaces) { cache->verify_just_initialized(); }) + } } // The new finalization semantics says that registration of

src/hotspot/share/interpreter/rewriter.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File