Zhengyu Gu
f906a432e9
8232992: Shenandoah: Implement self-fixing interpreter LRB
...
Reviewed-by: shade
2019-10-28 11:33:28 -04:00
Harold Seigel
eedc99c9ab
8232890: Remove bad Code attribute parsing code
...
Remove code that accepts illegal max_stack, max_locals, and length values for Code attribute in old class files.
Reviewed-by: dholmes, lfoltan
2019-10-28 12:55:48 +00:00
Patric Hedlin
902858e3ce
8231565: More node budget asserts in fuzzed tests
...
Reviewed-by: neliasso, thartmann
2019-10-23 12:51:53 +02:00
Stefan Karlsson
5e549ca805
8232604: ZGC: Make ZVerifyViews mapping and unmapping precise
...
Reviewed-by: pliden, eosterlund
2019-10-28 11:27:27 +01:00
Stefan Karlsson
ecb66d2c55
8232650: ZGC: Add initialization hooks for OS specific code
...
Reviewed-by: pliden, eosterlund
2019-10-28 11:26:53 +01:00
Stefan Karlsson
17a041119f
8232649: ZGC: Add callbacks to ZMemoryManager
...
Reviewed-by: pliden, eosterlund
2019-10-28 11:24:11 +01:00
Stefan Karlsson
8df718fa82
8232648: ZGC: Move ATTRIBUTE_ALIGNED to the front of declarations
...
Reviewed-by: pliden, eosterlund
2019-10-28 11:23:48 +01:00
Stefan Karlsson
06a479f965
8232602: ZGC: Make ZGranuleMap ZAddress agnostic
...
Reviewed-by: pliden, eosterlund
2019-10-28 11:23:28 +01:00
Stefan Karlsson
acf447e49e
8232601: ZGC: Parameterize the ZGranuleMap table size
...
Reviewed-by: pliden, eosterlund
2019-10-28 11:21:23 +01:00
Tom Rodriguez
a2844b54e1
8233027: OopMapSet::all_do does oms.next() twice during iteration
...
Reviewed-by: shade, kvn
2019-10-25 13:17:31 -07:00
Vladimir Kozlov
d8c73de1df
8225464: Obsolete TraceNMethodInstalls flag
...
Reviewed-by: dholmes, thartmann
2019-10-25 11:51:48 -07:00
Aleksey Shipilev
8e546a3fe0
8233021: Shenandoah: SBSC2::is_shenandoah_lrb_call should match all LRB shapes
...
Reviewed-by: zgu
2019-10-25 17:30:25 +02:00
Thomas Schatzl
ba9ce48bd8
8232776: G1 should always take rs_length_diff into account when predicting rs_lengths
...
Reviewed-by: sangheki, kbarrett
2019-10-25 12:32:46 +02:00
Thomas Schatzl
9ae0d5f81f
8232777: Rename G1Policy::_max_rs_length as it is no maximum
...
Reviewed-by: kbarrett, sjohanss
2019-10-25 12:33:30 +02:00
Thomas Schatzl
e4a6d80db2
8232779: G1 current collection parallel time does not include optional evacuation
...
Reviewed-by: kbarrett, sangheki
2019-10-25 12:34:30 +02:00
Tom Rodriguez
be6a893e1f
8232083: Minimal VM is broken after JDK-8231586
...
Reviewed-by: dlong
2019-10-24 22:41:24 -07:00
Vladimir Kozlov
e15849a0f8
8232904: Update JVMCI
...
Reviewed-by: dnsimon
2019-10-24 16:58:39 -07:00
Per Lidén
a8c4e6786d
8231552: ZGC: Refine address space reservation
...
Reviewed-by: eosterlund, stefank
2019-10-24 17:24:58 +02:00
Markus Grönlund
b4d37ba6b9
8231081: TestMetadataRetention fails due to missing symbol id
...
Reviewed-by: egahlin
2019-10-24 16:37:22 +02:00
Coleen Phillimore
9308d18580
8232788: Move biased locking initalization
...
Reviewed-by: pchilanomate, dholmes
2019-10-24 08:52:33 -04:00
Christoph Goettschkes
31ab60e211
8231953: Wrong assumption in assertion in oop::register_oop
...
On ARM32 thumb mode, the pc of the current frame is always zero
Reviewed-by: coleenp, dcubed
2019-10-24 08:49:21 -04: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
Claes Redestad
574263a884
8232613: Move Object.registerNatives into HotSpot
...
Reviewed-by: dholmes, adinn, coleenp, lfoltan, mchung
2019-10-24 09:57:29 +02: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
Claes Redestad
86329fc198
8232887: Remove SystemDictionary::has_checkPackageAccess
...
Reviewed-by: coleenp, lfoltan
2019-10-23 15:48:11 +02:00
Thomas Schatzl
f2abda172b
8232771: Revert JDK-8230794 because of environment changes
...
Reviewed-by: pliden, sjohanss
2019-10-23 14:06:39 +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
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
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
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
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
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
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
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
Per Lidén
11d949f202
8232235: ZGC: Move ZValue inline funtions to zValue.inline.hpp
...
Reviewed-by: tschatzl
2019-10-21 09:56:43 +02:00
Per Lidén
cf86d3519c
8231996: ZGC: Replace ZStatisticsForceTrace with check if JFR event is enabled
...
Reviewed-by: eosterlund
2019-10-21 09:55:58 +02:00
Per Lidén
2e1040e4c6
8231940: ZGC: Print correct low/high capacity
...
Reviewed-by: eosterlund
2019-10-21 09:55:48 +02:00
Per Lidén
f751808df9
8232001: ZGC: Ignore metaspace GC threshold until GC is warm
...
Reviewed-by: eosterlund
2019-10-21 09:51:24 +02:00
Jie Fu
048b09bdbe
8232616: JVMCI_lock fails to get initialized when cds is disabled
...
Reviewed-by: iklam, dholmes
2019-10-18 20:28:16 +08:00