Nizar Benalla
b87a7e9906
8144100: Incorrect case-sensitive equality in com.sun.net.httpserver.BasicAuthenticator
...
Reviewed-by: jpai, dfuchs
2024-05-11 04:24:48 +00:00
Maurizio Cimadamore
1c5f1501ac
8331734: Atomic MemorySegment VarHandle operations fails for element layouts
...
Reviewed-by: pminborg, psandoz
2024-05-10 16:22:28 +00:00
Serhiy Sachkov
d11e70ade3
8331646: Add specific regression leap year tests
...
Reviewed-by: naoto
2024-05-10 14:59:26 +00:00
Hamlin Li
f95c937405
8331577: RISC-V: C2 CountLeadingZerosV
...
8331578: RISC-V: C2 CountTrailingZerosV
Reviewed-by: fyang
2024-05-10 13:59:09 +00:00
Hamlin Li
675fbe699e
8331993: Add counting leading/trailing zero tests for Integer
...
Reviewed-by: chagedorn
2024-05-10 13:57:55 +00:00
Tejesh R
1547a69651
8327696: [TESTBUG] "javax/swing/JTable/KeyBoardNavigation/KeyBoardNavigation.java" test instruction needs to be corrected
...
Reviewed-by: abhiscxk, honkar
2024-05-10 11:26:12 +00:00
Chen Liang
784b8fce7a
8331744: java.lang.classfile.TypeKind improvements
...
Reviewed-by: asotona, redestad
2024-05-10 10:50:51 +00:00
SendaoYan
dea8076a58
8332006: Test com/sun/net/httpserver/TcpNoDelayNotRequired.java run timeout with -Xcomp
...
Reviewed-by: jpai, dfuchs
2024-05-10 10:10:53 +00:00
Abhishek Kumar
b9a142a224
8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox.
...
Reviewed-by: tr, honkar, psadhukhan
2024-05-10 04:45:01 +00:00
Mikhailo Seledtsov
0bf728212f
8331231: containers/docker/TestContainerInfo.java fails
...
Reviewed-by: dholmes
2024-05-09 22:53:10 +00:00
Alexey Ivanov
ffbdfffbc7
8331999: BasicDirectoryModel/LoaderThreadCount.java frequently fails on Windows in CI
...
Introduce tolerance factor: count > loaderCount.size() / 2
Fail the test only if the number of snapshots with more than
2 file loader threads is greater than half of the number
of valid snapshots.
Reviewed-by: prr, honkar
2024-05-09 18:01:27 +00:00
Naoto Sato
c7d98df2ac
8329691: Support nonlikelyScript
parent locale inheritance
...
Reviewed-by: joehw
2024-05-09 15:54:25 +00:00
Kevin Walls
aa4cddd4b8
8331950: Remove MemoryPoolMBean/isCollectionUsageThresholdExceeded from ZGC ProblemLists
...
Reviewed-by: sspitsyn
2024-05-09 15:42:41 +00:00
Jan Lahoda
aaa90b3005
8327476: Upgrade JLine to 3.26.1
...
Reviewed-by: ihse, vromero
2024-05-09 13:54:04 +00:00
Scott Gibbons
0a4eeeaa3c
8331033: EA fails with "EA unexpected CallLeaf unsafe_setmemory" after JDK-8329331
...
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: kvn
2024-05-09 11:57:44 +00:00
Ioi Lam
ac86f59e4f
8330532: Improve line-oriented text parsing in HotSpot
...
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: matsaave, jsjolen
2024-05-09 07:43:03 +00:00
Hamlin Li
964d60892e
8322753: RISC-V: C2 ReverseBytesV
...
Reviewed-by: fyang
2024-05-09 07:05:18 +00:00
Thomas Stuefe
ad78b7fa67
8331185: Enable compiler memory limits in debug builds
...
Reviewed-by: asmehra, kvn
2024-05-08 10:38:09 +00:00
Jaikiran Pai
edd47c10eb
8308033: The jcmd thread dump related tests should test virtual threads
...
Reviewed-by: cjplummer, sspitsyn
2024-05-08 10:11:01 +00:00
Hamlin Li
1aebab780c
8320995: RISC-V: C2 PopCountVI
...
8320996: RISC-V: C2 PopCountVL
Reviewed-by: luhenry, fyang
2024-05-08 09:37:42 +00:00
Sean Coffey
0eff492e41
8330278: Have SSLSocketTemplate.doClientSide use loopback address
...
Reviewed-by: ssahoo, rhalade
2024-05-08 09:30:23 +00:00
Albert Mingkun Yang
c6f611cfe0
8331798: Remove unused arg of checkErgonomics() in TestMaxHeapSizeTools.java
...
Reviewed-by: tschatzl
2024-05-08 08:48:11 +00:00
Christian Stein
7b79426a1d
8278353: Provide Duke as default favicon in Simple Web Server
...
Reviewed-by: dfuchs
2024-05-08 05:48:07 +00:00
Jaikiran Pai
8af606fb8c
8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false)
...
Reviewed-by: dfuchs
2024-05-08 01:12:17 +00:00
Weijun Wang
b91083341a
8331864: Update Public Suffix List to 1cbd6e7
...
Reviewed-by: mullan
2024-05-07 23:46:04 +00:00
Viktor Klang
f12ed061ae
8048691: Spliterator.SORTED characteristics gets cleared for BaseStream.spliterator
...
Reviewed-by: psandoz, alanb
2024-05-07 19:06:36 +00:00
robertengels
02c95a6d7e
6968351: httpserver clashes with delayed TCP ACKs for low Content-Length
...
Reviewed-by: dfuchs, djelinski, michaelm, jpai
2024-05-07 13:18:24 +00:00
Emanuel Peter
df1ff056f1
8331085: Crash in MergePrimitiveArrayStores::is_compatible_store()
...
Reviewed-by: thartmann, chagedorn
2024-05-07 07:08:32 +00:00
Fabian Meumertzheim
a8b3f194e8
8330077: Allow max number of events to be buffered to be configurable to avoid OVERFLOW_EVENT
...
Reviewed-by: bpb, alanb
2024-05-06 17:01:11 +00:00
Vladimir Ivanov
fa02667d83
8322726: C2: Unloaded signature class kills argument value
...
Reviewed-by: kvn, dlong, thartmann
2024-05-06 12:21:15 +00:00
Tobias Hartmann
a8e62af733
8331389: runtime/ErrorHandling/TestDwarf.java fails with "Crash JVM should not exit gracefully"
...
Reviewed-by: chagedorn
2024-05-06 11:43:07 +00:00
Erik Gahlin
e8a2d5669c
8331653: JFR: Improve logging for jdk/jfr/api/consumer/recordingstream;TestStop.java
...
Reviewed-by: mgronlun
2024-05-06 11:01:55 +00:00
Jan Lahoda
15862a2f11
8331708: jdk/internal/jline/RedirectedStdOut.java times-out on macosx-aarch64
...
Reviewed-by: asotona
2024-05-06 08:48:46 +00:00
Jan Lahoda
f1509e007d
8330998: System.console() writes to stderr when stdout is redirected
...
Reviewed-by: naoto
2024-05-06 06:01:42 +00:00
Jan Lahoda
f2c4a41304
8328481: Implement JEP 476: Module Import Declarations (Preview)
...
Co-authored-by: Jim Laskey <jlaskey@openjdk.org>
Reviewed-by: mcimadamore, vromero
2024-05-06 05:49:28 +00:00
Cesar Soares Lucas
9347bb7df8
8330247: C2: CTW fail with assert(adr_t->is_known_instance_field()) failed: instance required
...
Reviewed-by: kvn
2024-05-03 23:41:12 +00:00
Doug Simon
b20fa7b48b
8329982: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java failed assert(oopDesc::is_oop_or_null(val)) failed: bad oop found
...
Reviewed-by: never
2024-05-03 19:51:37 +00:00
Adam Sotona
c1a164528a
8331655: ClassFile API ClassCastException with verbose output of certain class files
...
Reviewed-by: psandoz
2024-05-03 19:15:12 +00:00
Justin Lu
b33096f887
8295153: java/util/Base64/TestEncodingDecodingLength.java ran out of memory
...
Reviewed-by: lancea, naoto
2024-05-03 16:58:59 +00:00
Chen Liang
1f6d38f7a6
8294978: Convert 5 test/jdk/jdk/jfr tests from ASM library to Classfile API
...
Reviewed-by: asotona
2024-05-03 11:57:10 +00:00
Chen Liang
c60474b122
8323707: Adjust Classfile API's type arg model to better represent the embodied type
...
Reviewed-by: asotona
2024-05-03 11:08:33 +00:00
Afshin Zafari
f665e07ab2
8331540: [BACKOUT] NMT: add/make a mandatory MEMFLAGS argument to family of os::reserve/commit/uncommit memory API
...
Reviewed-by: jwilhelm
2024-05-03 10:17:11 +00:00
Prasanta Sadhukhan
7c1fad4fb6
8329559: Test javax/swing/JFrame/bug4419914.java failed because The End and Start buttons are not placed correctly and Tab focus does not move as expected
...
Reviewed-by: abhiscxk, honkar, dnguyen
2024-05-03 05:11:52 +00:00
Zhengyu Gu
6bef0474c8
8272364: Parallel GC adaptive size policy may shrink the heap below MinHeapSize
...
Reviewed-by: ayang, rkennke
2024-05-03 00:28:18 +00:00
Alexander Zvegintsev
01125fa21b
8331605: jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java test failure
...
Reviewed-by: prr
2024-05-02 21:29:27 +00:00
Alexander Zvegintsev
f6cdcc6f65
8280988: [XWayland] Click on title to request focus test failures
...
Reviewed-by: honkar, serb
2024-05-02 20:18:25 +00:00
Phil Race
99654ec3fb
8331516: Tests should not use the "Classpath" exception form of the legal header
...
Reviewed-by: iris, serb
2024-05-02 20:18:16 +00:00
Ben Perez
cd3a607576
8328864: NullPointerException in sun.security.jca.ProviderList.getService()
...
Reviewed-by: weijun
2024-05-02 18:50:38 +00:00
Swati Sharma
73cdc9a070
8326421: Add jtreg test for large arrayCopy disjoint case.
...
Co-authored-by: Steve Dohrmann <steve.dohrmann@intel.com>
Reviewed-by: kvn, sviswanathan
2024-05-02 18:28:50 +00:00
Adam Sotona
e2c0cfef14
8331320: ClassFile API OutOfMemoryError with certain class files
...
Reviewed-by: psandoz
2024-05-02 18:07:42 +00:00
Harshitha Onkar
6f98d8f58f
8329692: Add more details to FrameStateTest.java test instructions
...
Reviewed-by: tr, azvegint
2024-05-02 16:10:55 +00:00
Jan Lahoda
8771015d7e
8331027: JDK's ct.sym file packs corrupted module-info classes
...
Reviewed-by: asotona
2024-05-02 14:32:03 +00:00
Thomas Stuefe
389f6fe97c
8331344: No compiler replay file with CompilerCommand MemLimit
...
Reviewed-by: kvn, asmehra
2024-05-02 13:41:29 +00:00
Adam Sotona
257a07d5ca
8331511: Tests should not use the "Classpath" exception form of the legal header
...
Reviewed-by: jpai
2024-05-02 12:20:07 +00:00
Tobias Hartmann
cccc95358d
8329258: TailCall should not use frame pointer register for jump target
...
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: rcastanedalo, aph
2024-05-02 11:38:00 +00:00
Christian Stein
4a78906db1
8331537: Test code should not use the "Classpath" exception clause
...
Reviewed-by: jpai
2024-05-02 11:13:41 +00:00
Jaikiran Pai
2056968777
8331513: Tests should not use the "Classpath" exception form of the legal header
...
Reviewed-by: dfuchs
2024-05-02 10:46:41 +00:00
Jaikiran Pai
c9255f3f5d
8331514: Tests should not use the "Classpath" exception form of the legal header
...
Reviewed-by: dfuchs
2024-05-02 10:46:29 +00:00
Adam Sotona
ae82405ff7
8323058: Revisit j.l.classfile.CodeBuilder API surface
...
Reviewed-by: briangoetz, psandoz
2024-05-02 10:08:29 +00:00
Tobias Hartmann
d3bf52628e
8331518: Tests should not use the "Classpath" exception form of the legal header
...
Reviewed-by: dholmes
2024-05-02 07:49:12 +00:00
Afshin Zafari
4036d7d824
8330076: NMT: add/make a mandatory MEMFLAGS argument to family of os::reserve/commit/uncommit memory API
...
Reviewed-by: stefank, jsjolen, stuefe
2024-05-02 07:19:56 +00:00
Jan Trukenmüller
62d5d1e99c
8319598: SMFParser misinterprets interrupted running status
...
Reviewed-by: prr, serb
2024-05-01 16:45:42 +00:00
Alexey Ivanov
2a95cd473a
8331495: Limit BasicDirectoryModel/LoaderThreadCount.java to Windows only
...
Reviewed-by: prr
2024-05-01 16:38:25 +00:00
Jan Lahoda
44dc85001d
8331212: Error recovery for broken switch expressions could be improved
...
Reviewed-by: asotona
2024-05-01 12:19:11 +00:00
Alexey Ivanov
b2fb5ea13b
8331142: Add test for number of loader threads in BasicDirectoryModel
...
Reviewed-by: serb, tr
2024-05-01 11:53:28 +00:00
Tom Rodriguez
b96b38c2c9
8318682: SA decoding of scalar replaced objects is broken
...
Reviewed-by: cjplummer, cslucas
2024-04-30 17:33:23 +00:00
Emanuel Peter
3d11692bf3
8331252: C2: MergeStores: handle negative shift values
...
Reviewed-by: kvn, shade
2024-04-30 16:15:07 +00:00
Evgeny Nikitin
130f71cadc
8326742: Change compiler tests without additional VM flags from @run driver to @run main
...
Reviewed-by: kvn, thartmann, chagedorn
2024-04-30 15:48:09 +00:00
Tim Prinzing
f4caac8dea
8329138: Convert JFR FileForceEvent to static mirror event
...
Reviewed-by: alanb, egahlin
2024-04-30 15:39:23 +00:00
Patricio Chilano Mateo
22a1c617db
8330817: jdk/internal/vm/Continuation/OSRTest.java times out on libgraal
...
Reviewed-by: dnsimon, dlong
2024-04-30 13:08:35 +00:00
Aleksey Shipilev
cff841f1de
8328934: Assert that ABS input and output are legal
...
Reviewed-by: aph, dlong
2024-04-30 09:13:12 +00:00
David Holmes
b128bd7b5a
8331021: Deprecate and then obsolete the DontYieldALot flag
...
Reviewed-by: coleenp, stuefe, shade
2024-04-30 06:53:16 +00:00
Brian Burkhalter
819f3d6fc7
8330748: ByteArrayOutputStream.writeTo(OutputStream) pins carrier
...
Reviewed-by: alanb
2024-04-29 17:54:13 +00:00
Vladimir Kozlov
bdcc2400db
8331087: Move immutable nmethod data from CodeCache
...
Reviewed-by: thartmann, dlong, dnsimon
2024-04-29 15:58:03 +00:00
Liming Liu
8b8fb6427e
8324776: runtime/os/TestTransparentHugePageUsage.java fails with The usage of THP is not enough
...
Reviewed-by: stuefe
2024-04-29 15:14:37 +00:00
Thomas Stuefe
151ef5d4d2
8330677: Add Per-Compilation memory usage to JFR
...
Reviewed-by: kvn, mbaesken
2024-04-29 10:58:07 +00:00
Albert Mingkun Yang
70d3f22b70
8331175: Parallel: Remove VerifyRememberedSets
...
Reviewed-by: tschatzl, gli
2024-04-29 08:42:09 +00:00
Adam Sotona
fb63cbadb4
8330684: ClassFile API runs into StackOverflowError while parsing certain class' bytes
...
Reviewed-by: psandoz
2024-04-29 07:12:46 +00:00
Christoph Langer
16c7dcdb04
8330523: Reduce runtime and improve efficiency of KeepAliveTest
...
Reviewed-by: djelinski
2024-04-27 13:10:40 +00:00
Claes Redestad
c3372c4555
8331134: Port SimpleStringBuilderStrategy to use ClassFile API
...
Reviewed-by: mchung
2024-04-27 12:13:53 +00:00
Claes Redestad
a078b5e611
8331114: Further improve performance of MethodTypeDesc::descriptorString
...
Reviewed-by: mchung, liach
2024-04-27 12:12:51 +00:00
Hannes Wallnöfer
aee91fbc70
8296175: Output warning if generated docs contain diagnostic markers
...
Reviewed-by: jjg
2024-04-26 19:59:57 +00:00
Jonathan Gibbons
a920af233a
8303689: javac -Xlint could/should report on "dangling" doc comments
...
Reviewed-by: vromero, ihse, prr
2024-04-26 19:47:06 +00:00
Erik Gahlin
f3bb3e2170
8331153: JFR: Improve logging of jdk/jfr/api/consumer/filestream/TestOrdered.java
...
Reviewed-by: mgronlun
2024-04-26 19:20:27 +00:00
Claes Redestad
8bbd7251a5
8331187: Optimize MethodTypeDesc and ClassDesc.ofDescriptor for primitive types
...
Reviewed-by: jvernee, liach
2024-04-26 14:06:53 +00:00
Claes Redestad
5e2ced4b9e
8327247: C2 uses up to 2GB of RAM to compile complex string concat in extreme cases
...
Reviewed-by: mchung, shade
2024-04-26 12:36:55 +00:00
Daniel Jeliński
e4ed7ced75
8331063: Some HttpClient tests don't report leaks
...
Reviewed-by: dfuchs, vtewari, michaelm
2024-04-26 11:01:46 +00:00
Adam Sotona
ffd850f17e
8309881: Qualified name of a type element depends on its origin (source vs class)
...
Reviewed-by: darcy, jlahoda
2024-04-26 08:26:22 +00:00
Jan Lahoda
a407dc9cbb
8327512: JShell does not work correctly when a class named Object or Throwable is defined
...
Reviewed-by: asotona
2024-04-26 07:23:49 +00:00
Naoto Sato
1c238d43e8
8319990: Update CLDR to Version 45.0
...
Reviewed-by: joehw, jlu
2024-04-25 16:19:51 +00:00
Stefan Johansson
8031dabf83
8331094: ZGC: GTest fails due to incompatible Windows version
...
Reviewed-by: aboldtch, tschatzl
2024-04-25 10:43:07 +00:00
Adam Sotona
ef745a6c6e
8331097: Tests build is broken after pr/18914
...
Reviewed-by: alanb
2024-04-25 08:09:52 +00:00
Joshua Cao
d32f109219
8329797: Shenandoah: Default case invoked for: "MaxL" (bad AD file)
...
Reviewed-by: shade, thartmann
2024-04-25 07:11:12 +00:00
Christian Stein
d43654e573
8331030: langtools/tools/javac/tree tests fail with SOE with fastdebug and -Xcomp
...
Reviewed-by: jjg, vromero
2024-04-25 06:49:45 +00:00
Tejesh R
21480a7ae8
8322135: Printing JTable in Windows L&F throws InternalError: HTHEME is null
...
Reviewed-by: abhiscxk, honkar, aivanov
2024-04-25 04:31:55 +00:00
Emanuel Peter
ea3909acd1
8331054: C2 MergeStores: assert failed: unexpected basic type after JDK-8318446 and JDK-8329555
...
Reviewed-by: thartmann, kvn
2024-04-24 19:06:46 +00:00
Roman Kennke
7b2560b490
8330849: Add test to verify memory usage with recursive locking
...
Reviewed-by: lmesnik, shade
2024-04-24 18:56:47 +00:00
Phil Race
25871af36b
8328896: Fontmetrics for large Fonts has zero width
...
Reviewed-by: tr, serb
2024-04-24 17:54:10 +00:00
Joshua Cao
1d06170758
8300148: Consider using a StoreStore barrier instead of Release barrier on ctor exit
...
Reviewed-by: shade, kvn, dlong
2024-04-24 17:06:45 +00:00
Stefan Johansson
e311ba32a5
8330626: ZGC: Windows address space placeholders not managed correctly
...
Reviewed-by: stefank, aboldtch
2024-04-24 12:03:30 +00:00
Per Minborg
e923dfe4c5
8314592: Add shortcut to SymbolLookup::find
...
Reviewed-by: jvernee, prr
2024-04-24 11:56:44 +00:00
Guoxiong Li
2bb5cf5f33
8330155: Serial: Remove TenuredSpace
...
Reviewed-by: ayang, cjplummer, tschatzl
2024-04-24 11:41:21 +00:00
Albert Mingkun Yang
7bb59dc8da
8330670: Obsolete ScavengeBeforeFullGC
...
Reviewed-by: stefank, tschatzl
2024-04-24 09:44:26 +00:00
Serguei Spitsyn
174d62652c
8328741: serviceability/jvmti/ObjectMonitorUsage/ObjectMonitorUsage.java failed with unexpected owner
...
Reviewed-by: lmesnik, cjplummer
2024-04-24 09:02:02 +00:00
Emanuel Peter
e681e9b4d7
8330819: C2 SuperWord: bad dominance after pre-loop limit adjustment with base that has CastLL after pre-loop
...
Reviewed-by: chagedorn, kvn
2024-04-24 08:45:32 +00:00
Galder Zamarreño
c439c8c73c
8323429: Missing C2 optimization for FP min/max when both inputs are same
...
Reviewed-by: roland, chagedorn
2024-04-24 08:20:49 +00:00
Emanuel Peter
3ccb64c021
8318446: C2: optimize stores into primitive arrays by combining values into larger store
...
Reviewed-by: kvn, thartmann
2024-04-24 06:44:14 +00:00
Joshua Zhu
5c3838605d
8326541: [AArch64] ZGC C2 load barrier stub should consider the length of live registers when spilling registers
...
Reviewed-by: eosterlund, rcastanedalo
2024-04-24 05:44:39 +00:00
Jasmine Karthikeyan
438e64310d
8329531: compiler/c2/irTests/TestIfMinMax.java fails with IRViolationException: There were one or multiple IR rule failures.
...
Reviewed-by: epeter, dfenacci
2024-04-24 05:22:51 +00:00
Jatin Bhateja
80b381e91b
8329555: Crash in intrinsifying heap-based MemorySegment Vector store/loads
...
Reviewed-by: sviswanathan, kvn
2024-04-24 02:19:03 +00:00
Alex Menkov
2555166247
8329113: Deprecate -XX:+UseNotificationThread
...
Reviewed-by: dcubed, dholmes, coleenp
2024-04-23 20:37:25 +00:00
Alan Bateman
412e306d81
8329593: Drop adjustments to target parallelism when virtual threads do I/O on files opened for buffered I/O
...
Reviewed-by: bpb, jpai
2024-04-23 16:10:13 +00:00
Matias Saavedra Silva
383fe6eaab
8330388: Remove invokedynamic cache index encoding
...
Reviewed-by: cjplummer, dlong, coleenp
2024-04-23 15:02:27 +00:00
Roberto Castañeda Lozano
574ba1400e
8330862: GCBarrierIRExample fails when a different GC is selected via the command line
...
Reviewed-by: thartmann, dholmes, stefank
2024-04-23 06:52:58 +00:00
Roberto Castañeda Lozano
57ebd045ea
8330153: C2: dump barrier information for all Mach nodes
...
Reviewed-by: kvn, thartmann
2024-04-23 04:18:23 +00:00
Jonathan Gibbons
1d52234e19
8330704: Clean up non-standard use of /** comments in some langtools tests
...
Reviewed-by: iris
2024-04-22 21:52:22 +00:00
Vicente Romero
0b9350e8b6
8322992: Javac fails with StackOverflowError when compiling deeply nested synchronized blocks
...
Reviewed-by: jlahoda
2024-04-22 16:31:32 +00:00
Coleen Phillimore
936a47d7d6
8330607: Deprecate -XX:+UseEmptySlotsInSupers
...
Reviewed-by: shade, dcubed
2024-04-22 11:40:22 +00:00
Evgeny Nikitin
5394f57f00
8330621: Make 5 compiler tests use ProcessTools.executeProcess
...
Reviewed-by: chagedorn, stefank, thartmann
2024-04-22 07:41:06 +00:00
Christian Hagedorn
20546c1ea0
8330004: Refactor cloning down code in Split If for Template Assertion Predicates
...
Reviewed-by: epeter, kvn
2024-04-22 06:07:07 +00:00
Scott Gibbons
bd67ac69a2
8329331: Intrinsify Unsafe::setMemory
...
Reviewed-by: sviswanathan, jbhateja, kvn
2024-04-21 23:24:46 +00:00
Jatin Bhateja
185e711bfe
8318650: Optimized subword gather for x86 targets.
...
Reviewed-by: sviswanathan, epeter, psandoz
2024-04-21 23:21:17 +00:00
Abhishek Kumar
eb60822a45
8310072: JComboBox/DisabledComboBoxFontTestAuto: Enabled and disabled ComboBox does not match in these LAFs: GTK+
...
Reviewed-by: dnguyen, jdv, tr, serb
2024-04-19 10:10:00 +00:00
Hannes Wallnöfer
46a2ce4eb4
8330063: Upgrade jQuery to 3.7.1
...
Reviewed-by: prappo
2024-04-19 10:03:59 +00:00
Jonathan Gibbons
6ee8407758
8324342: Doclet should default @since for a nested class to that of its enclosing class
...
Reviewed-by: prappo, hannesw
2024-04-18 18:49:08 +00:00
Renjith Kannath Pariyangad
f713766cab
8329322: Convert PageFormat/Orient.java to use PassFailJFrame
...
Reviewed-by: abhiscxk, aivanov
2024-04-18 13:32:35 +00:00
Per Minborg
b648ed0a08
8329997: Add provisions for checking memory segment alignment constraints
...
Reviewed-by: jvernee, mcimadamore
2024-04-18 11:22:47 +00:00
Soumadipta Roy
003e86fe38
8324755: Enable parallelism in vmTestbase/gc/gctests/LargeObjects tests
...
Reviewed-by: shade, lmesnik
2024-04-18 07:57:11 +00:00
Adam Sotona
706b421cca
8330467: NoClassDefFoundError when lambda is in a hidden class
...
Reviewed-by: psandoz, mchung
2024-04-18 05:50:24 +00:00
Archie Cobbs
064628471b
8317376: Minor improvements to the 'this' escape analyzer
...
Reviewed-by: vromero
2024-04-17 17:35:17 +00:00
Suchismith Roy
4895a15a77
8319516: AIX System::loadLibrary needs support to load a shared library from an archive object
...
Reviewed-by: mdoerr, mchung
2024-04-17 17:03:40 +00:00
Patricio Chilano Mateo
fd331ff173
8325469: Freeze/Thaw code can crash in the presence of OSR frames
...
Reviewed-by: rpressler, dlong
2024-04-17 16:18:55 +00:00
Roland Westrelin
9fd78022b1
8325494: C2: Broken graph after not skipping CastII node anymore for Assertion Predicates after JDK-8309902
...
Reviewed-by: chagedorn, epeter
2024-04-17 15:25:41 +00:00
Archie Cobbs
192ec387bc
8329595: spurious variable "might not have been initialized" on static final field
...
Reviewed-by: vromero
2024-04-17 14:31:40 +00:00
Maurizio Cimadamore
03e84178eb
8329948: Remove string template feature
...
Reviewed-by: jlahoda
2024-04-17 14:10:28 +00:00
Jaikiran Pai
89129e3f67
8212895: ChronoField.INSTANT_SECONDS's range doesn't match the range of Instant
...
Reviewed-by: rriggs, naoto
2024-04-17 10:59:12 +00:00
Roland Westrelin
9445047d05
8330163: C2: improve CMoveNode::Value() when condition is always true or false
...
Reviewed-by: chagedorn, kvn
2024-04-17 10:48:35 +00:00
Jaikiran Pai
d2f9a1eb97
Merge
...
Reviewed-by: dfuchs
2024-04-17 10:42:00 +00:00
SendaoYan
7744b0046a
8327946: containers/docker/TestJFREvents.java fails when host kernel config vm.swappiness=0 after JDK-8325139
...
Reviewed-by: sgehwolf
2024-04-17 08:39:12 +00:00
Alex Menkov
fb4cf1cc3c
8329636: Deprecate -XX:+PreserveAllAnnotations
...
Reviewed-by: coleenp, dholmes
2024-04-16 22:53:54 +00:00
Erik Gahlin
f7c84137b5
8326116: JFR: Add help option to -XX:StartFlightRecording
...
Reviewed-by: mgronlun
2024-04-16 17:21:47 +00:00
Justin Lu
941bee197f
8327640: Allow NumberFormat strict parsing
...
Reviewed-by: naoto
2024-04-16 16:18:09 +00:00
Mark Sheppard
90df3b7fbb
8329190: (ch) DatagramChannel.receive should throw ClosedChannelException when called on closed channel
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: jpai, michaelm
2024-04-16 15:44:15 +00:00
Andrew Haley
f11a496de6
8180450: secondary_super_cache does not scale well
...
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Reviewed-by: kvn, vlivanov, dlong
2024-04-16 14:21:48 +00:00
Viktor Klang
8a5b86c529
8196106: Support nested infinite or recursive flat mapped streams
...
Reviewed-by: psandoz
2024-04-16 11:09:59 +00:00
Kevin Walls
58911ccc2c
8188784: javax/management/notification/BroadcasterSupportDeadlockTest.java - TEST FAILED: deadlock
...
Reviewed-by: cjplummer, lmesnik
2024-04-16 10:20:50 +00:00
Weijun Wang
0203c7e612
8318340: Improve RSA key implementations
...
Reviewed-by: rhalade, mschoene, valeriep, mullan
2024-04-16 11:17:05 +05:30
Weijun Wang
31a1f9c493
8307143: CredentialsCache.cacheName should not be static
...
Reviewed-by: valeriep
2024-04-16 01:03:14 +00:00
David Holmes
274c805c51
8327743: JVM crash in hotspot/share/runtime/javaThread.cpp - failed: held monitor count should be equal to jni: 0 != 1
...
Co-authored-by: Fredrik Bredberg <fbredberg@openjdk.org>
Reviewed-by: rehn, fbredberg, pchilanomate, rrich
2024-04-16 00:48:15 +00:00
Joshua Cao
140f56718b
8323220: Reassociate loop invariants involved in Cmps and Add/Subs
...
Reviewed-by: epeter, xliu, chagedorn
2024-04-15 15:54:34 +00:00
Joe Darcy
a293bdff91
8330197: Make javac/diags/example release agnostic
...
Reviewed-by: jlahoda
2024-04-15 15:11:53 +00:00
Joe Darcy
da75e015b5
8330196: Make java/lang/invoke/defineHiddenClass/BasicTest release agnostic
...
Reviewed-by: liach, mchung, jkuhn
2024-04-15 15:11:40 +00:00
Christian Hagedorn
b486709b06
8328480: C2: SubTypeCheckNode in checkcast should use the klass constant of a unique concrete sub class
...
Reviewed-by: roland, kvn
2024-04-15 06:25:24 +00:00
Leonid Mesnik
1abb826210
8330131: Problemlist serviceability/jvmti/vthread/GetThreadStateMountedTest/GetThreadStateMountedTest.java
...
Reviewed-by: dcubed
2024-04-14 16:02:07 +00:00
Alex Menkov
28b2019559
8240343: JDI stopListening/stoplis001 "FAILED: listening is successfully stopped without starting listening"
...
Reviewed-by: cjplummer, sspitsyn
2024-04-12 22:29:34 +00:00
Coleen Phillimore
3e9c381166
8329488: Move OopStorage code from safepoint cleanup and remove safepoint cleanup code
...
Reviewed-by: kbarrett, eosterlund
2024-04-12 12:16:49 +00:00
Tejesh R
717a07b932
8322140: javax/swing/JTable/JTableScrollPrintTest.java does not print the rows and columns of the table in Nimbus and Aqua LookAndFeel
...
Reviewed-by: psadhukhan, abhiscxk
2024-04-12 10:21:31 +00:00
Ivan Walulya
aebfd53e9d
8329660: G1: Improve TestGCLogMessages to be more precise
...
Reviewed-by: tschatzl, ayang
2024-04-12 07:46:43 +00:00
Thomas Schatzl
2c45eca159
8328879: G1: Some gtests modify global state crashing the JVM during GC after JDK-8289822
...
Reviewed-by: iwalulya, kbarrett
2024-04-12 07:22:06 +00:00
Axel Boldt-Christmas
e45fea5a80
8329757: Crash with fatal error: DEBUG MESSAGE: Fast Unlock lock on stack
...
Reviewed-by: pchilanomate, kvn
2024-04-12 06:04:20 +00:00
Magnus Ihse Bursie
16061874ff
8326947: Minimize MakeBase.gmk
...
Reviewed-by: erikj
2024-04-11 14:15:34 +00:00
Mahendra Chhipa
2e3682a7f2
8319678: Several tests from corelibs areas ignore VM flags
...
Reviewed-by: naoto, jpai
2024-04-11 13:51:07 +00:00
Thomas Schatzl
ff5c9a4dde
8329528: G1 does not update TAMS correctly when dropping retained regions during Concurrent Start pause
...
Reviewed-by: ayang, iwalulya
2024-04-11 11:35:07 +00:00
Roland Westrelin
7df492627b
8327741: JVM crash in hotspot/share/opto/compile.cpp - failed: missing inlining msg
...
Reviewed-by: vlivanov, chagedorn
2024-04-11 07:27:44 +00:00
Roland Westrelin
2ceeb6c001
8328822: C2: "negative trip count?" assert failure in profile predicate code
...
Reviewed-by: shade, chagedorn
2024-04-11 07:27:33 +00:00
Darragh Clarke
70944ca54a
8330033: com/sun/net/httpserver/bugs/B6431193.java fails in AssertionError after JDK-8326568
...
Reviewed-by: jpai, dfuchs
2024-04-10 16:11:06 +00:00
Alexey Ivanov
9731b1c8b0
8327137: Add test for ConcurrentModificationException in BasicDirectoryModel
...
Reviewed-by: serb, tr
2024-04-10 14:21:37 +00:00
Darragh Clarke
86cb76728d
8326568: jdk/test/com/sun/net/httpserver/bugs/B6431193.java should use try-with-resource and try-finally
...
Reviewed-by: dfuchs, jpai
2024-04-10 11:12:40 +00:00
Tejesh R
bea9acc55a
8328482: Convert and Open source few manual applet test to main based
...
Reviewed-by: abhiscxk, honkar, prr
2024-04-10 07:11:02 +00:00
Boris Ulasevich
d037a597a9
8311248: Refactor CodeCache::initialize_heaps to simplify adding new CodeCache segments
...
Reviewed-by: thartmann
2024-04-10 06:29:44 +00:00
Ioi Lam
bab70193dd
8329431: Improve speed of writing CDS heap objects
...
Reviewed-by: ccheung, matsaave
2024-04-10 04:14:10 +00:00
Jaikiran Pai
b81b86da98
8329729: java/util/Properties/StoreReproducibilityTest.java times out
...
Reviewed-by: alanb
2024-04-10 01:33:13 +00:00
Evgeny Nikitin
4bba445d83
8325659: Normalize Random usage by incubator vector tests
...
Reviewed-by: psandoz
2024-04-09 15:39:51 +00:00
Roman Kennke
2e925f263d
8329726: Use non-short forward jumps in lightweight locking
...
Reviewed-by: shade, kvn, aboldtch
2024-04-09 14:50:41 +00:00
Adam Sotona
e75e1cb02c
8329955: Class-File API ClassPrinter does not print bootstrap methods arguments
...
Reviewed-by: briangoetz
2024-04-09 14:44:00 +00:00
Alexey Ivanov
2fcb816858
8305072: Win32ShellFolder2.compareTo is inconsistent
...
Reviewed-by: prr, serb
2024-04-09 13:19:41 +00:00
Adam Sotona
8907eda779
8325485: IncrementInstructions.of(int, int) is not storing the args
...
Reviewed-by: liach, jlahoda
2024-04-09 11:08:10 +00:00
Axel Boldt-Christmas
b4ddddeff1
8329840: Fix ZPhysicalMemorySegment::_end type
...
Reviewed-by: stefank, eosterlund
2024-04-09 08:11:04 +00:00
Jatin Bhateja
fbc1e6661e
8328181: C2: assert(MaxVectorSize >= 32) failed: vector length should be >= 32
...
Reviewed-by: kvn, vlivanov
2024-04-09 01:37:38 +00:00
Cesar Soares Lucas
a887fd2144
8316991: Reduce nullable allocation merges
...
Reviewed-by: kvn, vlivanov
2024-04-08 23:13:38 +00:00
Sean Mullan
e702646545
8200566: DistributionPointFetcher fails to fetch CRLs if the DistributionPoints field contains more than one DistributionPoint and the first one fails
...
Reviewed-by: weijun
2024-04-08 20:08:56 +00:00
vamsi-parasa
7e5ef79f95
8323116: [REDO] Computational test more than 2x slower when AVX instructions are used
...
Reviewed-by: sviswanathan, kvn
2024-04-08 18:41:32 +00:00
Roger Riggs
212a253697
8329623: NegativeArraySizeException encoding large String to UTF-8
...
Reviewed-by: naoto, rgiulietti
2024-04-08 17:58:21 +00:00
Alexey Ivanov
747582484c
8329510: Update ProblemList for JFileChooser/8194044/FileSystemRootTest.java
...
Reviewed-by: abhiscxk, dmarkov
2024-04-08 15:27:58 +00:00
Matias Saavedra Silva
6439375bb9
8329533: TestCDSVMCrash fails on libgraal
...
Reviewed-by: iklam, ccheung
2024-04-08 14:06:43 +00:00
Christian Hagedorn
fc18201bbd
8327111: Replace remaining usage of create_bool_from_template_assertion_predicate() which requires additional OpaqueLoop*Nodes transformation strategies
...
Reviewed-by: epeter, kvn
2024-04-08 10:52:30 +00:00
Pavel Rappo
7c66465763
8325088: Overloads that differ in type parameters may be lost
...
Reviewed-by: jjg
2024-04-08 09:50:35 +00:00
Gui Cao
3a3b77dd4f
8329641: RISC-V: Enable some tests related to SHA-2 instrinsic
...
Reviewed-by: fyang, rehn
2024-04-08 01:33:49 +00:00
Ioi Lam
3d50eaa6ed
8329784: Run MaxMetaspaceSizeTest.java with -Xshare:off
...
Reviewed-by: ccheung, matsaave
2024-04-06 02:25:04 +00:00
Alisen Chung
862e615696
8198237: [macos] Test java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java fails
...
Reviewed-by: gli, aivanov
2024-04-05 20:20:28 +00:00
Jaikiran Pai
4a11db8b60
8329662: Add a test to verify the behaviour of the default HEAD() method on HttpRequest.Builder
...
Reviewed-by: dfuchs
2024-04-05 13:30:22 +00:00
Aggelos Biboudis
8efe569b8d
8328747: WrongMethodTypeException with pattern matching on switch on sealed classes
...
Reviewed-by: cushon, vromero
2024-04-05 08:05:53 +00:00
Stefan Karlsson
71d48bcc3d
8329655: Cleanup KlassObj and klassOop names after the PermGen removal
...
Reviewed-by: rkennke, coleenp
2024-04-05 07:39:48 +00:00
Per Minborg
b71acc704a
8329089: Empty immutable list throws the wrong exception type for remove(first | last) operations
...
Reviewed-by: rriggs
2024-04-05 07:38:43 +00:00
Emanuel Peter
9da5170a0e
8327978: C2 SuperWord: Fix compilation time regression in dependency graph traversal after JDK-8325651
...
Reviewed-by: chagedorn, kvn
2024-04-05 06:48:02 +00:00
Joe Darcy
5860a48c71
8329624: Add visitors for preview language features
...
Reviewed-by: vromero, jlahoda
2024-04-05 05:04:48 +00:00
David Holmes
0b01144ece
8329720: Gtest failure printing markword after JDK-8325303
...
Reviewed-by: mikael
2024-04-05 02:15:48 +00:00
Archie Cobbs
d80d478182
8328649: Disallow enclosing instances for local classes in constructor prologues
...
Reviewed-by: vromero
2024-04-04 21:13:49 +00:00
Vladimir Kozlov
83eba863fe
8329332: Remove CompiledMethod and CodeBlobLayout classes
...
Reviewed-by: vlivanov, stefank
2024-04-04 19:48:48 +00:00
Viktor Klang
28216aa971
8328366: Thread.setContextClassloader from thread in FJP commonPool task no longer works after JDK-8327501
...
Reviewed-by: mchung, alanb
2024-04-04 18:32:59 +00:00
Kevin Walls
6382a1290f
8326666: Remove the Java Management Extension (JMX) Subject Delegation feature
...
Reviewed-by: mchung, dfuchs
2024-04-04 16:54:11 +00:00
Albert Mingkun Yang
a169c06361
8329580: Parallel: Remove VerifyObjectStartArray
...
Reviewed-by: tschatzl, gli
2024-04-04 08:03:52 +00:00
Christian Hagedorn
f26e430899
8327110: Refactor create_bool_from_template_assertion_predicate() to separate class and fix identical cloning cases used for Loop Unswitching and Split If
...
Reviewed-by: epeter, kvn
2024-04-04 06:04:49 +00:00
Christian Hagedorn
e5e21a8a6e
8328702: C2: Crash during parsing because sub type check is not folded
...
Reviewed-by: roland, kvn
2024-04-04 06:02:35 +00:00
Emanuel Peter
2931458711
8328938: C2 SuperWord: disable vectorization for large stride and scale
...
Reviewed-by: chagedorn, kvn
2024-04-04 05:01:30 +00:00
Ioi Lam
802018306f
8329470: Remove obsolete CDS SharedStrings tests
...
Reviewed-by: ccheung
2024-04-03 21:45:55 +00:00
Tomas Zezula
8267d6565d
8329564: [JVMCI] TranslatedException::debugPrintStackTrace does not work in the libjvmci compiler.
...
Reviewed-by: dnsimon
2024-04-03 20:10:50 +00:00
Matthew Donovan
16576b87b7
8328957: Update PKCS11Test.java to not use hardcoded path
...
Reviewed-by: mbalao, rhalade
2024-04-03 17:17:12 +00:00
Bill Huang
375bfac8e7
8327474: Review use of java.io.tmpdir in jdk tests
...
Reviewed-by: michaelm, jpai
2024-04-03 17:04:09 +00:00
Vicente Romero
8dc43aa0fe
8325217: MethodSymbol.getModifiers() returns SEALED for restricted methods
...
Reviewed-by: jlahoda
2024-04-03 15:56:44 +00:00
Coleen Phillimore
bea493bcb8
8236736: Change notproduct JVM flags to develop flags
...
Reviewed-by: iklam, kvn, kbarrett
2024-04-03 12:21:11 +00:00
Stefan Karlsson
bdd9438b45
8328647: TestGarbageCollectorMXBean.java fails with C1-only and -Xcomp
...
Reviewed-by: jiefu, tschatzl, lmesnik
2024-04-03 08:58:41 +00:00
Guoxiong Li
e3e6c2a899
8328278: Do not print the tenuring threshold in AgeTable::print_on
...
Reviewed-by: ayang, ysr
2024-04-03 07:49:56 +00:00
Fei Yang
16b842af8e
8329355: Test compiler/c2/irTests/TestIfMinMax.java fails on RISC-V
...
Reviewed-by: jkarthikeyan, thartmann, chagedorn
2024-04-03 07:39:24 +00:00
Daniel Lundén
92f5c0be8e
8323682: C2: guard check is not generated in Arrays.copyOfRange intrinsic when allocation is eliminated by EA
...
Reviewed-by: thartmann, kvn
2024-04-03 05:50:41 +00:00
Alex Menkov
f88f31dcbf
8328137: PreserveAllAnnotations can cause failure of class retransformation
...
Reviewed-by: coleenp, sspitsyn
2024-04-03 00:23:36 +00:00
Alisen Chung
021ed6aea9
8328648: Remove applet usage from JFileChooser tests bug4150029
...
Reviewed-by: dnguyen, abhiscxk, honkar
2024-04-02 23:36:05 +00:00
Volker Simonis
3057dded48
8329421: Native methods can not be selectively printed
...
Reviewed-by: kvn
2024-04-02 19:52:01 +00:00
Harshitha Onkar
db159149c1
8328753: Open source few Undecorated Frame tests
...
Reviewed-by: abhiscxk, dnguyen, prr, aivanov
2024-04-02 18:13:33 +00:00
Sean Coffey
925d82931c
8329013: StackOverflowError when starting Apache Tomcat with signed jar
...
Reviewed-by: dfuchs, jpai
2024-04-02 17:32:31 +00:00
Brian Burkhalter
dd5d7d0770
8327002: (fs) java/nio/file/Files/CopyMoveVariations.java should be able to test across file systems
...
Reviewed-by: alanb
2024-04-02 17:13:04 +00:00
Renjith Kannath Pariyangad
7eb78e3320
8320676: Manual printer tests have no Pass/Fail buttons, instructions close set 1
...
Reviewed-by: honkar, achung, aivanov
2024-04-02 13:22:17 +00:00
Renjith Kannath Pariyangad
ed821cbe85
8324807: Manual printer tests have no Pass/Fail buttons, instructions close set 2
...
Reviewed-by: tr, achung, aivanov
2024-04-02 11:26:04 +00:00
Alexey Ivanov
5cf457b743
8329320: Simplify awt/print/PageFormat/NullPaper.java test
...
Reviewed-by: honkar, prr
2024-04-02 10:31:38 +00:00
Sean Coffey
3b582dff84
8051959: Add thread and timestamp options to java.security.debug system property
...
Reviewed-by: mullan, weijun
2024-04-02 08:51:13 +00:00
Emanuel Peter
5cddc2de49
8325252: C2 SuperWord: refactor the packset
...
Reviewed-by: chagedorn, kvn
2024-04-02 06:10:08 +00:00
Phil Race
bc546c21a5
8328561: test java/awt/Robot/ManualInstructions/ManualInstructions.java isn't used
...
Reviewed-by: dnguyen, psadhukhan
2024-04-02 04:29:02 +00:00
Renjith Kannath Pariyangad
af7c6af0cc
8324808: Manual printer tests have no Pass/Fail buttons, instructions close set 3
...
Reviewed-by: tr, achung, aivanov
2024-04-02 04:28:50 +00:00
Jaikiran Pai
a85c8493ae
8328273: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java failed with java.rmi.server.ExportException: Port already in use
...
Reviewed-by: dcubed
2024-04-02 01:14:35 +00:00
Serguei Spitsyn
70c8ff1c9a
8328665: serviceability/jvmti/vthread/PopFrameTest failed with a timeout
...
Reviewed-by: lmesnik, cjplummer
2024-04-01 23:37:07 +00:00
Jie Fu
ecd2b7112a
8329354: java/text/Format/MessageFormat/CompactSubFormats.java fails
...
Reviewed-by: jlu, naoto
2024-04-01 23:02:48 +00:00
Daniel D. Daugherty
c2979c150b
8329425: ProblemList containers/docker/TestJFREvents.java on linux-x64
...
8329426: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java with Xcomp on windows-x64
8329427: ProblemList javax/sound/sampled/Clip/ClipFlushCrash.java on linux-x64
8329428: ProblemList vmTestbase/nsk/stress/thread/thread006.java on linux-all in Xcomp
Reviewed-by: dholmes
2024-04-01 22:20:47 +00:00
Aleksey Shipilev
4a14cba2f1
8329213: Better validation for com.sun.security.ocsp.useget option
...
Reviewed-by: mullan
2024-04-01 17:27:00 +00:00
Calvin Cheung
9f5464ee95
8329353: ResolvedReferencesNotNullTest.java failed with Incorrect resolved references array, quxString should not be archived
...
Reviewed-by: iklam
2024-04-01 17:03:48 +00:00
Alisen Chung
1e76e1fdfa
8328403: Remove applet usage from JColorChooser tests Test6977726
...
Reviewed-by: tr, honkar
2024-04-01 06:22:11 +00:00
Volker Simonis
f2e5808b46
8329126: No native wrappers generated anymore with -XX:-TieredCompilation after JDK-8251462
...
Reviewed-by: kvn, iveresov, vlivanov
2024-03-30 12:47:51 +00:00
Phil Race
20cb6e786f
8329337: Problem list BufferStrategyExceptionTest.java on Windows
...
Reviewed-by: dcubed, aivanov
2024-03-29 18:08:11 +00:00
Calvin Cheung
d1b51e39c9
8321550: Update several runtime/cds tests to use vm flags or mark as flagless
...
Reviewed-by: matsaave, iklam
2024-03-29 18:05:21 +00:00
Naoto Sato
8a0ef811ed
8326627: Document Double/Float.valueOf(String) behavior for numeric strings with non-ASCII digits
...
Reviewed-by: iris, jlu
2024-03-29 17:55:57 +00:00
Raphael Jolly
245514da51
8328953: JEditorPane.read throws ChangedCharSetException
...
Reviewed-by: tr, aivanov
2024-03-29 10:07:14 +00:00
Justin Lu
bf93e77e72
8329118: Run MessageFormat additional subformat pattern tests under en_US locale
...
Reviewed-by: naoto
2024-03-28 22:44:49 +00:00
Coleen Phillimore
341dd57fa1
8325883: Move Monitor Deflation reporting out of safepoint cleanup
...
Reviewed-by: eosterlund, dcubed
2024-03-28 19:30:55 +00:00
Damon Nguyen
7ac2f914aa
8329210: Delete Redundant Printer Dialog Modality Test
...
Reviewed-by: honkar, prr
2024-03-28 16:13:40 +00:00
Kevin Walls
2af0312c95
8328619: sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java failed with BindException: Address already in use
...
Reviewed-by: lmesnik, dfuchs
2024-03-28 11:34:44 +00:00
Kevin Walls
2b79c22c43
8327505: Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails
...
Reviewed-by: lmesnik, stuefe
2024-03-28 09:06:41 +00:00
Thomas Stuefe
47f33a59ea
8327986: ASAN reports use-after-free in DirectivesParserTest.empty_object_vm
...
Reviewed-by: kvn, djelinski
2024-03-28 07:09:43 +00:00
Vladimir Kozlov
3eb1d05d85
8328986: Deprecate UseRTM* flags for removal
...
Co-authored-by: Roman Kennke <rkennke@openjdk.org>
Reviewed-by: vlivanov, sviswanathan, dholmes
2024-03-27 21:56:53 +00:00
Alisen Chung
e3588bba04
8328819: Remove applet usage from JFileChooser tests bug6698013
...
Reviewed-by: honkar, tr, dnguyen
2024-03-27 19:19:51 +00:00
Alisen Chung
cc5b9c63cb
8328227: Remove applet usage from JColorChooser tests Test4887836
...
Reviewed-by: honkar, prr
2024-03-27 19:18:52 +00:00
Doug Simon
892b8bb6d1
8329189: runtime/stack/Stack016.java fails on libgraal
...
Reviewed-by: never
2024-03-27 17:47:38 +00:00
Aleksey Shipilev
614db2ea9e
8328638: Fallback option for POST-only OCSP requests
...
Reviewed-by: mullan, rhalade
2024-03-27 14:44:50 +00:00
Hannes Wallnöfer
d0a265039a
8324774: Add DejaVu web fonts
...
8327385: Add JavaDoc option to exclude web fonts from generated documentation
Reviewed-by: ihse, jjg
2024-03-27 12:20:55 +00:00
Aggelos Biboudis
4dfcc6df17
8329115: Crash involving return from inner switch
...
Reviewed-by: jlahoda
2024-03-27 09:38:25 +00:00
Thomas Stuefe
9e566d76d1
8327971: Multiple ASAN errors reported for metaspace
...
8327988: When running ASAN, disable dangerous NMT test
Reviewed-by: jsjolen, rkennke
2024-03-27 08:36:40 +00:00
Alex Menkov
8fc9097b37
8315575: Retransform of record class with record component annotation fails with CFE
...
Reviewed-by: sspitsyn, coleenp
2024-03-26 23:54:28 +00:00
Damon Nguyen
db01fcd6d8
8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main
...
Reviewed-by: prr, tr
2024-03-26 19:00:44 +00:00
Doug Simon
89e0889ab3
8328858: More runtime/stack tests fail intermittently on libgraal
...
Reviewed-by: dholmes, never
2024-03-26 17:36:18 +00:00
Elif Aslan
cc1800fa4d
8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac
...
Reviewed-by: gli, shade, rriggs
2024-03-26 11:47:53 +00:00
Leo Korinth
9d441e3e56
8283223: gc/stringdedup/TestStringDeduplicationFullGC.java#Parallel failed with "RuntimeException: String verification failed"
...
Reviewed-by: tschatzl, kbarrett
2024-03-26 09:06:39 +00:00
Alexander Zuev
7560dbb925
8316324: Opensource five miscellaneous Swing tests
...
Reviewed-by: prr
2024-03-26 01:02:20 +00:00
Damon Nguyen
4047a3623a
8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main
...
Reviewed-by: prr, honkar
2024-03-25 23:51:31 +00:00
Damon Nguyen
27ac39a2bc
8328719: Convert java/awt/print/PageFormat/SetOrient.html applet test to main
...
Reviewed-by: psadhukhan, prr
2024-03-25 21:24:44 +00:00
Alexander Zvegintsev
fb8f2a0a92
8328562: Convert java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java applet test to main
...
Reviewed-by: tr, prr
2024-03-25 18:59:28 +00:00
Alexander Zuev
c7cf602078
8328385: Convert java/awt/FileDialog/FileDialogReturnTest test to main
...
Reviewed-by: achung, prr
2024-03-25 17:17:33 +00:00
Alisen Chung
78d1b90468
8328380: Remove applet usage from JColorChooser tests Test6348456
...
Reviewed-by: honkar
2024-03-25 17:02:48 +00:00
Christoph Langer
907e30ff00
8325579: Inconsistent behavior in com.sun.jndi.ldap.Connection::createSocket
...
Reviewed-by: dfuchs, aefimov
2024-03-25 16:31:52 +00:00
Rajan Halade
70a15c7363
8328825: Google CAInterop test failures
...
Reviewed-by: shade
2024-03-25 16:31:42 +00:00
Damon Nguyen
a1fbbffb5e
8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main
...
Reviewed-by: honkar, tr
2024-03-25 16:00:14 +00:00
Roland Westrelin
af15c68f3c
8321278: C2: Partial peeling fails with assert "last_peel <- first_not_peeled"
...
Reviewed-by: chagedorn, thartmann
2024-03-25 13:45:16 +00:00
Roland Westrelin
cb2a671359
8324121: SIGFPE in PhaseIdealLoop::extract_long_range_checks
...
Reviewed-by: kvn, chagedorn
2024-03-25 12:55:08 +00:00
Prasanta Sadhukhan
f67ec19e23
8079786: [macosx] Test java/awt/Frame/DisposeParentGC/DisposeParentGC.java fails for Mac only
...
Reviewed-by: prr
2024-03-25 10:11:43 +00:00
Per Minborg
93579c29e3
8323552: AbstractMemorySegmentImpl#mismatch returns -1 when comparing distinct areas of the same instance of MemorySegment
...
Reviewed-by: mcimadamore
2024-03-25 09:37:24 +00:00
Jasmine Karthikeyan
9f920b9bbf
8324655: Identify integer minimum and maximum patterns created with if statements
...
Reviewed-by: epeter, qamai
2024-03-25 06:23:11 +00:00
Alex Menkov
bc73963974
8328303: 3 JDI tests timed out with UT enabled
...
Reviewed-by: cjplummer, sspitsyn, dcubed
2024-03-22 23:30:54 +00:00
Damon Nguyen
476421efe5
8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main
...
Reviewed-by: honkar, psadhukhan
2024-03-22 23:09:12 +00:00
Sergey Bylokhov
c013fa1811
8328194: Add a test to check default rendering engine
...
Reviewed-by: prr, tr
2024-03-22 21:03:57 +00:00
Calvin Cheung
f33a8445eb
8325536: JVM crash during CDS archive creation with -XX:+AllowArchivingWithJavaAgent
...
Reviewed-by: iklam, matsaave
2024-03-22 20:15:13 +00:00
Harshitha Onkar
c7bbf84929
8328190: Convert AWTPanelSmoothWheel.html applet test to main
...
Reviewed-by: azvegint, abhiscxk, aivanov
2024-03-22 17:31:10 +00:00
Phil Race
23ebd9c3c6
8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java
...
Reviewed-by: aivanov
2024-03-22 17:17:06 +00:00
Alexander Zuev
b7a51dd0e8
8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main
...
Reviewed-by: psadhukhan, azvegint
2024-03-22 15:52:52 +00:00
Alexander Zuev
739957ca1e
8328384: Convert java/awt/FileDialog/FileDialogOpenDirTest test to main
...
Reviewed-by: azvegint
2024-03-22 15:40:38 +00:00
Martin Balao
13cf0707f9
8328556: Do not extract large CKO_SECRET_KEY keys from the NSS Software Token
...
Reviewed-by: djelinski
2024-03-22 15:28:05 +00:00
Alexander Zvegintsev
638708cad8
8328697: SubMenuShowTest and SwallowKeyEvents tests stabilization
...
Reviewed-by: kizune
2024-03-22 13:13:13 +00:00
Abhishek Kumar
528efe206d
8328484: Convert and Opensource few JFileChooser applet test to main
...
Reviewed-by: psadhukhan, tr
2024-03-22 11:10:33 +00:00
Doug Simon
d379afbc11
8328312: runtime/stack/Stack0*.java fails intermittently on libgraal
...
Reviewed-by: lmesnik, dholmes
2024-03-22 10:57:20 +00:00
Prasanta Sadhukhan
cd534f8197
8328673: Convert closed text/html/CSS manual applet test to main
...
Reviewed-by: abhiscxk, aivanov
2024-03-22 10:25:13 +00:00
Abhishek Kumar
38e3cda442
8328670: Automate and open source few closed manual applet test
...
Reviewed-by: psadhukhan, tr
2024-03-22 09:46:08 +00:00
Prasadrao Koppula
d44aaa37f9
8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message
...
Reviewed-by: djelinski, coffeys, jjiang, ascarpino
2024-03-22 07:02:37 +00:00
Christian Stein
9bc741d04f
8328339: Static import prevents source launcher from finding class with main method
...
Reviewed-by: jlahoda
2024-03-22 05:29:20 +00:00
Abhishek Kumar
256d48b196
8327980: Convert javax/swing/JToggleButton/4128979/bug4128979.java applet test to main
...
Reviewed-by: honkar, tr
2024-03-22 03:40:33 +00:00
Tejesh R
177b8a241c
8327840: Automate javax/swing/border/Test4129681.java
...
Reviewed-by: abhiscxk, prr
2024-03-22 03:21:35 +00:00
Harshitha Onkar
0efd9dc09b
8328398: Convert java/awt/im/4490692/bug4490692.html applet test to main
...
Reviewed-by: achung, azvegint
2024-03-21 23:06:33 +00:00
Archie Cobbs
46809b396c
8324736: Invalid end positions for EMPTY_STATEMENT
...
Reviewed-by: vromero
2024-03-21 22:54:15 +00:00
Phil Race
f7f291c5d4
8328301: Convert Applet test ManualHTMLDataFlavorTest.java to main program
...
Reviewed-by: honkar
2024-03-21 22:48:06 +00:00
Leonid Mesnik
771f6a2f8e
8327704: Update nsk/jdi tests to use driver instead of othervm
...
Reviewed-by: sspitsyn, cjplummer
2024-03-21 22:35:25 +00:00
Alexey Bakhtin
4210e507a0
8320362: Load anchor certificates from Keychain keystore
...
Reviewed-by: weijun, mullan
2024-03-21 22:28:02 +00:00
Phil Race
ab183e437c
8328642: Convert applet test MouseDraggedOutCauseScrollingTest.html to main
...
Reviewed-by: abhiscxk, azvegint
2024-03-21 20:07:58 +00:00
Viktor Klang
ab28045d77
8328316: Finisher cannot emit if stream is sequential and integrator returned false
...
Reviewed-by: psandoz
2024-03-21 19:20:01 +00:00
Damon Nguyen
ba05c6d0b6
8328368: Convert java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java applet test to main
...
Reviewed-by: azvegint, aivanov
2024-03-21 17:55:23 +00:00
Phil Race
fa823bd21c
8328540: test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi
...
Reviewed-by: abhiscxk, psadhukhan
2024-03-21 17:48:23 +00:00
Phil Race
e81374e050
8328560: java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java imports Applet
...
Reviewed-by: azvegint, abhiscxk
2024-03-21 17:47:19 +00:00
Damon Nguyen
cc5cda5587
8328005: Convert java/awt/im/JTextFieldTest.java applet test to main
...
Reviewed-by: prr, abhiscxk
2024-03-21 16:33:39 +00:00
Damon Nguyen
ef2bd57213
8328558: Convert javax/swing/JCheckBox/8032667/bug8032667.java applet test to main
...
Reviewed-by: abhiscxk, psadhukhan, aivanov
2024-03-21 16:12:47 +00:00
Alexey Ivanov
1496b5de90
8327924: Simplify TrayIconScalingTest.java
...
Reviewed-by: honkar, prr
2024-03-21 16:02:17 +00:00
Alexander Zvegintsev
581b1e29ae
8328402: Implement pausing functionality for the PassFailJFrame
...
Reviewed-by: aivanov, prr
2024-03-21 15:31:42 +00:00
Harshitha Onkar
75195aab49
8328299: Convert DnDFileGroupDescriptor.html applet test to main
...
Reviewed-by: psadhukhan, tr
2024-03-21 15:30:22 +00:00
Prasanta Sadhukhan
725d87bbc2
8328570: Convert closed JViewport manual applet tests to main
...
Reviewed-by: abhiscxk, kizune
2024-03-21 14:46:20 +00:00
Alexander Zvegintsev
43080173e8
8328631: Convert java/awt/InputMethods/InputMethodsTest/InputMethodsTest.java applet test to manual
...
Reviewed-by: prr
2024-03-21 13:19:22 +00:00
Alexander Zvegintsev
700d2b91de
8328401: Convert java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.html applet test to automated
...
Reviewed-by: abhiscxk, prr
2024-03-21 13:06:16 +00:00
Aleksey Shipilev
bb3e84bd1f
8328592: hprof tests fail with -XX:-CompactStrings
...
Reviewed-by: phh, lmesnik, amenkov
2024-03-21 12:36:14 +00:00
Jorn Vernee
ac2f8e5af8
8327994: Update code gen in CallGeneratorHelper
...
Reviewed-by: mcimadamore
2024-03-21 12:34:38 +00:00
Prasanta Sadhukhan
68170ae222
8328238: Convert few closed manual applet tests to main
...
Reviewed-by: tr, aivanov, prr
2024-03-21 11:25:27 +00:00
Renjith Kannath Pariyangad
9f5ad43358
8320675: PrinterJob/SecurityDialogTest.java hangs
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, tr
2024-03-21 10:29:19 +00:00
Aggelos Biboudis
a5a2eca155
8327683: Crash with primitive type pattern and generic expression in instanceof
...
Reviewed-by: vromero
2024-03-21 08:02:54 +00:00
Abhishek Kumar
65d9f119c4
8328328: Convert javax/swing/JTabbedPane/4666224/bug4666224.java applet test to main
...
Reviewed-by: honkar, tr
2024-03-21 07:30:48 +00:00
Tejesh R
481473efce
8328035: Convert javax/swing/text/html/TableView/7030332/bug7030332.java applet test to main
...
Reviewed-by: abhiscxk, prr
2024-03-21 05:27:10 +00:00
Phil Race
dea94f4445
8328300: Convert PrintDialogsTest.java from Applet to main program
...
Reviewed-by: psadhukhan, dnguyen
2024-03-20 23:17:08 +00:00
Weijun Wang
d32746ef4a
8296244: Alternate implementation of user-based authorization Subject APIs that doesn’t depend on Security Manager APIs
...
Reviewed-by: mullan
2024-03-20 21:25:41 +00:00
Daniel D. Daugherty
000f4d8d15
8319251: [REDO] Change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT
...
Reviewed-by: rkennke, dholmes
2024-03-20 19:59:13 +00:00
Harshitha Onkar
fbeac98c84
8328379: Convert URLDragTest.html applet test to main
...
Reviewed-by: abhiscxk, psadhukhan
2024-03-20 19:49:23 +00:00
Robert Toyonaga
96530bcc07
8326521: JFR: CompilerPhase event test fails on windows 32 bit
...
Reviewed-by: egahlin
2024-03-20 19:42:56 +00:00
Harshitha Onkar
a112fc8bac
8328225: Convert ImageDecoratedDnD.html applet test to main
...
Reviewed-by: dnguyen, aivanov
2024-03-20 18:08:04 +00:00
Damon Nguyen
4e83f4cfc7
8328185: Convert java/awt/image/MemoryLeakTest/MemoryLeakTest.java applet test to main
...
Reviewed-by: azvegint, honkar
2024-03-20 16:25:41 +00:00
Archie Cobbs
d3f3011d56
7036144: GZIPInputStream readTrailer uses faulty available() test for end-of-stream
...
Reviewed-by: jpai
2024-03-20 15:01:30 +00:00
Alexander Zuev
e5e7cd20ec
8328386: Convert java/awt/FileDialog/FileNameOverrideTest test to main
...
Reviewed-by: azvegint
2024-03-20 13:48:11 +00:00
Alexander Zuev
1b68c731f2
8328377: Convert java/awt/Cursor/MultiResolutionCursorTest test to main
...
Reviewed-by: psadhukhan
2024-03-20 13:47:07 +00:00
Alexander Zuev
e0373e01fe
8328378: Convert java/awt/FileDialog/FileDialogForDirectories test to main
...
Reviewed-by: psadhukhan
2024-03-20 13:46:02 +00:00
Alexander Zuev
03c25b15eb
8328367: Convert java/awt/Component/UpdatingBootTime test to main
...
Reviewed-by: dnguyen, psadhukhan
2024-03-20 13:40:57 +00:00
Goetz Lindenmaier
eebcc2181f
8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB object heap
...
Reviewed-by: rriggs, mdoerr, sgehwolf
2024-03-20 07:20:49 +00:00
Tejesh R
a68f5d7331
8327879: Convert javax/swing/border/Test4760089.java applet test to main
...
Reviewed-by: abhiscxk, prr
2024-03-20 05:59:22 +00:00
Alexander Zvegintsev
269163d509
8328387: Convert java/awt/Frame/FrameStateTest/FrameStateTest.html applet test to main
...
Reviewed-by: honkar
2024-03-20 03:18:26 +00:00
Harshitha Onkar
4f8f48654e
8328012: Convert InputMethod (/java/awt/im) applet tests to main
...
Reviewed-by: azvegint, tr
2024-03-19 17:55:17 +00:00
Sonia Zaldana Calles
3b305d502b
8313306: More sensible memory reservation logging
...
Reviewed-by: dholmes, stuefe, coleenp
2024-03-19 15:35:25 +00:00
Pavel Rappo
f140eb4c3a
8297879: javadoc link to preview JEP 1000 has grouping character comma
...
Reviewed-by: jjg, vromero
2024-03-19 15:23:00 +00:00
Abhishek Kumar
5f2a92d954
8328244: Convert javax/swing/JSlider/6742358/bug6742358.java applet test to main
...
Reviewed-by: psadhukhan, tr
2024-03-19 15:06:42 +00:00
Alexander Zuev
2094ff3c7a
8328279: Convert java/awt/Cursor/CursorOverlappedPanelsTest test to main
...
Reviewed-by: honkar, abhiscxk
2024-03-19 13:52:17 +00:00
Guoxiong Li
db4842c9d9
8328364: Remove redundant fields in 'BOTConstants'
...
Reviewed-by: ayang, tschatzl
2024-03-19 13:38:28 +00:00
Abhishek Kumar
c01095c0c9
8328262: Convert javax/swing/JSplitPane/8132123/bug8132123.java applet test to main
...
Reviewed-by: psadhukhan, tr
2024-03-19 11:26:09 +00:00
Jan Lahoda
5b6b514441
8325362: Allow to create a simple in-memory input JavaFileObject
...
Reviewed-by: jlaskey, darcy
2024-03-19 09:35:25 +00:00
Serguei Spitsyn
6eea5d6755
8325187: JVMTI GetThreadState says virtual thread is JVMTI_THREAD_STATE_INTERRUPTED when it no longer is
...
Reviewed-by: dholmes, alanb
2024-03-19 08:27:55 +00:00
Roland Westrelin
053ff76e14
8308660: C2 compilation hits 'node must be dead' assert
...
Reviewed-by: chagedorn, kvn
2024-03-19 07:57:53 +00:00
Roland Westrelin
e1b0af29e4
8323972: C2 compilation fails with assert(!x->as_Loop()->is_loop_nest_inner_loop()) failed: loop was transformed
...
Reviewed-by: chagedorn, epeter
2024-03-19 07:56:53 +00:00
Prasanta Sadhukhan
ac5b6cb2d4
8327757: Convert javax/swing/JSlider/6524424/bug6524424.java applet to main
...
Reviewed-by: abhiscxk, jdv
2024-03-19 06:22:58 +00:00
Tejesh R
652fb3aa48
8328154: Convert sun/java2d/loops/CopyAreaSpeed.java applet test to main
...
Reviewed-by: kizune, abhiscxk
2024-03-19 04:38:56 +00:00
Alisen Chung
3f2e849c54
8280392: java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java failed with "RuntimeException: Test failed."
...
Reviewed-by: tr, aivanov, prr
2024-03-18 19:57:24 +00:00
Harshitha Onkar
fc0472baf9
8328000: Convert /java/awt/im/8154816/bug8154816.java applet test to main
...
Reviewed-by: tr, azvegint
2024-03-18 16:56:01 +00:00
Roger Riggs
85fc47c81a
8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1
...
Reviewed-by: iris, stefank
2024-03-18 16:07:00 +00:00
Weijun Wang
569b05addf
8327818: Implement Kerberos debug with sun.security.util.Debug
...
Reviewed-by: coffeys, ssahoo
2024-03-18 15:36:28 +00:00
Leonid Mesnik
dec68d7e36
8328234: Remove unused nativeUtils files
...
Reviewed-by: dholmes
2024-03-18 14:45:36 +00:00
Coleen Phillimore
7734466c46
8325871: Move StringTable and SymbolTable rehashing calls
...
Reviewed-by: eosterlund, aboldtch
2024-03-18 14:42:03 +00:00
Aggelos Biboudis
fb390d202c
8327839: Crash with unboxing and widening primitive conversion in switch
...
Reviewed-by: jlahoda
2024-03-18 13:16:29 +00:00
Abhishek Kumar
86f1744736
8328248: Convert javax/swing/JSlider/6587742/bug6587742.java applet test to main
...
Reviewed-by: azvegint, tr
2024-03-18 11:49:49 +00:00
Guoxiong Li
7baec66222
8328168: Epsilon: Premature OOM when allocating object larger than uncommitted heap size
...
Reviewed-by: shade, tschatzl
2024-03-18 11:27:27 +00:00
Jan Lahoda
48717d63cc
8326333: jshell <TAB> completion on arrays is incomplete
...
Reviewed-by: vromero
2024-03-18 08:25:06 +00:00
Prasanta Sadhukhan
ece4124f25
8328247: Remove redundant dir for tests converted from applet to main
...
Reviewed-by: tr, jdv
2024-03-18 06:59:00 +00:00
Ioi Lam
d32ce65781
8327651: Rename DictionaryEntry members related to protection domain
...
Reviewed-by: coleenp, dholmes
2024-03-17 05:57:36 +00:00
Ioi Lam
07194195ce
8328236: module_entry in CDS map file has stale value
...
Reviewed-by: ccheung, matsaave
2024-03-16 05:16:32 +00:00
Harshitha Onkar
0204aacb03
8328115: Convert java/awt/font/TextLayout/TestJustification.html applet test to main
...
Reviewed-by: aivanov
2024-03-15 18:56:35 +00:00
Alexander Zvegintsev
9bc1b065db
8328242: Add a log area to the PassFailJFrame
...
Reviewed-by: prr, aivanov, honkar
2024-03-15 17:54:56 +00:00
Mandy Chung
044f4ed55d
8326979: (jdeps) improve the error message for FindException caused by InvalidModuleDescriptorException
...
Reviewed-by: jpai, alanb
2024-03-15 16:48:24 +00:00
Afshin Zafari
71f9c4e7fd
8320534: fatal error for the NMTBenchmark test run for the mainline build
...
Reviewed-by: stuefe, aboldtch
2024-03-15 14:52:15 +00:00
Jie Fu
bf990c8b32
8328269: NonFocusablePopupMenuTest.java should be marked as headful
...
Reviewed-by: azvegint
2024-03-15 12:40:26 +00:00
Jaikiran Pai
dde519dc21
8328066: WhiteBoxResizeTest failure on linux-x86: Could not reserve enough space for 2097152KB object heap
...
Reviewed-by: dfuchs, aph, msheppar
2024-03-15 12:00:32 +00:00
Abhishek Kumar
5249cc0a79
8328087: Automate javax/swing/JTable/TAB/TAB.java applet test
...
Reviewed-by: honkar, tr
2024-03-15 10:49:20 +00:00
Alexander Zuev
c05f8c7223
8316388: Opensource five Swing component related regression tests
...
Reviewed-by: aivanov
2024-03-15 09:13:32 +00:00
Alexander Zuev
b8dfeafdfd
8328158: Convert java/awt/Choice/NonFocusablePopupMenuTest to automatic main test
...
Reviewed-by: abhiscxk, honkar
2024-03-15 09:00:45 +00:00
Christoph Langer
128e60a29f
8328037: Test java/util/Formatter/Padding.java has unnecessary high heap requirement after JDK-8326718
...
Reviewed-by: rgiulietti
2024-03-15 06:41:53 +00:00
Prasanta Sadhukhan
06f4b7f54d
8327756: Convert javax/swing/JSlider/4987336/bug4987336.java applet to main
...
Reviewed-by: prr
2024-03-15 05:44:11 +00:00
Phil Race
605800e5ab
8203867: Delete test java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.html
...
Reviewed-by: honkar, azvegint
2024-03-15 05:33:33 +00:00
Phil Race
09439374ed
8328218: Delete test java/awt/Window/FindOwner/FindOwner.html
...
Reviewed-by: psadhukhan
2024-03-15 04:36:54 +00:00
Abhishek Kumar
f6390e5f80
8328089: Automate javax/swing/JTable/4222153/bug4222153.java applet test
...
Reviewed-by: honkar, tr
2024-03-15 04:14:53 +00:00
Alisen Chung
e8d1ba33b4
8328228: Missing comma in copyright year for a few JColorChooser tests
...
Reviewed-by: jpai
2024-03-15 00:34:37 +00:00
Alisen Chung
be1dd275a4
8328130: Remove applet usage from JColorChooser tests Test4759934
...
Reviewed-by: prr
2024-03-14 22:54:21 +00:00
Alisen Chung
fab0edc9e6
8328121: Remove applet usage from JColorChooser tests Test4759306
...
Reviewed-by: azvegint
2024-03-14 22:53:32 +00:00
Alisen Chung
7c6fd337d0
8327857: Remove applet usage from JColorChooser tests Test4222508
...
Reviewed-by: prr, tr
2024-03-14 22:53:18 +00:00
Alisen Chung
89fb0f837b
8327859: Remove applet usage from JColorChooser tests Test4319113
...
Reviewed-by: prr, tr
2024-03-14 22:53:08 +00:00
Alexander Zvegintsev
df909e2f9c
8328011: Convert java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java applet test to main
...
Reviewed-by: honkar, aivanov
2024-03-14 21:42:00 +00:00
Phil Race
87bd6caca0
8328021: Convert applet test java/awt/List/SetFontTest/SetFontTest.html to main program
...
Reviewed-by: honkar, abhiscxk
2024-03-14 19:21:10 +00:00
Alex Menkov
2482a505e5
8326898: NSK tests should listen on loopback addresses only
...
Reviewed-by: sspitsyn, cjplummer, dholmes, lmesnik
2024-03-14 18:03:14 +00:00
Doug Simon
e6a8fdd82c
8328135: javax/management/remote/mandatory/loading/MissingClassTest.java fails on libgraal
...
Reviewed-by: kevinw, never
2024-03-14 16:11:29 +00:00
Alexander Zvegintsev
7cc1965a25
8328124: Convert java/awt/Frame/ShownOnPack/ShownOnPack.html applet test to main
...
Reviewed-by: honkar, abhiscxk
2024-03-14 16:03:13 +00:00
Tejesh R
d4ec783108
8327873: Convert javax/swing/border/Test4247606.java applet test to main
...
Reviewed-by: prr, abhiscxk
2024-03-14 15:54:42 +00:00
Brian Burkhalter
debd59732d
8327095: (ch) java/nio/channels/AsyncCloseAndInterrupt.java: improve error message when mkfifo fails
...
Reviewed-by: alanb
2024-03-14 15:50:43 +00:00
Tejesh R
acfefc6c7a
8327876: Convert javax/swing/border/Test4252164.java applet test to main
...
Reviewed-by: prr, abhiscxk
2024-03-14 15:47:54 +00:00
Alexander Zvegintsev
d25c452f0c
8327835: Convert java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest applet test to main
...
Reviewed-by: aivanov, abhiscxk
2024-03-14 15:45:22 +00:00
Tejesh R
759cc67591
8327969: Convert javax/swing/border/Test6910490.java applet test to main
...
Reviewed-by: dnguyen, honkar
2024-03-14 15:40:22 +00:00
Alexey Ivanov
792fc9d114
8320079: The ArabicBox.java test has no control buttons
...
Reviewed-by: prr, honkar, dmarkov
2024-03-14 14:01:33 +00:00
Chad Rakoczy
a232e8fb4e
8325621: Improve jspawnhelper version checks
...
Reviewed-by: erikj, shade, rriggs, ihse
2024-03-14 13:26:03 +00:00
Dmitry Chuyko
c879627dbd
8309271: A way to align already compiled methods with compiler directives
...
Reviewed-by: apangin, sspitsyn, tholenstein
2024-03-14 12:38:48 +00:00
Hamlin Li
1d34b74a64
8321021: RISC-V: C2 VectorUCastB2X
...
8321023: RISC-V: C2 VectorUCastS2X
8321024: RISC-V: C2 VectorUCastI2X
Reviewed-by: fyang
2024-03-14 11:23:00 +00:00
Alexey Ivanov
3b9255eb66
8325851: Hide PassFailJFrame.Builder constructor
...
Reviewed-by: honkar, prr
2024-03-14 10:57:30 +00:00
Tejesh R
ad0f329493
8327787: Convert javax/swing/border/Test4129681.java applet test to main
...
Reviewed-by: aivanov, abhiscxk
2024-03-14 10:54:41 +00:00
Tejesh R
a43c3cc347
8327826: Convert javax/swing/border/Test4243289.java applet test to main
...
Reviewed-by: aivanov, abhiscxk
2024-03-14 10:50:06 +00:00
Alexander Zvegintsev
11a3673d42
8328110: Allow simultaneous use of PassFailJFrame with split UI and additional windows
...
Reviewed-by: aivanov, honkar
2024-03-14 10:41:43 +00:00
Aleksey Shipilev
1281e18f14
8325613: CTW: Stale method cleanup requires GC after Sweeper removal
...
Reviewed-by: roland, chagedorn
2024-03-14 10:26:49 +00:00
Abhishek Kumar
49ce85fae9
8327874: Convert javax/swing/JTree/4314199/bug4314199.java applet test to main
...
Reviewed-by: prr, tr
2024-03-14 09:07:32 +00:00
Emanuel Peter
fadc4b197e
8327423: C2 remove_main_post_loops: check if main-loop belongs to pre-loop, not just assert
...
Reviewed-by: kvn, chagedorn, roland
2024-03-14 07:12:16 +00:00
Aggelos Biboudis
cff0747d7f
8326204: yield statements doesn't allow cast expressions with more than 1 type arguments
...
Reviewed-by: jlahoda
2024-03-14 07:01:32 +00:00
Tejesh R
7502dc99bf
8328030: Convert javax/swing/text/GlyphView/4984669/bug4984669.java applet test to main
...
Reviewed-by: azvegint, prr
2024-03-14 05:10:42 +00:00
Prasanta Sadhukhan
98e4b753e8
8327755: Convert javax/swing/JScrollBar/8039464/Test8039464.java applet to main
...
Reviewed-by: prr
2024-03-14 02:51:37 +00:00
Prasanta Sadhukhan
628e770274
8327754: Convert javax/swing/JPopupMenu/7160604/bug7160604.java applet to main
...
Reviewed-by: prr
2024-03-14 02:50:32 +00:00
Prasanta Sadhukhan
092a7343a4
8327753: Convert javax/swing/JOptionPane/8024926/bug8024926.java applet to main
...
Reviewed-by: prr
2024-03-14 02:38:48 +00:00
Prasanta Sadhukhan
7858138ad2
8327752: Convert javax/swing/JOptionPane/4174551/bug4174551.java applet to main
...
Reviewed-by: prr
2024-03-14 02:32:15 +00:00
Phil Race
2edf4081af
8328004: Minor updates to TrayIcon test DisposeInActionEventTest.java
...
Reviewed-by: azvegint
2024-03-13 23:47:45 +00:00
Christoph Langer
1ad3ebcf11
8185862: AWT Assertion Failure in ::GetDIBits(hBMDC, hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185
...
Reviewed-by: aivanov, prr
2024-03-13 21:09:00 +00:00
Daniel Jeliński
8f9899b23e
8325164: Named groups and signature schemes unavailable with SunPKCS11 in FIPS mode
...
Reviewed-by: valeriep
2024-03-13 19:09:52 +00:00
Matias Saavedra Silva
5cae7d20ad
8321299: runtime/logging/ClassLoadUnloadTest.java doesn't reliably trigger class unloading
...
Reviewed-by: coleenp, dholmes
2024-03-13 16:54:53 +00:00
Chen Liang
35b00e640b
8327824: Type annotation placed on incorrect array nesting levels
...
Reviewed-by: prappo
2024-03-13 16:45:15 +00:00
Hannes Wallnöfer
035324503f
8325874: Improve checkbox-based interface in summary pages
...
Reviewed-by: prappo
2024-03-13 15:13:35 +00:00
Abhishek Kumar
a4a5196351
8327872: Convert javax/swing/JToolTip/4644444/bug4644444.java applet test to main
...
Reviewed-by: prr, tr
2024-03-13 11:40:38 +00:00
Daniel Fuchs
da4dd7c008
8327989: java/net/httpclient/ManyRequest.java should not use "localhost" in URIs
...
Reviewed-by: jpai, djelinski, gli
2024-03-13 11:22:40 +00:00
Joachim Kern
0ae4fa71e4
8327210: AIX: Delete obsolete parameter Use64KPagesThreshold
...
Reviewed-by: gli, stuefe, mdoerr
2024-03-13 10:12:57 +00:00
Magnus Ihse Bursie
cc9a8aba67
8327460: Compile tests with the same visibility rules as product code
...
Reviewed-by: erikj, jvernee, dholmes, alanb
2024-03-13 08:09:22 +00:00
Christian Stein
3b18c5dc5d
8323605: Java source launcher should not require --source ...
to enable preview
...
Reviewed-by: mcimadamore, dholmes
2024-03-13 06:44:04 +00:00
Doug Simon
f3d0c45cbb
8327829: [JVMCI] runtime/ClassUnload/ConstantPoolDependsTest.java fails on libgraal
...
Reviewed-by: dholmes, never
2024-03-12 22:40:04 +00:00
Justin Lu
d5b95a0ed3
8327631: Update IANA Language Subtag Registry to Version 2024-03-07
...
Reviewed-by: naoto, iris
2024-03-12 21:10:30 +00:00
Chris Plummer
966a42f9b3
8324868: debug agent does not properly handle interrupts of a virtual thread
...
Reviewed-by: sspitsyn, amenkov
2024-03-12 20:54:18 +00:00
Phil Race
22f10e045b
8327856: Convert applet test SpanishDiacriticsTest.java to a main program
...
Reviewed-by: dmarkov, aivanov
2024-03-12 18:27:23 +00:00
Alexander Zvegintsev
7283c8b075
8327972: Convert java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.html applet test to main
...
Reviewed-by: aivanov, prr
2024-03-12 18:24:38 +00:00
Alexander Zvegintsev
30249c4cca
8327838: Convert java/awt/FileDialog/MultipleMode/MultipleMode.html applet test to main
...
Reviewed-by: aivanov, tr
2024-03-12 18:23:15 +00:00
Brian Burkhalter
94b4ed5766
8327096: (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files
...
Reviewed-by: djelinski
2024-03-12 18:06:45 +00:00
Eirik Bjørsnøs
5b41466275
8327729: Remove deprecated xxxObject methods from jdk.internal.misc.Unsafe
...
Reviewed-by: martin, alanb, mchung
2024-03-12 17:37:48 +00:00
Joe Darcy
201042fd96
8327487: Further augment WorstCaseTests with more cases
...
Reviewed-by: rgiulietti
2024-03-12 16:46:00 +00:00
Prasanta Sadhukhan
782206bc97
8327748: Convert javax/swing/JFileChooser/6798062/bug6798062.java applet test to main
...
Reviewed-by: aivanov
2024-03-12 15:16:56 +00:00
Prasanta Sadhukhan
cfd9209e03
8327751: Convert javax/swing/JInternalFrame/6726866/bug6726866.java applet test to main
...
Reviewed-by: aivanov
2024-03-12 12:22:13 +00:00
Chen Liang
2cf35246e6
8325433: Type annotations on primitive types are not linked
...
Reviewed-by: gli, prappo
2024-03-12 12:12:39 +00:00
Prasanta Sadhukhan
78beb031c7
8327750: Convert javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java applet test to main
...
Reviewed-by: aivanov
2024-03-12 10:45:42 +00:00
Dmitry Markov
1f43fa0f8b
8326661: sun/java2d/cmm/ColorConvertOp/ColConvTest.java assumes profiles were generated by LCMS
...
Reviewed-by: aivanov, serb
2024-03-12 10:09:02 +00:00
Prasanta Sadhukhan
013aff87ce
8326606: Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class
...
Reviewed-by: tr, aivanov
2024-03-12 09:52:05 +00:00
Serguei Spitsyn
b92440f9b1
8247972: incorrect implementation of JVM TI GetObjectMonitorUsage
...
Reviewed-by: dcubed, lmesnik
2024-03-12 08:55:28 +00:00
Maxim Kartashev
139681a7eb
8326497: Window.toFront() fails for iconified windows on Linux
...
Reviewed-by: tr, prr
2024-03-12 08:15:36 +00:00
Emanuel Peter
251347bd7e
8326139: C2 SuperWord: split packs (match use/def packs, implemented, mutual independence)
...
Reviewed-by: kvn, vlivanov, chagedorn
2024-03-12 07:27:23 +00:00
SendaoYan
e21da4caac
8327486: java/util/Properties/PropertiesStoreTest.java fails "Text 'xxx' could not be parsed at index 20" after 8174269
...
Reviewed-by: naoto
2024-03-12 01:38:20 +00:00
Calvin Cheung
41450e9405
8314250: CDS dump error message: Invoker type parameter must start and end with Object: L3I_L
...
Reviewed-by: iklam, matsaave
2024-03-11 20:49:20 +00:00
Chris Plummer
0a6e64e2f5
8327424: ProblemList serviceability/sa/TestJmapCore.java on all platforms with ZGC
...
Reviewed-by: gli, kevinw
2024-03-11 18:10:53 +00:00
vamsi-parasa
18de9321ce
8325991: Accelerate Poly1305 on x86_64 using AVX2 instructions
...
Reviewed-by: sviswanathan, jbhateja
2024-03-11 16:42:13 +00:00
Matias Saavedra Silva
d74b907d20
8327093: Add truncate function to BitMap API
...
Reviewed-by: aboldtch, iklam
2024-03-11 16:34:46 +00:00
Hai-May Chao
ffd43c922e
8327461: KeyStore getEntry is not thread-safe
...
Reviewed-by: djelinski, weijun
2024-03-11 16:33:17 +00:00
Hamlin Li
680ac2cebe
8327689: RISC-V: adjust test filters of zfh extension
...
Reviewed-by: fyang, gli
2024-03-11 12:13:06 +00:00
Viktor Klang
570ad67204
8269428: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out
...
Reviewed-by: jpai
2024-03-11 12:05:35 +00:00
Jaikiran Pai
d451f818cf
8326381: com.sun.net.httpserver.HttpsParameters and SSLStreams incorrectly handle needClientAuth and wantClientAuth
...
Reviewed-by: djelinski
2024-03-10 13:48:14 +00:00
Alisen Chung
53628f2ea9
8327492: Remove applet usage and update DisposeInActionEventTest.html
...
Reviewed-by: dnguyen, tr, abhiscxk, honkar, aivanov
2024-03-09 01:20:28 +00:00
Elif Aslan
2627470946
8325567: jspawnhelper without args fails with segfault
...
Co-authored-by: Vladimir Petko <vpetko@openjdk.org>
Reviewed-by: eastigeevich, rriggs, shade, vpetko
2024-03-08 22:09:18 +00:00
Hannes Wallnöfer
a6dc4bc2b8
8326332: Unclosed inline tags cause misalignment in summary tables
...
Reviewed-by: gli, jjg
2024-03-08 20:59:00 +00:00
Serguei Spitsyn
33aa4b26b1
8256314: JVM TI GetCurrentContendedMonitor is implemented incorrectly
...
Reviewed-by: dholmes, lmesnik
2024-03-08 19:46:23 +00:00
Justin Lu
6efdaf8ddf
8326908: DecimalFormat::toPattern throws OutOfMemoryError when pattern is empty string
...
Reviewed-by: naoto
2024-03-08 18:09:42 +00:00
Sean Mullan
c4845f01d2
8317431: Implement simpler Comparator when building certification paths
...
Reviewed-by: kdriver, weijun
2024-03-08 15:20:37 +00:00
Joachim Kern
997e615c69
8322943: runtime/CompressedOops/CompressedClassPointers.java fails on AIX
...
Reviewed-by: gli, stuefe
2024-03-08 13:23:06 +00:00
vamsi-parasa
7c5e6e74c8
8327147: Improve performance of Math ceil, floor, and rint for x86
...
Reviewed-by: jbhateja, sviswanathan, dlong
2024-03-07 21:44:46 +00:00
Leonid Mesnik
972e81d1ad
8326611: Clean up vmTestbase/nsk/stress/stack tests
...
Reviewed-by: coleenp, mseledtsov
2024-03-07 20:09:13 +00:00