dfuchs [Fri, 10 Oct 2014 12:05:32 +0200] rev 27029
8042147: test sun/util/logging/SourceClassName.java failed: Unexpected source: java.util.Currency info
Summary: the test should allow for the possibility that something else than the test code itself might log during the test.
Reviewed-by: lancea
katleman [Thu, 16 Oct 2014 12:02:05 -0700] rev 27028
Added tag jdk9-b35 for changeset 4bee12591374
duke [Wed, 05 Jul 2017 20:04:17 +0200] rev 27027
Merge
lana [Thu, 16 Oct 2014 14:15:37 -0700] rev 27026
Merge
jiangli [Tue, 14 Oct 2014 18:47:46 -0700] rev 27025
8044269: Analysis of archive files.
Summary: Add checksum verification.
Reviewed-by: iklam, dholmes, mschoene
zgu [Mon, 16 Jun 2014 10:23:46 -0400] rev 27024
8038903: More native monitor monitoring
Summary: Moved ntive monitor monitoring flags to experimental
Reviewed-by: acorn, hseigel, mschoene
hseigel [Fri, 30 May 2014 13:23:27 -0400] rev 27023
8041717: Issue with class file parser
Summary: Add better checking for bad values.
Reviewed-by: coleenp, lfoltan, mschoene
hseigel [Tue, 22 Jul 2014 16:16:51 +0400] rev 27022
8036533: Method for correct defaults
8036156: Limit default method hierarchy
Summary: Fix protected access checks
Reviewed-by: coleenp, lfoltan, acorn, ahgross
coleenp [Tue, 14 Oct 2014 13:10:50 -0700] rev 27021
8015256: Better class accessibility
Summary: Improve protection domain check in forName()
Reviewed-by: mchung, acorn, jdn
lfoltan [Wed, 07 May 2014 19:38:22 +0400] rev 27020
8036805: Correct linker method lookup.
Summary: Correct handling of array of primitive type qualifiers during field and method resolution.
Reviewed-by: acorn, hseigel, ahgross