diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVMImpl.java @ 7784:016e23829147

added HotSpot implementation of disassembling APIs
author Doug Simon <doug.simon@oracle.com>
date Wed, 13 Feb 2013 11:36:16 +1000
parents dc3e86fd3be1
children 8bbbde9d0a52
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVMImpl.java	Wed Feb 13 11:34:22 2013 +1000
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVMImpl.java	Wed Feb 13 11:36:16 2013 +1000
@@ -126,6 +126,9 @@
     public native String disassembleNative(byte[] code, long address);
 
     @Override
+    public native String disassembleNMethod(long nmethod);
+
+    @Override
     public native StackTraceElement getStackTraceElement(long metaspaceMethod, int bci);
 
     @Override