aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoralanb <none@none>2013-11-11 08:36:53 +0000
committeralanb <none@none>2013-11-11 08:36:53 +0000
commit6d02a52d18871efa055035607cc76e195fed9193 (patch)
treeecfa5bfc9bea2629c102844bd54c819ed7cc38c4 /src
parenta7cc6ffd1f98a047e5a2e81ad0a83c6cefc8c38c (diff)
8028099: Many com/sun/management/OperatingSystemMXBean tests failing with CCE (win)
Reviewed-by: mchung
Diffstat (limited to 'src')
-rw-r--r--src/windows/classes/sun/management/OperatingSystemImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/classes/sun/management/OperatingSystemImpl.java b/src/windows/classes/sun/management/OperatingSystemImpl.java
index e39b2f721..ca7664481 100644
--- a/src/windows/classes/sun/management/OperatingSystemImpl.java
+++ b/src/windows/classes/sun/management/OperatingSystemImpl.java
@@ -25,7 +25,7 @@
package sun.management;
-import java.lang.management.OperatingSystemMXBean;
+import com.sun.management.OperatingSystemMXBean;
/**
* Implementation class for the operating system.