changeset 1457:572d4c6d6ce6

Small renaming.
author Doug Simon <doug.simon@oracle.com>
date Sat, 13 Nov 2010 07:54:30 +0100
parents cb03c46412a4
children dc114f680d9c
files c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java	Fri Nov 12 16:17:55 2010 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java	Sat Nov 13 07:54:30 2010 +0100
@@ -171,7 +171,7 @@
     }
 
     @Override
-    public int sizeofBasicObjectLock() {
+    public int sizeOfBasicObjectLock() {
         // TODO shouldn't be hard coded
         return 2 * 8;
     }