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
rkennke [Thu, 23 May 2019 17:01:38 +0200] rev 55015
8224667: Shenandoah: Post-LRB cleanup
Reviewed-by: shade
iklam [Thu, 23 May 2019 12:57:12 -0700] rev 55014
8224689: ProblemList runtime/appcds/SharedArchiveConsistency.java
Reviewed-by: ccheung, dcubed
naoto [Thu, 23 May 2019 12:21:21 -0700] rev 55013
8221431: Support for Unicode 12.1
Reviewed-by: erikj, rriggs
mseledtsov [Thu, 23 May 2019 11:37:24 -0700] rev 55012
8224165: [TESTBUG] Docker tests produce excessive output
Summary: Trimmed child process output, saving child stdout to file
Reviewed-by: dholmes, lmesnik
ccheung [Thu, 23 May 2019 10:05:02 -0700] rev 55011
8224264: [TESTBUG] HelloDynamicCustom.java test failed on the Windows platform in tiers 6 and 7 testing
Summary: Making use of the DynamicArchiveTestBase class so that mapping failure can be handled more robustly.
Reviewed-by: iklam
aeubanks [Thu, 23 May 2019 09:03:58 -0700] rev 55010
8224635: Revert 8224256 and add back java/security/SecureClassLoader/DefineClass.java test
Reviewed-by: mullan
Contributed-by: aeubanks@google.com
redestad [Thu, 23 May 2019 18:43:47 +0200] rev 55009
8224202: Speed up Properties.load
Reviewed-by: rriggs, igerasim
erikj [Thu, 23 May 2019 08:57:24 -0700] rev 55008
8221543: Indify-dependent microbenchmarks are broken
Reviewed-by: redestad
dfuchs [Thu, 23 May 2019 11:36:31 +0100] rev 55007
8224656: Problem list java/security/SecureClassLoader/DefineClass.java until JDK-8224635 is fixed
Summary: the test failed consistently on windows and linux, and intermittently (but rarely) on solaris. This patch problem-list it on all platform.
Reviewed-by: dholmes, chegar, alanb
rkennke [Thu, 23 May 2019 12:12:04 +0200] rev 55006
8224626: Shenandoah: Elide barriers on uncommon traps
Reviewed-by: roland, shade
rehn [Thu, 23 May 2019 10:13:29 +0200] rev 55005
8221734: Deoptimize with handshakes
Reviewed-by: dcubed, dholmes, pchilanomate, dlong, coleenp
thartmann [Thu, 23 May 2019 09:46:49 +0200] rev 55004
8223581: C2 compilation failed with assert(!q->is_MergeMem())
Summary: Aggressively remove MergeMems feeding into other MergeMems during incremental inlining.
Reviewed-by: vlivanov
thartmann [Thu, 23 May 2019 08:57:37 +0200] rev 55003
8224539: C2 compilation fails during ArrayCopyNode optimizations with assert(i < _max) failed: oob: i=1, _max=1
Summary: Bail out if src_offset or dst_offset is top.
Reviewed-by: roland, vlivanov, kvn
pliden [Thu, 23 May 2019 08:09:29 +0200] rev 55002
8224185: ZGC: Introduce "High Usage" rule
Reviewed-by: eosterlund
darcy [Wed, 22 May 2019 21:49:31 -0700] rev 55001
8224628: Note that type parameters are not visited by ElementScanners
Reviewed-by: jjg
henryjen [Wed, 22 May 2019 21:45:47 -0700] rev 55000
8215156: Deprecate the -Xfuture option
Reviewed-by: dholmes
dholmes [Wed, 22 May 2019 21:50:16 -0400] rev 54999
8224087: Compile C code for at least C99 Standard compliance
Reviewed-by: simonis, aph, erikj, serb, stuefe
jwilhelm [Thu, 23 May 2019 02:36:15 +0200] rev 54998
Added tag jdk-13+22 for changeset 181986c54764
aeubanks [Mon, 20 May 2019 16:47:08 -0700] rev 54997
8224256: test/jdk/java/security/SecureClassLoader/DefineClass.java hardcodes 127.0.0.1
Reviewed-by: chegar, dfuchs, mullan
Contributed-by: aeubanks@google.com
valeriep [Wed, 22 May 2019 21:38:16 +0000] rev 54996
7107615: scalability bloker in javax.crypto.JceSecurity
Summary: Change to use ConcurrentHashMap instead of syncing on whole method
Reviewed-by: xuelei, alanb, dfuchs
shade [Wed, 22 May 2019 21:40:58 +0200] rev 54995
8224522: Shenandoah should apply barriers on deoptimization
Reviewed-by: rkennke, zgu
aoqi [Thu, 23 May 2019 00:21:39 +0800] rev 54994
8224568: minimal and zero build fails after JDK-8213084
Reviewed-by: shade, lucy
Contributed-by: Ao Qi <aoqi@loongson.cn>
dchuyko [Wed, 22 May 2019 21:33:58 +0300] rev 54993
8220072: GCC 8.3 reports errors in java.base
Reviewed-by: rriggs
mseledtsov [Wed, 22 May 2019 10:51:30 -0700] rev 54992
8224529: [TESTBUG] JFR TestShenandoahHeapRegion* tests fail on build w/o Shenandoah
Summary: Fixed at-requires statement, updated TEST.ROOT
Reviewed-by: clanger, egahlin
dpochepk [Wed, 22 May 2019 20:39:04 +0300] rev 54991
8218966: AArch64: String.compareTo() can read memory after string
Reviewed-by: dsamersoff
dpochepk [Wed, 22 May 2019 20:12:19 +0300] rev 54990
8215792: AArch64: String.indexOf generates incorrect result
Reviewed-by: dsamersoff
aeubanks [Mon, 20 May 2019 14:19:19 -0700] rev 54989
8224248: test/jdk/java/net/InetAddress/CheckJNI.java assumes 127.0.0.1 is available
Reviewed-by: dfuchs, chegar
Contributed-by: aeubanks@google.com
jcbeyler [Wed, 22 May 2019 09:32:02 -0700] rev 54988
8224500: Put HeapMonitorStatArrayCorrectnessTest in the problem list
Summary: Since the test is failing, let's quarantine it
Reviewed-by: stuefe
dtitov [Wed, 22 May 2019 09:06:24 -0700] rev 54987
8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
Reviewed-by: dholmes, amenkov, bulasevich, dfuchs, erikj
vromero [Wed, 22 May 2019 09:26:48 -0400] rev 54986
8223914: specification of j.l.c.MethodTypeDesc::of should document better the exceptions thrown
Reviewed-by: rriggs
zgu [Wed, 22 May 2019 09:10:07 -0400] rev 54985
8224525: Shenandoah: Eliminate shenandoah verifier's side-effects
Reviewed-by: shade, rkennke
dfuchs [Wed, 22 May 2019 13:58:19 +0100] rev 54984
8224204: Replace wildcard address with loopback or local host in tests - part 10
Summary: Fixed intermittently failing tests
Reviewed-by: chegar
stefank [Wed, 22 May 2019 13:06:31 +0200] rev 54983
8224203: Remove need to specify type when using FLAG_SET macros
Reviewed-by: rehn, pliden, coleenp
stefank [Wed, 22 May 2019 13:05:37 +0200] rev 54982
8224201: Simplify JVM flag macro expansions
Reviewed-by: rehn, kvn, stuefe, tschatzl, coleenp, gziemski
zgu [Wed, 22 May 2019 07:12:18 -0400] rev 54981
8224508: Shenandoah: Need to update thread roots in final mark for piggyback ref update cycle
Reviewed-by: shade, rkennke
redestad [Wed, 22 May 2019 13:19:04 +0200] rev 54980
8224589: Improve startup behavior of SecurityProperties
Reviewed-by: alanb
smonteith [Wed, 22 May 2019 06:29:08 -0400] rev 54979
8224187: Refactor arraycopy_prologue to allow ZGC read barriers on arraycopy
Reviewed-by: eosterlund
dholmes [Wed, 22 May 2019 06:13:53 -0400] rev 54978
8224570: Update ProblemList-graal.txt
Reviewed-by: thartmann
tschatzl [Wed, 22 May 2019 11:19:14 +0200] rev 54977
8224160: Move G1RemSetScanClosure into g1RemSet.cpp file
Reviewed-by: kbarrett, sangheki
shade [Wed, 22 May 2019 10:48:46 +0200] rev 54976
8224579: ResourceMark not declared in shenandoahRootProcessor.inline.hpp with --disable-precompiled-headers
Reviewed-by: shade
Contributed-by: Ao Qi <aoqi@loongson.cn>
clanger [Wed, 22 May 2019 08:42:00 +0100] rev 54975
8224573: Fix windows build after JDK-8221507
Reviewed-by: shade, stuefe
stuefe [Wed, 22 May 2019 09:33:22 +0200] rev 54974
8224193: stringStream should not use Resouce Area
Reviewed-by: goetz, coleenp, dholmes
stuefe [Wed, 22 May 2019 07:10:54 +0200] rev 54973
8224487: outputStream should not be copyable
Reviewed-by: kbarrett, coleenp
henryjen [Tue, 21 May 2019 20:14:30 -0700] rev 54972
8218997: Xusage text, man help, etc doesn't mention -Xlog option.
Reviewed-by: dholmes
igerasim [Tue, 21 May 2019 18:40:29 -0700] rev 54971
8223593: Refactor code for reallocating storage
Reviewed-by: prappo, plevart, rriggs, smarks
kbarrett [Tue, 21 May 2019 19:19:44 -0400] rev 54970
8224167: Refactor PtrQueue completed buffer processing
Summary: Add handle_completed_buffer and refactor.
Reviewed-by: tschatzl, shade
joehw [Tue, 21 May 2019 14:55:30 -0700] rev 54969
8219692: DOM and SAX parsers ignore namespace
Reviewed-by: lancea
naoto [Tue, 21 May 2019 13:40:56 -0700] rev 54968
8224105: Cannot parse JapaneseDate string on some specified locales
Reviewed-by: bchristi
vromero [Tue, 21 May 2019 15:59:46 -0400] rev 54967
8223725: j.l.c.MethodHandleDesc::of throws undocumented exception IllegalArgumentException
Reviewed-by: rriggs
epavlova [Tue, 21 May 2019 12:29:47 -0700] rev 54966
8222482: [Graal] Update java-allocation-instrumenter.jar handling in graalunit README.md
Reviewed-by: kvn, shade
vromero [Tue, 21 May 2019 15:44:00 -0400] rev 54965
8223723: j.l.c.MethodTypeDesc.dropParameterTypes throws the undocumented exception: IllegalArgumentException
Reviewed-by: rriggs
mgronlun [Tue, 21 May 2019 20:53:27 +0200] rev 54964
8220293: Deadlock in JFR string pool
Reviewed-by: rehn, egahlin
zgu [Tue, 21 May 2019 13:06:52 -0400] rev 54963
8224495: Shenandoah: Do not rescan code roots in final mark pause if it is not degenerated GC
Reviewed-by: shade
stuefe [Tue, 21 May 2019 18:22:54 +0200] rev 54962
8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler fails intermittently for case 13 on Windows
Reviewed-by: dholmes
coleenp [Tue, 21 May 2019 09:53:16 -0400] rev 54961
8224119: Safepoint cleanup logging logs times for things it doesn't do
Summary: test condition before reporting times for cleanup actions.
Reviewed-by: rehn, hseigel
lucy [Tue, 21 May 2019 15:51:35 +0200] rev 54960
8213084: Rework and enhance Print[Opto]Assembly output
Reviewed-by: kvn, thartmann
mdoerr [Tue, 21 May 2019 11:45:37 +0200] rev 54959
8224230: [PPC64, s390] Support AsyncGetCallTrace
Reviewed-by: goetz, jcbeyler, sspitsyn
pmuthuswamy [Tue, 21 May 2019 15:02:18 +0530] rev 54958
8223733: "Detail" in headings should be "Details"
Reviewed-by: hannesw
rehn [Tue, 21 May 2019 10:46:08 +0200] rev 54957
8223313: Use handshakes for CountStackFrames.
Reviewed-by: dholmes, rrich, dcubed
kdobson [Tue, 21 May 2019 10:36:23 +0200] rev 54956
8221507: Implement JFR Events for Shenandoah
Reviewed-by: rkennke, shade, egahlin, mseledtsov
Contributed-by: Ken Dobson <kdobson@redhat.com>
rehn [Tue, 21 May 2019 10:34:57 +0200] rev 54955
8223306: Remove threads linked list (use ThreadsList's array in SA)
Reviewed-by: coleenp, dholmes, dcubed
sspitsyn [Tue, 21 May 2019 00:52:04 -0700] rev 54954
8183273: Clarify Instrumentation interface should not be implemented outside java.instrument module
Summary: Add a note with a clarification
Reviewed-by: alanb, dholmes, jcbeyler
jjg [Mon, 20 May 2019 18:18:42 -0700] rev 54953
8224166: Create a taglet to better handle @jls and @jvms tags
Reviewed-by: erikj, darcy
darcy [Mon, 20 May 2019 17:29:44 -0700] rev 54952
8224175: Fix inconsistencies in @jls and @jvms tags
Reviewed-by: jjg, rfield
mseledtsov [Mon, 20 May 2019 15:18:00 -0700] rev 54951
8220672: [TESTBUG] TestCPUSets should check that cpuset does not exceed available cores
Summary: making sure cpuset size does not exceed available cores
Reviewed-by: dholmes, lmesnik
jjg [Mon, 20 May 2019 10:57:57 -0700] rev 54950
8223663: Update links for tool guides
Reviewed-by: alanb, erikj, darcy
jiangli [Mon, 20 May 2019 10:32:10 -0700] rev 54949
Merge
aeubanks [Wed, 15 May 2019 16:21:51 -0700] rev 54948
8224014: Don't run test/jdk/java/net/NetworkInterface/IPv4Only.java in IPv6 only environment
Reviewed-by: chegar, dfuchs
Contributed-by: aeubanks@google.com
aeubanks [Wed, 15 May 2019 17:21:18 -0700] rev 54947
8224019: test/jdk/java/nio/channels/DatagramChannel/BasicMulticastTests.java assumes IPv4 is always available
Reviewed-by: chegar, dfuchs, alanb
Contributed-by: aeubanks@google.com
darcy [Mon, 20 May 2019 10:16:45 -0700] rev 54946
8224174: java.lang.Number has a default constructor
Reviewed-by: rriggs, bpb
aeubanks [Wed, 15 May 2019 09:15:59 -0700] rev 54945
8223214: Inet6AddressImpl.loopbackAddress() should choose loopback address that is available
Reviewed-by: chegar
Contributed-by: aeubanks@google.com
lancea [Mon, 20 May 2019 12:24:05 -0400] rev 54944
8222807: Address iteration with invalid ZIP header entries
Reviewed-by: redestad, clanger
lucy [Mon, 20 May 2019 17:44:29 +0200] rev 54943
8223444: Improve CodeHeap Free Space Management
Reviewed-by: kvn, thartmann
coleenp [Mon, 20 May 2019 10:06:07 -0400] rev 54942
8221967: InternTest.java timed out
Summary: Move redundant table lookup and make rehashing be a needed guaranteed safepoint cleanup action.
Reviewed-by: dholmes, rehn
zgu [Mon, 20 May 2019 09:43:46 -0400] rev 54941
8224179: Shenandoah: CTW test failures with traversal GC
Reviewed-by: shade
zgu [Mon, 20 May 2019 09:42:37 -0400] rev 54940
8224210: Shenandoah: Refactor ShenandoahRootScanner to support scanning CSet codecache roots
Reviewed-by: shade
dkejriwal [Thu, 16 May 2019 12:14:37 +0530] rev 54939
8206879: Currency decimal marker incorrect for Peru
Reviewed-by: naoto, rpatil
dfuchs [Mon, 20 May 2019 12:37:40 +0100] rev 54938
8223856: Replace wildcard address with loopback or local host in tests - part 8
Summary: Fixes some intermittent test failures by replacing wildcard with loopback - or retrying once.
Reviewed-by: aefimov, chegar
mbaesken [Tue, 14 May 2019 10:21:55 +0200] rev 54937
8130017: use _FORTIFY_SOURCE in gcc fastdebug builds
Reviewed-by: erikj
pmuthuswamy [Mon, 20 May 2019 14:42:32 +0530] rev 54936
8219313: Support module specific stylesheets
Reviewed-by: jjg
ljiang [Sun, 19 May 2019 22:14:09 +0800] rev 54935
8219781: Localized names for Japanese era Reiwa in COMPAT provider
Reviewed-by: naoto
tschatzl [Sat, 18 May 2019 22:11:25 +0200] rev 54934
8222492: G1 unnecessarily scans remembered set cards for regions that already have been evacuated
Summary: Filter out cards from the current collection set during evacuation increments.
Reviewed-by: kbarrett, sangheki
jiefu [Sat, 18 May 2019 12:13:38 -0700] rev 54933
8222302: [TESTBUG]test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java fails on any other CPU
Reviewed-by: kvn, dlong
shade [Sat, 18 May 2019 18:49:39 +0200] rev 54932
8224170: Build failures after JDK-8207812 (Implement Dynamic CDS Archive)
Reviewed-by: stuefe, kvn
ysuenaga [Sat, 18 May 2019 15:42:21 +0900] rev 54931
8163805: hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java failed with timed out
Reviewed-by: cjplummer, jcbeyler
rfield [Fri, 17 May 2019 12:52:46 -0700] rev 54930
8223595: Consider updating jdk.jshell module description
Summary: Conform to module summary standards
Reviewed-by: jlahoda
vromero [Fri, 17 May 2019 13:16:07 -0400] rev 54929
8223803: j.l.c.MethodTypeDesc::insertParameterTypes doesn't control type of parameters
Reviewed-by: rriggs
zgu [Fri, 17 May 2019 11:47:06 -0400] rev 54928
8223951: Shenandoah: Only need to update thread roots during final update refs
Reviewed-by: shade
ccheung [Fri, 17 May 2019 08:29:55 -0700] rev 54927
8207812: Implement Dynamic CDS Archive
Summary: Improve the usability of AppCDS
Reviewed-by: acorn, jiangli, mseledtsov
Contributed-by: ioi.lam@oracle.com, jianglizhou@google.com, calvin.cheung@oracle.com
rriggs [Fri, 17 May 2019 10:48:02 -0400] rev 54926
8220166: Performance regression in deserialization (4-6% in SPECjbb)
Reviewed-by: shade, dholmes, alanb
aoqi [Thu, 16 May 2019 21:25:53 +0800] rev 54925
8224028: loop initial declarations introduced by JDK-8184770
Reviewed-by: dfuchs, amenkov, sspitsyn
zgu [Fri, 17 May 2019 09:52:35 -0400] rev 54924
8223774: Shenandoah: Refactor ShenandoahRootProcessor and family
Reviewed-by: shade, rkennke
tschatzl [Fri, 17 May 2019 12:33:37 +0200] rev 54923
8224038: Fix remaining InCSetState mentions
Reviewed-by: kbarrett
pliden [Fri, 17 May 2019 12:06:03 +0200] rev 54922
8223961: ZGC: Unexpected behaviour due to ZMetronome::wait_for_tick() oversleeping
Reviewed-by: pliden, stefank
Contributed-by: fujie@loongson.cn, per.liden@oracle.com
bulasevich [Fri, 17 May 2019 11:44:44 +0200] rev 54921
8223472: volatile long field corruption on x86_32
Reviewed-by: eosterlund, dholmes, shade, coleenp
clanger [Fri, 17 May 2019 09:00:39 +0100] rev 54920
8222276: (zipfs) Refactoring and cleanups to prepare for JDK-8213031
Reviewed-by: lancea
bulasevich [Fri, 17 May 2019 03:01:21 -0400] rev 54919
8220656: ARM32: -XX:MaxVectorSize=16 makes SIGILL
Reviewed-by: dholmes, dlong
mbaesken [Thu, 16 May 2019 13:21:41 +0200] rev 54918
8223944: fix zlib related building docu and comments
Reviewed-by: alanb, erikj
ysuenaga [Fri, 17 May 2019 14:14:15 +0900] rev 54917
8223665: SA: debugd options should follow jhsdb style
Reviewed-by: dholmes, sspitsyn, ysuenaga, jcbeyler
Contributed-by: Osamu Sakamoto <sakamoto.osamu@nttcom.co.jp>
kbarrett [Thu, 16 May 2019 20:14:54 -0400] rev 54916
8160539: Stack frame scanning acquires DerivedPointerTableGC_lock mutex
Summary: Use lock-free stack for accumulating table entries.
Reviewed-by: tschatzl, kvn
bulasevich [Thu, 16 May 2019 18:45:30 -0400] rev 54915
8222825: ARM32 SIGILL issue on single core CPU (not supported PLDW instruction)
Reviewed-by: dholmes, dlong
jwilhelm [Fri, 17 May 2019 00:21:10 +0200] rev 54914
8223346: Update Graal
Reviewed-by: kvn
iignatyev [Thu, 16 May 2019 12:16:47 -0700] rev 54913
8222154: upgrade gtest to 1.8.1
Reviewed-by: jwilhelm, rwestberg
epavlova [Thu, 16 May 2019 12:33:44 -0700] rev 54912
8224017: [Graal] gc/z/TestUncommit.java fails with Graal
Reviewed-by: kvn
jcbeyler [Thu, 16 May 2019 12:48:21 -0700] rev 54911
8224020: AsyncGetCallTrace test should not run on PPC64 or IA64
Summary: Restrict the test to the right architectures
Reviewed-by: cjplummer, sspitsyn, simonis
shade [Thu, 16 May 2019 21:32:24 +0200] rev 54910
8224033: os::snprintf should be used in virtualizationSupport.cpp
Reviewed-by: mbaesken, stuefe
rhalade [Thu, 16 May 2019 12:36:08 -0700] rev 54909
8223499: Remove two DocuSign root certificates that are expiring
Reviewed-by: mullan
epavlova [Thu, 16 May 2019 11:30:32 -0700] rev 54908
8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT
Reviewed-by: thartmann
dtitov [Thu, 16 May 2019 11:37:26 -0700] rev 54907
8222422: vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses tests failed with Unexpected Exception: null
Reviewed-by: dholmes, jcbeyler, cjplummer
vromero [Thu, 16 May 2019 13:34:33 -0400] rev 54906
8223726: j.l.c.MethodTypeDesc spec should contain precise assertions for one parameter's methods
Reviewed-by: darcy
rkennke [Thu, 16 May 2019 19:07:31 +0200] rev 54905
8224043: Shenandoah: Remove clear_claimed_marks() from start of concurrent_traversal()
Reviewed-by: shade
adinn [Thu, 16 May 2019 15:45:46 +0100] rev 54904
8224042: Add private alignDown method to MappedByteBuffer
Summary: Use alignDown method to round addresses down to page boundary
Reviewed-by: stuefe, mikael, alanb
aeubanks [Wed, 15 May 2019 17:13:57 -0700] rev 54903
8224018: test/jdk/java/net/ipv6tests/{Tcp,Udp}Test.java assume IPv4 is available
Reviewed-by: dfuchs, chegar
Contributed-by: aeubanks@google.com
alanb [Thu, 16 May 2019 17:06:53 +0100] rev 54902
8223442: java/nio/channels/SocketChannel/AdaptorStreams.java testConcurrentTimedReadWrite3(): failure
Reviewed-by: michaelm
coleenp [Thu, 16 May 2019 11:07:09 -0400] rev 54901
8223585: vmTestbase/runtime/pcl/* get SEGV in MetadataOnStackClosure::do_metadata(Metadata*)+0x0
Summary: adjust old method table by only one thread.
Reviewed-by: kvn, jcbeyler, sspitsyn
jlahoda [Thu, 16 May 2019 16:42:14 +0200] rev 54900
8224031: Cannot parse switch expressions after type cast
Summary: Correctly categorize parentheses followed by the switch keyword as cast.
Reviewed-by: mcimadamore
mbaesken [Thu, 16 May 2019 09:21:49 +0200] rev 54899
8223438: add VirtualizationInformation JFR event
Reviewed-by: clanger, egahlin
rrich [Wed, 15 May 2019 12:30:02 +0200] rev 54898
8223572: ~ThreadInVMForHandshake() should call handle_special_runtime_exit_condition()
Reviewed-by: dcubed, rehn, dholmes
stuefe [Thu, 16 May 2019 13:57:35 +0200] rev 54897
8224023: Redo the fix for ErrorFile option does not handle pre-existing error files of the same name
Reviewed-by: clanger, dholmes
coleenp [Thu, 16 May 2019 07:09:17 -0400] rev 54896
8223956: Make SymbolTable and StringTable AllStatic
Summary: Removed superfluous and confusing _the_table pointer.
Reviewed-by: gziemski, rehn
pmuthuswamy [Thu, 16 May 2019 16:40:48 +0530] rev 54895
8222548: Upgrading JDK 13 with the latest available jQuery 3.4.1
Reviewed-by: hannesw
jlahoda [Thu, 16 May 2019 10:52:36 +0200] rev 54894
8222169: java.lang.AssertionError switch expression in ternary operator - ?
Summary: Ensure the stack size recoded at the begining of the let expression is the correct one.
Reviewed-by: vromero
Contributed-by: vicente.romero@oracle.com, jan.lahoda@oracle.com
rschmelter [Mon, 13 May 2019 07:41:32 -0700] rev 54893
8223770: code_size2 still too small in some compressed oops configurations
Reviewed-by: mdoerr, stuefe
coleenp [Wed, 15 May 2019 20:33:17 -0400] rev 54892
8224010: Incorrect string interning
Summary: Revert jvmci change
Reviewed-by: dholmes, jiangli
jwilhelm [Thu, 16 May 2019 02:34:53 +0200] rev 54891
Added tag jdk-13+21 for changeset f2f11d7f7f4e
shade [Wed, 15 May 2019 22:45:54 +0200] rev 54890
8223980: Shenandoah: Refactor and fix ObjArrayChunkedTask verification
Reviewed-by: rkennke
aeubanks [Tue, 07 May 2019 16:18:21 -0700] rev 54889
8223532: Don't try creating IPv4 sockets in NetworkInterface.c if IPv4 is not supported
Reviewed-by: dfuchs, chegar
Contributed-by: aeubanks@google.com
rhalade [Wed, 15 May 2019 13:22:29 -0700] rev 54888
8222136: Remove two Comodo root CA certificates that are expiring
Reviewed-by: mullan
aefimov [Wed, 15 May 2019 19:47:28 +0100] rev 54887
8223798: Replace wildcard address with loopback or local host in tests - part 7
Reviewed-by: dfuchs, vtewari
dfuchs [Wed, 15 May 2019 19:34:34 +0100] rev 54886
8223880: Update sun/net/ftp/FtpURL.java and sun/net/ftp/FtpURLConnectionLeak.java to work with IPv6 addresses
Summary: This fix updates three tests: sun/net/ftp/FtpURL.java, sun/net/ftp/FtpURLConnectionLeak.java, and sun/net/ftp/FtpGetContent.java, to work with IPv6 addresses
Reviewed-by: chegar, aeubanks, vtewari
dfuchs [Wed, 15 May 2019 19:09:54 +0100] rev 54885
8223716: sun/net/www/http/HttpClient/MultiThreadTest.java should be more resilient to unexpected traffic
Reviewed-by: chegar
amenkov [Wed, 15 May 2019 11:06:33 -0700] rev 54884
8184770: JDWP support for IPv6
Reviewed-by: sspitsyn, chegar