JDK-4989735 : (reflect) Class.isEnum should use new VM flag bit position
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2004-02-05
  • Updated: 2019-07-03
  • Resolved: 2004-02-20
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.
Other
5.0 b40Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
The reflection implementation should be modified to use the new bit position
to determine if a type is an enum type or if a field is an enumeration
constant.  A new javac, and possibly a new VM, will be needed to coordinate
this change.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b40 tiger-beta2
14-06-2004

SUGGESTED FIX See bug 4988155. ###@###.### 2004-02-17
17-02-2004

EVALUATION The submitter is correct; can use enum bit defined by 4975724. ###@###.### 2004-02-05
05-02-2004