-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
8u40
-
generic
-
generic
com/sun/jdi/RedefineChangeClassOrder.sh intermittently fails during test execution with following error:
main[1] Input stream closed.
PASS: expected and isNewVersion match.
Hello from class Foo1
Hello from class Foo2
FAIL: expected and isNewVersion do not match.
expected=true isNewVersion=false
Hello from class Foo1
Hello from class Foo2
It is expected that class order will be changed and isNewVersion will be true after class redefinition, but according to test output nothing happened.
main[1] Input stream closed.
PASS: expected and isNewVersion match.
Hello from class Foo1
Hello from class Foo2
FAIL: expected and isNewVersion do not match.
expected=true isNewVersion=false
Hello from class Foo1
Hello from class Foo2
It is expected that class order will be changed and isNewVersion will be true after class redefinition, but according to test output nothing happened.