comparison src/share/vm/graal/graalJavaAccess.hpp @ 19426:dd8989d5547f

provide more detail when Graal code installation fails due to a failed dependency check
author Doug Simon <doug.simon@oracle.com>
date Tue, 17 Feb 2015 14:49:05 +0100
parents 98592ae4b1fa
children b6beb2161e7a
comparison
equal deleted inserted replaced
19425:b6d8deed3fd5 19426:dd8989d5547f
80 oop_field(HotSpotCompiledCode_Comment, text, "Ljava/lang/String;") \ 80 oop_field(HotSpotCompiledCode_Comment, text, "Ljava/lang/String;") \
81 int_field(HotSpotCompiledCode_Comment, pcOffset) \ 81 int_field(HotSpotCompiledCode_Comment, pcOffset) \
82 end_class \ 82 end_class \
83 start_class(HotSpotCompiledNmethod) \ 83 start_class(HotSpotCompiledNmethod) \
84 oop_field(HotSpotCompiledNmethod, method, "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;") \ 84 oop_field(HotSpotCompiledNmethod, method, "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;") \
85 oop_field(HotSpotCompiledNmethod, installationFailureMessage, "Ljava/lang/String;") \
85 int_field(HotSpotCompiledNmethod, entryBCI) \ 86 int_field(HotSpotCompiledNmethod, entryBCI) \
86 int_field(HotSpotCompiledNmethod, id) \ 87 int_field(HotSpotCompiledNmethod, id) \
87 long_field(HotSpotCompiledNmethod, graalEnv) \ 88 long_field(HotSpotCompiledNmethod, graalEnv) \
88 end_class \ 89 end_class \
89 start_class(HotSpotCompiledRuntimeStub) \ 90 start_class(HotSpotCompiledRuntimeStub) \