JDK-8004979 : java.lang.reflect.Modifier.toString should include "default"
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-12-12
  • Updated: 2017-05-17
  • Resolved: 2013-04-02
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 8
8 b86Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
java.lang.reflect.Modifier.toString should include support for the new default modifier bit.
Comments
SQE has looked at the fix and decided no additional tests are needed.
11-09-2013

See review thread on core-libs: http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-March/015504.html
28-03-2013

The update to Modifier should include adding the default bit to the set of bigs recognized by Modifier.methodModifiers() (see JDK-6261502).
13-12-2012