Skip to content

Commit 2c45eca

Browse files
author
Thomas Schatzl
committedApr 12, 2024
8328879: G1: Some gtests modify global state crashing the JVM during GC after JDK-8289822
Reviewed-by: iwalulya, kbarrett
1 parent bde3fc0 commit 2c45eca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎test/hotspot/gtest/gc/g1/test_freeRegionList.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "unittest.hpp"
3535

3636
// @requires UseG1GC
37-
TEST_VM(FreeRegionList, length) {
37+
TEST_OTHER_VM(FreeRegionList, length) {
3838
if (!UseG1GC) {
3939
return;
4040
}

‎test/hotspot/gtest/gc/g1/test_heapRegion.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void VM_HeapRegionApplyToMarkedObjectsTest::doit() {
122122
region->set_top(old_top);
123123
}
124124

125-
TEST_VM(HeapRegion, apply_to_marked_object) {
125+
TEST_OTHER_VM(HeapRegion, apply_to_marked_object) {
126126
if (!UseG1GC) {
127127
return;
128128
}

0 commit comments

Comments
 (0)
Please sign in to comment.