diff options
author | Sven Gothel <[email protected]> | 2010-07-02 02:35:07 +0300 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-02 02:35:07 +0300 |
commit | 8a95808d3762ee4645dd5de1f0b0844c254e8638 (patch) | |
tree | 293373f0db58abf7d2af8cb5a618930418d94fdc /src/java | |
parent | 84cb317038aec9aeb3a407404eac0831b5fe75ea (diff) |
Fix: Add missing imports; Add warmup phase to primitive hashmap test
Diffstat (limited to 'src/java')
-rw-r--r-- | src/java/com/jogamp/common/os/Platform.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/java/com/jogamp/common/os/Platform.java b/src/java/com/jogamp/common/os/Platform.java index f31ca6c..2dc4532 100644 --- a/src/java/com/jogamp/common/os/Platform.java +++ b/src/java/com/jogamp/common/os/Platform.java @@ -34,6 +34,8 @@ import com.jogamp.common.nio.Buffers; import java.nio.ByteBuffer; import java.nio.IntBuffer; import java.nio.ShortBuffer; +import java.security.AccessController; +import java.security.PrivilegedAction; /** * Utility class for querying platform specific properties. |