comparison src/share/vm/graal/graalJavaAccess.hpp @ 15463:a20be10ad437

made Graal work with the HotSpot compiler queue and compiler threads, enabled by -XX:-UseGraalCompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Fri, 02 May 2014 00:36:27 +0200
parents 29e3ba750c9e
children 29e8926ac631
comparison
equal deleted inserted replaced
15462:05d3f069cff2 15463:a20be10ad437
86 end_class \ 86 end_class \
87 start_class(HotSpotCompiledNmethod) \ 87 start_class(HotSpotCompiledNmethod) \
88 oop_field(HotSpotCompiledNmethod, method, "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;") \ 88 oop_field(HotSpotCompiledNmethod, method, "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;") \
89 int_field(HotSpotCompiledNmethod, entryBCI) \ 89 int_field(HotSpotCompiledNmethod, entryBCI) \
90 int_field(HotSpotCompiledNmethod, id) \ 90 int_field(HotSpotCompiledNmethod, id) \
91 long_field(HotSpotCompiledNmethod, ctask) \
91 end_class \ 92 end_class \
92 start_class(HotSpotCompiledRuntimeStub) \ 93 start_class(HotSpotCompiledRuntimeStub) \
93 oop_field(HotSpotCompiledRuntimeStub, stubName, "Ljava/lang/String;") \ 94 oop_field(HotSpotCompiledRuntimeStub, stubName, "Ljava/lang/String;") \
94 end_class \ 95 end_class \
95 start_class(HotSpotForeignCallLinkage) \ 96 start_class(HotSpotForeignCallLinkage) \