Axel Boldt-Christmas
|
a3a2b1fbbf
|
8324881: ObjectSynchronizer::inflate(Thread* current...) is invoked for non-current thread
Reviewed-by: rrich, dholmes, coleenp, dcubed
|
2024-02-07 15:49:16 +00:00 |
|
Thomas Stuefe
|
1ecf74c296
|
8325306: Rename static huge pages to explicit huge pages
Reviewed-by: jsjolen, jwaters
|
2024-02-07 14:54:51 +00:00 |
|
Albert Mingkun Yang
|
77ee7f0e24
|
8325221: Obsolete TLABStats
Reviewed-by: tschatzl, kbarrett
|
2024-02-07 12:21:21 +00:00 |
|
Daniel Lundén
|
4abb10eb0b
|
8317349: Randomize order of macro node expansion in C2
Reviewed-by: chagedorn, rcastanedalo, thartmann
|
2024-02-07 10:01:35 +00:00 |
|
Chen Liang
|
3bffe223a3
|
8319463: ClassSignature should have superclass and superinterfaces as ClassTypeSig
Reviewed-by: asotona
|
2024-02-07 07:54:22 +00:00 |
|
Aggelos Biboudis
|
e0d98dd301
|
8325257: jshell reports NoSuchFieldError with instanceof primitive type
Reviewed-by: mcimadamore
|
2024-02-07 06:59:48 +00:00 |
|
Kim Barrett
|
f2f634448e
|
8325347: Rename native_thread.h
Reviewed-by: coleenp, lmesnik
|
2024-02-06 23:42:08 +00:00 |
|
Joe Darcy
|
1797efd68d
|
8322218: Better escaping of single and double quotes in annotation toString() results
Reviewed-by: mchung
|
2024-02-06 23:22:46 +00:00 |
|
Naoto Sato
|
96eb0390d6
|
8324665: Loose matching of space separators in the lenient date/time parsing mode
Reviewed-by: joehw, jlu
|
2024-02-06 17:43:12 +00:00 |
|
Kim Barrett
|
2d252ee06e
|
8325180: Rename jvmti_FollowRefObjects.h
Reviewed-by: sspitsyn, jwaters, lmesnik
|
2024-02-06 17:15:36 +00:00 |
|
Shaojin Wen
|
50b17d9846
|
8316704: Regex-free parsing of Formatter and FormatProcessor specifiers
Reviewed-by: redestad, rgiulietti
|
2024-02-06 15:16:40 +00:00 |
|
Kangcheng Xu
|
51d7169bd9
|
8320237: C2: late inlining of method handle invoke causes duplicate lines in PrintInlining output
Reviewed-by: roland, kvn, thartmann
|
2024-02-06 14:37:41 +00:00 |
|
Damon Fenacci
|
b75c134fac
|
8325313: Header format error in TestIntrinsicBailOut after JDK-8317299
Reviewed-by: chagedorn
|
2024-02-06 09:34:26 +00:00 |
|
Evgeny Astigeevich
|
4cd318756d
|
8324874: AArch64: crypto pmull based CRC32/CRC32C intrinsics clobber V8-V15 registers
Reviewed-by: aph, ngasson
|
2024-02-06 08:54:23 +00:00 |
|
Damon Fenacci
|
6d911f68a3
|
8317299: safepoint scalarization doesn't keep track of the depth of the JVM state
Reviewed-by: thartmann, vlivanov
|
2024-02-06 07:53:03 +00:00 |
|
Sonia Zaldana Calles
|
542b0b6656
|
8324126: Error message for mistyping -XX:+Unlock...Options is not helpful
Reviewed-by: dholmes, stuefe
|
2024-02-06 07:03:47 +00:00 |
|
Archie Cobbs
|
f1f93988fb
|
8323699: MessageFormat.toPattern() generates non-equivalent MessageFormat pattern
Reviewed-by: jlu, naoto
|
2024-02-05 23:14:50 +00:00 |
|
Daniel D. Daugherty
|
ab3b941783
|
8325270: ProblemList two compiler/intrinsics/float16 tests that fail due to JDK-8324724
Reviewed-by: vlivanov
|
2024-02-05 22:49:00 +00:00 |
|
Alex Menkov
|
f31957e6a1
|
8317636: Improve heap walking API tests to verify correctness of field indexes
Reviewed-by: cjplummer, sspitsyn
|
2024-02-05 21:57:15 +00:00 |
|
Gerard Ziemski
|
7777eb5e15
|
8321931: memory_swap_current_in_bytes reports 0 as "unlimited"
Reviewed-by: sgehwolf, iklam
|
2024-02-05 19:35:43 +00:00 |
|
Eirik Bjørsnøs
|
c3adc61e6e
|
8325199: (zipfs) jdk/nio/zipfs/TestPosix.java failed 6 sub-tests
Reviewed-by: clanger, lancea
|
2024-02-05 17:59:59 +00:00 |
|
Claes Redestad
|
19e92201b4
|
8325169: Reduce String::indexOf overheads
Reviewed-by: rriggs, rgiulietti, mli
|
2024-02-05 16:30:05 +00:00 |
|
Daniel Lundén
|
4da28b40f0
|
8291809: Convert compiler/c2/cr7200264/TestSSE2IntVect.java to IR verification test
Reviewed-by: rcastanedalo, epeter, chagedorn
|
2024-02-05 10:53:38 +00:00 |
|
Aggelos Biboudis
|
df35462a4e
|
8323502: javac crash with wrongly typed method block in Flow
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: jlahoda
|
2024-02-05 08:59:55 +00:00 |
|
Wang Zhuo
|
80642dd7af
|
8324817: Parallel GC does not pre-touch all heap pages when AlwaysPreTouch enabled and large page disabled
Reviewed-by: ayang, tschatzl
|
2024-02-05 06:19:02 +00:00 |
|
Eirik Bjørsnøs
|
692c9f8821
|
8325201: (zipfs) Disable TestPosix.setPermissionsShouldConvertToUnix which fails on Windows
Reviewed-by: lancea
|
2024-02-04 21:01:37 +00:00 |
|
Hamlin Li
|
ed068469f3
|
8325037: x86: enable and fix hotspot/jtreg/compiler/vectorization/TestRoundVectFloat.java
Reviewed-by: thartmann, kvn, jbhateja
|
2024-02-04 09:46:15 +00:00 |
|
Eirik Bjørsnøs
|
a18b03b86f
|
8324635: (zipfs) Regression in Files.setPosixFilePermissions called on existing MSDOS entries
Reviewed-by: lancea
|
2024-02-02 21:50:13 +00:00 |
|
Eirik Bjørsnøs
|
63cb1f8818
|
8321396: Retire test/jdk/java/util/zip/NoExtensionSignature.java
Reviewed-by: lancea
|
2024-02-02 20:21:46 +00:00 |
|
Eirik Bjørsnøs
|
f613e13397
|
8313739: ZipOutputStream.close() should always close the wrapped stream
Reviewed-by: jpai, lancea
|
2024-02-02 20:20:36 +00:00 |
|
Paul Sandoz
|
1ae851387f
|
8324858: [vectorapi] Bounds checking issues when accessing memory segments
Reviewed-by: mcimadamore, jbhateja
|
2024-02-02 16:53:10 +00:00 |
|
Mark Powers
|
38c01971ff
|
8318105: [jmh] the test java.security.HSS failed with 2 active threads
Reviewed-by: ascarpino
|
2024-02-02 16:30:46 +00:00 |
|
Kim Barrett
|
6787c4c3dd
|
8325055: Rename Injector.h
Reviewed-by: dholmes, amenkov, sspitsyn
|
2024-02-02 16:19:08 +00:00 |
|
Doug Simon
|
91d8dac9cf
|
8325137: com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java can fail in Xcomp with out of expected range
Reviewed-by: dholmes, sspitsyn
|
2024-02-02 10:44:42 +00:00 |
|
Pasam Soujanya
|
783ae56634
|
8311893: Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name
Reviewed-by: hannesw
|
2024-02-02 09:01:45 +00:00 |
|
Justin Lu
|
d3c3194ac3
|
6285888: ChoiceFormat can support unescaped relational symbols in the Format segment
Reviewed-by: naoto
|
2024-02-01 22:21:45 +00:00 |
|
Joe Darcy
|
144a08ee50
|
8325078: Better escaping of single and double quotes in javac annotation toString() results
Reviewed-by: jlahoda
|
2024-02-01 20:20:33 +00:00 |
|
Chris Plummer
|
192349eee4
|
8324066: "clhsdb jstack" should not by default scan for j.u.c locks because it can be very slow
Reviewed-by: kevinw, amenkov
|
2024-02-01 19:24:39 +00:00 |
|
Sean Coffey
|
ac1cd31949
|
8325096: Test java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java is failing
Reviewed-by: weijun
|
2024-02-01 13:54:03 +00:00 |
|
Matthias Baesken
|
cab74b075e
|
8324287: Record total and free swap space in JFR
Reviewed-by: jbechberger, lucy, egahlin
|
2024-02-01 12:50:18 +00:00 |
|
Julian Waters
|
a2229b18bf
|
8324838: test_nmt_locationprinting.cpp broken in the gcc windows build
Reviewed-by: dholmes, kevinw, jsjolen
|
2024-02-01 05:54:57 +00:00 |
|
SendaoYan
|
432756b6e5
|
8325024: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information
Reviewed-by: jnimeh, fyang
|
2024-02-01 03:08:33 +00:00 |
|
Vladimir Kozlov
|
5b9b176c67
|
8324174: assert(m->is_entered(current)) failed: invariant
Reviewed-by: epeter, dlong, thartmann
|
2024-01-31 19:42:02 +00:00 |
|
Kim Barrett
|
0cc8e5beed
|
8325042: remove unused JVMDITools test files
Reviewed-by: coleenp
|
2024-01-31 19:19:21 +00:00 |
|
Harshitha Onkar
|
62c9530c05
|
8324238: [macOS] java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java fails with the shape has not been applied msg
Reviewed-by: azvegint, dnguyen
|
2024-01-31 17:42:00 +00:00 |
|
Rajat Mahajan
|
1f2922ad85
|
8320342: Use PassFailJFrame for TruncatedPopupMenuTest.java
Reviewed-by: honkar, aivanov
|
2024-01-31 17:35:50 +00:00 |
|
Aggelos Biboudis
|
1733d2ea24
|
8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview)
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Gavin Bierman <gbierman@openjdk.org>
Co-authored-by: Brian Goetz <briangoetz@openjdk.org>
Co-authored-by: Raffaello Giulietti <rgiulietti@openjdk.org>
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org>
Reviewed-by: vromero, jlahoda
|
2024-01-31 14:18:13 +00:00 |
|
Eirik Bjørsnøs
|
66971600f7
|
8320712: Rewrite BadFactoryTest in pure Java
Reviewed-by: jpai, sundar
|
2024-01-31 13:59:19 +00:00 |
|
Albert Mingkun Yang
|
725314fb73
|
8324771: Obsolete RAMFraction related flags
Reviewed-by: dholmes, mbaesken, tschatzl
|
2024-01-31 12:44:39 +00:00 |
|
Per Minborg
|
ec56c72b51
|
8323601: Improve LayoutPath.PathElement::toString
Reviewed-by: jvernee
|
2024-01-31 09:54:03 +00:00 |
|