JDK-8149044 : jdk/internal/misc/JavaLangAccess/FormatUnsigned.java fails all platforms
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-02-04
  • Updated: 2023-11-27
  • Resolved: 2016-02-04
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 9
9 b105Fixed
Related Reports
Relates :  
Description
jdk/internal/misc/JavaLangAccess/FormatUnsigned.java fails on all platforms after change for JDK-8148936.
It looks like http://hg.openjdk.java.net/jdk9/dev/jdk/rev/c3da0d44c900 removed formatUnsignedLong() with a char buf as 3rd arg but test still calls it like that.


----------direct:(11/676)----------
/scratch/jenkins/workspace/9-dev-tier1-linux-i586/jdk/test/jdk/internal/misc/JavaLangAccess/FormatUnsigned.java:59: error: cannot find symbol
        jla.formatUnsignedInt(value, shift, chars, offset, length);
           ^
  symbol:   method formatUnsignedInt(int,int,char[],int,int)
  location: variable jla of type JavaLangAccess
/scratch/jenkins/workspace/9-dev-tier1-linux-i586/jdk/test/jdk/internal/misc/JavaLangAccess/FormatUnsigned.java:68: error: cannot find symbol
        jla.formatUnsignedLong(value, shift, chars, offset, length);
           ^
  symbol:   method formatUnsignedLong(long,int,char[],int,int)
  location: variable jla of type JavaLangAccess
2 errors
result: Failed. Compilation failed: Compilation failed


test result: Failed. Compilation failed: Compilation failed
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/44d28eb7dae9 User: lana Date: 2016-02-10 21:55:24 +0000
10-02-2016

URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/44d28eb7dae9 User: shade Date: 2016-02-04 18:45:15 +0000
04-02-2016