8236178: Debug build failed after 8236058 jdk8u242-b05

Wed, 25 Dec 2019 02:53:58 +0000

author
snazarki
date
Wed, 25 Dec 2019 02:53:58 +0000
changeset 9799
2c1e9fab6964
parent 9798
5bd0e0bcb152
child 9800
8c0fa90986a6

8236178: Debug build failed after 8236058
Reviewed-by: sgehwolf, andrew

src/share/vm/oops/instanceKlass.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/oops/instanceKlass.cpp	Thu Dec 19 19:35:49 2019 +0000
     1.2 +++ b/src/share/vm/oops/instanceKlass.cpp	Wed Dec 25 02:53:58 2019 +0000
     1.3 @@ -3605,7 +3605,7 @@
     1.4    bool good_state = is_shared() ? (_init_state <= state)
     1.5                                                 : (_init_state < state);
     1.6    assert(good_state || state == allocated, "illegal state transition");
     1.7 -  set_initialization_state_and_notify_implassert(_init_thread == NULL, "should be cleared before state change");
     1.8 +  assert(_init_thread == NULL, "should be cleared before state change");
     1.9    _init_state = (u1)state;
    1.10  }
    1.11  #endif

mercurial