The "java.util.logging.LogManager" class uses the "threadgroup sandboxing" via 
an AppContext to support "applet logging isolation". The AppContext class 
became useless since the plugin and webstart are no longer supported and 
removed in jdk11.

This is the request to delete the usage of AppContext in the LogManager and 
related tests.

Tested by tier1/tier2/tier3 and jdk_desktop tests.

-------------

Commit messages:
 - Some tests deleted
 - Update the RootLevelInConfigFile test
 - Initial version of JDK-8273101

Changes: https://git.openjdk.java.net/jdk/pull/5326/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5326&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8273101
  Stats: 1423 lines in 10 files changed: 0 ins; 1418 del; 5 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5326.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5326/head:pull/5326

PR: https://git.openjdk.java.net/jdk/pull/5326

Reply via email to