Searched refs:nmOrig (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/test/compiler/intrinsics/klass/
H A DCastNullCheckDroppingsTest.java330 static void checkDeoptimization(Method method, NMethod nmOrig, boolean deopt) { argument
346 if (nm.compile_id != nmOrig.compile_id) {
347 throw new AssertionError(method + " was recompiled: old nmethod=" + nmOrig + ", new nmethod=" + nm);

Completed in 65 milliseconds