comparison src/share/vm/graal/graalCodeInstaller.hpp @ 9669:ed6202820ecf

renamed HotSpotCompilationResult to HotSpotCompiledCode and added subclasses HotSpotCompiledNmethod and HotSpotCompiledRuntimeStub
author Doug Simon <doug.simon@oracle.com>
date Mon, 13 May 2013 21:59:17 +0200
parents 18632807db02
children d552919fbb05
comparison
equal deleted inserted replaced
9668:fe9a18fbb15e 9669:ed6202820ecf
48 MARK_INVOKE_INVALID = -1 48 MARK_INVOKE_INVALID = -1
49 }; 49 };
50 50
51 Arena _arena; 51 Arena _arena;
52 52
53 oop _comp_result;
54 oop _stubName;
55 arrayOop _sites; 53 arrayOop _sites;
56 arrayOop _exception_handlers; 54 arrayOop _exception_handlers;
57 CodeOffsets _offsets; 55 CodeOffsets _offsets;
58 56
59 arrayOop _code; 57 arrayOop _code;