HomeSort by relevance Sort by last modified time
    Searched refs:bugLevel (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
Util.java 363 private static volatile String bugLevel = null;
366 if (bugLevel == null) {
370 new GetPropertyAction("sun.nio.ch.bugLevel"));
371 bugLevel = (value != null) ? value : "";
373 return bugLevel.equals(bl);
  /libcore/ojluni/src/main/java/java/nio/charset/
Charset.java 286 private static volatile String bugLevel = null;
289 String level = bugLevel;
293 bugLevel = level = AccessController.doPrivileged(
294 new GetPropertyAction("sun.nio.cs.bugLevel", ""));
    [all...]

Completed in 76 milliseconds