comparison src/share/vm/graal/graalVMExits.hpp @ 3011:f00918f35c7f

inlining and runtime interface related changes: added codeSize() and compilerStorage() to RiMethod HotSpotMethodResolved uses reflective methods instead of vmIds and survives compilations HotSpotResolvedType.isInitialized not represented as field (can change) inlining stores graphs into method objects and reuses them
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 16 Jun 2011 20:36:17 +0200
parents b78b4ae0757c
children 3822c5969a8b
comparison
equal deleted inserted replaced
2993:3671e31615c9 3011:f00918f35c7f
49 49
50 // public static void HotSpotOptions.setDefaultOptions(); 50 // public static void HotSpotOptions.setDefaultOptions();
51 static void setDefaultOptions(); 51 static void setDefaultOptions();
52 52
53 // public abstract void compileMethod(long vmId, String name, int entry_bci); 53 // public abstract void compileMethod(long vmId, String name, int entry_bci);
54 static void compileMethod(jlong vmId, Handle name, int entry_bci); 54 static void compileMethod(Handle hotspot_method, int entry_bci);
55 55
56 // public abstract void shutdownCompiler(); 56 // public abstract void shutdownCompiler();
57 static void shutdownCompiler(); 57 static void shutdownCompiler();
58 58
59 // public abstract void startCompiler(); 59 // public abstract void startCompiler();