# HG changeset patch # User Doug Simon # Date 1351787628 -3600 # Node ID 8e9ffa7c714bf9e9243f552d84b9972e35dd22e4 # Parent 3f25ffc69fecae663b7da48a31cdd9424e85a88a fixed comment diff -r 3f25ffc69fec -r 8e9ffa7c714b src/share/vm/graal/graalCodeInstaller.hpp --- 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,