Stefan Karlsson
|
639ba13c4b
|
8316179: Use consistent naming for lightweight locking in MacroAssembler
Reviewed-by: rkennke, coleenp, dholmes
|
2023-09-14 07:02:29 +00:00 |
|
Leonid Mesnik
|
11d431b2c4
|
8316228: jcmd tests are broken by 8314828
Reviewed-by: dholmes
|
2023-09-14 01:20:24 +00:00 |
|
Sergey Bylokhov
|
eb37c7e361
|
8315971: ProblemList containers/docker/TestMemoryAwareness.java on linux-all
Reviewed-by: shade
|
2023-09-13 23:40:44 +00:00 |
|
Leonid Mesnik
|
23fab1181b
|
8314828: Mark 3 jcmd command-line options test as vm.flagless
Reviewed-by: cjplummer
|
2023-09-13 22:52:01 +00:00 |
|
Alexander Zvegintsev
|
1741d13b12
|
8315726: Open source several AWT applet tests
Reviewed-by: psadhukhan, aivanov
|
2023-09-13 22:23:27 +00:00 |
|
Claes Redestad
|
92ad4a2399
|
8315789: Minor HexFormat performance improvements
Reviewed-by: rriggs
|
2023-09-13 20:58:23 +00:00 |
|
Justin Lu
|
ce93d27fe5
|
6228794: java.text.ChoiceFormat pattern behavior is not well documented.
Reviewed-by: naoto
|
2023-09-13 20:32:21 +00:00 |
|
Aggelos Biboudis
|
3b0a6d2a68
|
8314226: Series of colon-style fallthrough switch cases with guards compiled incorrectly
Reviewed-by: mcimadamore, vromero
|
2023-09-13 15:09:01 +00:00 |
|
Sean Coffey
|
ff240a9135
|
8316087: Test SignedLoggerFinderTest.java is still failing
Reviewed-by: dfuchs
|
2023-09-13 15:05:46 +00:00 |
|
Ludovic Henry
|
a731a24c93
|
8315934: RISC-V: Disable conservative fences per vendor
Reviewed-by: rehn, mli, fyang
|
2023-09-13 14:54:43 +00:00 |
|
Albert Mingkun Yang
|
b3dad2443a
|
8316021: Serial: Remove unused Generation::post_compact
Reviewed-by: tschatzl
|
2023-09-13 13:40:54 +00:00 |
|
Per Minborg
|
f9ab115acb
|
8316050: Use hexadecimal encoding in MemorySegment::toString
Reviewed-by: rriggs, mcimadamore
|
2023-09-13 12:45:54 +00:00 |
|
Emanuel Peter
|
f804f8652d
|
8314612: TestUnorderedReduction.java fails with -XX:MaxVectorSize=32 and -XX:+AlignVector
Reviewed-by: chagedorn, kvn
|
2023-09-13 10:47:20 +00:00 |
|
shaojin.wensj
|
f8df754b9a
|
8311207: Cleanup for Optimization for UUID.toString
Reviewed-by: liach, rriggs
|
2023-09-13 08:25:13 +00:00 |
|
Abhishek Kumar
|
fecd2fd8f2
|
8315898: Open source swing JMenu tests
Reviewed-by: serb
|
2023-09-13 07:42:53 +00:00 |
|
Abhishek Kumar
|
bb6b3f2486
|
8315761: Open source few swing JList and JMenuBar tests
Reviewed-by: psadhukhan, tr
|
2023-09-13 07:35:01 +00:00 |
|
Aleksey Shipilev
|
2d168c5734
|
8313202: MutexLocker should disallow null Mutexes
Reviewed-by: dholmes, coleenp, dcubed
|
2023-09-13 07:32:54 +00:00 |
|
Matthias Baesken
|
36552e7193
|
8316123: ProblemList serviceability/dcmd/gc/RunFinalizationTest.java on AIX
Reviewed-by: clanger
|
2023-09-13 07:29:10 +00:00 |
|
Abhishek Kumar
|
fe5ef5f20d
|
8315677: Open source few swing JFileChooser and other tests
Reviewed-by: psadhukhan, tr
|
2023-09-13 07:27:18 +00:00 |
|
Aleksey Shipilev
|
ece9bdfc83
|
8299614: Shenandoah: STW mark should keep nmethod/oops referenced from stack chunk alive
Reviewed-by: rkennke, zgu
|
2023-09-13 06:04:10 +00:00 |
|
Prasanta Sadhukhan
|
a36f5a54ab
|
8315663: Open source misc awt tests
Reviewed-by: tr, jdv
|
2023-09-13 05:25:25 +00:00 |
|
Robbin Ehn
|
cbbfa0ddfb
|
8315652: RISC-V: Features string uses wrong separator for jtreg
Reviewed-by: fyang, luhenry
|
2023-09-13 04:59:19 +00:00 |
|
Robbin Ehn
|
1ebf510e5a
|
8315743: RISC-V: Cleanup masm lr()/sc() methods
Reviewed-by: fyang, luhenry
|
2023-09-13 04:58:49 +00:00 |
|
Sergey Bylokhov
|
bd52bbfa27
|
8316060: test/hotspot/jtreg/runtime/reflect/ReflectOutOfMemoryError.java may fail if heap is huge
Reviewed-by: lmesnik, dholmes
|
2023-09-13 02:33:03 +00:00 |
|
Justin Lu
|
dde11551e2
|
8315946: DecimalFormat and CompactNumberFormat do allow U+FFFE and U+FFFF in the pattern
Reviewed-by: naoto
|
2023-09-12 22:59:34 +00:00 |
|
Erik Joelsson
|
a9679acd5c
|
8253620: Debug symbols for tests missing on macos and windows
Reviewed-by: dholmes, ihse, jwaters
|
2023-09-12 20:17:52 +00:00 |
|
Erik Joelsson
|
020255a72d
|
8267174: Many test files have the wrong Copyright header
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
|
2023-09-12 20:16:05 +00:00 |
|
Naoto Sato
|
ac2dfe45d1
|
8313865: Always true condition in sun.nio.cs.CharsetMapping#readINDEXC2B
Reviewed-by: aturbanov, vtewari, rriggs, iris
|
2023-09-12 18:19:07 +00:00 |
|
Aleksey Shipilev
|
947dee7f2d
|
8316113: Infinite permission checking loop in java/net/spi/InetAddressResolverProvider/RuntimePermissionTest
Reviewed-by: jpai, aefimov, dfuchs
|
2023-09-12 18:13:55 +00:00 |
|
Andrew Haley
|
1d702d28b6
|
8313800: AArch64: SA stack walking code having trouble finding sender frame when invoking LambdaForms is involved
Reviewed-by: cjplummer
|
2023-09-12 16:49:55 +00:00 |
|
shaojin.wensj
|
e0845163aa
|
8315968: Move java.util.Digits to jdk.internal.util and refactor to reduce duplication
Reviewed-by: rriggs, liach, redestad
|
2023-09-12 16:35:01 +00:00 |
|
Mandy Chung
|
d75d9774c8
|
8285447: StackWalker minimal batch size should be optimized for getCallerClass
Reviewed-by: simonis
|
2023-09-12 16:24:16 +00:00 |
|
Mikhailo Seledtsov
|
fc3e826692
|
8314832: Few runtime/os tests ignore vm flags
Reviewed-by: dholmes, lmesnik
|
2023-09-12 14:40:06 +00:00 |
|
Thomas Schatzl
|
347beb21aa
|
8315998: Remove dead ClassLoaderDataGraphKlassIteratorStatic
Reviewed-by: coleenp
|
2023-09-12 13:34:04 +00:00 |
|
Thomas Schatzl
|
50158f393e
|
8316002: Remove unnecessary seen_dead_loader in ClassLoaderDataGraph::do_unloading
Reviewed-by: coleenp
|
2023-09-12 12:38:38 +00:00 |
|
Doug Simon
|
6f2684b7ba
|
8315948: JDK-8315818 broke Xcomp on libgraal
Reviewed-by: never, thartmann
|
2023-09-12 12:02:34 +00:00 |
|
Prasanta Sadhukhan
|
8b4f9a88e6
|
8315990: Amend problemlisted tests to proper position
Reviewed-by: aivanov
|
2023-09-12 11:47:07 +00:00 |
|
Jiangli Zhou
|
455c471ee3
|
8313277: Resolve multiple definition of 'normalize' when statically linking JDK native libraries with user code
Co-authored-by: Chris Moon <cjmoon@google.com>
Reviewed-by: dholmes, stuefe, sspitsyn
|
2023-09-12 09:06:08 +00:00 |
|
Christian Hagedorn
|
3b422d0dc1
|
8316094: Problemlist compiler/rangechecks/TestRangeCheckHoistingScaledIV.java
Reviewed-by: thartmann
|
2023-09-12 08:54:59 +00:00 |
|
Pavel Rappo
|
f55e799491
|
8316038: Fix doc typos in java.io.Console and java.util.Scanner
Reviewed-by: bpb, naoto, iris
|
2023-09-12 08:11:24 +00:00 |
|
Albert Mingkun Yang
|
94800781ea
|
8315550: G1: Fix -Wconversion warnings in g1NUMA
Reviewed-by: tschatzl, iwalulya
|
2023-09-12 07:40:29 +00:00 |
|
Alan Bateman
|
d08258f735
|
8315938: Deprecate for removal Unsafe methods that have standard APIs for many releases
Reviewed-by: mchung, psandoz, iris
|
2023-09-12 07:19:05 +00:00 |
|
Serguei Spitsyn
|
fda142ff6c
|
8312174: missing JVMTI events from vthreads parked during JVMTI attach
Reviewed-by: lmesnik, amenkov
|
2023-09-12 02:46:47 +00:00 |
|
Naoto Sato
|
d0be73a780
|
8041488: Locale-Dependent List Patterns
Reviewed-by: joehw, rriggs
|
2023-09-11 16:48:22 +00:00 |
|
Aleksey Shipilev
|
dd214d0f95
|
8315437: Enable parallelism in vmTestbase/nsk/monitoring/stress/classload tests
Reviewed-by: lmesnik, cjplummer
|
2023-09-11 16:41:35 +00:00 |
|
Soumadipta Roy
|
877731d2a2
|
8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies
Reviewed-by: shade, kevinw, cjplummer, lmesnik
|
2023-09-11 16:34:56 +00:00 |
|
Albert Mingkun Yang
|
d06a564328
|
8315765: G1: Incorrect use of G1LastPLABAverageOccupancy
Reviewed-by: iwalulya, tschatzl
|
2023-09-11 14:42:10 +00:00 |
|
Aleksei Efimov
|
66b6a5a84f
|
8277954: Replace use of monitors with explicit locks in the JDK LDAP provider implementation
Reviewed-by: dfuchs
|
2023-09-11 14:05:48 +00:00 |
|
shaojin.wensj
|
4cb4637b79
|
8315970: Big-endian issues after JDK-8310929
Reviewed-by: mdoerr
|
2023-09-11 13:39:26 +00:00 |
|
Prasanta Sadhukhan
|
ae08143d3d
|
8315611: Open source swing text/html and tree test
Reviewed-by: jdv
|
2023-09-11 13:23:47 +00:00 |
|