-
Bug
-
Resolution: Fixed
-
P3
-
9, 10, 11
-
b07
The D3D performance counter is really just a flag to enable external
tools to theoretically check if D3D is used. jstat does not support it
directly and we aren't aware of any one using it, and it seems its also
the reason for a qualified export from java.base to java.desktop.
I think we can just remove it.
tools to theoretically check if D3D is used. jstat does not support it
directly and we aren't aware of any one using it, and it seems its also
the reason for a qualified export from java.base to java.desktop.
I think we can just remove it.
- relates to
-
JDK-8200121 Remove unused qualified exports in java.base
- Closed