diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalEnv.hpp	Wed Feb 18 20:20:46 2015 +0100
+++ b/src/share/vm/graal/graalEnv.hpp	Wed Feb 18 21:55:31 2015 +0100
@@ -133,7 +133,7 @@
 
   // Helper routine for determining the validity of a compilation
   // with respect to concurrent class loading.
-  static bool check_for_system_dictionary_modification(Dependencies* target, Handle compiled_code, GraalEnv* env, TRAPS);
+  static bool check_for_system_dictionary_modification(Dependencies* target, Handle compiled_code, GraalEnv* env, char** failure_detail);
 
 public:
   CompileTask* task() { return _task; }