jdk-24/jdk/test/java/lang/System/LoggerFinder
Daniel Fuchs 53cbda2d85 8163162: The separation between system loggers and application loggers should take the extension loader in consideration
DefaultLoggerFinder.isSystem is changed to return 'true' for classes loaded from the platform loader and its ancestors. This means that classes loaded by the platform loader will get exactly the same kind of loggers than classes loaded by the boot (null) loader.

Reviewed-by: rriggs, mchung
2016-10-28 12:10:12 +01:00
..
BaseLoggerFinderTest 8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class 2016-04-27 18:04:16 +02:00
DefaultLoggerFinderTest 8159245: Loggers created by system classes are not initialized correctly when configured programmatically from application code 2016-07-12 11:29:01 +01:00
internal 8163162: The separation between system loggers and application loggers should take the extension loader in consideration 2016-10-28 12:10:12 +01:00
jdk 8159245: Loggers created by system classes are not initialized correctly when configured programmatically from application code 2016-07-12 11:29:01 +01:00