-
Bug
-
Resolution: Fixed
-
P3
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8173601 | 8u152 | Murali Billa | P3 | Resolved | Fixed | b01 |
1. Make more robust by calling System.gc() and Thread.sleep in proper sequence in a loop.
2. Need to call runFinalization
3. In order to check for all objects Gc'ed or not, change the execution of loop to run for 5 times rather 2 times (existing)
4. Need to propagate the assert failure exceptions in listener
2. Need to call runFinalization
3. In order to check for all objects Gc'ed or not, change the execution of loop to run for 5 times rather 2 times (existing)
4. Need to propagate the assert failure exceptions in listener
- backported by
-
JDK-8173601 JSCallbackMemoryTest fails intermittently
-
- Resolved
-