JDK-7029805 : JSR 292 compiler/6991596/Test6991596.java fails in nightly
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs21
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-03-22
  • Updated: 2011-04-25
  • Resolved: 2011-04-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 Other
7Fixed hs21Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
Test compiler/6991596/Test6991596.java fails nightly testing - see eg.

/export/local/common/testbase/jtreg/7-nightly/JT_HS/test/compiler/6991596/Test6991596.java:50: cannot find symbol
    static MethodHandle getmh1(Class ret, Class arg) throws NoAccessException {
                                                            ^
  symbol:   class NoAccessException
  location: class Test6991596
1 error
result: Failed. Compilation failed: exit code 1

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/0a5d9566b8a4
25-03-2011

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/0a5d9566b8a4
25-03-2011

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/0a5d9566b8a4
25-03-2011

EVALUATION Both JSR 292 compiler tests were moved with 6839872 to the jdk repository. 7017465 addresses the same problem for HSX 20. I will remove the tests from hotspot-comp/hotspot with this CR.
22-03-2011