Andrei Pangin
|
8c70bf3fff
|
8299544: Improve performance of CRC32C intrinsics (non-AVX-512) for small inputs
Reviewed-by: kvn, eastigeevich, sviswanathan
|
2023-01-06 19:00:20 +00:00 |
|
Coleen Phillimore
|
1e9972922a
|
8299274: Add elements to resolved_references consistently
Reviewed-by: iklam, dholmes, rehn, fparain
|
2023-01-06 13:57:23 +00:00 |
|
Jie Fu
|
8cc1669ffd
|
8299721: [Vector API] assert in switch-default of LibraryCallKit::arch_supports_vector_rotate is too weak to catch bugs
Reviewed-by: jbhateja
|
2023-01-06 12:56:36 +00:00 |
|
bobpengxie
|
88f0ea7887
|
8299726: [cleanup] Some code cleanup in opto/compile.hpp
Reviewed-by: thartmann
|
2023-01-06 10:48:28 +00:00 |
|
Tobias Hartmann
|
cc4936a79e
|
8298720: Insufficient error handling when CodeBuffer is exhausted
Reviewed-by: kvn, fyang
|
2023-01-06 08:28:09 +00:00 |
|
Kim Barrett
|
dfdbd0fe7f
|
8299343: Windows: Invalid thread_native_entry declaration
Reviewed-by: dholmes, iklam
|
2023-01-05 22:02:45 +00:00 |
|
Kim Barrett
|
3e2314d082
|
8299254: Support dealing with standard assert macro
Reviewed-by: erikj, xuelei, dholmes, mikael
|
2023-01-05 19:49:01 +00:00 |
|
Ashutosh Mehra
|
be64bf8cf0
|
8299329: Assertion failure with fastdebug build when trying to use CDS without classpath
Reviewed-by: iklam, ccheung
|
2023-01-05 16:09:28 +00:00 |
|
Roland Westrelin
|
872384707e
|
8298848: C2: clone all of (CmpP (LoadKlass (AddP down at split if
Reviewed-by: kvn, thartmann, chagedorn
|
2023-01-05 09:33:14 +00:00 |
|
Jesper Wilhelmsson
|
df1caf9081
|
Merge
|
2023-01-04 16:03:09 +00:00 |
|
Yi-Fan Tsai
|
c6588d5bb3
|
8299158: Improve MD5 intrinsic on AArch64
Reviewed-by: luhenry, haosun, aph
|
2023-01-04 14:51:25 +00:00 |
|
Erik Österlund
|
c32a34c2e5
|
8299072: java_lang_ref_Reference::clear_referent should be GC agnostic
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: dholmes, shade, kbarrett
|
2023-01-04 14:49:44 +00:00 |
|
Coleen Phillimore
|
ccbcea830d
|
8299326: LinkResolver::resolve_field resolved_klass cannot be null
Reviewed-by: iklam, fparain
|
2023-01-04 14:42:15 +00:00 |
|
Erik Österlund
|
e3035bad60
|
8299079: Better interface nmethod oop accesses
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: kvn, dholmes
|
2023-01-04 14:31:07 +00:00 |
|
Aleksey Shipilev
|
a17f505d73
|
8299476: PPC64 Zero build fails after JDK-8286302
Reviewed-by: mdoerr
|
2023-01-04 10:46:34 +00:00 |
|
Ioi Lam
|
82deb5ca61
|
8298601: Refactor archiving of java.lang.Module objects
Reviewed-by: coleenp, ccheung
|
2023-01-04 04:03:43 +00:00 |
|
Kim Barrett
|
b743519ba9
|
8293824: gc/whitebox/TestConcMarkCycleWB.java failed "RuntimeException: assertTrue: expected true, was false"
Reviewed-by: iwalulya, tschatzl
|
2023-01-04 03:28:31 +00:00 |
|
Aleksei Voitylov
|
245f0cf4ac
|
8291302: ARM32: nmethod entry barriers support
Reviewed-by: eosterlund, rrich, mdoerr, aph
|
2023-01-03 12:02:39 +00:00 |
|
Justin King
|
8afd665bf9
|
8299395: Remove metaprogramming/removeCV.hpp
Reviewed-by: kbarrett, tschatzl
|
2023-01-03 09:13:49 +00:00 |
|
Tobias Hartmann
|
a6a903d4b6
|
8288204: GVN Crash: assert() failed: correct memory chain
Backport-of: 04591595374e84cfbfe38d92bff4409105b28009
|
2023-01-03 08:21:22 +00:00 |
|
David Holmes
|
375743336d
|
8295974: jni_FatalError and Xcheck:jni warnings should print the native stack when there are no Java frames
Reviewed-by: coleenp, rehn, sspitsyn
|
2023-01-03 04:22:51 +00:00 |
|
Albert Mingkun Yang
|
67086ebf80
|
8299030: Refactor ReservedSpace::reserve
Reviewed-by: dholmes, tschatzl
|
2023-01-02 14:59:11 +00:00 |
|
Justin King
|
ce6395a135
|
8299397: Remove metaprogramming/isFloatingPoint.hpp
Reviewed-by: kbarrett, iwalulya, tschatzl
|
2023-01-02 14:36:01 +00:00 |
|
Justin King
|
71a64a1b7a
|
8299399: Remove metaprogramming/isArray.hpp
Reviewed-by: kbarrett, iwalulya, tschatzl
|
2023-01-02 14:34:44 +00:00 |
|
Justin King
|
532ccdb61a
|
8299396: Remove metaprogramming/removeExtent.hpp
Reviewed-by: kbarrett, iwalulya, tschatzl
|
2023-01-02 14:33:44 +00:00 |
|
Justin King
|
9d3d03997e
|
8299402: Remove metaprogramming/isVolatile.hpp
Reviewed-by: kbarrett, iwalulya, tschatzl
|
2023-01-02 14:16:26 +00:00 |
|
Albert Mingkun Yang
|
c252a85fb0
|
8298652: G1: Refactor G1MarkAndPushClosure
Reviewed-by: iwalulya, tschatzl
|
2023-01-02 14:01:34 +00:00 |
|
Justin King
|
d812022890
|
8299398: Remove metaprogramming/isConst.hpp
Reviewed-by: kbarrett, iwalulya, tschatzl
|
2023-01-02 12:00:39 +00:00 |
|
Yi Yang
|
0459159537
|
8288204: GVN Crash: assert() failed: correct memory chain
Reviewed-by: kvn, thartmann
|
2022-12-26 02:16:06 +00:00 |
|
Jesper Wilhelmsson
|
19ce23c645
|
Merge
|
2022-12-23 11:25:10 +00:00 |
|
Xiaolin Zheng
|
2f4098e1dc
|
8299168: RISC-V: Fix MachNode size mismatch for MacroAssembler::_verify_oops*
Reviewed-by: fyang
|
2022-12-23 09:22:39 +00:00 |
|
Kim Barrett
|
62a033ecd7
|
8299191: Unnecessarily global friend functions for relocInfo
Reviewed-by: chagedorn, kvn
|
2022-12-22 17:30:09 +00:00 |
|
Roland Westrelin
|
a0a09d56ba
|
8298176: remove OpaqueZeroTripGuardPostLoop once main-loop disappears
Reviewed-by: thartmann, chagedorn, kvn
|
2022-12-22 08:56:00 +00:00 |
|
Jesper Wilhelmsson
|
34cdda5b83
|
Merge
|
2022-12-21 23:50:59 +00:00 |
|
Volodymyr Paprotski
|
22007a1e38
|
8298893: Rename option UsePolyIntrinsics to UsePoly1305Intrinsics
Reviewed-by: jnimeh, chagedorn, thartmann
|
2022-12-21 18:43:40 +00:00 |
|
Xin Liu
|
10d62fa218
|
8299061: Using lambda to optimize GraphKit::compute_stack_effects()
Reviewed-by: kbarrett, thartmann
|
2022-12-21 16:48:20 +00:00 |
|
Matias Saavedra Silva
|
65442a2e26
|
8269736: Optimize CDS PatchEmbeddedPointers::do_bit()
Reviewed-by: ccheung, iklam
|
2022-12-21 15:33:24 +00:00 |
|
Roland Westrelin
|
88bfe4d3bf
|
8297724: Loop strip mining prevents some empty loops from being eliminated
Reviewed-by: kvn, thartmann
|
2022-12-21 14:46:57 +00:00 |
|
Nick Gasson
|
81933b7a92
|
8298642: ParallelGC -XX:+UseNUMA eden spaces allocated on wrong node
Reviewed-by: tschatzl, ayang
|
2022-12-21 11:00:48 +00:00 |
|
Kim Barrett
|
396a9bff68
|
8298913: Add override qualifiers to Relocation classes
Reviewed-by: kvn, aboldtch
|
2022-12-21 01:22:11 +00:00 |
|
Jesper Wilhelmsson
|
386db07143
|
Merge
|
2022-12-20 20:20:17 +00:00 |
|
Albert Mingkun Yang
|
8dfb6d76e8
|
8298651: Serial: Remove MarkSweep::follow_klass
Reviewed-by: kbarrett, tschatzl
|
2022-12-20 19:36:52 +00:00 |
|
Coleen Phillimore
|
03afec16f8
|
8298162: Test PrintClasses hits assert when run with code that retransform classes
Reviewed-by: dholmes, mgronlun
|
2022-12-20 14:09:22 +00:00 |
|
Coleen Phillimore
|
03d992728e
|
8298061: vmTestbase/nsk/sysdict/vm/stress/btree/btree012/btree012.java failed with "fatal error: refcount has gone to zero"
Reviewed-by: iklam, dholmes
|
2022-12-20 13:21:50 +00:00 |
|
Albert Mingkun Yang
|
65fc05884b
|
8298968: G1: Incorrect merged remset stats
Reviewed-by: tschatzl, kbarrett
|
2022-12-20 12:43:53 +00:00 |
|
Jesper Wilhelmsson
|
c5a4a7a679
|
Merge
|
2022-12-20 11:40:56 +00:00 |
|
Kim Barrett
|
ea40f29939
|
8298215: gc/g1/TestVerifyGCType.java failed with "Missing expected verification pattern Verifying After GC for: Pause Young (Prepare Mixed): expected true, was false"
Reviewed-by: iwalulya, tschatzl
|
2022-12-20 00:13:25 +00:00 |
|
Coleen Phillimore
|
4c927df712
|
8298470: Short cut java.lang.Object super class loading
Reviewed-by: dholmes, iklam
|
2022-12-19 17:13:57 +00:00 |
|
Matthias Baesken
|
756a06d4c2
|
8299022: Linux ppc64le and s390x build issues after JDK-8160404
Reviewed-by: mdoerr, lucy
|
2022-12-19 16:20:12 +00:00 |
|
Damon Fenacci
|
de0ce792c1
|
8297801: printnm crashes with invalid address due to null pointer dereference
Reviewed-by: thartmann, chagedorn, kvn
|
2022-12-19 15:44:38 +00:00 |
|