diff src/share/vm/graal/graalCodeInstaller.hpp @ 6661:8e9ffa7c714b

fixed comment
author Doug Simon <doug.simon@oracle.com>
date Thu, 01 Nov 2012 17:33:48 +0100
parents 58a607307306
children e522a00b91aa
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Thu Nov 01 17:32:35 2012 +0100
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Thu Nov 01 17:33:48 2012 +0100
@@ -29,7 +29,7 @@
  */
 class CodeInstaller {
 private:
-  // these need to correspond to HotSpotXirGenerator.java
+  // these need to correspond to Marks.java
   enum MarkId {
     MARK_VERIFIED_ENTRY             = 0x0001,
     MARK_UNVERIFIED_ENTRY           = 0x0002,