Coleen Phillimore
9aa5672af0
8259068: Streamline class loader locking
...
Reviewed-by: dcubed, iklam
2021-01-15 17:47:33 +00:00
Jaroslav Bachorik
e85892bfe2
8258396: SIGILL in jdk.jfr.internal.PlatformRecorder.rotateDisk()
...
Reviewed-by: egahlin
Backport-of: a06cea50a5ea04fb0399d7ea3f6a2a20d9b4d254
2021-01-15 15:12:03 +00:00
Jatin Bhateja
bcf20a0dcc
8259777: Incorrect predication condition generated by ADLC
...
Reviewed-by: vlivanov
2021-01-15 15:03:04 +00:00
Richard Reingruber
6d4a593f8d
8259627: Potential memory leaks in JVMTI after JDK-8227745
...
Reviewed-by: shade, stuefe, dholmes, sspitsyn
2021-01-15 07:39:38 +00:00
Jesper Wilhelmsson
d701babb06
Merge
2021-01-15 03:10:55 +00:00
Yasumasa Suenaga
90960c5f22
8252657: JVMTI agent is not unloaded when Agent_OnAttach is failed
...
Reviewed-by: dholmes, sspitsyn
2021-01-15 02:47:30 +00:00
Coleen Phillimore
bf28f92555
8259713: Fix comments about ResetNoHandleMark in deoptimization
...
Reviewed-by: lfoltan, dcubed, dholmes
2021-01-14 23:25:14 +00:00
Chris Plummer
4f881ba54a
8258652: Assert in JvmtiThreadState::cur_stack_depth() can noticeably slow down debugging single stepping
...
Reviewed-by: sspitsyn, dholmes, amenkov
2021-01-14 23:04:07 +00:00
Zhengyu Gu
da6bcf966a
8255019: Shenandoah: Split STW and concurrent mark into separate classes
...
Reviewed-by: rkennke, shade
2021-01-14 17:42:52 +00:00
Vladimir Ivanov
0148adf20e
8255120: C2: assert(outer->outcnt() >= phis + 2 && outer->outcnt() <= phis + 2 + stores + 1) failed: only phis
...
Reviewed-by: thartmann
2021-01-14 17:18:44 +00:00
Harold Seigel
38a1201746
8258912: Remove JVM options CountJNICalls and CountJVMCalls
...
Reviewed-by: coleenp, lfoltan, shade
2021-01-14 15:04:31 +00:00
Daniel D. Daugherty
be57cf149e
8226416: MonitorUsedDeflationThreshold can cause repeated async deflation requests
...
Reviewed-by: dholmes, coleenp
2021-01-14 14:23:27 +00:00
Stefan Karlsson
3462f7a918
8256955: Move includes of events.hpp out of header files
...
Reviewed-by: kbarrett, coleenp
2021-01-14 11:34:27 +00:00
Tobias Hartmann
8b8b1f9a37
8259706: C2 compilation fails with assert(vtable_index == Method::invalid_vtable_index) failed: correct sentinel value
...
Reviewed-by: lucy, chagedorn
2021-01-14 07:23:09 +00:00
Hao Sun
5513f9893b
8258010: Debug build failure with clang-10 due to -Wdeprecated-copy
...
Reviewed-by: xliu, kvn, kbarrett
2021-01-14 04:11:20 +00:00
Jesper Wilhelmsson
51e14f2e2a
Merge
2021-01-14 01:29:47 +00:00
Zhengyu Gu
ccdf171d78
8259377: Shenandoah: Enhance weak reference processing time tracking
...
Reviewed-by: rkennke
2021-01-13 19:01:18 +00:00
Erik Österlund
42d2d6dcc1
8259063: Possible deadlock with vtable/itable creation vs concurrent class unloading
...
Reviewed-by: pliden, neliasso
2021-01-13 16:48:17 +00:00
Coleen Phillimore
535f2da5e2
8259486: Replace PreserveExceptionMark with implementation for CautiouslyPreserveExceptionMark
...
Reviewed-by: dholmes, sspitsyn
2021-01-13 14:32:52 +00:00
Aleksey Shipilev
2e124544e6
8259580: Shenandoah: uninitialized label in VerifyThreadGCState
...
Reviewed-by: zgu, rkennke
2021-01-13 11:55:45 +00:00
Nils Eliasson
5567530916
8258272: LoadVectorMaskedNode can't be replaced by zero con
...
Reviewed-by: chagedorn, vlivanov
2021-01-13 09:16:08 +00:00
Aleksey Shipilev
a99df45b7c
8259560: Zero m68k: "static assertion failed: align" after JDK-8252049
...
Reviewed-by: dholmes
2021-01-13 08:49:12 +00:00
Kim Barrett
efc36be5be
8258985: Parallel WeakProcessor may use too few threads
...
Use total workers rather than active.
Reviewed-by: tschatzl, ayang, sjohanss
2021-01-13 08:22:40 +00:00
Matthias Baesken
139b6daea2
8259372: remove AIX related USE_LIBRARY_BASED_TLS_ONLY and THREAD_LOCAL special handling
...
Reviewed-by: dholmes, stuefe
2021-01-13 07:53:39 +00:00
Roberto Castañeda Lozano
417e1d1a4e
8259061: C2: assert(found) failed: memory-writing node is not placed in its original loop or an ancestor of it
...
Remove assertion that is too general, that is, it can fail on compilations where
C2 generates correct code otherwise.
Reviewed-by: chagedorn, thartmann, kvn
2021-01-13 07:22:30 +00:00
Calvin Cheung
15dd8f3aa4
8259275: JRuby crashes while resolving invokedynamic instruction
...
Reviewed-by: iklam, minqi, lfoltan
2021-01-13 05:51:52 +00:00
Xiaohong Gong
1cf2378bda
8259353: VectorReinterpretNode is incorrectly optimized out
...
Reviewed-by: vlivanov, njian
2021-01-13 05:48:08 +00:00
Daniel D. Daugherty
c338f1167f
8259349: -XX:AvgMonitorsPerThreadEstimate=1 does not work right
...
Reviewed-by: coleenp, dholmes
2021-01-12 14:39:58 +00:00
Coleen Phillimore
4c75d14aba
8259374: Make ThreadInVMfromNative have ResetNoHandleMark
...
Reviewed-by: dcubed, pchilanomate
2021-01-12 13:07:21 +00:00
Sergey Platonov
563b268c8f
8257709: C1: Double assignment in InstructionPrinter::print_stack
...
Reviewed-by: shade, chagedorn
2021-01-12 11:57:34 +00:00
Aleksey Shipilev
4697cfa4b0
8259576: Misplaced curly brace in Matcher::find_shared_post_visit
...
Reviewed-by: lucy, thartmann
2021-01-12 10:52:36 +00:00
Patrick Zhang
67e1b639ba
8259380: Correct pretouch chunk size to cap with actual page size
...
Reviewed-by: tschatzl, sjohanss
2021-01-12 10:10:48 +00:00
Richard Reingruber
a6ab9e4740
8258576: Try to get zerobased CCS if heap is above 32 and CDS is disabled
...
Reviewed-by: mdoerr, stuefe
2021-01-12 08:35:12 +00:00
Christian Hagedorn
a3561ae8a4
8258243: C2: assert failed ("Bad derived pointer") with -XX:+VerifyRegisterAllocator
...
Reviewed-by: kvn, thartmann
2021-01-12 08:18:45 +00:00
Aleksey Shipilev
46637047bf
8259583: Remove unused decode_env::_codeBuffer
...
Reviewed-by: thartmann
2021-01-12 07:58:12 +00:00
Kim Barrett
77f6290995
8258254: Move PtrQueue flush to PtrQueueSet subclasses
...
Reviewed-by: tschatzl, shade
2021-01-12 04:12:31 +00:00
Kim Barrett
2255ab7603
8258810: Improve enum traits
...
Reviewed-by: ayang, iklam, lfoltan
2021-01-12 03:38:54 +00:00
Harold Seigel
cf3e4bfdb5
8258838: Remove JVM option UseStackBanging
...
Reviewed-by: dholmes, coleenp, kvn
2021-01-11 18:18:13 +00:00
Coleen Phillimore
23801da94b
8259482: jni_Set/GetField_probe are the same as their _nh versions
...
Reviewed-by: hseigel, sspitsyn, dholmes
2021-01-11 12:27:30 +00:00
Aleksey Shipilev
a03e22bb14
8253910: UseCompressedClassPointers depends on UseCompressedOops in vmError.cpp
...
Reviewed-by: rrich, dholmes
2021-01-11 09:42:48 +00:00
Thomas Stuefe
e0d748d56f
8258606: os::print_signal_handlers() should resolve the function name of the handlers
...
Reviewed-by: dholmes, coleenp, gziemski
2021-01-11 09:06:40 +00:00
Aleksey Shipilev
2806bf2e73
8259475: Fix bad merge in compilerOracle
...
Reviewed-by: redestad, thartmann
2021-01-11 07:32:27 +00:00
Daniel D. Daugherty
090bd3afc3
8259397: ThreadsSMRSupport::print_info_on() should use try_lock_without_rank_check()
...
Reviewed-by: coleenp, dholmes
2021-01-08 15:30:33 +00:00
Kim Barrett
10a6b0d983
8234773: Fix ThreadsSMRSupport::_bootstrap_list
...
Make ThreadsList noncopyable, direct initializing _bootstrap_list. Avoid C-heap allocation for _bootstrap_list.
Reviewed-by: dholmes, dcubed
2021-01-08 14:25:12 +00:00
David Holmes
712014c595
8258077: Using -Xcheck:jni can lead to a double-free after JDK-8193234
...
Reviewed-by: dcubed, hseigel
2021-01-08 04:11:22 +00:00
Jesper Wilhelmsson
56a354eb55
Merge
2021-01-07 23:51:21 +00:00
Coleen Phillimore
b996cccf12
8259373: c1 and jvmci runtime code use ResetNoHandleMark incorrectly
...
Reviewed-by: kvn
2021-01-07 23:04:11 +00:00
Jesper Wilhelmsson
555641ede5
Merge
2021-01-07 21:17:35 +00:00
Roberto Castañeda Lozano
bc56541424
8256535: C2: randomize CCP processing order for stress testing
...
Add 'StressCCP' option to randomize the selection of the node to be examined in
each CCP iteration.
Reviewed-by: chagedorn, kvn, thartmann
2021-01-07 20:43:48 +00:00
Roberto Castañeda Lozano
d8ad63019a
8258772: Some runtime/cds tests fail with +LogCompilation or +StressX
...
Emit warning about TraceDependencies results in
ClassHierarchyWalker::count_find_witness_calls() only if TraceDependencies is
actually enabled. Use standard warning() function instead of ad hoc printing.
Remove warning about using Stress(LCM|GCM|IGVN) without LogCompilation in
Compile::Compile(), and add the information to the description of the StressSeed
option instead. These changes prevent false test failures when using
LogCompilation or Stress(LCM|GCM|IGVN).
Reviewed-by: chagedorn, kvn, thartmann
2021-01-07 18:57:58 +00:00