-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b06
When running the following test program:
```
dev-dsk-kdnilsen-temp-2a-98f9178d % nohup make test TEST="gc/shenandoah/compiler/TestClone.java#generational-no-coops-verify" TEST_VM_OPTS="-Xlog:gc*=info" JTREG="REPEAT_COUNT=1000 javatest.maxOutputSize=1000000" CONF=fastdebug >test-failure.out 2>test-failure.err &
```
We have observed rare occurrences of this message:
```
# Internal Error (/home/ANT.AMAZON.COM/kdnilsen/github/jdk.freeset-has-authoritative-tallies/src/hotspot/share/gc/shenandoah/shenandoahScanRemembered.cpp:630), pid=1374671, tid=1374737
# assert(*start_bp == CardTable::clean_card_val()) failed: Should be clean: 0x000000006fffc000
```
The problem arises because of an error in the way the assert is written.
```
dev-dsk-kdnilsen-temp-2a-98f9178d % nohup make test TEST="gc/shenandoah/compiler/TestClone.java#generational-no-coops-verify" TEST_VM_OPTS="-Xlog:gc*=info" JTREG="REPEAT_COUNT=1000 javatest.maxOutputSize=1000000" CONF=fastdebug >test-failure.out 2>test-failure.err &
```
We have observed rare occurrences of this message:
```
# Internal Error (/home/ANT.AMAZON.COM/kdnilsen/github/jdk.freeset-has-authoritative-tallies/src/hotspot/share/gc/shenandoah/shenandoahScanRemembered.cpp:630), pid=1374671, tid=1374737
# assert(*start_bp == CardTable::clean_card_val()) failed: Should be clean: 0x000000006fffc000
```
The problem arises because of an error in the way the assert is written.
- relates to
-
JDK-8357976 GenShen crash in swap_card_tables: Should be clean
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/1de2acea
-
Commit(master) openjdk/shenandoah-jdk21u/af1707d6
-
Review(jdk25) openjdk/jdk/26228
-
Review(master) openjdk/jdk/26197
-
Review(master) openjdk/shenandoah-jdk21u/203
(1 links to)