Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8315367 | 8u401 | Ivan Bereziuk | P2 | Closed | Fixed | b01 |
Reported by kavitha.natarajan@linaro.org:
Tests fail with SIGSEGV on aarch64 when "-XX:+ZeroTLAB" is specified along with GC options.
The following are the failing jtreg tests:
/hotspot/test/compiler/stringopts/TestStringObjectInitialization.java
hotspot/test/gc/TestSystemGC.java
hotspot/test/gc/arguments/TestAlignmentToUseLargePages.java
hotspot/test/gc/cms/TestBubbleUpRef.java
hotspot/test/gc/metaspace/TestMetaspacePerfCounters.java
hotspot/test/gc/parallel/TestDynShrinkHeap.java
hotspot/test/gc/stress/TestGCOld.java
kavitha natarajan already has a patch for this issue which is under jtreg testing.
Tests fail with SIGSEGV on aarch64 when "-XX:+ZeroTLAB" is specified along with GC options.
The following are the failing jtreg tests:
/hotspot/test/compiler/stringopts/TestStringObjectInitialization.java
hotspot/test/gc/TestSystemGC.java
hotspot/test/gc/arguments/TestAlignmentToUseLargePages.java
hotspot/test/gc/cms/TestBubbleUpRef.java
hotspot/test/gc/metaspace/TestMetaspacePerfCounters.java
hotspot/test/gc/parallel/TestDynShrinkHeap.java
hotspot/test/gc/stress/TestGCOld.java
kavitha natarajan already has a patch for this issue which is under jtreg testing.
- backported by
-
JDK-8315367 aarch64: SIGSEGV when "-XX:+ZeroTLAB" is specified along with GC options
- Closed
- relates to
-
JDK-8086053 Address inconsistencies regarding ZeroTLAB
- Resolved