ccheung [Thu, 25 Jul 2019 10:25:52 -0700] rev 57579
8228407: JVM crashes with shared archive file mismatch
Summary: Stop processing other header fields if initial header check has failed.
Reviewed-by: dholmes, jiangli
weijun [Thu, 25 Jul 2019 21:21:29 +0800] rev 57578
8228602: Add sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java to problem list
Reviewed-by: mullan
ljiang [Thu, 25 Jul 2019 15:29:50 +0800] rev 57577
8228397: Missing license copyright header in some properties files
Reviewed-by: iris, mchung, naoto
iignatyev [Wed, 24 Jul 2019 18:23:16 -0700] rev 57576
8226905: unproblem list applications/ctw/modules/* tests on windows
Reviewed-by: kvn
mikael [Wed, 24 Jul 2019 16:54:17 -0700] rev 57575
Added tag jdk-13+31 for changeset 6a159c6c23cc
vlivanov [Wed, 24 Jul 2019 10:50:40 +0300] rev 57574
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
Reviewed-by: eosterlund, dholmes, mdoerr
weijun [Wed, 24 Jul 2019 10:09:30 +0800] rev 57573
8228341: SignTwice.java fails intermittently on Windows
Reviewed-by: mullan
weijun [Wed, 24 Jul 2019 10:09:22 +0800] rev 57572
8227595: keytool/fakegen/DefaultSignatureAlgorithm.java fails due to "exitValue = 6"
Reviewed-by: mullan
jjg [Tue, 23 Jul 2019 11:30:31 -0700] rev 57571
8228494: Update nroff version of man pages
Reviewed-by: mchung
mdoerr [Mon, 29 Jul 2019 18:22:55 +0200] rev 57570
8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime
Summary: Check JvmtiExport::_field_access_count != 0 at runtime
Reviewed-by: dholmes, eosterlund, bulasevich
bpb [Mon, 29 Jul 2019 09:09:23 -0700] rev 57569
8078891: java.io.SequenceInputStream.close is not atomic and not idempotent
Reviewed-by: prappo, dfuchs, alanb
bpb [Mon, 29 Jul 2019 08:48:52 -0700] rev 57568
8181493: (fs) Files.readAttributes(path, BasicFileAttributes.class) should preserve nano second time stamps
Reviewed-by: alanb, lancea
coleenp [Mon, 29 Jul 2019 10:34:20 -0400] rev 57567
8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
Summary: add top level cds directory and adjust test groups
Reviewed-by: mseledtsov, ccheung
hseigel [Mon, 29 Jul 2019 09:57:37 -0400] rev 57566
8228596: Class redefinition fails when condy instructions are removed
Summary: Make sure has_dynamic_constant flag value gets copied to merged constant pool, when it is set to TRUE
Reviewed-by: coleenp, dcubed, sspitsyn
shade [Mon, 29 Jul 2019 11:14:06 +0200] rev 57565
8228400: Remove built-in AArch64 simulator
Reviewed-by: adinn, aph, dsamersoff
rschmelter [Fri, 26 Jul 2019 10:52:47 +0200] rev 57564
8228589: BasicJStackTest.java and JcmdOutputEncodingTest.java failing after JDK-8227868
Reviewed-by: cjplummer, sgehwolf
coffeys [Mon, 29 Jul 2019 08:17:26 +0000] rev 57563
8228645: Don't run sun/security/pkcs11/Cipher/TestKATForGCM.java on buggy NSS solaris versions
Reviewed-by: valeriep
mbaesken [Fri, 26 Jul 2019 15:05:24 +0200] rev 57562
8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX
Reviewed-by: mseledtsov
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