JDK-8191739 : [TESTBUG] test/hotspot/jtreg/runtime/LoadClass/TestResize.java fails to compile after JDK-8191580
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 10
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-11-21
  • Updated: 2020-09-01
  • Resolved: 2017-11-21
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 10
10 b34Fixed
Related Reports
Relates :  
Description
/scratch/opt/jprt/T/P1/213839.daholme/s/open/test/hotspot/jtreg/runtime/LoadClass/TestResize.java:99: error: cannot find symbol
    if (Platform.isDebugBuild()) {
        ^
  symbol:   variable Platform
  location: class TestResize
Comments
Missing import statement for Platform class from test library.
21-11-2017