mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8200129: Remove D3D Performance Counter
Reviewed-by: alanb, serb
This commit is contained in:
parent
f004bcc467
commit
1597645191
4 changed files with 1 additions and 16 deletions
|
@ -133,10 +133,6 @@ public class PerfCounter {
|
|||
static final PerfCounter zfot = newPerfCounter("sun.zip.zipFile.openTime");
|
||||
}
|
||||
|
||||
static class WindowsClientCounters {
|
||||
static final PerfCounter d3dAvailable = newConstantPerfCounter("sun.java2d.d3d.available");
|
||||
}
|
||||
|
||||
/**
|
||||
* Number of findClass calls
|
||||
*/
|
||||
|
@ -182,10 +178,4 @@ public class PerfCounter {
|
|||
return CoreCounters.zfot;
|
||||
}
|
||||
|
||||
/**
|
||||
* D3D graphic pipeline available
|
||||
*/
|
||||
public static PerfCounter getD3DAvailable() {
|
||||
return WindowsClientCounters.d3dAvailable;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -186,7 +186,6 @@ module java.base {
|
|||
jdk.jartool,
|
||||
jdk.jlink;
|
||||
exports jdk.internal.perf to
|
||||
java.desktop,
|
||||
java.management,
|
||||
jdk.management.agent,
|
||||
jdk.internal.jvmstat;
|
||||
|
@ -233,7 +232,6 @@ module java.base {
|
|||
jdk.sctp,
|
||||
jdk.unsupported;
|
||||
exports sun.nio.cs to
|
||||
java.desktop,
|
||||
jdk.charsets;
|
||||
exports sun.nio.fs to
|
||||
jdk.unsupported;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue