Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177035 | 7 | Ivan Krylov | P3 | Closed | Fixed | b20 |
JDK-2172488 | 6u10 | Ivan Krylov | P3 | Closed | Fixed | b09 |
Machine: VM-X86-3.sfbay
OS: Win 2000
Externaly problem looks like the one described in CR 6354582.
After some investigation turned out that there is a problem in printf function from native code. According to the test it have to print one of the following messages
"WeakRef gc'ed - Test PASSED"
or
"WeakRef still alive"
But in first case it prints only half of message "WeakRef gc'ed". Moreover if standard output is redirected to the file nothing will be printed.
According to the CR 6354582 evaluation Kaith build native library of this test locally and was not able to reproduce the problem. Therefore one of the possible solution is to rebuild this dll in the workspace.
OS: Win 2000
Externaly problem looks like the one described in CR 6354582.
After some investigation turned out that there is a problem in printf function from native code. According to the test it have to print one of the following messages
"WeakRef gc'ed - Test PASSED"
or
"WeakRef still alive"
But in first case it prints only half of message "WeakRef gc'ed". Moreover if standard output is redirected to the file nothing will be printed.
According to the CR 6354582 evaluation Kaith build native library of this test locally and was not able to reproduce the problem. Therefore one of the possible solution is to rebuild this dll in the workspace.
- backported by
-
JDK-2172488 TEST_BUG: closed/runtime/4784641/CheckedIsSameObjectTest.java fails
-
- Closed
-
-
JDK-2177035 TEST_BUG: closed/runtime/4784641/CheckedIsSameObjectTest.java fails
-
- Closed
-
- duplicates
-
JDK-6354582 CTE_REGTEST/Generic/4784641/CheckedIsSameObjectTest.java fails
-
- Closed
-