comparison src/share/vm/graal/graalVMExits.hpp @ 3619:5e9645341ec3

support for new RiRuntime features: add code without making it the default for the method, executing Java tasks on the compile thread, communicate nmethod reference to Java code as HotSpotCompiledMethod
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 09 Nov 2011 11:27:38 +0100
parents 3822c5969a8b
children 136ea96eb7f8
comparison
equal deleted inserted replaced
3601:3822c5969a8b 3619:5e9645341ec3
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();
60 static void startCompiler(); 60 static void startCompiler();
61
62 // public abstract void pollJavaQueue();
63 static void pollJavaQueue();
61 64
62 // public abstract RiMethod createRiMethodResolved(long vmId, String name); 65 // public abstract RiMethod createRiMethodResolved(long vmId, String name);
63 static oop createRiMethodResolved(jlong vmId, Handle name, TRAPS); 66 static oop createRiMethodResolved(jlong vmId, Handle name, TRAPS);
64 67
65 // public abstract RiMethod createRiMethodUnresolved(String name, String signature, RiType holder); 68 // public abstract RiMethod createRiMethodUnresolved(String name, String signature, RiType holder);