comparison src/share/vm/graal/graalCompilerToVM.cpp @ 7813:c58f8f4cda69

Remove last usage of VmIds.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 18 Feb 2013 19:16:59 -0800
parents a42dc71ad051
children 674a8b9e62f8
comparison
equal deleted inserted replaced
7812:a42dc71ad051 7813:c58f8f4cda69
35 #include "graal/graalCompiler.hpp" 35 #include "graal/graalCompiler.hpp"
36 #include "graal/graalEnv.hpp" 36 #include "graal/graalEnv.hpp"
37 #include "graal/graalJavaAccess.hpp" 37 #include "graal/graalJavaAccess.hpp"
38 #include "graal/graalCodeInstaller.hpp" 38 #include "graal/graalCodeInstaller.hpp"
39 #include "graal/graalVMToCompiler.hpp" 39 #include "graal/graalVMToCompiler.hpp"
40 #include "graal/graalVmIds.hpp"
41 40
42 41
43 Method* getMethodFromHotSpotMethod(oop hotspot_method) { 42 Method* getMethodFromHotSpotMethod(oop hotspot_method) {
44 assert(hotspot_method != NULL && hotspot_method->is_a(HotSpotResolvedJavaMethod::klass()), "sanity"); 43 assert(hotspot_method != NULL && hotspot_method->is_a(HotSpotResolvedJavaMethod::klass()), "sanity");
45 return asMethod(HotSpotResolvedJavaMethod::metaspaceMethod(hotspot_method)); 44 return asMethod(HotSpotResolvedJavaMethod::metaspaceMethod(hotspot_method));