-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b79
-
generic
-
generic
The test java/math/BigInteger/BigIntegerTest.java does not have proper
// allocate resource
try {
// use resources
} finally {
// close resource
}
structure for some if its io usage. This may be causing spurious test failures in some operating modes.
// allocate resource
try {
// use resources
} finally {
// close resource
}
structure for some if its io usage. This may be causing spurious test failures in some operating modes.
- relates to
-
JDK-6906210 Fix another minor typo in test/Makefile + jhat + 2 jdi port address in use issues
-
- Resolved
-