comparison 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
comparison
equal deleted inserted replaced
6660:3f25ffc69fec 6661:8e9ffa7c714b
27 /* 27 /*
28 * This class handles the conversion from a InstalledCode to a CodeBlob or an nmethod. 28 * This class handles the conversion from a InstalledCode to a CodeBlob or an nmethod.
29 */ 29 */
30 class CodeInstaller { 30 class CodeInstaller {
31 private: 31 private:
32 // these need to correspond to HotSpotXirGenerator.java 32 // these need to correspond to Marks.java
33 enum MarkId { 33 enum MarkId {
34 MARK_VERIFIED_ENTRY = 0x0001, 34 MARK_VERIFIED_ENTRY = 0x0001,
35 MARK_UNVERIFIED_ENTRY = 0x0002, 35 MARK_UNVERIFIED_ENTRY = 0x0002,
36 MARK_OSR_ENTRY = 0x0003, 36 MARK_OSR_ENTRY = 0x0003,
37 //MARK_UNWIND_ENTRY = 0x0004, 37 //MARK_UNWIND_ENTRY = 0x0004,