changeset 18559:a2ee2e329af8

removed HotSpotGraalRuntime.unsafeReadWord()
author Doug Simon <doug.simon@oracle.com>
date Wed, 26 Nov 2014 23:02:45 +0100
parents 7484f5fcd41d
children 1019a5d7c065
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotGraalRuntime.java
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotGraalRuntime.java	Wed Nov 26 22:58:09 2014 +0100
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotGraalRuntime.java	Wed Nov 26 23:02:45 2014 +0100
@@ -240,13 +240,6 @@
     }
 
     /**
-     * Reads a word value from a given address.
-     */
-    public static long unsafeReadWord(long address) {
-        return unsafe.getAddress(address);
-    }
-
-    /**
      * Reads a klass pointer from a constant object.
      */
     public static long unsafeReadKlassPointer(Object object) {