-
Bug
-
Resolution: Fixed
-
P1
-
8u102, 9
-
b66
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082734 | emb-9 | Derek White | P1 | Resolved | Fixed | team |
JDK-8156278 | 8u111 | Poonam Bajaj Parhar | P1 | Resolved | Fixed | b01 |
JDK-8150661 | 8u102 | Fairoz Matte | P1 | Closed | Fixed | b02 |
JDK-8162074 | emb-8u111 | Poonam Bajaj Parhar | P1 | Resolved | Fixed | b01 |
2 kinds of failure were observed:
(1) stderr: [Java HotSpot(TM) Embedded Client VM warning: G1 GC is disabled in this release.
]
exitValue = 0
java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr
(2) stdout: [Creating garbage
#0: [GC (Allocation Failure) #0: [ParNew# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/adaptiveSizePolicy.cpp:145
exitValue = 134
- backported by
-
JDK-8082734 gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr
-
- Resolved
-
-
JDK-8156278 gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr
-
- Resolved
-
-
JDK-8162074 gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr
-
- Resolved
-
-
JDK-8150661 gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr
-
- Closed
-
- relates to
-
JDK-8078703 Ensure that GC's use of processor count is correct
-
- Open
-
-
JDK-8129430 Tests that require G1 should be excluded from execution on embedded platform where G1 is not supported
-
- Resolved
-
1.
|
Update TEST.groups for recent GC tests |
|
Resolved | Derek White |