comparison src/share/vm/graal/graalCodeInstaller.hpp @ 5839:58a607307306

renaming in native code for CiTargetMethod -> CompilationResult
author Doug Simon <doug.simon@oracle.com>
date Mon, 16 Jul 2012 15:18:38 +0200
parents f238fe91dc7f
children 8e9ffa7c714b
comparison
equal deleted inserted replaced
5829:0095a9c235c6 5839:58a607307306
54 MARK_ACCESS_FIELD_PATCHING = 0x4002 54 MARK_ACCESS_FIELD_PATCHING = 0x4002
55 }; 55 };
56 56
57 ciEnv* _env; 57 ciEnv* _env;
58 58
59 oop _citarget_method; 59 oop _comp_result;
60 oop _hotspot_method; 60 oop _hotspot_method;
61 oop _name; 61 oop _name;
62 arrayOop _sites; 62 arrayOop _sites;
63 arrayOop _exception_handlers; 63 arrayOop _exception_handlers;
64 CodeOffsets _offsets; 64 CodeOffsets _offsets;