[8u] 8236178: Debug build failed after 8236058

Sergey Nazarkin snazarkin at azul.com
Wed Dec 18 14:54:18 UTC 2019


Hi!

I’ve created critical bug [1]  since debug build is broken after one of latest changeset [2].  Please consider to include it into u242

diff -r 9ef81b9152f1 src/share/vm/oops/instanceKlass.cpp 
--- a/src/share/vm/oops/instanceKlass.cpp Fri Nov 13 18:14:41 2015 +0300 
+++ b/src/share/vm/oops/instanceKlass.cpp Wed Dec 18 14:25:28 2019 +0300 
@@ -3605,7 +3605,7 @@ 
   bool good_state = is_shared() ? (_init_state <= state) 
                                                : (_init_state < state); 
   assert(good_state || state == allocated, "illegal state transition"); 
- set_initialization_state_and_notify_implassert(_init_thread == NULL, "should be cleared before state change"); 
+ assert(_init_thread == NULL, "should be cleared before state change"); 
   _init_state = (u1)state; 
 } 
 #endif



Sergey Nazarkin

[1] https://bugs.openjdk.java.net/browse/JDK-8236178
[2] https://bugs.openjdk.java.net/browse/JDK-8236058



More information about the jdk8u-dev mailing list