Alan Bateman
e69b4d261d
8231602: Deprecate Thread.suspend/resume for removal
...
Reviewed-by: mchung, dholmes, chegar
2019-10-24 11:07:31 +01:00
Aleksey Shipilev
06d37a2754
8232908: Shenandoah: compact heuristics has incorrect trigger "Free is lower than allocated recently"
...
Reviewed-by: rkennke
2019-10-24 11:49:56 +02:00
Thomas Schatzl
5a21a8c4dd
8230706: Waiting on completion of strong nmethod processing causes long pause times with G1
...
Instead of globally waiting for completion of strong nmethod processing during evacuation, synchronize the nmethods processing on a per-nmethod basis so that only one thread processes one nmethod at once using a state. This state indicates what work (strong/weak processing) needs to be done and what has already been done.
Reviewed-by: sjohanss, kbarrett
2019-10-24 11:08:16 +02:00
Weijun Wang
72330c70d7
8231598: keytool does not export sun.security.mscapi
...
Reviewed-by: mullan
2019-10-24 15:53:20 +08:00
Claes Redestad
574263a884
8232613: Move Object.registerNatives into HotSpot
...
Reviewed-by: dholmes, adinn, coleenp, lfoltan, mchung
2019-10-24 09:57:29 +02:00
Paul Hohensee
68e5c40f6f
8231968: getCurrentThreadAllocatedBytes default implementation s/b getThreadAllocatedBytes
...
Pass Thread.currentThread().getId() to getThreadAllocatedBytes, remove its implSpec
Reviewed-by: dholmes, mchung, sspitsyn
2019-10-23 18:43:18 -07:00
Jesper Wilhelmsson
3f50e2563e
Added tag jdk-14+20 for changeset 54ffb15c4839
2019-10-24 02:58:29 +02:00
Joe Darcy
d8240afe42
8232442: Suppress warnings on non-serializable non-transient instance fields in java.management.*
...
Reviewed-by: rriggs, mchung
2019-10-23 13:01:40 -07:00
Claes Redestad
36ac846d35
8232881: Remove unnecessary InstanceKlass::casts
...
Reviewed-by: coleenp
2019-10-23 18:34:25 +02:00
Aleksey Shipilev
bbc4e0d999
8232882: GCC 4.8.5 build failure after JDK-8211073
...
Reviewed-by: thartmann
2019-10-23 17:35:32 +02:00
Daniel Fuchs
b3477399d0
8232625: HttpClient redirect policy should be more conservative
...
When enabled, HttpClient redirect is fixed to drop the body when the request method is changed, and to relay any redirection code it does not understand to the caller.
Reviewed-by: chegar
2019-10-23 15:54:39 +01:00
Claes Redestad
86329fc198
8232887
: Remove SystemDictionary::has_checkPackageAccess
...
Reviewed-by: coleenp, lfoltan
2019-10-23 15:48:11 +02:00
Erik Joelsson
3ab90ac5be
8232834: RunTest sometimes fails to produce valid exitcode.txt
...
Reviewed-by: ihse
2019-10-23 05:48:17 -07:00
Thomas Schatzl
f2abda172b
8232771: Revert JDK-8230794 because of environment changes
...
Reviewed-by: pliden, sjohanss
2019-10-23 14:06:39 +02:00
Tobias Hartmann
7b38a7e87d
8232883: compiler/c2/CmpPNodeSubTest.java fails because test class name is wrong
...
Renamed test file to match class name.
Reviewed-by: roland
2019-10-23 13:52:33 +02:00
Christian Hagedorn
465f4c1200
8231412: C2: InitializeNode::detect_init_independence() bails out on simple IR shapes
...
Avoids early bailout of capturing a field store to remove unnecessary zeroing in simple methods containing only non-escaping objects.
Reviewed-by: roland, thartmann
2019-10-23 12:21:32 +02:00
Christian Hagedorn
13b4952f11
8232874: Add missing test for 8230062
...
Adds a missing test which verifies the bug fix of 8230062.
Reviewed-by: roland, thartmann
2019-10-23 12:17:14 +02:00
Christian Hagedorn
3cc9ed08e7
8232873: Add missing test for 8220416
...
Adds a missing test which verifies the bug fix of 8220416.
Reviewed-by: roland, thartmann
2019-10-23 12:15:42 +02:00
Jie Fu
a2c5af45fd
8232768: Configuration with --disable-cds --enable-generate-classlist should be reported as an error
...
Reviewed-by: ihse
2019-10-23 09:53:07 +02:00
Magnus Ihse Bursie
21585ebcdf
8232770
: Enable more warnings on solaris studio
...
Reviewed-by: erikj
2019-10-23 09:48:46 +02:00
Magnus Ihse Bursie
29e2c16e5b
8211073: Remove -Wno-extra from Hotspot
...
Reviewed-by: dholmes, erikj, kbarrett
2019-10-23 09:45:41 +02:00
Michihiro Horie
f004d45d3d
8231649: PPC64: Intrinsics for Math.ceil, floor, rint on Power
...
Reviewed-by: mdoerr, vlivanov
2019-10-22 21:26:45 -05:00
Benoit Daloze
54be25b07b
8232571: Add missing SIGINFO signal
...
Reviewed-by: dholmes, rriggs
2019-10-22 22:00:21 -04:00
Yasumasa Suenaga
c6672a2f20
8232592: <Unknown compiled code> is shown in jstack mixed mode
...
Reviewed-by: cjplummer, phh
2019-10-23 10:02:26 +09:00
Chihiro Ito
010675849e
8223697: jfr tool can't format duration values greater than 1 minute
...
Reviewed-by: egahlin
2019-10-22 23:55:33 +02:00
Aleksey Shipilev
80f1aaa7a8
8232802: Shenandoah: transition between "cset" and "pinned_cset" does not require cancelled gc
...
Reviewed-by: zgu
2019-10-22 18:53:28 +02:00
Aleksey Shipilev
fd5d5d7622
8232791: Shenandoah: passive mode should disable pacing
...
Reviewed-by: zgu
2019-10-22 18:53:22 +02:00
Mandy Chung
3f94fb08c7
8232617: Update the outdated code comments in java.lang.System class
...
Reviewed-by: dholmes, bchristi
2019-10-22 09:20:21 -07:00
Zhengyu Gu
094a1b8a5f
8232747: Shenandoah: Concurrent GC should deactivate SATB before processing weak roots
...
Reviewed-by: shade
2019-10-22 11:59:42 -04:00
Aleksey Shipilev
02dc957198
8232778: Shenandoah: SBSA::arraycopy_prologue checks wrong register
...
Reviewed-by: rkennke
2019-10-22 14:05:56 +02:00
Magnus Ihse Bursie
41bd7c5e76
8223400: Replace some enums with static const members in hotspot/runtime
...
Reviewed-by: iklam, coleenp
2019-10-22 08:57:41 +02:00
Jie Fu
8bdffc5f7e
8232757: VM fails to report an error for DumpLoadedClassList when cds is disabled
...
Reviewed-by: iklam, dholmes
2019-10-22 11:32:19 +08:00
Jie Fu
750eab1ecc
8232692: [TESTBUG] compiler/aot/fingerprint/SelfChangedCDS.java fails when cds is disabled
...
Reviewed-by: kvn
2019-10-21 17:27:51 +08:00
Aleksey Shipilev
fd9052f3c5
8232729: Shenandoah: assert ShenandoahHeap::cas_oop addresses are aligned
...
Reviewed-by: rkennke
2019-10-21 22:44:49 +02:00
Aleksey Shipilev
d262906093
8232730: Shenandoah: Traversal should not CAS the roots
...
Reviewed-by: zgu, rkennke
2019-10-21 22:44:48 +02:00
Alexey Ivanov
16f3919405
8232624: Java cannot start: NewStringPlatform missing
...
Reviewed-by: dholmes, alanb, redestad
2019-10-21 21:36:26 +01:00
Florian Weimer
c483fbe6d6
8231587: Memory leak in WorkArounds.serializedForms
...
Reviewed-by: hannesw
2019-10-21 13:25:36 -07:00
Jonathan Gibbons
f5b14bd780
8232639: Change module graph images to use SVG instead of PNG format
...
Reviewed-by: mchung, ihse
2019-10-21 11:35:36 -07:00
Zhengyu Gu
b96be4b7ae
8232712: Shenandoah: SIGBUS in load_reference_barrier_native
...
Reviewed-by: shade, rkennke
2019-10-21 14:26:10 -04:00
Erik Joelsson
938be1ecfb
8232569: Use test image from different jib profile for testing
...
Reviewed-by: tbell
2019-10-21 10:32:49 -07:00
Lois Foltan
fce4320369
8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
...
Increase the use of type signature constants instead of hard coded characters within the JVM.
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: coleenp, dholmes, fparain
2019-10-21 13:13:16 -04:00
Erik Joelsson
0192c5a02f
8232572: Add hooks for custom output dir in Bundles.gmk
...
Reviewed-by: tbell
2019-10-21 09:26:14 -07:00
Jan Lahoda
a1894385b3
8226585: Improve javac messages for using a preview API
...
Avoiding deprecation for removal for APIs associated with preview features, the features are marked with an annotation, and errors/warnings are produced for them based on the annotation.
Co-authored-by: Joe Darcy <joe.darcy@oracle.com>
Reviewed-by: erikj, mcimadamore, alanb
2019-10-21 15:38:26 +02:00
Aleksey Shipilev
f771978f53
8232702: Shenandoah: gc/shenandoah/TestVerifyJCStress.java uses non-existent -XX:+VerifyObjectEquals
...
Reviewed-by: rkennke
2019-10-21 15:11:44 +02:00
Aleksey Shipilev
c3d807276d
8232575: Shenandoah: asynchronous object/region pinning
...
Reviewed-by: rkennke
2019-10-21 15:11:43 +02:00
Aleksey Shipilev
76465eb1d9
8232674: Fix build and rename ShenandoahBarrierSet::oop_load_from_native_barrier
...
Reviewed-by: zgu
2019-10-21 15:11:42 +02:00
Per Lidén
ee4c8f5f19
8232239: ZGC: Inline ZCPU::count() and ZCPU:id()
...
Reviewed-by: tschatzl
2019-10-21 09:58:32 +02:00
Per Lidén
cb5e226306
8232238: ZGC: Move ZList inline funtions to zList.inline.hpp
...
Reviewed-by: eosterlund
2019-10-21 09:58:07 +02:00
Per Lidén
b2ac9a5937
8232237: ZGC: Move ZArray inline funtions to zArray.inline.hpp
...
Reviewed-by: tschatzl
2019-10-21 09:57:26 +02:00
Per Lidén
6ca7febb54
8232236: ZGC: Move ZThread inline funtions to zThread.inline.hpp
...
Reviewed-by: tschatzl
2019-10-21 09:56:58 +02:00