comparison src/share/vm/graal/graalCodeInstaller.hpp @ 3664:6e1abd79e7c8

Register assumptions before anything else. Don't free code blob (it is reused).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 17 Nov 2011 19:11:55 +0100
parents 47edfca346ab
children e755289380e3
comparison
equal deleted inserted replaced
3663:8c46cdb684d4 3664:6e1abd79e7c8
54 54
55 oop _citarget_method; 55 oop _citarget_method;
56 oop _hotspot_method; 56 oop _hotspot_method;
57 oop _name; 57 oop _name;
58 arrayOop _sites; 58 arrayOop _sites;
59 arrayOop _assumptions;
60 arrayOop _exception_handlers; 59 arrayOop _exception_handlers;
61 CodeOffsets _offsets; 60 CodeOffsets _offsets;
62 61
63 arrayOop _code; 62 arrayOop _code;
64 jint _code_size; 63 jint _code_size;