Aleksey Shipilev
8b9bf75880
8323515: Create test alias "all" for all test roots
...
Reviewed-by: dholmes, alanb, joehw, lmesnik
2024-01-23 17:03:35 +00:00
Gerard Ziemski
3d8236367d
8300088: [IMPROVE] OPEN_MAX is no longer the max limit on macOS >= 10.6 for RLIMIT_NOFILE
...
Reviewed-by: dholmes, fparain, dcubed
2024-01-23 16:15:59 +00:00
Albert Mingkun Yang
2a01c798d3
8324513: Inline ContiguousSpace::object_iterate_from
...
Reviewed-by: stefank
2024-01-23 15:51:58 +00:00
Darragh Clarke
fbaaac63d4
8314164: java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fails intermittently in timeout
...
Reviewed-by: dfuchs, djelinski
2024-01-23 14:07:17 +00:00
sendaoYan
791b427f44
8323640: [TESTBUG]testMemoryFailCount in jdk/internal/platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed
...
Reviewed-by: sgehwolf
2024-01-23 13:19:49 +00:00
Hamlin Li
bcaad515fd
8318228: RISC-V: C2 ConvF2HF
...
Reviewed-by: fyang, vkempik
2024-01-23 12:02:28 +00:00
Albert Mingkun Yang
5acd37fa96
8324207: Serial: Remove Space::set_saved_mark_word
...
Reviewed-by: tschatzl, stefank
2024-01-23 09:40:09 +00:00
Albert Mingkun Yang
f5e6d111b1
8324210: Serial: Remove unused methods in Generation
...
Reviewed-by: tschatzl, stefank
2024-01-23 09:38:47 +00:00
Kim Barrett
bcb340da09
8324286: Fix backsliding on use of nullptr instead of NULL
...
Reviewed-by: jsjolen, coleenp, jwaters
2024-01-23 08:49:46 +00:00
Matthias Baesken
3696765b7d
8323964: runtime/Thread/ThreadCountLimit.java fails intermittently on AIX
...
Reviewed-by: dholmes, stuefe
2024-01-23 08:17:00 +00:00
David Holmes
5a74c2a67e
8323438: Enhance assertions for Windows sync API failures
...
Reviewed-by: ccheung, jwaters, dcubed
2024-01-23 01:09:14 +00:00
Vladimir Kozlov
52523d33dd
8324050: Issue store-store barrier after re-materializing objects during deoptimization
...
Reviewed-by: dlong, shade
2024-01-22 22:50:32 +00:00
Y. Srinivas Ramakrishna
df370d725e
8314329: AgeTable: add is_clear() & allocation spec, and relax assert to allow use of 0-index slot
...
AgeTable changes:
1. add CHeap allocation spec
2. add a non-product const is_clear() method to check if the age table has only zero entries
3. relax the assertion that the 0th index of the age table is never used, to allow use of that slot
Reviewed-by: wkemper, kdnilsen, ayang, shade
2024-01-22 19:51:47 +00:00
Naoto Sato
0d8543d677
8324065: Daylight saving information for Africa/Casablanca
are incorrect
...
Reviewed-by: iris, joehw, jlu
2024-01-22 17:15:53 +00:00
Jan Lahoda
c9cacfb25d
8323657: Compilation of snippet results in VerifyError at runtime with --release 9 (and above)
...
Reviewed-by: vromero
2024-01-22 13:06:19 +00:00
Aleksey Shipilev
bde650f21e
8322282: Incorrect LoaderConstraintTable::add_entry after JDK-8298468
...
Reviewed-by: dholmes, simonis, coleenp
2024-01-22 12:30:36 +00:00
Tobias Holenstein
be943a9fd6
8321984: IGV: Upgrade to Netbeans Platform 20
...
Reviewed-by: rcastanedalo, chagedorn
2024-01-22 12:18:22 +00:00
Johan Sjölen
d3b2ac1507
8314186: runtime/8176717/TestInheritFD.java failed with "Log file was leaked"
...
Reviewed-by: lkorinth, dholmes
2024-01-22 11:03:39 +00:00
Jan Lahoda
72f199024d
8323057: Recoverable errors may be reported before unrecoverable errors when annotation processing is skipped
...
Reviewed-by: vromero
2024-01-22 10:55:10 +00:00
Emanuel Peter
c84af49386
8324129: C2: Remove some ttyLocker usages in preparation for JDK-8306767
...
Reviewed-by: kvn, vlivanov, dholmes
2024-01-22 10:41:36 +00:00
Hamlin Li
fd372629f7
8323748: RISC-V: Add Zfh probe code
...
Reviewed-by: fyang
2024-01-22 10:14:25 +00:00
Cesar Soares Lucas
76afa02dab
8322572: AllocationMergesTests.java fails with "IRViolationException: There were one or multiple IR rule failures."
...
Reviewed-by: kvn, thartmann
2024-01-22 08:22:33 +00:00
Martin Desruisseaux
2003610b3b
8323108: BufferedImage.setData(Raster) should not cast float and double values to integers
...
Reviewed-by: prr, bpb, serb
2024-01-21 23:47:51 +00:00
Kim Barrett
a474b37212
8324240: Remove unused GrowableArrayView::EMPTY
...
Reviewed-by: dcubed
2024-01-21 02:28:54 +00:00
Erik Gahlin
68b5aab020
8324229: JFR: Temporarily disable assertion for missing object reference
...
Reviewed-by: mgronlun
2024-01-20 18:21:45 +00:00
Jonathan Gibbons
f54a336cb7
8324231: bad command-line option in make/Docs.gmk
...
Reviewed-by: erikj
2024-01-20 18:12:44 +00:00
Sam James
f4d08ccf80
8318696: Do not use LFS64 symbols on Linux
...
Reviewed-by: ihse, dholmes, kbarrett, mbaesken
2024-01-20 09:49:44 +00:00
Magnus Ihse Bursie
9049402a1b
8323675: Race in jdk.javadoc-gendata
...
Reviewed-by: erikj, jlahoda
2024-01-19 22:31:23 +00:00
Harshitha Onkar
f1b73350c2
8320113: [macos14] : ShapeNotSetSometimes.java fails intermittently on macOS 14
...
Reviewed-by: dnguyen, azvegint, kizune
2024-01-19 21:42:34 +00:00
Serguei Spitsyn
8700de66e4
8322744: VirtualThread.notifyJvmtiDisableSuspend should be static
...
Reviewed-by: pchilanomate, alanb
2024-01-19 18:40:55 +00:00
Mandy Chung
6c0bebccb0
8159927: Add a test to verify JMOD files created in the images do not have debug symbols
...
Reviewed-by: jlaskey
2024-01-19 17:42:55 +00:00
Calvin Cheung
437342b93e
8323556: CDS archive space addresses should be randomized with ArchiveRelocationMode=1
...
Reviewed-by: iklam, matsaave
2024-01-19 17:11:01 +00:00
Calvin Cheung
39005e27d6
8324041: ModuleOption.java failed with update release versioning scheme
...
Reviewed-by: dholmes, mbaesken
2024-01-19 17:02:29 +00:00
Coleen Phillimore
2865afe759
8323685: PrintSystemDictionaryAtExit has mutex rank assert
...
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: tschatzl, ayang
2024-01-19 16:54:03 +00:00
Christian Hagedorn
6997bfc68d
8323154: C2: assert(cmp != nullptr && cmp->Opcode() == Op_Cmp(bt)) failed: no exit test
...
Reviewed-by: roland, thartmann, qamai
2024-01-19 15:49:02 +00:00
Roman Kennke
16be38887f
8322383: G1: Only preserve marks on objects that are actually moved
...
Reviewed-by: ayang, tschatzl
2024-01-19 12:59:21 +00:00
Albert Mingkun Yang
0081d8c07f
8324147: Serial: Remove generation::compute_new_size
...
Reviewed-by: ehelin
2024-01-19 11:48:34 +00:00
Matthias Baesken
5f7141982c
8322366: Add IEEE rounding mode corruption check to JNI checks
...
Reviewed-by: dholmes, lucy
2024-01-19 09:10:37 +00:00
Matthias Baesken
05330227be
8222719: libperfstat on AIX - cleanup old API versions
...
Reviewed-by: goetz, clanger
2024-01-19 08:14:13 +00:00
Tejesh R
05dad67cc2
8295804: javax/swing/JFileChooser/JFileChooserSetLocationTest.java failed with "setLocation() is not working properly"
...
Reviewed-by: prr, serb
2024-01-19 05:57:02 +00:00
Pavel Rappo
9efdd242fb
8324053: Use the blessed modifier order for sealed in java.base
...
Reviewed-by: naoto, darcy, ihse, dfuchs
2024-01-18 22:28:23 +00:00
Hannes Wallnöfer
81df265e41
8320458: Improve structural navigation in API documentation
...
Reviewed-by: erikj, jjg
2024-01-18 19:06:26 +00:00
Joe Darcy
a6c0b10704
8323684: TypeMirror.{getAnnotationsByType, getAnnotation} return uninformative results
...
Reviewed-by: jjg
2024-01-18 19:04:26 +00:00
Daniel D. Daugherty
5c874c19cb
8324161: validate-source fails after JDK-8275338
...
Reviewed-by: darcy
2024-01-18 17:42:55 +00:00
Matthew Donovan
b6233c3de7
8321925: sun/security/mscapi/KeytoolChangeAlias.java fails with "Alias <246810> does not exist"
...
Reviewed-by: rhalade
2024-01-18 17:33:31 +00:00
Raffaello Giulietti
bfd2afe5ad
8275338: Add JFR events for notable serialization situations
...
Reviewed-by: rriggs, egahlin
2024-01-18 17:05:35 +00:00
Claes Redestad
4c1a0fc58f
8323995: Suppress notes generated on incremental microbenchmark builds
...
Reviewed-by: erikj, ihse
2024-01-18 15:40:39 +00:00
Albert Mingkun Yang
a2b117ae02
8324132: G1: Remove unimplemented G1MonitoringSupport::recalculate_eden_size
...
Reviewed-by: tschatzl
2024-01-18 15:23:11 +00:00
Albert Mingkun Yang
8e534598b5
8323993: Serial: Refactor gc_prologue and gc_epilogue
...
Reviewed-by: stefank, ehelin
2024-01-18 15:22:56 +00:00
Daniel D. Daugherty
aeb304b29e
8324074: increase timeout for jvmci test TestResolvedJavaMethod.java
...
Reviewed-by: stuefe, thartmann
2024-01-18 13:16:05 +00:00