8297286: runtime/vthread tests crashing after JDK-8296324

Reviewed-by: lmesnik, pchilanomate, cjplummer
This commit is contained in:
Serguei Spitsyn 2023-04-04 00:46:43 +00:00
parent c6bd489cc8
commit a1a9ec6e46
15 changed files with 565 additions and 20 deletions

View file

@ -406,6 +406,7 @@ class java_lang_Thread : AllStatic {
static void dec_VTMS_transition_disable_count(oop java_thread);
static bool is_in_VTMS_transition(oop java_thread);
static void set_is_in_VTMS_transition(oop java_thread, bool val);
static int is_in_VTMS_transition_offset();
// Clear all scoped value bindings on error
static void clear_scopedValueBindings(oop java_thread);