hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
changeset 1135 9487203e5789
parent 670 ddf3e9583f2f
child 2254 f13dda645a4b
child 2262 51ebd610829b
--- a/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java	Wed Sep 10 14:29:32 2008 -0700
+++ b/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java	Wed Sep 10 18:23:32 2008 -0700
@@ -621,6 +621,11 @@
     return bytes;
   }
 
+  /** Returns true if this is a isBigEndian, false otherwise */
+  public boolean isBigEndian() {
+    return isBigEndian;
+  }
+
   /** Returns true if this is a "core" build, false if either C1 or C2
       is present */
   public boolean isCore() {