diff src/share/vm/jvmci/jvmciCompiler.hpp @ 23386:2625b10989ee

8156034: update 02
author Josef Eisl <josef.eisl@jku.at>
date Wed, 11 May 2016 09:53:28 +0200
parents 6ee2af864395
children 3ef45d0a6d77
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciCompiler.hpp	Wed May 11 09:50:37 2016 +0200
+++ b/src/share/vm/jvmci/jvmciCompiler.hpp	Wed May 11 09:53:28 2016 +0200
@@ -37,7 +37,7 @@
   /**
    * True if we have seen a bootstrap compilation request.
    */
-  volatile bool _bootstrap_compilation_request_seen;
+  volatile bool _bootstrap_compilation_request_handled;
 
   /**
    * Number of methods successfully compiled by a call to
@@ -77,7 +77,7 @@
    * Initialize the compile queue with the methods in java.lang.Object and
    * then wait until the queue is empty.
    */
-  void bootstrap();
+  void bootstrap(TRAPS);
 
   bool is_bootstrapping() const { return _bootstrapping; }