diff src/share/vm/oops/methodOop.hpp @ 5554:70f715dfbb41

Bring Java renamings and restructurings to the C++ part.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 10 Jun 2012 01:17:48 +0200
parents af59b4dfc9e4
children 957c266d8bc5
line wrap: on
line diff
--- a/src/share/vm/oops/methodOop.hpp	Sat Jun 09 22:50:50 2012 +0200
+++ b/src/share/vm/oops/methodOop.hpp	Sun Jun 10 01:17:48 2012 +0200
@@ -132,7 +132,7 @@
   InvocationCounter _backedge_counter;           // Incremented before each backedge taken - used to trigger frequencey-based optimizations
 
 #ifdef GRAAL
-  oop               _graal_mirror;               // com/oracle/graal/hotspot/HotSpotMethodResolved mirroring this method
+  oop               _graal_mirror;               // com/oracle/graal/hotspot/HotSpotResolvedJavaMethod mirroring this method
   jlong             _graal_invocation_time;
   int               _graal_priority;
 #endif