comparison src/share/vm/graal/graalVMExits.hpp @ 2901:d577d07cedec

Added time measurement for phases.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 17:01:16 +0200
parents c23d45daff9b
children b78b4ae0757c
comparison
equal deleted inserted replaced
2897:be276884eec0 2901:d577d07cedec
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(jlong vmId, Handle name, int entry_bci);
55
56 // public abstract void shutdownCompiler();
57 static void shutdownCompiler();
55 58
56 // public abstract RiMethod createRiMethodResolved(long vmId, String name); 59 // public abstract RiMethod createRiMethodResolved(long vmId, String name);
57 static oop createRiMethodResolved(jlong vmId, Handle name, TRAPS); 60 static oop createRiMethodResolved(jlong vmId, Handle name, TRAPS);
58 61
59 // public abstract RiMethod createRiMethodUnresolved(String name, String signature, RiType holder); 62 // public abstract RiMethod createRiMethodUnresolved(String name, String signature, RiType holder);