agent/src/share/classes/sun/jvm/hotspot/code/CodeBlob.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 7023639 Cdiff agent/src/share/classes/sun/jvm/hotspot/code/CodeBlob.java

agent/src/share/classes/sun/jvm/hotspot/code/CodeBlob.java

Print this page

        

*** 91,101 **** public boolean isRuntimeStub() { return false; } public boolean isDeoptimizationStub() { return false; } public boolean isUncommonTrapStub() { return false; } public boolean isExceptionStub() { return false; } public boolean isSafepointStub() { return false; } - public boolean isRicochetBlob() { return false; } public boolean isAdapterBlob() { return false; } // Fine grain nmethod support: isNmethod() == isJavaMethod() || isNativeMethod() || isOSRMethod() public boolean isJavaMethod() { return false; } public boolean isNativeMethod() { return false; } --- 91,100 ----
agent/src/share/classes/sun/jvm/hotspot/code/CodeBlob.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File