Thomas Schatzl
eaca9f8846
8234574: Rename prediction methods in G1Analytics
...
Reviewed-by: sjohanss, sangheki
2019-12-02 14:21:32 +01:00
Thomas Schatzl
c0d5a70efb
8231579: G1's incremental calculation of region elapsed time always uses the same age group for prediction
...
Separate calculation of time required for copying objects from non-copy time. Calculate the former in bulk, and the latter as usual, combining them as needed.
Reviewed-by: sjohanss, kbarrett
2019-12-02 14:21:32 +01:00
Thomas Schatzl
1534ccfa14
8233588: Clean up SurvRateGroup
...
Remove unnecessary members, enforce stricter visibility within use.
Reviewed-by: sangheki, kbarrett
2019-12-02 14:21:32 +01:00
Thomas Schatzl
6246b6cc33
8233919: Incrementally calculate the occupied cards in a heap region remembered set
...
Instead of iterating over the remembered set card containers, continuously update a single counter per remembered set about occupancy.
Reviewed-by: sangheki, sjohanss
2019-12-02 14:21:32 +01:00
Jan Lahoda
c41e980320
8234078: Missing license headers in a few javac files
...
Reviewed-by: vromero
2019-12-02 10:58:15 +01:00
Jan Lahoda
ed97c87088
8233524: Wrong module name for \"package P is declared in the unnamed module, but module M does not read it\"
...
Using the correct placeholder for the module name.
Reviewed-by: jjg
2019-12-02 10:58:13 +01:00
Ivan Gerasimov
cd589d8469
8234147: Avoid looking up standard charsets in core libraries
...
Reviewed-by: alanb
2019-12-01 15:29:37 -08:00
Liu Xin
4e64af81a2
8234541: C1 emits an empty message when it inlines successfully
...
Use "inline" as the message when successfull
Reviewed-by: thartmann, mdoerr
2019-11-30 14:33:05 -08:00
Alan Bateman
f3e90595aa
8234805: (dc) Remove JNI upcall from DatagramChannel.receive implementation
...
Reviewed-by: dfuchs, chegar
2019-11-30 16:21:19 +00:00
Ioi Lam
b08944dd96
8230385: [cds] No message is logged when shared image cannot be used due to mismatched configuration
...
Reviewed-by: stuefe, dholmes, ccheung
2019-11-29 14:11:50 -08:00
Erik Gahlin
b3ea416824
8234671: JFR api/consumer/recordingstream/TestStart.java failed due to timeout at testStartTwice()
...
Reviewed-by: mgronlun
2019-11-29 17:31:01 +01:00
Andrew Dinn
7b02e24b65
8232828: AArch64: compiler/c2/aarch64/TestVolatilesG1.java fails after JDK-8225776
...
Reviewed-by: aph
2019-11-29 15:37:13 +00:00
Robbin Ehn
3d7d54b145
8234086: VM operation can be simplified
...
Reviewed-by: kbarrett, dholmes, dcubed
2019-11-29 12:09:25 +01:00
Nils Eliasson
6230791e9e
8234520: ZGC: C2: Oop instance cloning causing skipped compiles
...
Reviewed-by: pliden, vlivanov
2019-11-29 11:26:25 +01:00
Matthias Baesken
673c732a33
8234821: remove unused functions from libjli
...
Reviewed-by: clanger, alanb
2019-11-28 13:02:39 +01:00
Thomas Schatzl
4f0cc5ab4a
8233998: New young regions registered too early in collection set
...
Reviewed-by: sangheki, sjohanss
2019-11-29 10:20:17 +01:00
Thomas Schatzl
257c3930f9
8227434: G1 predictions may over/underflow with high variance input
...
Clamp G1 prediction output to sensible values.
Reviewed-by: lkorinth, sjohanss
2019-11-29 10:20:16 +01:00
Thomas Schatzl
5bcd794646
8227739: Merge cost predictions for scanning cards and log buffer entries
...
Revamp the cost predictions for the changes in JDK-8200545 and JDK-8213108.
Reviewed-by: sjohanss, kbarrett
2019-11-29 10:20:14 +01:00
Boris Ulasevich
4fbd6f7a32
8234893: ARM32: build failure after JDK-8234387
...
Reviewed-by: vlivanov
2019-11-29 11:28:39 +03:00
Matthias Baesken
02f2c5ff95
8234625: hs test serviceability/sa/ClhsdbCDSCore.java fails on macOS 10.15
...
Reviewed-by: clanger, iignatyev
2019-11-28 09:23:09 +01:00
Sibabrata Sahoo
b03ba9e300
8234723: javax/net/ssl/TLS tests support TLSv1.3
...
Missing TLSv1.3 test cases
Reviewed-by: xuelei
2019-11-28 22:29:07 -08:00
John Jiang
ec16834845
8234724: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java supports TLSv1.3
...
Reviewed-by: xuelei
2019-11-29 14:07:16 +08:00
Rajan Halade
17c2f4808a
8233223: Add Amazon Root CA certificates
...
Reviewed-by: mullan
2019-11-28 10:43:35 -08:00
Patrick Concannon
55da7d34c9
8233307: MulticastSocket getOption(IP_MULTICAST_IF) returns interface when not set
...
The MulticastSocket method getOption has been changed to conform to the behavior described in StandardSocketOptions.IP_MULTICAST_IF.
Reviewed-by: chegar, dfuchs
2019-11-28 16:49:52 +00:00
Chihiro Ito
558aadf608
8232594: Make the output of the JFR command duration more user friendly
...
Co-authored-by: Erik Gahlin <erik.gahlin@oracle.com>
Reviewed-by: egahlin, cito
2019-11-28 18:30:18 +01:00
Julia Boes
e00ded00f0
8233185: HttpServer.stop() blocks indefinitely when called on dispatch thread
...
Skip dispatcherThread.join() if current thread is the dispatcherThread
Reviewed-by: dfuchs, msheppar, vtewari
2019-11-28 13:02:30 +00:00
Erik Gahlin
f0f0957934
8234888: EventStream::close doesn't abort streaming thread
...
Reviewed-by: mgronlun, mseledtsov
2019-11-28 16:38:25 +01:00
Lutz Schmidt
09d0150f6e
8234583: PrintAssemblyOptions isn't passed to hsdis library
...
Reviewed-by: vlivanov, mdoerr
2019-11-28 16:28:53 +01:00
Christoph Göttschkes
620d67763d
8234894: [TESTBUG] TestEliminateLocksOffCrash fails for client VMs due to Unrecognized VM option EliminateLocks
...
Reviewed-by: thartmann
2019-11-28 16:11:44 +01:00
Fei Yang
0f2aedc336
8233466: aarch64: remove unnecessary load of mdo when profiling return and parameters type
...
Reviewed-by: adinn
2019-11-04 16:10:39 +08:00
Christoph Göttschkes
a4a351caad
8234807: [TESTBUG] LoopRotateBadNodeBudget fails for client VMs due to Unrecognized VM option PartialPeelNewPhiDelta
...
Reviewed-by: kvn
2019-11-27 10:13:41 +01:00
Daniel Fuchs
d6f414a1f7
8223196: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java fails on Solaris SPARC
...
The test is fixed to use InetAddress.getLocalHost consistently, instead of a mix of getLocalHost/wildcard addresses.
Reviewed-by: chegar, vtewari
2019-11-28 12:28:48 +00:00
Martin Doerr
2077bdfa8c
8234645: ARM32: C1: PatchingStub for field access: not enough bytes
...
Reviewed-by: cgo, goetz
2019-11-28 12:05:02 +01:00
Boris Ulasevich
2efe5f0ea1
8234891: AArch64: Fix build failure after JDK-8234387
...
Reviewed-by: vlivanov, smonteith
2019-11-28 10:57:38 +03:00
Sibabrata Sahoo
f97eccfdc9
8234725: sun/security/ssl/SSLContextImpl tests support TLSv1.3
...
Missing TLSv1.3 test cases
Reviewed-by: xuelei
2019-11-27 22:11:08 -08:00
Jesper Wilhelmsson
e3610db9f9
Added tag jdk-14+25 for changeset 17d242844fc9
2019-11-28 07:05:13 +01:00
Hamlin Li
cd55d90507
8232446: logging enhancement for rmi when socket closed
...
Reviewed-by: rriggs, plevart
2019-11-28 13:48:25 +08:00
Patrick Concannon
b9c7a608d2
8233018: Add a new test to verify that DatagramSocket is not interruptible
...
Test added to check the interruptability of DatagramSocket, MulticastSocket and DatagramSocketAdaptor.
Reviewed-by: chegar, dfuchs
2019-11-27 16:01:34 +00:00
Julia Boes
aa66dd422f
8234799: javadoc of java.util.Arrays.compare(T[] a, T[] b) misses the word "less"
...
Add word "less" to method-level javadoc
Reviewed-by: dfuchs, lancea
2019-11-27 15:13:58 +00:00
Joe Darcy
deb0c481e7
8234917: Explicitly discuss java.lang.Enum in Class.isEnum spec
...
Reviewed-by: jjg
2019-11-27 10:23:40 -08:00
Zhengyu Gu
0a5505f7e9
8228720: Shenandoah: Implementation of concurrent class unloading
...
Reviewed-by: rkennke
2019-11-27 11:52:57 -05:00
Joe Darcy
6cd20759b6
8234781: Update description of InvalidClassException to include more conditions
...
Reviewed-by: alanb, chegar
2019-11-27 06:36:41 -08:00
Hannes Wallnöfer
725449932b
8223378: CSS solution for navbar problem with <a> elements is not ideal
...
Reviewed-by: jjg
2019-11-27 13:08:16 +01:00
Stefan Johansson
4266daf9c9
8141637: Parallelize single threaded heap region iteration during Pre Evacuate Collection Set
...
Reviewed-by: tschatzl, lkorinth
2019-11-27 12:18:40 +01:00
Stefan Karlsson
53263049c9
8234897: 8234748: Clean up atomic and orderAccess includes - part 2
...
Reviewed-by: tschatzl, dholmes
2019-11-27 11:31:46 +01:00
Patric Hedlin
f054a79881
8220376: C2: Int >0 not recognized as !=0 for div by 0 check
...
Reviewed-by: neliasso, vlivanov, mdoerr
2019-11-15 16:39:08 +01:00
Stefan Karlsson
161333eeba
8234748: Clean up atomic and orderAccess includes
...
Reviewed-by: dholmes
2019-11-26 10:47:46 +01:00
Thomas Schatzl
a5b3bfd8a2
Merge
2019-11-27 10:21:22 +01:00
Thomas Schatzl
198beefccb
8233301: Implementation of JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination
...
Deprecate the ParallelScavenge + SerialOld GC combinations by deprecating the UseParallelOldGC flag. Also reviewed by Bernd Eckenfels<ecki@zusammenkunft.net>.
Reviewed-by: pliden
2019-11-27 10:19:45 +01:00
Matthias Baesken
70671882dd
8234525: enable link-time section-gc for linux s390x to remove unused code
...
Reviewed-by: erikj, mdoerr
2019-11-27 10:07:29 +01:00