stefank [Wed, 29 May 2019 09:25:20 +0200] rev 55075
8223392: Add missing BitMap comments for JDK-8222986
Reviewed-by: tschatzl, pliden
mbaesken [Fri, 24 May 2019 14:32:17 +0200] rev 55074
8224750: Display thread once in Internal exceptions event log lines
Reviewed-by: mdoerr
ysuenaga [Wed, 29 May 2019 13:50:33 +0900] rev 55073
8223814: SA: jhsdb common help needs to be more detailed
Reviewed-by: dholmes, sspitsyn, ysuenaga
Contributed-by: Osamu Sakamoto <sakamoto.osamu@nttcom.co.jp>
mbalao [Tue, 28 May 2019 19:01:38 -0300] rev 55072
8223482: Unsupported ciphersuites may be offered by a TLS client
Reviewed-by: xuelei
rraghavan [Wed, 29 May 2019 07:49:06 +0530] rev 55071
8220449: serviceability/dcmd/compiler/CodelistTest.java failure
Summary: Added -XX:-BackgroundCompilation to test to eager initialize JVMCI
Reviewed-by: gadams, thartmann
jlaskey [Tue, 28 May 2019 16:51:28 -0300] rev 55070
8224908: Revert: 8216553: JrtFileSystemProvider getPath(URI) omits /modules element from file path
Reviewed-by: darcy, kbarrett
shade [Tue, 28 May 2019 21:31:07 +0200] rev 55069
8224796: C code is not compiled correctly due to undefined "i386"
Reviewed-by: dholmes, mikael
rehn [Tue, 28 May 2019 20:47:47 +0200] rev 55068
8224795: some runtime/SelectionResolution tests are timing out
Reviewed-by: dholmes, thartmann
mullan [Tue, 28 May 2019 14:29:29 -0400] rev 55067
Merge
mullan [Tue, 28 May 2019 14:28:40 -0400] rev 55066
8224885: ProblemList sun/security/tools/keytool/KeyToolTest.java and WeakAlgTest.java on Solaris
Reviewed-by: xuelei
jjg [Tue, 28 May 2019 11:22:23 -0700] rev 55065
Merge
jjg [Tue, 28 May 2019 11:21:02 -0700] rev 55064
8219147: Javadoc should expose covariant return type overrides
Reviewed-by: hannesw
coffeys [Tue, 28 May 2019 19:19:58 +0100] rev 55063
8042904: apple.security.KeychainStore.getSalt() calling generateSeed()
Reviewed-by: jnimeh
darcy [Tue, 28 May 2019 10:54:59 -0700] rev 55062
8224783: Javadoc of String strip methods uses link where linkplain would be better
Reviewed-by: lancea, jlaskey
vdeshpande [Tue, 28 May 2019 09:56:47 -0700] rev 55061
8224558: Fix replicateB encoding
Reviewed-by: thartmann, vlivanov
ccheung [Tue, 28 May 2019 09:40:49 -0700] rev 55060
8224548: [TESTBUG] runtime/appcds/jvmti/ClassFileLoadHookTest.java failed: must be shared
Summary: improve the -Xshare:auto case
Reviewed-by: iklam, coleenp
aph [Tue, 28 May 2019 10:20:05 -0400] rev 55059
Merge
aph [Tue, 28 May 2019 09:13:11 -0400] rev 55058
8224880: AArch64: java/javac error with AllocatePrefetchDistance
Reviewed-by: adinn
sundar [Tue, 28 May 2019 19:30:30 +0530] rev 55057
8216553: JrtFIleSystemProvider getPath(URI) omits /modules element from file path
Reviewed-by: alanb, jlaskey
thartmann [Tue, 28 May 2019 14:53:57 +0200] rev 55056
8224870: Problemlist compiler/c2/Test8004741.java until JDK-8214904 is fixed
Summary: Added Test8004741 to problem list.
Reviewed-by: shade
aph [Tue, 28 May 2019 08:25:22 -0400] rev 55055
Merge
aph [Thu, 23 May 2019 07:57:50 -0400] rev 55054
8224671: AArch64: mauve System.arraycopy test failure
Reviewed-by: adinn
mgronlun [Tue, 28 May 2019 13:28:48 +0200] rev 55053
8221121: applications/microbenchmarks are encountering crashes in tier5
Reviewed-by: egahlin, dholmes
coleenp [Tue, 28 May 2019 06:42:32 -0400] rev 55052
8220688: [TESTBUG] runtime/NMT/MallocStressTest.java timed out
Summary: reduce number of threads and iterate rather than sleep.
Reviewed-by: zgu, dholmes
lucy [Tue, 28 May 2019 09:41:20 +0200] rev 55051
8224672: (lib)hsdis-<arch>.so search incorrect after JDK-8213084
Reviewed-by: kvn, shade
rraghavan [Tue, 28 May 2019 12:01:52 +0530] rev 55050
8213416: Replace some enums with static const members in hotspot/compiler
Summary: Changes to fix enumeral and non-enumeral type in conditional expression warnings with -Wextra for gcc on hotspot
Reviewed-by: kvn, thartmann
iignatyev [Mon, 27 May 2019 19:46:34 -0700] rev 55049
8222414: bring googlemock v1.8.1
Reviewed-by: erikj, rwestberg
zgu [Mon, 27 May 2019 14:34:58 -0400] rev 55048
8224751: Shenandoah: Shenandoah Verifier should select proper roots according to current GC cycle
Reviewed-by: rkennke
dfuchs [Mon, 27 May 2019 19:24:42 +0100] rev 55047
8224761: Replace wildcard address with loopback or local host in tests - part 12
Summary: fixes a batch of intermittent failures.
Reviewed-by: chegar, vtewari
rkennke [Mon, 27 May 2019 14:57:26 +0200] rev 55046
8224836: Backout: JDK-8224626: Shenandoah: Elide barriers on uncommon traps
Reviewed-by: shade
aefimov [Mon, 27 May 2019 13:29:11 +0100] rev 55045
8224035: Replace wildcard address with loopback or local host in tests - part 9
Reviewed-by: dfuchs
mbaesken [Thu, 23 May 2019 15:15:01 +0200] rev 55044
8224221: add memprotect calls to event log
Reviewed-by: dholmes, mdoerr
ysuenaga [Sat, 25 May 2019 20:55:33 +0900] rev 55043
8224252: [TESTBUG] hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java is timing out again after fix for JDK-8163805
Reviewed-by: cjplummer, sspitsyn
clanger [Sat, 25 May 2019 10:54:10 +0100] rev 55042
8224727: Problem list test security/infra/java/security/cert/CertPathValidator/certification/ActalisCA.java
Reviewed-by: rhalade
sspitsyn [Fri, 24 May 2019 21:05:19 -0700] rev 55041
8046018: JVMTI Spec: can_redefine_any_class capability spec is inconsistent
Summary: Make the "can_redefine_any_class" capability spec clear and consistent
Reviewed-by: alanb, cjplummer, dholmes, dcubed, jcbeyler
weijun [Sat, 25 May 2019 08:30:53 +0800] rev 55040
6682540: Incorrect SASL DIGEST-MD5 behavior
Reviewed-by: jnimeh
lancea [Fri, 24 May 2019 15:06:58 -0400] rev 55039
8224682: Remove the com.sun.CORBA.ORBIorTypeCheckRegistryFilter security property
Reviewed-by: bchristi
joehw [Fri, 24 May 2019 10:28:21 -0700] rev 55038
8223658: Performance regression of XML.validation in 13-b19
Reviewed-by: lancea
rhalade [Fri, 24 May 2019 09:47:41 -0700] rev 55037
8202651: Test ComodoCA.java fails
Reviewed-by: mullan
dl [Fri, 24 May 2019 08:55:03 -0700] rev 55036
8223245: Miscellaneous changes imported from jsr166 CVS 2019-06
Reviewed-by: martin
dl [Fri, 24 May 2019 08:51:04 -0700] rev 55035
8220478: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out intermittently
8223379: Clarify ForkJoinPool.getStealCount() javadoc
Reviewed-by: martin
dl [Fri, 24 May 2019 08:47:39 -0700] rev 55034
8224024: java/util/concurrent/BlockingQueue/DrainToFails.java testBounded fails intermittently
Reviewed-by: martin
dl [Fri, 24 May 2019 08:43:40 -0700] rev 55033
8224176: Fix inconsistencies in @jls tags in java.util.concurrent
Reviewed-by: martin, darcy, jjg
dl [Fri, 24 May 2019 08:39:37 -0700] rev 55032
8224698: ConcurrentSkipListMap.java does not compile with the Eclipse Java Compiler
Reviewed-by: martin, clanger, smarks, dfuchs
dfuchs [Fri, 24 May 2019 15:34:14 +0100] rev 55031
8224603: Replace wildcard address with loopback or local host in tests - part 11
Summary: Fixes a batch of tests that were observed failing intermittently.
Reviewed-by: chegar, vtewari
lucy [Fri, 24 May 2019 15:36:48 +0200] rev 55030
8224742: JLONG_FORMAT_W incompatible with type jlong
Reviewed-by: thartmann, clanger
zgu [Wed, 22 May 2019 21:24:09 -0400] rev 55029
8224115: Shenandoah: Eliminate RWLock that protects recorded nmethod data array
Reviewed-by: shade
zgu [Fri, 24 May 2019 09:23:58 -0400] rev 55028
8224679: Shenandoah: Make ShenandoahParallelCodeCacheIterator noncopyable
Reviewed-by: rkennke, shade
jlahoda [Fri, 24 May 2019 12:25:18 +0200] rev 55027
8220702: compiling in the context of an automatic module disallows --add-modules ALL-MODULE-PATH
Summary: Allow --add-modules ALL-MODULE-PATH when compiling in the context of an automatic module.
Reviewed-by: jjg
dkejriwal [Thu, 23 May 2019 12:36:54 +0530] rev 55026
8214563: Use {@systemProperty} in specification of system properties in java.nio packages
8214565: Use {@systemProperty} for definitions of system properties
Reviewed-by: alanb, rriggs
thartmann [Fri, 24 May 2019 09:51:02 +0200] rev 55025
8224723: [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed
Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: thartmann
Contributed-by: wangxue@loongson.cn
lucy [Thu, 23 May 2019 18:50:48 +0200] rev 55024
8224652: 32-bit build failures after JDK-8213084
Reviewed-by: thartmann, shade
Contributed-by: shade@redhat.com
stuefe [Fri, 24 May 2019 09:02:33 +0200] rev 55023
8220394: bufferedStream does not honor size limit
Reviewed-by: dholmes, clanger
clanger [Fri, 24 May 2019 07:56:29 +0100] rev 55022
8223553: Fix code constructs that do not compile with the Eclipse Java Compiler
Reviewed-by: smarks, dfuchs
darcy [Thu, 23 May 2019 18:47:24 -0700] rev 55021
8224177: Harden annotation processing framework to irregular behavior from processors
Reviewed-by: jjg
mseledtsov [Thu, 23 May 2019 18:31:38 -0700] rev 55020
8224706: [TESTBUG] problem list failing JDK docker API tests
Summary: Put the failing tests on a problem list
Reviewed-by: lmesnik
jwilhelm [Fri, 24 May 2019 03:17:31 +0200] rev 55019
8224715: ProblemList compiler/graalunit/HotspotJdk9Test.java
Reviewed-by: mikael
erikj [Thu, 23 May 2019 14:14:13 -0700] rev 55018
8224145: Build compare script fails intermittently on test image native libraries
Reviewed-by: tbell
erikj [Thu, 23 May 2019 14:13:09 -0700] rev 55017
8224677: Dtrace .d files clash with make dependency .d files
Reviewed-by: tbell
igerasim [Thu, 23 May 2019 13:48:16 -0700] rev 55016
7061590: Javadoc issues in Charset and StandardCharsets
Reviewed-by: alanb, jjg