comparison src/share/vm/graal/graalEnv.hpp @ 19487:fb38e004503c

moved creation of String for detailed dependency failure message outside of no safepoint region
author Doug Simon <doug.simon@oracle.com>
date Wed, 18 Feb 2015 21:55:31 +0100
parents dd8989d5547f
children 29916dcee0b8
comparison
equal deleted inserted replaced
19486:b53645225e48 19487:fb38e004503c
131 // Is this thread currently in the VM state? 131 // Is this thread currently in the VM state?
132 static bool is_in_vm(); 132 static bool is_in_vm();
133 133
134 // Helper routine for determining the validity of a compilation 134 // Helper routine for determining the validity of a compilation
135 // with respect to concurrent class loading. 135 // with respect to concurrent class loading.
136 static bool check_for_system_dictionary_modification(Dependencies* target, Handle compiled_code, GraalEnv* env, TRAPS); 136 static bool check_for_system_dictionary_modification(Dependencies* target, Handle compiled_code, GraalEnv* env, char** failure_detail);
137 137
138 public: 138 public:
139 CompileTask* task() { return _task; } 139 CompileTask* task() { return _task; }
140 140
141 // Register the result of a compilation. 141 // Register the result of a compilation.