-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7
-
Component/s: core-libs
-
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
-