comparison src/share/vm/graal/graalVMExits.hpp @ 4220:5c80ccb80036

Renaming of VMExits and VMEntries part 1.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 04 Jan 2012 20:59:11 +0100
parents feb590a8497f
children
comparison
equal deleted inserted replaced
4214:35b05867c94a 4220:5c80ccb80036
27 #include "runtime/thread.hpp" 27 #include "runtime/thread.hpp"
28 #include "classfile/javaClasses.hpp" 28 #include "classfile/javaClasses.hpp"
29 #include "runtime/jniHandles.hpp" 29 #include "runtime/jniHandles.hpp"
30 #include "runtime/javaCalls.hpp" 30 #include "runtime/javaCalls.hpp"
31 31
32 class VMExits : public AllStatic { 32 class VMToCompiler : public AllStatic {
33 33
34 private: 34 private:
35 static jobject _compilerPermObject; 35 static jobject _compilerPermObject;
36 static jobject _vmExitsPermObject; 36 static jobject _vmExitsPermObject;
37 static jobject _vmExitsPermKlass; 37 static jobject _vmExitsPermKlass;