The following test failed in an Adhoc test job:
vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001/TestDescription.java
Here's a snippet from the log file:
debuger> 84 field EV0 with synthetic value false read without UnsupportedOperationException.
debuger> 85 field EV1 with synthetic value false read without UnsupportedOperationException.
debuger> 86 field EV2 with synthetic value false read without UnsupportedOperationException.
# ERROR: debuger FAILURE 4> Synthetic fields not found.
The following stacktrace is for failure analysis.
nsk.share.TestFailure: debuger FAILURE 4> Synthetic fields not found.
at nsk.share.Log.logExceptionForFailureAnalysis(Log.java:432)
at nsk.share.Log.complain(Log.java:403)
at nsk.jdi.TypeComponent.isSynthetic.issynthetic001.run(issynthetic001.java:225)
at nsk.jdi.TypeComponent.isSynthetic.issynthetic001.main(issynthetic001.java:80)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
debugee.stderr> DEBUGEE> "quit" signal recieved.
debugee.stderr> DEBUGEE> completed succesfully.
# ERROR: debuger FAILURE> TEST FAILED
#>
#> SUMMARY: Following errors occured
#> during test execution:
#>
# ERROR: debuger FAILURE 4> Synthetic fields not found.
# ERROR: debuger FAILURE> TEST FAILED
----------System.err:(0/0)----------
----------rerun:(39/7385)*----------
vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001/TestDescription.java
Here's a snippet from the log file:
debuger> 84 field EV0 with synthetic value false read without UnsupportedOperationException.
debuger> 85 field EV1 with synthetic value false read without UnsupportedOperationException.
debuger> 86 field EV2 with synthetic value false read without UnsupportedOperationException.
# ERROR: debuger FAILURE 4> Synthetic fields not found.
The following stacktrace is for failure analysis.
nsk.share.TestFailure: debuger FAILURE 4> Synthetic fields not found.
at nsk.share.Log.logExceptionForFailureAnalysis(Log.java:432)
at nsk.share.Log.complain(Log.java:403)
at nsk.jdi.TypeComponent.isSynthetic.issynthetic001.run(issynthetic001.java:225)
at nsk.jdi.TypeComponent.isSynthetic.issynthetic001.main(issynthetic001.java:80)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
debugee.stderr> DEBUGEE> "quit" signal recieved.
debugee.stderr> DEBUGEE> completed succesfully.
# ERROR: debuger FAILURE> TEST FAILED
#>
#> SUMMARY: Following errors occured
#> during test execution:
#>
# ERROR: debuger FAILURE 4> Synthetic fields not found.
# ERROR: debuger FAILURE> TEST FAILED
----------System.err:(0/0)----------
----------rerun:(39/7385)*----------
- relates to
-
JDK-8271623 Omit enclosing instance fields from inner classes that don't use it
-
- Resolved
-