Coleen Phillimore
2508bc7c58
8257140: Crash in JvmtiTagMap::flush_object_free_events()
...
Reviewed-by: sspitsyn, kbarrett
2020-12-02 14:09:55 +00:00
Coleen Phillimore
cfb50a9cb7
8253916: ResourceExhausted/resexhausted001 crashes on Linux-x64
...
Reviewed-by: stuefe, sspitsyn, dholmes
2020-12-02 13:40:26 +00:00
Stefan Karlsson
287b829c04
8254877: GCLogPrecious::_lock rank constrains what locks you are allowed to have when crashing
...
Reviewed-by: eosterlund
2020-12-02 12:28:38 +00:00
Stefan Karlsson
1fd0ea7035
8256382: Use try_lock for hs_err EventLog printing
...
Reviewed-by: stuefe
2020-12-02 12:28:10 +00:00
Stuart Monteith
9a60413ba0
8248736: [aarch64] runtime/signal/TestSigpoll.java failed "fatal error: not an ldr (literal) instruction."
...
Reviewed-by: aph, shade
2020-12-02 10:22:20 +00:00
Yasumasa Suenaga
3e3745c2da
8256008: UL does not report anything if disk writing fails
...
Reviewed-by: stuefe
2020-12-02 09:19:24 +00:00
Jie Fu
f2a0988a4a
8257228: G1: SIGFPE in G1ConcurrentRefine::create(int*) due to buffers_to_cards overflow
...
Reviewed-by: kbarrett, tschatzl
2020-12-02 06:49:57 +00:00
Jie Fu
8f4fa3f8d5
8257232: CompileThresholdScaling fails to work on 32-bit platforms
...
Reviewed-by: kvn, redestad
2020-12-02 02:31:08 +00:00
Xin Liu
ce496cbda5
8257190: simplify PhaseIdealLoop constructors
...
Currently, C2 has 3 private constructors of PhaseIdealLoop as follows. a-b are for verification. only c is for real loop optimizations.
a. PhaseIdealLoop( PhaseIterGVN &igvn)
b. PhaseIdealLoop(PhaseIterGVN &igvn, const PhaseIdealLoop *verify_me)
c. PhaseIdealLoop(PhaseIterGVN &igvn, LoopOptsMode mode)
I propose 3 changes to simplify them.
1. add assertion in the constructor c. C2 shouldn't use mode = LoopOptsVerify for it.
2. merge a and b into one constructor.
3. make the merged verification ctor only for debug builds.
Reviewed-by: thartmann, kvn
2020-12-01 23:50:53 +00:00
David Holmes
927504e827
8256474: Migrate Mutex _owner accesses to use Atomic operations
...
Reviewed-by: coleenp, kbarrett
2020-12-01 23:10:39 +00:00
Nils Eliasson
015e6e58c5
8257460: Further CompilerOracle cleanup
...
Reviewed-by: kvn, redestad, thartmann
2020-12-01 21:08:45 +00:00
Patric Hedlin
e3d0f27031
8257231: assert(!is_mcall || (call_returns[block->_pre_order] <= (uint) current_offset))
...
Reviewed-by: shade, chagedorn
2020-12-01 14:16:41 +00:00
Aleksey Shipilev
eaf4db6b8b
8257502: Builds fail with new warnings after JDK-8256254
...
Reviewed-by: jiefu, stuefe
2020-12-01 13:51:35 +00:00
Claes Redestad
2966d0d334
8257223: C2: Optimize RegMask::is_bound
...
Reviewed-by: kvn, neliasso
2020-12-01 13:18:32 +00:00
Coleen Phillimore
3a11009dac
8256830: misc tests failed with "assert(env->is_enabled(JVMTI_EVENT_OBJECT_FREE)) failed: checking"
...
Reviewed-by: kbarrett, sspitsyn, dholmes
2020-12-01 13:07:41 +00:00
Per Liden
021dced22a
8257415: ZGC: Fix barrier_data types
...
Reviewed-by: smonteith, stefank
2020-12-01 10:40:46 +00:00
Christian Hagedorn
aa2d36f6de
8256807: C2: Not marking stores correctly as mismatched in string opts
...
Reviewed-by: vlivanov, roland, thartmann
2020-12-01 10:11:39 +00:00
Roland Westrelin
3d460bd295
8256655: rework long counted loop handling
...
Reviewed-by: kvn, thartmann, vlivanov
2020-12-01 07:30:51 +00:00
Tobias Hartmann
353e791a18
8257398: Enhance debug output in Type::check_symmetrical
...
Reviewed-by: vlivanov, chagedorn
2020-12-01 07:02:48 +00:00
Ioi Lam
f48737c7b3
8256254: Convert vmIntrinsics::ID to enum class
...
Reviewed-by: redestad, kvn
2020-12-01 05:35:29 +00:00
Jie Fu
0eaf0bbe26
8257420: Zero VM build broken with clang after JDK-8256726 due to strlen() is not a constexpr
...
Reviewed-by: shade, stuefe
2020-12-01 03:38:30 +00:00
Rohit Arul Raj
29f86e00b1
8256536: Newer AMD 19h (EPYC) Processor family defaults
...
Reviewed-by: kvn
2020-11-30 22:29:53 +00:00
Paul Sandoz
89690699b2
8256995: [vector] Improve broadcast operations
...
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Reviewed-by: kvn, vlivanov
2020-11-30 18:52:20 +00:00
Stefan Johansson
02ba5194c0
8255001: Move G1PeriodicGCTask to its own file
...
Reviewed-by: tschatzl, lkorinth
2020-11-30 17:37:19 +00:00
Per Liden
e3abe51a31
8257418: C2: Rename barrier data member in MemNode and LoadStoreNode
...
Reviewed-by: vlivanov
2020-11-30 14:15:43 +00:00
Coleen Phillimore
4db05e991b
8254042: gtest/GTestWrapper.java failed os.test_random
...
Reviewed-by: dholmes, stuefe, kbarrett
2020-11-30 12:48:17 +00:00
Thomas Schatzl
962f7a3bae
8257162: Initialize ThreadLocalAllocBuffer members
...
Reviewed-by: shade, ayang, sjohanss, pliden
2020-11-30 11:27:45 +00:00
Vladimir Ivanov
337d7bce03
8257165: C2: Improve box elimination for vector masks and shuffles
...
Reviewed-by: kvn, thartmann
2020-11-30 10:36:38 +00:00
Vladimir Ivanov
4e55d0f31e
8257057: C2: Improve safepoint processing during vector scalarization pass
...
Reviewed-by: kvn, thartmann
2020-11-30 10:30:47 +00:00
Richard Reingruber
e77aed624e
8256754: Deoptimization::revoke_for_object_deoptimization: stack processing start call is redundant
...
Reviewed-by: dlong, eosterlund
2020-11-30 08:37:06 +00:00
Erik Gahlin
738efea9c6
8248564: JFR: Remote Recording Stream
...
Reviewed-by: mgronlun
2020-11-30 08:19:08 +00:00
Claes Redestad
9bcd2695c3
8257221: C2: RegMask::is_bound_set split set handling broken since JDK-8221404
...
Reviewed-by: kvn, neliasso
2020-11-30 08:18:32 +00:00
David Holmes
222e943074
8257238: Cleanup include directives for precompiled.hpp
...
Reviewed-by: kbarrett
2020-11-30 03:38:10 +00:00
Vladimir Kozlov
816e8f83b8
8256999: Add C2 intrinsic for Reference.refersTo and PhantomReference::refersTo
...
Reviewed-by: pliden, vlivanov, rkennke, eosterlund, shade
2020-11-29 20:27:01 +00:00
Aleksey Shipilev
87f37aa278
8256726: Zero: print proper message in ArrayIndexOutOfBoundException
...
Reviewed-by: dholmes, sgehwolf
2020-11-29 08:02:53 +00:00
Aleksey Shipilev
f4c15a98e3
8256832: Zero: micro-optimize safepoint handling after JDK-8255384
...
Reviewed-by: rehn
2020-11-29 08:02:25 +00:00
Nick Gasson
c93f0a07c4
8252684: Move the AArch64 assember test under test/hotspot/gtest
...
Reviewed-by: aph
2020-11-28 15:37:18 +00:00
Martin Doerr
d51e2ab219
8256986: [PPC64] C2 crashes when accessing nonexisting jvms of CallLeafDirectNode
...
Reviewed-by: clanger
2020-11-27 15:43:52 +00:00
Albert Mingkun Yang
20525d2110
8257149: Improve G1 Service thread task scheduling to guarantee task delay
...
Reviewed-by: sjohanss, iwalulya
2020-11-27 11:57:11 +00:00
Stefan Johansson
ee99686b28
8252645: Change time measurements in G1ServiceThread to only account remembered set work
...
Reviewed-by: ayang, tschatzl
2020-11-27 08:44:35 +00:00
Aleksey Shipilev
9a468d8599
8256757: Incorrect MachCallRuntimeNode::ret_addr_offset() for CallLeafNoFP on x86_32
...
Reviewed-by: jiefu, kvn
2020-11-27 06:47:30 +00:00
Evgeny Astigeevich
2215e5a47e
8255351: Add detection for Graviton 2 CPUs
...
Reviewed-by: simonis, kvn
2020-11-26 19:55:39 +00:00
Andrew Haley
4e43b28858
8256359: AArch64: runtime/ReservedStack/ReservedStackTestCompiler.java fails
...
Reviewed-by: shade, adinn
2020-11-26 17:52:54 +00:00
Evgeny Astigeevich
6e0062236c
8256488: [aarch64] Use ldpq/stpq instead of ld4/st4 for small copies in StubGenerator::copy_memory
...
Reviewed-by: simonis
2020-11-26 16:10:23 +00:00
Claes Redestad
2d30a10138
8257069: C2: Clarify and sanity test RegMask/RegMaskIterator
...
Reviewed-by: jvernee, kvn
2020-11-26 13:42:55 +00:00
Stefan Karlsson
0a5de50052
8257151: ZGC: Simplify ZVerify
...
Reviewed-by: pliden, eosterlund
2020-11-26 13:02:49 +00:00
Per Liden
bf66d734bc
8257073: ZGC: Try forward object before retaining page
...
Reviewed-by: ayang, eosterlund, stefank
2020-11-26 12:30:28 +00:00
Per Liden
7946c94170
8257082: ZGC: Clean up ZRuntimeWorkers and ZWorkers
...
Reviewed-by: stefank
2020-11-26 10:57:24 +00:00
Stefan Johansson
f6d6a07c30
8256938: Improve remembered set sampling task scheduling
...
Reviewed-by: tschatzl, ayang
2020-11-26 10:06:14 +00:00
Per Liden
b823ad9270
8257072: ZGC: Rename roots iterators
...
Reviewed-by: ayang, stefank
2020-11-26 09:54:19 +00:00