stefank [Thu, 02 May 2019 10:32:14 +0200] rev 54679
8222986: Add parameter to skip clearing CHeapBitMaps when resizing
Reviewed-by: pliden
stefank [Mon, 15 Apr 2019 11:47:46 +0200] rev 54678
8198505: Remove CollectorPolicy and its subclasses
Reviewed-by: pliden, shade
redestad [Thu, 02 May 2019 10:38:00 +0200] rev 54677
8222895: StackOverflowError in custom security manager that relies on ClassSpecializer
Reviewed-by: alanb
coleenp [Wed, 01 May 2019 20:48:19 -0400] rev 54676
8223194: runtime/Shutdown/ShutdownTest.java due to "OutOfMemoryError: Java heap too small"
Summary: Use default memory for the test.
Reviewed-by: dholmes, kvn
jwilhelm [Thu, 02 May 2019 03:20:32 +0200] rev 54675
Added tag jdk-13+19 for changeset a43d6467317d
manc [Tue, 30 Apr 2019 18:44:41 -0700] rev 54674
8223177: Data race on JvmtiEnvBase::_tag_map in double-checked locking
Summary: Add memory fences on accesses to JvmtiEnvBase::_tag_map
Reviewed-by: dholmes, jcbeyler, sspitsyn
darcy [Wed, 01 May 2019 16:47:26 -0700] rev 54673
8146726: Improve AbstractProcessor to issue warnings for repeated information
Reviewed-by: jjg, smarks, serb, igerasim
joehw [Wed, 01 May 2019 14:35:28 -0700] rev 54672
8220818: Validator does not find missing match for keyref error
Reviewed-by: lancea
mseledtsov [Wed, 01 May 2019 13:25:54 -0700] rev 54671
8222769: [TESTBUG] TestJFRNetworkEvents should not rely on hostname command
Summary: Using InetAddress.getLocalHost()
Reviewed-by: egahlin, lmesnik
Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>
bchristi [Wed, 01 May 2019 13:07:30 -0700] rev 54670
8221267: Document the jdk.net.URLClassPath.showIgnoredClassPathEntries system property
Reviewed-by: alanb, bpb, lancea
kvn [Wed, 01 May 2019 12:31:29 -0700] rev 54669
8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
Reviewed-by: dnsimon, never, stefank, rehn, neliasso, dholmes, kbarrett, coleenp
vromero [Wed, 01 May 2019 12:41:26 -0400] rev 54668
8222744: add support for generating method handles from a variable symbol
Reviewed-by: mcimadamore
rraghavan [Wed, 01 May 2019 22:02:48 +0530] rev 54667
8202414: Unsafe write after primitive array creation may result in array length change
Summary: Avoided collecting unaligned stores in Initialize node by making can_capture_store return false for same
Reviewed-by: dlong, kvn, vlivanov
martin [Wed, 01 May 2019 09:06:12 -0700] rev 54666
8223078: Add microbenchmark for array copying/clearing/resizing
Reviewed-by: dl, redestad
coleenp [Wed, 01 May 2019 10:54:07 -0400] rev 54665
8223190: Test gc/arguments/TestShrinkHeapInSteps.java breaks with change for JDK-8074355
Summary: Remove too strict assert.
Reviewed-by: hseigel
zgu [Wed, 01 May 2019 10:12:51 -0400] rev 54664
8223184: Shenandoah: Missing roots in SRP::process_all_roots_slow
Reviewed-by: shade
coleenp [Wed, 01 May 2019 08:56:38 -0400] rev 54663
8074355: make MutexLocker smarter about non-JavaThreads
Summary: Use safepoint_check_always/safepoint_check_never instead of safepoint_check_sometimes for locks that are taken by JavaThreads and non-JavaThreads
Reviewed-by: dholmes, rehn, dcubed, lmesnik
coleenp [Wed, 01 May 2019 07:12:14 -0400] rev 54662
8213399: DecoderLocker is unused
Summary: remove DecoderLocker
Reviewed-by: iklam, dholmes
jcbeyler [Tue, 30 Apr 2019 20:26:16 -0700] rev 54661
8223146: [TESTBUG] new test vmTestbase/nsk/share/ExceptionCheckingJniEnv/exceptionjni001/ fails on Windows
Summary: Keep it simple and handle INT32_MIN separately
Reviewed-by: dholmes, sspitsyn
dtitov [Tue, 30 Apr 2019 16:11:42 -0700] rev 54660
8222821: com/sun/jdi/ExceptionEvents.java failed
Reviewed-by: dlong, sspitsyn, jcbeyler, cjplummer
jcbeyler [Tue, 30 Apr 2019 15:39:42 -0700] rev 54659
8215113: Sampling interval not always correct
Summary: Fix the sampling interval
Reviewed-by: phh, sspitsyn
rhalade [Tue, 30 Apr 2019 12:53:32 -0700] rev 54658
8222137: Remove T-Systems root CA certificate
Reviewed-by: mullan
rhalade [Tue, 30 Apr 2019 11:04:26 -0700] rev 54657
8216577: Add GlobalSign's R6 Root certificate
Reviewed-by: mullan, clanger
erikj [Tue, 30 Apr 2019 10:24:14 -0700] rev 54656
8222913: Add Jib support for VERSION_EXTRA*
Reviewed-by: tbell, mikael
dtitov [Tue, 30 Apr 2019 08:45:19 -0700] rev 54655
8222749: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "eventSet1.size() != 3 :: 2"
Reviewed-by: sspitsyn, jcbeyler
sgehwolf [Thu, 18 Apr 2019 13:58:31 +0200] rev 54654
8221639: [i386] expand_exec_shield_cs_limit workaround is undefined code after JDK-8199717
Summary: Only perform this optimization for x86_64
Reviewed-by: dholmes, andrew
thartmann [Tue, 30 Apr 2019 14:49:19 +0200] rev 54653
8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
Summary: Guard against regions degraded to copies.
Reviewed-by: kvn
redestad [Tue, 30 Apr 2019 12:54:07 +0200] rev 54652
8222852: Reduce String concat combinator tree shapes by folding constants into prependers
Reviewed-by: shade, plevart, forax
Contributed-by: claes.redestad@oracle.com, peter.levart@gmail.com
sspitsyn [Tue, 30 Apr 2019 01:56:28 -0700] rev 54651
8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated
Summary: Mark new option depricated
Reviewed-by: dcubed, coleenp, dholmes
jlahoda [Tue, 30 Apr 2019 10:39:22 +0200] rev 54650
8218152: [javac] fails and exits with no error if a bad annotation processor provided
Summary: Handle exceptions thrown while loading annotation processors.
Reviewed-by: jlahoda
Contributed-by: groeges@uk.ibm.com
rschmelter [Wed, 17 Apr 2019 01:21:56 -0700] rev 54649
8222529: sun.jdwp.listenerAddress agent property uses wrong encoding
Reviewed-by: sspitsyn, amenkov, clanger, erikj
pmuthuswamy [Tue, 30 Apr 2019 11:58:30 +0530] rev 54648
8221991: Improve the HTML for the inheritance tree for a type
Reviewed-by: hannesw
dlong [Wed, 24 Apr 2019 09:10:45 -0700] rev 54647
8219403: JVMCIRuntime::adjust_comp_level should be replaced
Reviewed-by: kvn, dnsimon, never
manc [Fri, 08 Mar 2019 18:21:52 -0800] rev 54646
8220388: Increase -inlinehint-threshold for Clang to avoid G1 pause time regression
Summary: Make Clang inline more aggressively for functions with inline keyword
Reviewed-by: erikj, jiangli, shade
coleenp [Mon, 29 Apr 2019 16:01:52 -0400] rev 54645
8222988: Use MonitorLocker rather than MutexLocker when wait/notify used
Summary: fixed use cases in code except CMS.
Reviewed-by: rehn, dcubed
mullan [Mon, 29 Apr 2019 14:34:10 -0400] rev 54644
8036608: Key.getAlgorithm link to standard algorithm names needs to be updated
Reviewed-by: xuelei
bpb [Mon, 29 Apr 2019 07:39:16 -0700] rev 54643
8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer.
Reviewed-by: dfuchs, prappo
fyang [Fri, 26 Apr 2019 16:38:39 +0800] rev 54642
8223020: aarch64: expand minI_rReg and maxI_rReg patterns into separate instructions
Reviewed-by: aph
clanger [Mon, 29 Apr 2019 10:27:44 +0100] rev 54641
8223015: Cleanups for zipfs tests
Reviewed-by: redestad, lancea
thartmann [Mon, 29 Apr 2019 09:04:25 +0200] rev 54640
8221592: C2 compilation failed with assert(!q->is_MergeMem())
Summary: Transform the original MergeMem after transforming the slices to get rid of MergeMem inputs.
Reviewed-by: kvn, neliasso
weijun [Sat, 27 Apr 2019 18:21:57 +0800] rev 54639
8223003: SunMSCAPI keys are not cleaned up
Reviewed-by: igerasim
lmesnik [Fri, 26 Apr 2019 11:33:32 -0700] rev 54638
8220813: update hotspot tier1_gc tests depending on GC to use @requires vm.gc.X
Reviewed-by: pliden, lmesnik
Contributed-by: aoqi@loongson.cn
vromero [Fri, 26 Apr 2019 12:49:51 -0400] rev 54637
8219487: j.l.c.ClassDesc spec should contain precise assertions for one parameter's methods
Reviewed-by: darcy, jlaskey
naoto [Fri, 26 Apr 2019 09:09:39 -0700] rev 54636
8222980: Upgrade IANA Language Subtag Registry to Version 2019-04-03
Reviewed-by: bpb, lancea
avoitylov [Fri, 26 Apr 2019 18:56:15 +0300] rev 54635
8221988: add possibility to build with Visual Studio 2019
Reviewed-by: erikj, ysuenaga
dfuchs [Fri, 26 Apr 2019 16:25:43 +0100] rev 54634
8129315: java/net/Socket/LingerTest.java and java/net/Socket/ShutdownBoth.java timeout intermittently
Summary: tests are updated to use the loopback address instead of the wildcard to avoid traffic being routed to a different server than what was intended by the test.
Reviewed-by: chegar
jwilhelm [Fri, 26 Apr 2019 12:35:26 +0200] rev 54633
8223026: [BACKOUT] Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
Reviewed-by: dsimms
pliden [Fri, 26 Apr 2019 12:05:34 +0200] rev 54632
8223016: ZGC: Fix misaligned statistics printout
Reviewed-by: tschatzl
rehn [Fri, 26 Apr 2019 10:18:47 +0200] rev 54631
8222637: Obsolete NeedsDeoptSuspend
Reviewed-by: dlong, coleenp, dholmes
clanger [Fri, 26 Apr 2019 08:53:29 +0100] rev 54630
8222440: (zipfs) JarFileSystem does not correctly handle versioned entries if no root entry is present
Reviewed-by: lancea
dholmes [Fri, 26 Apr 2019 00:57:03 -0400] rev 54629
8222518: Remove unnecessary caching of Parker object in java.lang.Thread
Reviewed-by: dcubed, rehn
joehw [Thu, 25 Apr 2019 15:54:21 -0700] rev 54628
8222743: Xerces 2.12.0: DOM Implementation
Reviewed-by: lancea
aeubanks [Tue, 16 Apr 2019 13:16:49 -0700] rev 54627
8222562: Don't set IPV6_V6ONLY when IPv4 is not available
Reviewed-by: dfuchs, chegar
Contributed-by: aeubanks@google.com
dholmes [Thu, 25 Apr 2019 18:41:52 -0400] rev 54626
8222970: Update ProblemList for vmTestbase/nsk/jdb/eval/eval001/eval001.java
Reviewed-by: gadams, dcubed, sspitsyn
mseledtsov [Thu, 25 Apr 2019 11:45:52 -0700] rev 54625
8222888: [TESTBUG] docker/TestJFREvents.java fails due to "RuntimeException: JAVA_MAIN_CLASS_ is not defined"
Summary: Introduced unique environment variable
Reviewed-by: egahlin, lmesnik, sgehwolf
coleenp [Thu, 25 Apr 2019 12:33:19 -0400] rev 54624
8222977: Fix shenandoah broken with JDK-8222811
Reviewed-by: dcubed, shade
coleenp [Thu, 25 Apr 2019 10:56:31 -0400] rev 54623
8222811: Consolidate MutexLockerEx and MutexLocker
Summary: Make MutexLocker be MutexLockerEx implementation, remove MutexLockerEx calls.
Reviewed-by: dcubed, dholmes, pliden, rehn
robm [Thu, 25 Apr 2019 05:54:54 -0700] rev 54622
8139965: Hang seen when using com.sun.jndi.ldap.search.replyQueueSize
Reviewed-by: dfuchs
rwestberg [Wed, 24 Apr 2019 14:03:20 +0200] rev 54621
8220795: Rework naked_short_nanosleep on Windows to improve time-to-safepoint
Reviewed-by: dholmes, rehn
alanb [Thu, 25 Apr 2019 10:41:49 +0100] rev 54620
8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks
Reviewed-by: dfuchs, bpb, martin