diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalJavaAccess.hpp	Tue Feb 17 14:07:13 2015 +0100
+++ b/src/share/vm/graal/graalJavaAccess.hpp	Tue Feb 17 14:49:05 2015 +0100
@@ -82,6 +82,7 @@
   end_class                                                                                                                                                    \
   start_class(HotSpotCompiledNmethod)                                                                                                                          \
     oop_field(HotSpotCompiledNmethod, method, "Lcom/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod;")                                                     \
+    oop_field(HotSpotCompiledNmethod, installationFailureMessage, "Ljava/lang/String;")                                                                        \
     int_field(HotSpotCompiledNmethod, entryBCI)                                                                                                                \
     int_field(HotSpotCompiledNmethod, id)                                                                                                                      \
     long_field(HotSpotCompiledNmethod, graalEnv)                                                                                                               \