-
Bug
-
Resolution: Fixed
-
P3
-
19
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8318780 | 17.0.11-oracle | Prasadarao Koppula | P3 | Resolved | Fixed | b01 |
JDK-8320154 | 17.0.10 | Goetz Lindenmaier | P3 | Resolved | Fixed | b04 |
JDK-8318782 | 11.0.23-oracle | Prasadarao Koppula | P3 | Resolved | Fixed | b01 |
JDK-8322192 | 11.0.23 | Amos SHI | P3 | Resolved | Fixed | b01 |
JDK-8318612 | 8u401 | Prasadarao Koppula | P3 | Resolved | Fixed | b04 |
----------System.err:(10/548)----------
java.lang.RuntimeException: PasswordCallback object is not released
at CheckCleanerBound.main(CheckCleanerBound.java:56)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:828)
This is a new test that was introduced recently as part of https://github.com/openjdk/jdk/pull/8272/
The test runs gc in a loop and expects the GC to have garbage collected contents of a WeakHashMap. The loop runs for 10 iterations. Perhaps some delay needs to be added between each iteration to increase the chances of GC garbage collecting the instances?
- backported by
-
JDK-8318612 CheckCleanerBound test fails with PasswordCallback object is not released
- Resolved
-
JDK-8318780 CheckCleanerBound test fails with PasswordCallback object is not released
- Resolved
-
JDK-8318782 CheckCleanerBound test fails with PasswordCallback object is not released
- Resolved
-
JDK-8320154 CheckCleanerBound test fails with PasswordCallback object is not released
- Resolved
-
JDK-8322192 CheckCleanerBound test fails with PasswordCallback object is not released
- Resolved
- relates to
-
JDK-8284910 Buffer clean in PasswordCallback
- Closed
-
JDK-8317040 Exclude cleaner test failing on older releases
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/6dd9ab1f
-
Commit openjdk/jdk17u-dev/74d8e493
-
Commit openjdk/jdk/b9d1e851
-
Review openjdk/jdk11u-dev/2359
-
Review openjdk/jdk17u-dev/1955
-
Review openjdk/jdk/8443