29package com.jogamp.common.util;
31import java.security.PrivilegedAction;
33import org.junit.Assert;
34import org.junit.BeforeClass;
37import com.jogamp.common.os.Platform;
38import com.jogamp.junit.util.SingletonJunitCase;
40import org.junit.FixMethodOrder;
41import org.junit.runners.MethodSorters;
43@FixMethodOrder(MethodSorters.NAME_ASCENDING)
47 public static void init() {
58 public Boolean run() {
62 Assert.assertEquals(Boolean.TRUE, res);
65 public static void main(
final String args[]) {
67 org.junit.runner.JUnitCore.
main(tstname);
void testWithoutIllegalAccessLogger00()
static void main(final String args[])
Utility methods allowing easy access to certain sun.misc.Unsafe functionality.
static boolean hasIllegalAccessLoggerAccess()
Returns true if access to jdk.internal.module.IllegalAcessLogger's logger field is available and has ...
static< T > T doWithoutIllegalAccessLogger(final PrivilegedAction< T > action)
Issue the given user action while jdk.internal.module.IllegalAcessLogger's logger has been temporaril...