thartmann [Mon, 29 Jul 2019 09:40:02 +0200] rev 57561
8156207: Resource allocated BitMaps are often cleared unnecessarily
Summary: Removed unnecessary clearing of BitMap.
Reviewed-by: kbarrett, kvn, thartmann
Contributed-by: Christian Hagedorn <christian.hagedorn@oracle.com>
thartmann [Mon, 29 Jul 2019 09:34:07 +0200] rev 57560
8223769: Assert triggers with -XX:+StressReflectiveCode
Summary: Fixed too strong assert.
Reviewed-by: kvn, thartmann
Contributed-by: Christian Hagedorn <christian.hagedorn@oracle.com>
dholmes [Sun, 28 Jul 2019 23:14:07 -0400] rev 57559
8221205: Obsolete AllowJNIEnvProxy
Reviewed-by: hseigel, dcubed
mchung [Sat, 27 Jul 2019 14:49:16 -0700] rev 57558
8228671: Fastdebug VM throws InternalError when publicLookup.in(T) is used to resolve a member
Reviewed-by: alanb
herrick [Sat, 27 Jul 2019 07:17:27 -0400] rev 57557
Merge
herrick [Sat, 27 Jul 2019 07:10:20 -0400] rev 57556
merge
herrick [Fri, 26 Jul 2019 19:11:34 -0400] rev 57555
merge
herrick [Thu, 25 Jul 2019 17:27:53 -0400] rev 57554
JDK-8227312: Remove pkg bundle from DMG image.
Reviewed-by: kcr
herrick [Thu, 25 Jul 2019 17:07:08 -0400] rev 57553
8227684: jpackage must handle win32 mangled names in jli.dll
Submitted-by: rlichten
Reviewed-by: kcr
herrick [Thu, 25 Jul 2019 15:47:00 -0400] rev 57552
Merge
kbarrett [Fri, 26 Jul 2019 23:37:51 -0400] rev 57551
8226796: Reduce debug level logging for oopstorage+blocks
Summary: Adjust logging levels based on expected volume of output.
Reviewed-by: tschatzl, pliden
kbarrett [Fri, 26 Jul 2019 20:15:13 -0400] rev 57550
8228631: Fix inconsistent OopStorage::Block owner usage
Summary: Only use Block's owner member for address validation.
Reviewed-by: tschatzl, pliden
naoto [Fri, 26 Jul 2019 13:32:59 -0700] rev 57549
8228465: HOST locale provider holds wrong era name for GregorianCalendar in US locale
Reviewed-by: lancea
lancea [Fri, 26 Jul 2019 15:06:22 -0400] rev 57548
8226808: PreparedStatement javadoc typo
Reviewed-by: bpb, joehw
jlaskey [Fri, 26 Jul 2019 15:37:05 -0300] rev 57547
Reorganize the abstract and interface classes.
jlaskey [Fri, 26 Jul 2019 15:20:31 -0300] rev 57546
merge with tip
joehw [Fri, 26 Jul 2019 17:15:17 +0000] rev 57545
8068376: Validator fails valid XML files due to String == in XSD validator code
Reviewed-by: lancea
naoto [Fri, 26 Jul 2019 08:56:28 -0700] rev 57544
8212970: TZ database in "vanguard" format support
Reviewed-by: rriggs, joehw, erikj, scolebourne
dchuyko [Fri, 26 Jul 2019 16:25:05 +0300] rev 57543
8222778: Packaging Tool (JEP 343) on Linux/AArch64
Reviewed-by: almatvee, aph
zgu [Tue, 23 Jul 2019 15:33:52 -0400] rev 57542
8228532: Shenandoah: Implement SBSA::try_resolve_jobject_in_native()
Reviewed-by: rkennke
mbaesken [Wed, 24 Jul 2019 12:36:12 +0200] rev 57541
8228578: fix CFData object leak in macosx KeystoreImpl.m
Reviewed-by: weijun
clanger [Fri, 26 Jul 2019 09:06:03 +0200] rev 57540
8228571: [TESTBUG] Fix tests failing on non-aot platforms after JDK-8227512
Reviewed-by: iignatyev, jjg
valeriep [Thu, 25 Jul 2019 21:51:13 +0000] rev 57539
Merge
valeriep [Thu, 25 Jul 2019 02:16:49 +0000] rev 57538
8180392: SunJCE provider should throw exceptions for unsupported mode and padding combinations
Summary: Change JCA Cipher class to create obj to ensure the mode and padding combination is supported
Reviewed-by: xuelei