JDK-8219589 : [TESTBUG] runtime/condy/escapeAnalysis/TestEscapeCondy.java fails with "Error: Field or method declaration expected."
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Not an Issue
  • Submitted: 2019-02-22
  • Updated: 2019-02-22
  • Resolved: 2019-02-22
Related Reports
Relates :  
Description
This is probably a test bug. It fails in tier1 for me.

$ CONF=linux-x86_64-server-fastdebug make images run-test TEST=runtime/condy/escapeAnalysis/TestEscapeCondy.java
--------------------------------------------------
TEST: runtime/condy/escapeAnalysis/TestEscapeCondy.java
...
jasm:
/home/shade/trunks/jdk-jdk/test/hotspot/jtreg/runtime/condy/escapeAnalysis/TestEscapeThroughInvokeWithCondy$A.jasm:66: Error: Field or method declaration expected.
NestHost TestEscapeThroughInvokeWithCondy;
^
1 error

TEST RESULT: Failed. jasm failed

Comments
Submitted and closed this to benefit those who would be chasing this failure. Update your jtreg to at least 4.2-b14, and the test would pass.
22-02-2019