comparison src/share/vm/graal/graalVMToCompiler.hpp @ 10475:3489047ffea2

Restructure the handling of HotSpotInstalledCode and their link to nmethods.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 21 Jun 2013 18:26:52 +0200
parents a323a9e20f9d
children e7d07c9bb779
comparison
equal deleted inserted replaced
10474:55827d611da7 10475:3489047ffea2
42 static KlassHandle vmToCompilerKlass(); 42 static KlassHandle vmToCompilerKlass();
43 static Handle instance(); 43 static Handle instance();
44 44
45 public: 45 public:
46 static Handle graalRuntime(); 46 static Handle graalRuntime();
47 static Handle truffleRuntime();
47 48
48 static jobject graalRuntimePermObject() { 49 static jobject graalRuntimePermObject() {
49 graalRuntime(); 50 graalRuntime();
50 return _graalRuntimePermObject; 51 return _graalRuntimePermObject;
51 } 52 }