commit | 53cbda2d851582a016f6cb50e6326698b38e985d | [log] [tgz] |
---|---|---|
author | Daniel Fuchs <dfuchs@openjdk.org> | Fri Oct 28 12:10:12 2016 +0100 |
committer | Daniel Fuchs <dfuchs@openjdk.org> | Fri Oct 28 12:10:12 2016 +0100 |
tree | c191981fdc7c9bcd9716e68bc548b3bf5e773e55 | |
parent | 83df093985bd0f2877bfe37392db9fc57f810e22 [diff] |
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