diff src/share/vm/oops/methodOop.hpp @ 3586:7604c69a6301

rename com.oracle.max.graal.runtime to com.oracle.max.graal.hotspot
author Gilles Duboscq <gilles.m.duboscq@gmail.com>
date Fri, 07 Oct 2011 16:49:07 +0200
parents be4ca325525a
children 33df1aeaebbf
line wrap: on
line diff
--- a/src/share/vm/oops/methodOop.hpp	Thu Oct 06 17:14:21 2011 +0200
+++ b/src/share/vm/oops/methodOop.hpp	Fri Oct 07 16:49:07 2011 +0200
@@ -129,7 +129,7 @@
   InvocationCounter _invocation_counter;         // Incremented before each activation of the method - used to trigger frequency-based optimizations
   InvocationCounter _backedge_counter;           // Incremented before each backedge taken - used to trigger frequencey-based optimizations
 
-  // com/oracle/max/graal/runtime/HotSpotMethodResolved mirroring this method
+  // com/oracle/max/graal/hotspot/HotSpotMethodResolved mirroring this method
   oop               _graal_mirror;
 #ifdef TIERED
   jlong             _prev_time;                   // Previous time the rate was acquired