comparison src/share/vm/graal/graalCodeInstaller.hpp @ 7094:eec7173947a1

removed remaining use of the C++ "compiler interface" (i.e. ci) by Graal for installing dependencies
author Doug Simon <doug.simon@oracle.com>
date Thu, 29 Nov 2012 17:13:13 +0100
parents af30115c9d0e
children 5d0bb7d52783
comparison
equal deleted inserted replaced
7093:dff79b1f82f1 7094:eec7173947a1
52 MARK_KLASS_PATCHING = 0x4000, 52 MARK_KLASS_PATCHING = 0x4000,
53 MARK_DUMMY_OOP_RELOCATION = 0x4001, 53 MARK_DUMMY_OOP_RELOCATION = 0x4001,
54 MARK_ACCESS_FIELD_PATCHING = 0x4002 54 MARK_ACCESS_FIELD_PATCHING = 0x4002
55 }; 55 };
56 56
57 ciEnv* _env; 57 Arena _arena;
58 58
59 oop _comp_result; 59 oop _comp_result;
60 oop _name; 60 oop _name;
61 arrayOop _sites; 61 arrayOop _sites;
62 arrayOop _exception_handlers; 62 arrayOop _exception_handlers;