JDK-8202150 : [REDO] Split globals.hpp to factor out the Flag class
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-04-23
  • Updated: 2020-01-04
  • Resolved: 2018-04-26
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 11
11 b12Fixed
Related Reports
Blocks :  
Cloners :  
Relates :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8202151 :  
Description
Split globals.hpp to factor out the Flag values needed by JDK-8059557

The work for JEP: JDK-8059557 required that Flag::Error enum is available to other files. Perhaps we can factor out those values out of globals.hpp, which contains a whole lot of other APIs, that the other files do not need.