Axel Boldt-Christmas
|
b20e8c8e85
|
8335397: Improve reliability of TestRecursiveMonitorChurn.java
Reviewed-by: coleenp, rkennke, dholmes
|
2024-07-04 08:21:18 +00:00 |
|
Thomas Stuefe
|
38a578d547
|
8334738: os::print_hex_dump should optionally print ASCII
Reviewed-by: dholmes, sgehwolf
|
2024-07-04 06:20:03 +00:00 |
|
Thomas Stuefe
|
7b894bc4af
|
8332786: When dumping static CDS archives, explicitly assert that we don't use a CDS archive
Reviewed-by: iklam, dholmes
|
2024-07-04 05:44:44 +00:00 |
|
David Holmes
|
e01626cf09
|
8335655: ProblemList serviceability/dcmd/vm tests failing after JDK-8322475
Reviewed-by: mikael
|
2024-07-04 04:18:31 +00:00 |
|
Kim Barrett
|
3efa93ba13
|
8335588: Fix -Wzero-as-null-pointer-constant warnings in calls to Node ctor
Reviewed-by: thartmann, chagedorn
|
2024-07-03 22:03:23 +00:00 |
|
David Holmes
|
587535c5b9
|
8334545: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails after JDK-8294960
Reviewed-by: iklam, stuefe
|
2024-07-03 21:42:08 +00:00 |
|
Erik Gahlin
|
68ffec9800
|
8335479: JFR: Missing documentation for -XX:StartFlightRecording
Reviewed-by: mgronlun
|
2024-07-03 20:43:08 +00:00 |
|
Thomas Schatzl
|
9a91865ff3
|
8335395: G1: Verification does not detect references into Free regions
Reviewed-by: ayang, iwalulya
|
2024-07-03 16:29:52 +00:00 |
|
Hamlin Li
|
13b782c3de
|
8334554: RISC-V: verify & fix perf of string comparison
Reviewed-by: rehn, luhenry, fyang
|
2024-07-03 16:10:22 +00:00 |
|
Thomas Stuefe
|
8aaec37ace
|
8322475: Extend printing for System.map
Reviewed-by: sgehwolf, jsjolen
|
2024-07-03 16:08:34 +00:00 |
|
Albert Mingkun Yang
|
19a8a2baa9
|
8335618: Serial: Remove unused definitions in SerialHeap
Reviewed-by: iwalulya
|
2024-07-03 15:42:47 +00:00 |
|
Ivan Walulya
|
cf4f2b53d6
|
8332517: G1: Refactor G1AllocRegion
Reviewed-by: tschatzl, ayang
|
2024-07-03 15:12:40 +00:00 |
|
Arseny Bochkarev
|
5a8af2b8b9
|
8335615: Clean up left-overs from 8317721
Reviewed-by: fyang
|
2024-07-03 14:09:59 +00:00 |
|
Albert Mingkun Yang
|
6923a5114b
|
8335607: Serial: Remove unused collection_attempt_is_safe
Reviewed-by: tschatzl
|
2024-07-03 12:57:26 +00:00 |
|
Feilong Jiang
|
5866b16dbc
|
8335411: RISC-V: Optimize encode_heap_oop when oop is not null
Reviewed-by: fyang, rehn
|
2024-07-03 12:12:12 +00:00 |
|
Qizheng Xing
|
6db4c6a772
|
8335536: Fix assertion failure in IdealGraphPrinter when append is true
Reviewed-by: thartmann, chagedorn, tholenstein
|
2024-07-03 12:12:00 +00:00 |
|
Erik Gahlin
|
350f9c1947
|
8322812: Manpage for jcmd is missing JFR.view command
Reviewed-by: kevinw, mgronlun
|
2024-07-03 11:36:14 +00:00 |
|
Kim Barrett
|
c06b75ff88
|
8335591: Fix -Wzero-as-null-pointer-constant warnings in ConcurrentHashTable
Reviewed-by: chagedorn
|
2024-07-03 11:12:08 +00:00 |
|
Albert Mingkun Yang
|
6c84e9c8cb
|
8335544: Serial: Remove unused _should_allocate_from_space
Reviewed-by: iwalulya
|
2024-07-03 08:42:43 +00:00 |
|
Gergö Barany
|
4d2f73764b
|
8335357: Delete HotSpotJDKReflection.oopSizeOffset
Reviewed-by: dnsimon
|
2024-07-03 08:08:22 +00:00 |
|
Kim Barrett
|
77a7078b82
|
8335593: Fix -Wzero-as-null-pointer-constant warning in Type_Array ctor
Reviewed-by: thartmann
|
2024-07-03 06:00:20 +00:00 |
|
Kim Barrett
|
f3f90dc11a
|
8335592: Fix -Wzero-as-null-pointer-constant warnings in RootNode ctor
Reviewed-by: thartmann
|
2024-07-03 05:57:49 +00:00 |
|
Kim Barrett
|
7bc8f9c150
|
8335589: Fix -Wzero-as-null-pointer-constant warnings in IdealLoopTree ctor
Reviewed-by: thartmann
|
2024-07-03 05:55:28 +00:00 |
|
Chen Liang
|
0db9bc57de
|
8335290: Rename ClassFile::transform to ClassFile::transformClass
Reviewed-by: asotona
|
2024-07-03 05:03:56 +00:00 |
|
Eirik Bjørsnøs
|
d51141e5fc
|
8321274: Rename ZipEntry.extraAttributes to ZipEntry.externalFileAttributes
Reviewed-by: lancea, jpai
|
2024-07-03 04:36:32 +00:00 |
|
Xiaolong Peng
|
fac74b118f
|
8334229: Optimize InterpreterOopMap layout
Reviewed-by: coleenp, dholmes
|
2024-07-03 03:01:06 +00:00 |
|
Xiaolong Peng
|
f9b4ea13e6
|
8334220: Optimize Klass layout after JDK-8180450
Reviewed-by: coleenp, stuefe, dholmes
|
2024-07-03 02:56:17 +00:00 |
|
Chen Liang
|
f7af4504a8
|
8335110: Fix instruction name and API spec inconsistencies in CodeBuilder
Reviewed-by: asotona
|
2024-07-03 02:49:43 +00:00 |
|
Chen Liang
|
8a664a4c35
|
8334734: Remove specialized readXxxEntry methods from ClassReader
Reviewed-by: asotona
|
2024-07-03 02:43:41 +00:00 |
|
Chen Liang
|
3a2d426489
|
8334726: Remove accidentally exposed individual methods from Class-File API
Reviewed-by: asotona
|
2024-07-03 02:42:06 +00:00 |
|
Kim Barrett
|
f187c92bef
|
8335370: Fix -Wzero-as-null-pointer-constant warning in jvmti_common.hpp
Reviewed-by: jwaters, amenkov, sspitsyn
|
2024-07-03 02:19:54 +00:00 |
|
Chen Liang
|
1ef34c1833
|
8335475: ClassBuilder incorrectly calculates max_locals in some cases
Reviewed-by: asotona
|
2024-07-02 23:15:31 +00:00 |
|
Viktor Klang
|
27982c8f5d
|
8327854: Test java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpStatefulTest.java failed with RuntimeException
Reviewed-by: psandoz
|
2024-07-02 20:27:52 +00:00 |
|
Chris Plummer
|
a3479576c9
|
8335291: Problem list all SA core file tests on macosx-aarch64 due to JDK-8318754
Reviewed-by: kevinw, amenkov
|
2024-07-02 18:13:50 +00:00 |
|
Severin Gehwolf
|
153b12b9df
|
8331560: Refactor Hotspot container detection code so that subsystem delegates to controllers
Reviewed-by: jsjolen, stuefe
|
2024-07-02 15:38:54 +00:00 |
|
Jasmine Karthikeyan
|
685e5878b8
|
8334816: compiler/c2/irTests/TestIfMinMax.java fails after 8334629
Reviewed-by: thartmann, chagedorn
|
2024-07-02 14:36:29 +00:00 |
|
Albert Mingkun Yang
|
dd74e7f8c1
|
8335147: Serial: Refactor TenuredGeneration::promote
Reviewed-by: tschatzl, iwalulya
|
2024-07-02 12:15:02 +00:00 |
|
Daniel Fuchs
|
a537e87d2d
|
8335530: Java file extension missing in AuthenticatorTest
Reviewed-by: cstein, jpai
|
2024-07-02 11:50:21 +00:00 |
|
Kim Barrett
|
4060b35b1d
|
8335298: Fix -Wzero-as-null-pointer-constant warning in G1CardSetContainers
Reviewed-by: iwalulya, ayang
|
2024-07-02 08:58:20 +00:00 |
|
Emanuel Peter
|
9046d7aee3
|
8335390: C2 MergeStores: wrong result with Unsafe
Reviewed-by: thartmann, chagedorn, kvn
|
2024-07-02 08:20:26 +00:00 |
|
Kim Barrett
|
318d9acadf
|
8335369: Fix -Wzero-as-null-pointer-constant warnings in ImmutableOopMapBuilder
Reviewed-by: kvn, jwaters
|
2024-07-02 05:56:21 +00:00 |
|
Prasanta Sadhukhan
|
5fe07b36d9
|
5021949: JSplitPane setEnabled(false) shouldn't be partially functional
Reviewed-by: abhiscxk, achung, aivanov
|
2024-07-02 03:39:43 +00:00 |
|
Leonid Mesnik
|
ee4720a75d
|
8333306: gc/arguments/TestParallelGCErgo.java fails when largepage are enabled
Reviewed-by: ayang, zgu
|
2024-07-01 20:38:55 +00:00 |
|
Arseny Bochkarev
|
2f4f6cc34c
|
8317721: RISC-V: Implement CRC32 intrinsic
Reviewed-by: vkempik, rehn
|
2024-07-01 12:19:49 +00:00 |
|
Adam Sotona
|
3ca2bcd402
|
8335060: ClassCastException after JDK-8294960
Reviewed-by: liach, jpai
|
2024-07-01 11:51:13 +00:00 |
|
Evgeny Nikitin
|
747e1e47f5
|
8334295: CTW: update modules
Reviewed-by: shade, thartmann
|
2024-07-01 10:21:31 +00:00 |
|
Severin Gehwolf
|
0a6ffa5795
|
8261242: [Linux] OSContainer::is_containerized() returns true when run outside a container
Reviewed-by: stuefe, iklam
|
2024-07-01 08:47:29 +00:00 |
|
Albert Mingkun Yang
|
71e3798bf6
|
8335308: compiler/uncommontrap/DeoptReallocFailure.java times out with SerialGC on Windows
Reviewed-by: kvn, thartmann, chagedorn
|
2024-07-01 08:12:20 +00:00 |
|
Suchismith Roy
|
c7e9ebb4cf
|
8331732: [PPC64] Unify and optimize code which converts != 0 to 1
Reviewed-by: mdoerr, amitkumar
|
2024-07-01 08:07:42 +00:00 |
|
Matthias Baesken
|
53242cdf9e
|
8335283: Build failure due to 'no_sanitize' attribute directive ignored
Reviewed-by: shade, tschatzl, kbarrett, jwaters
|
2024-07-01 06:37:09 +00:00 |
|