diff src/share/vm/graal/graalCodeInstaller.hpp @ 18222:a8cff27ca2e1

converted HotSpotResolvedJavaMethod to an interface
author Doug Simon <doug.simon@oracle.com>
date Mon, 03 Nov 2014 16:08:06 +0100
parents c2270ad35f57
children aa4f2e3629ca
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Fri Oct 31 10:44:05 2014 +0100
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Mon Nov 03 16:08:06 2014 +0100
@@ -146,7 +146,7 @@
 };
 
 /**
- * Gets the Method metaspace object from a HotSpotResolvedJavaMethod Java object.
+ * Gets the Method metaspace object from a HotSpotResolvedJavaMethodImpl Java object.
  */
 Method* getMethodFromHotSpotMethod(oop hotspot_method);