History log of /openjdk10/jdk/test/java/util/logging/TestGetLoggerNPE.java
Revision Date Author Comments
# 13682:31d97a109d04 08-Feb-2016 shurailine

8149391: Fix module dependences in java/util tests
Reviewed-by: mchung


# 12808:d8bae0a5bdd2 28-Sep-2015 chegar

8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs


# 12057:5d60882157c9 28-May-2015 mchung

8081347: Add @modules to jdk_core tests
Reviewed-by: alanb, joehw, lancea
Contributed-by: alexander.kulyakhtin@oracle.com, alan.bateman@oracle.com, mandy.chung@oracle.com


# 9273:8d54ce2fedcc 10-Feb-2014 dfuchs

8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
Summary: Adds a new test that verifies that the suspected root cause of JDK-8025512 does not cause NPE to be thrown.
Reviewed-by: mchung