Jie Fu
c10f731b11
8235218: Minimal VM is broken after JDK-8173361
...
Reviewed-by: dholmes
2019-12-03 09:36:17 +08:00
Weijun Wang
bc19b64856
8234744: KeyStore.store can write wrong type of file
...
Reviewed-by: mullan
2019-12-03 14:38:18 +08:00
Xue-Lei Andrew Fan
50714b0fb9
8235183: Remove the "HACK CODE" in comment
...
Reviewed-by: jnimeh
2019-12-02 10:42:27 -08:00
Hannes Wallnöfer
ff2f628e33
8223252: Update Javadoc help page with new search features
...
Reviewed-by: jjg
2019-12-02 18:52:18 +01:00
Roger Riggs
13569d67de
8233799: Review the need for overview.html in the java.time package
...
Reviewed-by: dfuchs, naoto, lancea
2019-12-02 09:45:32 -05:00
Coleen Phillimore
d1d57d9446
8173658: JvmtiExport::post_class_unload() is broken for non-JavaThread initiators
...
Call extension ClassUnload event as a deferred event from the ServiceThread and remove unsafe arguments
Reviewed-by: sspitsyn, dholmes
2019-12-02 09:02:17 -05:00
Coleen Phillimore
b1d915ef80
8173361: various crashes in JvmtiExport::post_compiled_method_load
...
Don't post information that uses metadata from unloaded nmethods
Reviewed-by: eosterlund, dholmes, sspitsyn
2019-12-02 08:40:52 -05:00
Thomas Schatzl
67e0f3b490
8234587: Rename the SurvRateGroup class to G1SurvRateGroup
...
Reviewed-by: kbarrett, sangheki
2019-12-02 14:21:32 +01:00
Thomas Schatzl
62aa051aa9
8234586: Rename survRateGroup.?pp files to g1SurvRateGroup.?pp
...
Reviewed-by: kbarrett, sjohanss
2019-12-02 14:21:32 +01:00
Thomas Schatzl
5182f694ed
8234179: Move HeapRegion::_recorded_rs_length/_predicted_elapsed_time_ms into G1CollectionSet
...
Reviewed-by: sjohanss, lkorinth
2019-12-02 14:21:32 +01:00
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
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
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
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
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
Hamlin Li
cd55d90507
8232446: logging enhancement for rmi when socket closed
...
Reviewed-by: rriggs, plevart
2019-11-28 13:48:25 +08: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
Erik Gahlin
ddb7954946
8233870: JFR TestSetEndTime.java times out - onClose() is never called
...
Reviewed-by: mgronlun
2019-11-26 17:00:57 +01:00
Patricio Chilano Mateo
71ec3b6947
8234613: JavaThread can escape back to Java from an ongoing handshake
...
Check again if we have a pending/in-progress handshake operation after executing ~ThreadInVMForHandshake()
Reviewed-by: coleenp, dcubed, dholmes, rehn
2019-11-26 15:21:37 +00:00