comparison src/share/vm/graal/graalCodeInstaller.hpp @ 7154:5d0bb7d52783

changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:36:40 +0100
parents eec7173947a1
children a7a93887b4c4
comparison
equal deleted inserted replaced
7153:c421c19b7bf8 7154:5d0bb7d52783
47 MARK_IMPLICIT_NULL = 0x3000, 47 MARK_IMPLICIT_NULL = 0x3000,
48 MARK_POLL_NEAR = 0x3001, 48 MARK_POLL_NEAR = 0x3001,
49 MARK_POLL_RETURN_NEAR = 0x3002, 49 MARK_POLL_RETURN_NEAR = 0x3002,
50 MARK_POLL_FAR = 0x3003, 50 MARK_POLL_FAR = 0x3003,
51 MARK_POLL_RETURN_FAR = 0x3004, 51 MARK_POLL_RETURN_FAR = 0x3004,
52 MARK_KLASS_PATCHING = 0x4000,
53 MARK_DUMMY_OOP_RELOCATION = 0x4001,
54 MARK_ACCESS_FIELD_PATCHING = 0x4002
55 }; 52 };
56 53
57 Arena _arena; 54 Arena _arena;
58 55
59 oop _comp_result; 56 oop _comp_result;