changeset 6661:8e9ffa7c714b

fixed comment
author Doug Simon <doug.simon@oracle.com>
date Thu, 01 Nov 2012 17:33:48 +0100
parents 3f25ffc69fec
children 370674104c1c
files src/share/vm/graal/graalCodeInstaller.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,