Skip to content

Commit

Permalink
Merge branch 'upstream-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Datadog Syncup Service committed Sep 15, 2024
2 parents 3396942 + a8f143c commit fb626ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hotspot/share/runtime/continuationFreezeThaw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,7 @@ NOINLINE intptr_t* ThawBase::thaw_slow(stackChunkOop chunk, bool return_barrier)

assert(_cont.chunk_invariant(), "");

JVMTI_ONLY(if (!return_barrier) invalidate_jvmti_stack(_thread));
JVMTI_ONLY(invalidate_jvmti_stack(_thread));

_thread->set_cont_fastpath(_fastpath);

Expand Down
2 changes: 1 addition & 1 deletion test/jdk/ProblemList-Xcomp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all
java/lang/management/MemoryMXBean/CollectionUsageThreshold.java 8318668 generic-all
com/sun/jdi/InterruptHangTest.java 8306679,8043571 generic-all
com/sun/jdi/InterruptHangTest.java 8043571 generic-all

0 comments on commit fb626ba

Please sign in to comment.