86224 Commits

Author SHA1 Message Date
tstuefe
4cfcd1dead gc/g1/TestSharedArchiveWithPreTouch.java, gc/metaspace/TestSizeTransitions.java, instrument/GetObjectSizeIntrinsicsTest.java 2025-12-01 07:36:06 +01:00
tstuefe
d69715096a more tests fixed 2025-12-01 07:36:06 +01:00
tstuefe
5e8afefcf2 Remove UseCCP from jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java 2025-12-01 07:36:06 +01:00
tstuefe
87209520b1 jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventDefNewSerial.java 2025-12-01 07:36:06 +01:00
tstuefe
93d7490382 jtreg/serviceability/dcmd/vm/ClassLoaderStatsTest.java 2025-12-01 07:36:06 +01:00
tstuefe
4ae8591e28 runtime/Metaspace/PrintMetaspaceDcmd.java 2025-12-01 07:36:06 +01:00
tstuefe
c4adf3680d test/hotspot/jtreg/runtime/FieldLayout/TestOopMapSizeMinimal.java 2025-12-01 07:36:06 +01:00
tstuefe
c001fd97ab runtime/FieldLayout/FieldDensityTest.java 2025-12-01 07:36:06 +01:00
tstuefe
c11e4bbaf3 runtime/FieldLayout/BaseOffsets.java 2025-12-01 07:36:06 +01:00
tstuefe
5b7f55d576 remove superfluous test (redundant with TestCombinedCompressedFlags.java) 2025-12-01 07:36:06 +01:00
tstuefe
fcb0c7f2c6 reduce jtreg-started gtests 2025-12-01 07:36:06 +01:00
tstuefe
5f4560d089 gc/metaspace/TestPerfCountersAndMemoryPools.java 2025-12-01 07:36:06 +01:00
tstuefe
23a11dda15 test/hotspot/jtreg/gc/metaspace/TestMetaspacePerfCounters.java 2025-12-01 07:36:06 +01:00
tstuefe
d6da3ea8bd gc/metaspace/TestMetaspaceMemoryPool.java 2025-12-01 07:36:06 +01:00
tstuefe
6f2bfbdebd more tests 2025-12-01 07:36:06 +01:00
tstuefe
90bc506742 Remove UseCCP from test/hotspot/jtreg/runtime/cds 2025-12-01 07:36:06 +01:00
tstuefe
8084ac2b16 Fix 32-bit problem 2025-12-01 07:36:05 +01:00
tstuefe
18811c5c8b Remove UseCCP from metaspace 2025-12-01 07:36:05 +01:00
tstuefe
186795366e Remove UseCCP from oops 2025-12-01 07:36:05 +01:00
tstuefe
d448f8e46c Remove UseCCP from opto 2025-12-01 07:36:05 +01:00
tstuefe
3769b9ded4 Remove UseCCP from runtime (apart from arg) 2025-12-01 07:35:58 +01:00
tstuefe
e74ceb987f Remove UseCCP from services, prims 2025-12-01 07:28:19 +01:00
tstuefe
10011b1690 Remove UseCCP from utilities 2025-12-01 07:28:19 +01:00
tstuefe
3468d61408 Remove UseCCP from jvmci 2025-12-01 07:28:19 +01:00
tstuefe
7b5311d585 Remove UseCCP from gc 2025-12-01 07:28:18 +01:00
tstuefe
d238212da0 Fix assertion in AOT 2025-12-01 07:28:18 +01:00
tstuefe
1cefb30382 Fixes, intermediate 2025-12-01 07:28:18 +01:00
tstuefe
9770dbda78 Remove UseCCP for AOT/CDS 2025-12-01 07:28:18 +01:00
tstuefe
19402509ea Remove UseCCP for x64 2025-12-01 07:28:18 +01:00
tstuefe
7a5d3026d8 Remove UseCCP from cpu/s390 2025-12-01 07:28:18 +01:00
tstuefe
ce3f37b0ae Remove UseCCP for RiscV 2025-12-01 07:28:18 +01:00
tstuefe
bd5c185c9b Remove UseCCP from cpu/ppc 2025-12-01 07:28:18 +01:00
tstuefe
1f7c2a7ae9 Removed UseCCP from cpu/aarch64, cpu/arm 2025-12-01 07:28:18 +01:00
tstuefe
fa1035ee9f Removed UseCCP from gtest sources 2025-12-01 07:28:18 +01:00
tstuefe
725e9772d5 first rename 2025-12-01 07:28:18 +01:00
Jatin Bhateja
e0311ecb85 8351016: RA support for EVEX to REX/REX2 demotion to optimize NDD instructions
Reviewed-by: sviswanathan, dlunden, vlivanov, qamai
2025-12-01 06:04:23 +00:00
Jayathirth D V
c7a489db9e 8372534: Update Libpng to 1.6.51
Reviewed-by: serb, azvegint, prr
2025-12-01 05:40:51 +00:00
SendaoYan
3fd551f992 8371769: TestMemoryInvisibleParent.java fails with java.nio.file.AccessDeniedException
Reviewed-by: sgehwolf, shade
2025-12-01 02:29:53 +00:00
Lance Andersen
282f339406 8369432: Add Support for JDBC 4.5 MR
Reviewed-by: alanb, rriggs
2025-11-30 12:53:00 +00:00
Jaikiran Pai
92e1357dfd 8371802: Do not let QUIC connection to idle terminate when HTTP/3 is configured with a higher idle timeout
Reviewed-by: dfuchs
2025-11-29 01:25:25 +00:00
Kim Barrett
52568bf483 8372650: Convert GenericWaitBarrier to use Atomic<T>
Reviewed-by: shade, iwalulya
2025-11-28 22:50:18 +00:00
Afshin Zafari
e071afbfe4 8351334: [ubsan] memoryReserver.cpp:552:60: runtime error: applying non-zero offset 1073741824 to null pointer
Reviewed-by: aboldtch, dholmes, jsjolen
2025-11-28 13:02:44 +00:00
Volkan Yazici
78b155b2b5 8372147: ConnectionFlowControlTest should use HttpResponse.connectionLabel()
Reviewed-by: dfuchs
2025-11-28 12:05:17 +00:00
Jonas Norlinder
08c16c384a 8372704: ThreadMXBean.getThreadUserTime may return total time
Reviewed-by: alanb, kevinw, dholmes
2025-11-28 08:57:02 +00:00
Kim Barrett
0021dc0410 8372565: Convert SATBMarkQueue to use Atomic<T>
Reviewed-by: tschatzl, shade, iwalulya
2025-11-28 08:54:07 +00:00
Tobias Hartmann
70b4eb249e 8372720: Problem list compiler/arguments/TestCodeEntryAlignment.java
Reviewed-by: mchevalier, epeter
2025-11-28 08:45:57 +00:00
Sergey Bylokhov
0c6d1b9c8b 8371759: Add missing @Override annotations in com.sun.imageio package
Reviewed-by: tr, jdv, azvegint
2025-11-28 06:39:03 +00:00
David Holmes
195b36f90b 8372702: sun/security/pkcs11/tls/fips/FipsModeTLS.java does not compile after JDK-8367096
Reviewed-by: djelinski
2025-11-27 23:05:51 +00:00
James Yuzawa
f1d90b8b25 8372134: ThreadLocalRandom no longer overrides nextGaussian
Reviewed-by: alanb, rgiulietti, vklang
2025-11-27 20:26:16 +00:00
Daniel Fuchs
8a0672c819 8372198: Avoid closing PlainHttpConnection while holding a lock
Reviewed-by: djelinski, jpai, vyazici
2025-11-27 17:56:04 +00:00