Claes Redestad
00026605f6
8225344: Avoid VM_EnableBiasedLocking VM operation during bootstrap if BiasedLockingStartupDelay is 0
...
Reviewed-by: dcubed, shade, dholmes
2019-07-01 12:16:58 +02:00
Nils Eliasson
ccbc87cc31
8226287: Make process_users_of_allocation handle gc barriers
...
Reviewed-by: kvn, roland
2019-07-01 10:49:58 +02:00
Nils Eliasson
37a2e72937
8226287: Make process_users_of_allocation handle gc barriers
...
Reviewed-by: kvn, roland
2019-07-01 10:49:58 +02:00
Ao Qi
095da5385c
8226967: Minimal VM: FALSE was not declared in this scope
...
Reviewed-by: dholmes
2019-07-01 12:50:34 +08:00
Igor Veresov
a7511da8af
8226778: [JVMCI] Handle unpacking properly in Deoptimiziation::get_cached_box()
...
Properly decode StackValue on big-endian machines
Reviewed-by: kvn
2019-06-28 21:41:04 -07:00
Calvin Cheung
5d1361df03
8211723: AppCDS: referring to a jar file in any way other than exactly how it was done during dumping doesn't work
...
Replaced os::file_name_strncmp() with os::same_files().
Reviewed-by: iklam, jiangli
2019-06-28 09:49:10 -07:00
Ao Qi
302b8d06ce
8226878: zero crashes after JDK-8191278
...
Reviewed-by: shade, jcm
2019-06-28 18:01:36 +02:00
Dmitrij Pochepko
685c7b8a43
8223173: Implement fast class initialization checks on AARCH64
...
Reviewed-by: aph
2019-06-28 17:10:22 +03:00
Tobias Hartmann
b1692c1eaa
8226879: Memory leak in Type::hashcons
...
Call delete on xdual type.
Reviewed-by: kvn
2019-06-28 09:12:49 +02:00
Jesper Wilhelmsson
1b8e41bf5b
Merge
2019-06-27 22:03:19 +02:00
Coleen Phillimore
74b8b47283
8225437: JvmtiExport::gc_epilogue is unnecessary
...
Remove jvmtiExport::gc_epilogue after full GCs
Reviewed-by: dholmes, sspitsyn, dlong
2019-06-27 11:40:18 -04:00
Ao Qi
7a1bd61849
8226871: invalid use of incomplete type class MacroAssembler when building minimal after JDK-8191278
...
Reviewed-by: shade
2019-06-27 18:00:54 +08:00
Thomas Schatzl
d46d9318c1
8213108: Improve work distribution during remembered set scan
...
Before scanning the heap for roots into the collection set, merge them into a single remembered set (card table) and do work distribution based on location like other collectors do.
Reviewed-by: kbarrett, lkorinth
2019-06-27 11:48:32 +02:00
Ralf Schmelter
334e93b09e
8226608: Hide the onjcmd option from the help output
...
Reviewed-by: sspitsyn, clanger
2019-06-27 00:51:04 -07:00
Jesper Wilhelmsson
16548883ec
Merge
2019-06-26 22:16:00 +02:00
Kim Barrett
805258f3a9
8225255: Make SATB qset lock-free
...
Refactor PtrQueueSet, use lock-free stack for SATB completed buffers
Reviewed-by: tschatzl, shade
2019-06-26 13:18:38 -04:00
Robbin Ehn
8b067a95ed
8225702: Safepoint counter can't be used for safepoint detection
...
Reviewed-by: dcubed, dholmes
2019-06-26 18:22:28 +02:00
Bernard Blaser
0a1d85e5a3
8225644: C1 dumps incorrect class name in ClassCastException message
...
Co-authored-by: Jie Fu <fujie@loongson.cn>
Reviewed-by: vlivanov, bsrbnd
2019-06-25 21:24:37 +02:00
Stuart Monteith
d704504260
8226515: AArch64: float point register corruption in ZBarrierSetAssembler::load_at
...
Reviewed-by: aph
2019-06-25 10:50:59 +01:00
Calvin Cheung
5c5126f5ee
8226462: [TESTBUG] runtime/appcds/sharedStrings/SysDictCrash.java failed with Cannot dump shared archive
...
Add a CDS log statement in arguments.cpp. The test catches RuntimeException duing dumping and checks if the log statement is in the stdout.
Reviewed-by: iklam, dholmes
2019-06-25 09:41:03 -07:00
Daniel D. Daugherty
d6be015b16
8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
...
Reviewed-by: dholmes, rehn, dlong
2019-06-24 22:38:17 -04:00
Dean Long
01c739c34a
8225369: [AOT] vm/classfmt/cpl/cplres001/cplres00101m004/cplres00101m004.html fails
...
Reviewed-by: kvn, never
2019-06-24 18:51:54 -04:00
Jamsheed Mohammed C M
aedbb75803
8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
...
Unsafe.copy*Memory access failures are handled gracefully.
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Reviewed-by: kvn, dcubed, thartmann, coleenp, aph
2019-06-24 11:37:56 -07:00
Daniil Titov
338958936d
8220175: serviceability/dcmd/framework/VMVersionTest.java fails with a timeout
...
Reviewed-by: sspitsyn, cjplummer
2019-06-20 18:47:44 -07:00
Vladimir Kozlov
2ccecc495c
8223794: applications/kitchensink/Kitchensink.java crash bad oop with Graal
...
Added new nmethod::oop_at_phantom() method for JVMCI to notify GC that oop should be kept alive
Reviewed-by: dlong, eosterlund
2019-06-20 10:32:25 -07:00
Jesper Wilhelmsson
a1e6e5f785
Merge
2019-06-25 14:36:31 +02:00
Daniel D. Daugherty
b0933034e0
8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
...
Reviewed-by: dholmes, rehn, dlong
2019-06-24 22:38:17 -04:00
Coleen Phillimore
cd598622cc
8214822: Move ConcurrentHashTable VALUE parameter to CONFIG
...
Make VALUE parameter be included in CONFIG configuration, also remove BaseConfig
Reviewed-by: dholmes, kbarrett
2019-06-24 16:51:23 -04:00
Zhengyu Gu
13d3c63405
8226310: Shenandoah: Concurrent evacuation of CLDG
...
Reviewed-by: rkennke
2019-06-24 14:13:49 -04:00
Zhengyu Gu
cfb99c9382
8226311: Shenandoah: Concurrent evacuation of OopStorage backed weak roots
...
Reviewed-by: rkennke
2019-06-24 11:46:46 -04:00
Zhengyu Gu
052e0e91c3
8226586: Shenandoah: No need to pre-evacuate roots for degenerated GC
...
Reviewed-by: rkennke
2019-06-24 09:51:45 -04:00
Vladimir Kozlov
3b0ee5a6d8
8225810: Update JVMCI
...
Reviewed-by: never, dnsimon
2019-06-21 16:21:13 -07:00
Jesper Wilhelmsson
86ce4e9448
Merge
2019-06-21 04:16:18 +02:00
Zhengyu Gu
2548e0bc5d
8225590: Shenandoah: Refactor ShenandoahClassLoaderDataRoots API
...
Reviewed-by: rkennke
2019-06-20 18:29:34 -04:00
Zhengyu Gu
cd130d9b39
8226413: Shenandoah: Separate root scanner for SH::object_iterate()
...
Reviewed-by: rkennke
2019-06-20 10:12:31 -04:00
Jesper Wilhelmsson
333c0c2453
Merge
2019-06-20 02:10:53 +02:00
Harold Seigel
69a123c769
8226304: Obsolete the -XX:+FailOverToOldVerifier option
...
Change the option from deprecated to obsolete
Reviewed-by: lfoltan, coleenp
2019-06-19 13:34:31 -04:00
Andrew Haley
f66bd2d52e
8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
...
Reviewed-by: kbarrett, tschatzl
2019-06-18 16:15:15 +01:00
Harold Seigel
b304a57980
8225789: Empty method parameter type should generate ClassFormatError
...
Check for an empty name when verifying unqualified names
Reviewed-by: lfoltan, coleenp
2019-06-19 08:42:15 -04:00
Gerard Ziemski
2cf9999ae2
8225310: JFR crashed in JfrPeriodicEventSet::requestProtectionDomainCacheTableStatistics()
...
Added lock around table usage
Reviewed-by: coleenp, hseigel
2019-06-18 12:39:29 -05:00
Andrew Haley
41ca20f5b5
8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
...
Reviewed-by: kbarrett, tschatzl
2019-06-18 16:15:15 +01:00
Zhengyu Gu
fe66fd327f
8225582: Shenandoah: Enable concurrent evacuation of JNIHandles
...
Reviewed-by: rkennke, shade
2019-06-19 08:52:15 -04:00
Per Lidén
0cc21805ba
8225779: Remove unused CollectedHeap::cell_header_size()
...
Reviewed-by: eosterlund, rkennke, shade
2019-06-19 08:43:23 +02:00
Rahul Raghavan
28f3ab8596
8226198: use of & instead of && in LibraryCallKit::arraycopy_restore_alloc_state
...
Used logical operator correctly
Reviewed-by: kvn, thartmann
2019-06-18 10:00:35 +05:30
Daniil Titov
6ad0d8a6c7
8217348: assert(thread->is_Java_thread()) failed: just checking
...
Reviewed-by: sspitsyn, dholmes, amenkov, jcbeyler
2019-06-17 14:31:49 -07:00
Pengfei Li
42cb79a91f
8226222: [JVMCI] Export AArch64 field VM_Version::_psr_info.dczid_el0
...
Reviewed-by: kvn
2019-06-17 09:40:07 +00:00
Zhengyu Gu
da39f4ff6e
8225573: Shenandoah: Enhance ShenandoahVerifier to ensure roots to-space invariant
...
Reviewed-by: shade
2019-06-18 17:58:07 -04:00
Jesper Wilhelmsson
dc82364e05
Merge
2019-06-18 22:48:27 +02:00
Robbin Ehn
21ab801a22
8226227: Missing include of thread.inline.hpp
...
Reviewed-by: coleenp
2019-06-18 11:06:29 +02:00
Nick Gasson
a0a919603c
8224851: AArch64: fix warnings and errors with Clang and GCC 8.3
...
Reviewed-by: aph, kbarrett
2019-06-17 15:31:49 +08:00