Weijun Wang
d63d6e23d1
8336935: Test sun/security/krb5/auto/RealmSpecificValues.java fails: java.lang.RuntimeException: Should not reach here
...
Reviewed-by: hchao, dholmes
2024-07-22 22:17:43 +00:00
Chris Plummer
ed6499446d
8333391: Test com/sun/jdi/InterruptHangTest.java failed: Thread was never interrupted during sleep
...
Reviewed-by: lmesnik, amenkov
2024-07-22 19:34:09 +00:00
Liam Miller-Cushon
31a85f1744
8336491: Unnecessary boxing conversions in void-returning lambdas
...
Reviewed-by: mcimadamore
2024-07-22 17:25:42 +00:00
Naoto Sato
c1c9704268
8336479: Provide Process.waitFor(Duration)
...
Reviewed-by: liach, jpai, rriggs
2024-07-22 17:17:46 +00:00
Kevin Walls
7ea7730564
8332551: Test vmTestbase/nsk/monitoring/MemoryNotificationInfo/from/from001/TestDescription.java timed out
...
Reviewed-by: sspitsyn, lmesnik
2024-07-22 16:40:34 +00:00
Weijun Wang
c740e1e3b0
8333772: Incorrect Kerberos behavior when udp_preference_limit = 0
...
Reviewed-by: ssahoo, mullan
2024-07-22 16:00:40 +00:00
Daniel Lundén
0725eb1df2
8336753: Don't run serviceability/sa/ClhsdbDumpheap.java with -Xcomp
...
Reviewed-by: cjplummer, kvn, thartmann
2024-07-22 14:41:40 +00:00
Weijun Wang
c3226aaeb8
8334394: Race condition in Class::protectionDomain
...
Reviewed-by: liach, jpai, rriggs, alanb
2024-07-22 13:43:55 +00:00
Prasanta Sadhukhan
7ddd02599c
4265389: JSplitPane does not support ComponentOrientation
...
Reviewed-by: tr, abhiscxk
2024-07-22 13:19:30 +00:00
Aggelos Biboudis
c1fdc04ad7
8336781: Erroneous exhaustivity check with boolean switch
...
Reviewed-by: vromero
2024-07-22 10:29:34 +00:00
Adam Sotona
0db6c15efe
8336833: Endless loop in Javap ClassWriter
...
Reviewed-by: liach
2024-07-22 07:33:29 +00:00
lingjun.cg
4da9915875
8333396: Use StringBuilder internally for java.text.Format.* formatting
...
Reviewed-by: naoto, liach, jlu
2024-07-22 02:01:08 +00:00
Christian Stein
ad498f57fc
8335896: Source launcher should set TCCL
...
Reviewed-by: alanb
2024-07-21 08:49:16 +00:00
Chris Plummer
e7e48a780a
8248609: [Graal] vmTestbase/nsk/jdi/VoidValue/toString/tostring001/TestDescription.java failed with Unexpected com.sun.jdi.ObjectCollectedException
...
Reviewed-by: amenkov, lmesnik
2024-07-19 21:53:04 +00:00
Liam Miller-Cushon
939fe000a9
8336786: VerifyError with lambda capture and enclosing instance references
...
Reviewed-by: mcimadamore
2024-07-19 21:52:45 +00:00
Chen Liang
3ade2b6114
8336777: BufferedMethodBuilder not initialized with static flag
...
Reviewed-by: asotona
2024-07-19 21:25:20 +00:00
Adam Sotona
c25c4896ad
8333812: ClassFile.verify() can throw exceptions instead of returning VerifyErrors
...
Reviewed-by: liach
2024-07-19 13:09:45 +00:00
Jie Fu
6e9fcc2d80
8336816: runtime/PrintingTests/StringPrinting.java fails with release VMs
...
Reviewed-by: dholmes
2024-07-19 12:28:56 +00:00
Roland Westrelin
0ddf54e222
8335709: C2: assert(!loop->is_member(get_loop(useblock))) failed: must be outside loop
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: epeter, thartmann
2024-07-19 07:30:23 +00:00
Roland Westrelin
10982fe557
8335843: C2 hits assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
...
Reviewed-by: thartmann, kvn, vlivanov
2024-07-19 07:28:51 +00:00
SendaoYan
fa5ad700bb
8334771: [TESTBUG] Run TestDockerMemoryMetrics.java with -Xcomp fails exitValue = 137
...
Reviewed-by: lmesnik, sspitsyn
2024-07-19 07:06:51 +00:00
David Holmes
10fcad70b3
8325945: Error reporting should limit the number of String characters printed
...
Reviewed-by: thartmann, stuefe
2024-07-19 06:23:11 +00:00
Fernando Guallini
330e520c1d
8028127: Regtest java/security/Security/SynchronizedAccess.java is incorrect
...
Reviewed-by: wetmore, mdonovan, rhalade
2024-07-18 22:36:26 +00:00
Chen Liang
902c2afb67
8336585: BoundAttribute.readEntryList not type-safe
...
Reviewed-by: asotona
2024-07-18 21:46:19 +00:00
Chen Liang
b44632aa15
8336588: Ensure Transform downstream receives upstream start items only after downstream started
...
Reviewed-by: asotona
2024-07-18 21:46:07 +00:00
Vicente Romero
245c086648
8332600: javac uses record components source position during compilation
...
Reviewed-by: jlahoda
2024-07-18 15:54:41 +00:00
Robert Toyonaga
4a73ed44f1
8330144: Revise os::free_memory()
...
Reviewed-by: stuefe, mbaesken
2024-07-18 13:35:32 +00:00
Jatin Bhateja
35df48e1b3
8335860: compiler/vectorization/TestFloat16VectorConvChain.java fails with non-standard AVX/SSE settings
...
Reviewed-by: sviswanathan, kvn
2024-07-18 11:22:58 +00:00
Jorn Vernee
7bf5313244
8335480: Only deoptimize threads if needed when closing shared arena
...
Reviewed-by: mcimadamore, kvn, uschindler, vlivanov, eosterlund
2024-07-18 11:00:39 +00:00
Chris Plummer
21a6cf848d
8336587: failure_handler lldb command times out on macosx-aarch64 core file
...
Reviewed-by: dlong, dholmes, jpai
2024-07-18 00:21:03 +00:00
Vladimir Kozlov
bcb5e69505
8335921: Fix HotSpot VM build without JVMTI
...
Reviewed-by: dholmes, shade
2024-07-17 18:46:00 +00:00
Pavel Rappo
6df7acbc74
8299080: Wrong default value of snippet lang attribute
...
Reviewed-by: jjg
2024-07-17 12:20:17 +00:00
Jaikiran Pai
3babffd400
8334167: Test java/lang/instrument/NativeMethodPrefixApp.java timed out
...
Reviewed-by: dholmes, sspitsyn, alanb
2024-07-17 06:12:01 +00:00
Chris Plummer
f3e7063e26
8336420: Add JVMTI setfldw001 and setfmodw001 tests to Xcomp problem list
...
Reviewed-by: dcubed
2024-07-16 23:27:32 +00:00
Cesar Soares Lucas
005fb67e99
8331194: NPE in ArrayCreationTree.java with -XX:-UseCompressedOops
...
Reviewed-by: kvn
2024-07-16 20:47:42 +00:00
Alex Menkov
a60608e7a3
8334169: Long arguments of attach operation are silently truncated on Windows
...
Reviewed-by: sspitsyn, cjplummer
2024-07-16 18:10:47 +00:00
Aleksey Shipilev
c99be357c9
8336474: Problemlist compiler/interpreter/Test6833129 on x86_32
...
Reviewed-by: thartmann, stuefe
2024-07-16 15:23:55 +00:00
Christoph Langer
419cc46248
8335533: OutOfMemoryError: Metaspace observed again on AIX in test RedefineLeakThrowable.java after JDK-8294960
...
Reviewed-by: mbaesken, stuefe
2024-07-16 12:48:06 +00:00
SendaoYan
8feabc849b
8334057: JLinkReproducibleTest.java support receive test.tool.vm.opts
...
Reviewed-by: jpai
2024-07-16 01:43:36 +00:00
Chris Plummer
c8a95a763c
8072701: resume001 failed due to ERROR: timeout for waiting for a BreakpintEvent
...
Reviewed-by: amenkov, kevinw, sspitsyn
2024-07-15 20:26:52 +00:00
Maurizio Cimadamore
9dfcd75ec4
8334121: Anonymous class capturing two enclosing instances fails to compile
...
Reviewed-by: jlahoda, vromero
2024-07-15 15:28:24 +00:00
Patricio Chilano Mateo
000de30628
8335269: [Graal] occasional timeout in java/lang/StringBuffer/TestSynchronization.java with loom
...
Reviewed-by: dholmes, alanb
2024-07-15 14:54:04 +00:00
Maurizio Cimadamore
4635531950
8335159: Move method reference to lambda desugaring before Lower
...
8336320: NullPointerException: Cannot invoke Type.getTag because type is null after JDK-8334037
Reviewed-by: jlahoda, vromero
2024-07-15 14:24:27 +00:00
Jan Lahoda
2b0adfc2de
8335817: javac AssertionError addLocalVar checkNull
...
Reviewed-by: vromero, mcimadamore
2024-07-15 11:26:33 +00:00
Adam Sotona
3f2636d9b7
8335820: java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java fails due to IllegalArgumentException: hash must be nonzero
...
Reviewed-by: liach
2024-07-15 05:41:52 +00:00
Chen Liang
a9f5e76a65
8335905: CompoundElement API cleanup
...
Reviewed-by: asotona
2024-07-14 15:01:51 +00:00
Jaikiran Pai
ae9f318fc3
8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion
...
Reviewed-by: alanb
2024-07-13 02:19:25 +00:00
Pavel Rappo
4166e53452
8318106: Generated HTML for snippet does not always contain an id
...
Reviewed-by: liach
2024-07-12 23:11:04 +00:00
Sean Gwizdak
8ba9bc6f17
8332249: Micro-optimize Method.hashCode
...
Reviewed-by: liach
2024-07-12 21:49:51 +00:00
Kevin Walls
1f6e106b45
8335684: Test ThreadCpuTime.java should pause like ThreadCpuTimeArray.java
...
Reviewed-by: sspitsyn, cjplummer
2024-07-12 17:11:20 +00:00
Albert Mingkun Yang
34d8562a91
8335902: Parallel: Refactor VM_ParallelGCFailedAllocation and VM_ParallelGCSystemGC
...
Reviewed-by: gli, zgu
2024-07-12 12:59:13 +00:00
Abhishek Kumar
2fc7eb44a0
8155030: The Menu Mnemonics are always displayed for GTK LAF
...
Hides mnemonics on menus, buttons, and labels for GTK L&F.
Moved shared code for hiding mnemonics into
sun/swing/MnemonicHandler and AltProcessor to avoid code duplication.
Reviewed-by: prr, tr, achung, dnguyen, aivanov
2024-07-12 12:37:58 +00:00
Jan Lahoda
559826c292
8332474: Tighten up ToolBox' JavacTask to not silently accept javac crash as a failure
...
Reviewed-by: vromero
2024-07-12 12:17:21 +00:00
Kevin Walls
f677b90eb9
8267887: RMIConnector_NPETest.java fails after removal of RMI Activation (JDK-8267123)
...
Reviewed-by: cjplummer, sspitsyn
2024-07-12 08:19:24 +00:00
SendaoYan
1fe3ada001
8336284: Test TestClhsdbJstackLock.java/TestJhsdbJstackLock.java fails with -Xcomp after JDK-8335743
...
Reviewed-by: cjplummer, amenkov
2024-07-12 08:14:56 +00:00
Matthias Baesken
c703d29042
8335710: serviceability/dcmd/vm/SystemDumpMapTest.java and SystemMapTest.java fail on Linux Alpine after 8322475
...
Reviewed-by: stuefe, lucy
2024-07-12 05:56:53 +00:00
Vanitha B P
81a0d1ba03
8325525: Create jtreg test case for JDK-8325203
...
Reviewed-by: asemenyuk, almatvee
2024-07-11 21:27:30 +00:00
Chen Liang
b3ef2a600c
8336036: Synthetic documentation for a record's equals is incorrect for floating-point types
...
Reviewed-by: prappo
2024-07-11 20:51:27 +00:00
Kevin Walls
687601ebca
8336257: Additional tests in jmxremote/startstop to match on PID not app name
...
Reviewed-by: cjplummer, alanb, amenkov, dcubed
2024-07-11 20:45:34 +00:00
Liam Miller-Cushon
9eb611e7f0
8334055: Unhelpful 'required: reference' diagnostics after JDK-8043226
...
Reviewed-by: vromero
2024-07-11 19:53:52 +00:00
Justin Lu
5100303c6c
8335668: NumberFormat integer only parsing should throw exception for edge case
...
Reviewed-by: naoto
2024-07-11 18:40:40 +00:00
Sonia Zaldana Calles
dea92742c2
8332125: [nmt] Totals in diff report should print out total malloc and mmap diffs
...
Reviewed-by: stuefe, jsjolen
2024-07-11 14:12:13 +00:00
Prasanta Sadhukhan
1772a929af
8334457: Test javax/swing/JTabbedPane/bug4666224.java fail on macOS with because pressing the ‘C’ key does not switch the layout to WRAP_TAB_LAYOUT
...
Reviewed-by: achung, abhiscxk, tr
2024-07-11 07:35:48 +00:00
Kevin Walls
b7d0eff5ad
8207908: JMXStatusTest.java fails assertion intermittently
...
Reviewed-by: cjplummer, amenkov
2024-07-11 07:29:37 +00:00
Doug Simon
cf940e139a
8335553: [Graal] Compiler thread calls into jdk.internal.vm.VMSupport.decodeAndThrowThrowable and crashes in OOM situation
...
Reviewed-by: yzheng, never, dholmes
2024-07-11 07:03:44 +00:00
KIRIYAMA Takuya
d6c6847e32
8335743: jhsdb jstack cannot print some information on the waiting thread
...
Reviewed-by: dholmes, cjplummer, kevinw
2024-07-11 02:44:12 +00:00
Chen Liang
cad68e06ec
8335935: Chained builders not sending transformed models to next transforms
...
Reviewed-by: asotona
2024-07-10 21:06:39 +00:00
Christian Stein
e6c5aa7a6c
8336012: Fix usages of jtreg-reserved properties
...
Reviewed-by: jjg
2024-07-10 15:12:49 +00:00
Erik Gahlin
e0fb949460
8335779: JFR: Hide sleep events
...
Reviewed-by: mgronlun
2024-07-10 14:28:20 +00:00
Jan Lahoda
537d20afbf
8335766: Switch case with pattern matching and guard clause compiles inconsistently
...
Reviewed-by: abimpoudis
2024-07-10 09:55:56 +00:00
Matthias Baesken
a44b60c8c1
8335778: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails on ppc64 platforms after JDK-8334545
...
Reviewed-by: dholmes, asteiner
2024-07-10 07:53:52 +00:00
Jaikiran Pai
dcf4e0d51f
8335966: Remove incorrect problem listing of java/lang/instrument/NativeMethodPrefixAgent.java in ProblemList-Virtual.txt
...
Reviewed-by: kevinw, amenkov
2024-07-10 03:30:19 +00:00
Kim Barrett
7e11fb7026
8335688: Fix -Wzero-as-null-pointer-constant warnings from fflush calls in jvmti tests
...
Reviewed-by: jwaters, coleenp
2024-07-09 13:11:20 +00:00
Severin Gehwolf
f3ff4f7427
8335882: platform/cgroup/TestSystemSettings.java fails on Alpine Linux
...
Reviewed-by: stuefe, mbaesken
2024-07-09 10:21:47 +00:00
Kevin Walls
2a2964759c
8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException
...
Reviewed-by: cjplummer, dholmes
2024-07-09 08:25:00 +00:00
Thomas Schatzl
564a72e1db
8335955: JDK-8335742 wrongly used a "JDK-" prefix in the problemlist bug number
...
Reviewed-by: iwalulya
2024-07-09 08:10:55 +00:00
Liam Miller-Cushon
babf6df7d9
8334757: AssertionError: Missing type variable in where clause
...
Reviewed-by: jlahoda, vromero
2024-07-08 20:09:07 +00:00
lawrence.andrews
3733fe3a20
8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @
...
Reviewed-by: aivanov
2024-07-08 19:14:33 +00:00
Calvin Cheung
284671a1e4
8335449: runtime/cds/DeterministicDump.java fails with File content different at byte ...
...
Reviewed-by: matsaave, iklam
2024-07-08 16:44:22 +00:00
Jorn Vernee
cec222e460
8317611: Add a tool like jdeprscan to find usage of restricted methods
...
Reviewed-by: alanb, ihse, mcimadamore, jlahoda, jwaters
2024-07-08 12:39:33 +00:00
Thomas Schatzl
953c35eb5b
8335824: Test gc/arguments/TestMinInitialErgonomics.java is timing out
...
Reviewed-by: ayang, kbarrett
2024-07-08 11:44:04 +00:00
Tobias Hartmann
c34a1b7013
8335861: Problem list compiler/vectorization/TestFloat16VectorConvChain.java
...
Reviewed-by: epeter
2024-07-08 10:53:03 +00:00
Thomas Stuefe
3cce31ad88
8335643: serviceability/dcmd/vm tests fail for ZGC after JDK-8322475
...
Reviewed-by: sgehwolf, dholmes
2024-07-08 08:06:56 +00:00
Jatin Bhateja
55fd1ed228
8333890: Fatal error in auto-vectorizer with float16 kernel.
...
Reviewed-by: kvn
2024-07-08 06:42:46 +00:00
Per Minborg
6f7f0f1de0
8333884: MemorySegment::reinterpret removes read-only property
...
Reviewed-by: jvernee, mcimadamore
2024-07-06 15:05:26 +00:00
Erik Gahlin
b83766e590
8335632: jdk/jfr/api/consumer/streaming/TestJVMExit.java failed with "Process [...] is no longer alive"
...
Reviewed-by: mgronlun
2024-07-05 17:07:22 +00:00
Severin Gehwolf
ff49f677ee
8335775: Remove extraneous 's' in comment of rawmonitor.cpp test file
...
Reviewed-by: gdams, stuefe
2024-07-05 13:44:35 +00:00
Thomas Schatzl
bdf470b3b8
8335742: Problemlist gc/g1/TestMixedGCLiveThreshold.java#25percent with virtual threads
...
Reviewed-by: aboldtch, kbarrett
2024-07-05 09:06:37 +00:00
Thomas Schatzl
4ec1ae1097
8331385: G1: Prefix HeapRegion helper classes with G1
...
Reviewed-by: ayang, dholmes
2024-07-05 07:18:34 +00:00
Sonia Zaldana Calles
b9d8056d5c
8332124: Jcmd should recognise options that look like requests for help
...
Reviewed-by: kevinw, stuefe
2024-07-05 04:49:01 +00:00
Thomas Stuefe
b0efd77402
8314653: Metaspace: remove allocation guard feature
...
Reviewed-by: azafari, dholmes
2024-07-04 12:42:47 +00:00
Joachim Kern
ced9906635
8334371: [AIX] Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages
...
Reviewed-by: stuefe, mbaesken, mdoerr
2024-07-04 11:20:57 +00:00
Jan Lahoda
3e3f83f62c
8335385: javac crash on unattributed piece of AST
...
Reviewed-by: vromero
2024-07-04 08:36:56 +00:00
Axel Boldt-Christmas
b20e8c8e85
8335397: Improve reliability of TestRecursiveMonitorChurn.java
...
Reviewed-by: coleenp, rkennke, dholmes
2024-07-04 08:21:18 +00:00
Thomas Stuefe
38a578d547
8334738: os::print_hex_dump should optionally print ASCII
...
Reviewed-by: dholmes, sgehwolf
2024-07-04 06:20:03 +00:00
David Holmes
e01626cf09
8335655: ProblemList serviceability/dcmd/vm tests failing after JDK-8322475
...
Reviewed-by: mikael
2024-07-04 04:18:31 +00:00
David Holmes
587535c5b9
8334545: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails after JDK-8294960
...
Reviewed-by: iklam, stuefe
2024-07-03 21:42:08 +00:00
Thomas Stuefe
8aaec37ace
8322475: Extend printing for System.map
...
Reviewed-by: sgehwolf, jsjolen
2024-07-03 16:08:34 +00:00
Chen Liang
0db9bc57de
8335290: Rename ClassFile::transform to ClassFile::transformClass
...
Reviewed-by: asotona
2024-07-03 05:03:56 +00:00
Eirik Bjørsnøs
d51141e5fc
8321274: Rename ZipEntry.extraAttributes to ZipEntry.externalFileAttributes
...
Reviewed-by: lancea, jpai
2024-07-03 04:36:32 +00:00
Chen Liang
f7af4504a8
8335110: Fix instruction name and API spec inconsistencies in CodeBuilder
...
Reviewed-by: asotona
2024-07-03 02:49:43 +00:00
Kim Barrett
f187c92bef
8335370: Fix -Wzero-as-null-pointer-constant warning in jvmti_common.hpp
...
Reviewed-by: jwaters, amenkov, sspitsyn
2024-07-03 02:19:54 +00:00
Chen Liang
1ef34c1833
8335475: ClassBuilder incorrectly calculates max_locals in some cases
...
Reviewed-by: asotona
2024-07-02 23:15:31 +00:00
Viktor Klang
27982c8f5d
8327854: Test java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpStatefulTest.java failed with RuntimeException
...
Reviewed-by: psandoz
2024-07-02 20:27:52 +00:00
Chris Plummer
a3479576c9
8335291: Problem list all SA core file tests on macosx-aarch64 due to JDK-8318754
...
Reviewed-by: kevinw, amenkov
2024-07-02 18:13:50 +00:00
Jasmine Karthikeyan
685e5878b8
8334816: compiler/c2/irTests/TestIfMinMax.java fails after 8334629
...
Reviewed-by: thartmann, chagedorn
2024-07-02 14:36:29 +00:00
Daniel Fuchs
a537e87d2d
8335530: Java file extension missing in AuthenticatorTest
...
Reviewed-by: cstein, jpai
2024-07-02 11:50:21 +00:00
Emanuel Peter
9046d7aee3
8335390: C2 MergeStores: wrong result with Unsafe
...
Reviewed-by: thartmann, chagedorn, kvn
2024-07-02 08:20:26 +00:00
Prasanta Sadhukhan
5fe07b36d9
5021949: JSplitPane setEnabled(false) shouldn't be partially functional
...
Reviewed-by: abhiscxk, achung, aivanov
2024-07-02 03:39:43 +00:00
Leonid Mesnik
ee4720a75d
8333306: gc/arguments/TestParallelGCErgo.java fails when largepage are enabled
...
Reviewed-by: ayang, zgu
2024-07-01 20:38:55 +00:00
Adam Sotona
3ca2bcd402
8335060: ClassCastException after JDK-8294960
...
Reviewed-by: liach, jpai
2024-07-01 11:51:13 +00:00
Evgeny Nikitin
747e1e47f5
8334295: CTW: update modules
...
Reviewed-by: shade, thartmann
2024-07-01 10:21:31 +00:00
Severin Gehwolf
0a6ffa5795
8261242: [Linux] OSContainer::is_containerized() returns true when run outside a container
...
Reviewed-by: stuefe, iklam
2024-07-01 08:47:29 +00:00
Albert Mingkun Yang
71e3798bf6
8335308: compiler/uncommontrap/DeoptReallocFailure.java times out with SerialGC on Windows
...
Reviewed-by: kvn, thartmann, chagedorn
2024-07-01 08:12:20 +00:00
Kim Barrett
8350b1daed
8335294: Fix simple -Wzero-as-null-pointer-constant warnings in gc code
...
Reviewed-by: tschatzl, coleenp, jwaters
2024-06-29 05:04:47 +00:00
Fernando Guallini
3e23e9c535
8335344: test/jdk/sun/security/tools/keytool/NssTest.java fails to compile
...
Reviewed-by: weijun
2024-06-28 19:17:24 +00:00
Kevin Walls
79a3554e1d
8335124: com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java failed with CPU time out of expected range
...
Reviewed-by: phh, cjplummer
2024-06-28 19:01:36 +00:00
Fernando Guallini
f4d8c005b3
8334562: Automate com/sun/security/auth/callback/TextCallbackHandler/Default.java test
...
Reviewed-by: weijun
2024-06-28 12:45:26 +00:00
Daniel Fuchs
49eb00da8d
8299813: java/nio/channels/DatagramChannel/Disconnect.java fails with jtreg test timeout due to lost datagram
...
Reviewed-by: aefimov
2024-06-28 11:13:11 +00:00
Daniel Fuchs
8ec378a6c8
8277949: (dc) java/nio/channels/DatagramChannel/AdaptorBasic.java failed in timeout
...
Reviewed-by: jpai
2024-06-28 11:03:29 +00:00
SendaoYan
c798316bc4
8269657: Test java/nio/channels/DatagramChannel/Loopback.java failed: Unexpected message
...
Reviewed-by: dfuchs
2024-06-28 09:38:18 +00:00
Jan Lahoda
99d2bbf767
8334433: jshell.exe runs an executable test.exe on startup
...
Reviewed-by: jpai
2024-06-28 09:31:14 +00:00
Christian Hagedorn
6f4ddc2f6b
8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
...
Reviewed-by: thartmann, kvn
2024-06-28 09:23:48 +00:00
Albert Mingkun Yang
3b3a19e907
8335314: Problem list compiler/uncommontrap/DeoptReallocFailure.java
...
Reviewed-by: chagedorn
2024-06-28 08:27:07 +00:00
Evgeny Nikitin
308a812383
8334645: Un-problemlist vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java
...
Reviewed-by: thartmann, lmesnik
2024-06-28 04:42:33 +00:00
Chris Plummer
4e8cbf884a
8335134: Test com/sun/jdi/BreakpointOnClassPrepare.java timeout
...
Reviewed-by: kevinw, coleenp
2024-06-27 22:20:14 +00:00
Ioi Lam
c35e58a5ad
8309634: Resolve CONSTANT_MethodRef at CDS dump time
...
Reviewed-by: matsaave, ccheung
2024-06-27 20:10:13 +00:00
Vladimir Ivanov
243bae7dc0
8304693: Remove -XX:-UseVtableBasedCHA
...
Reviewed-by: kvn, coleenp, dholmes
2024-06-27 18:25:16 +00:00
Daniel Jeliński
b6ffb442ac
8335135: HttpURLConnection#HttpInputStream does not throw IOException when response is truncated
...
Reviewed-by: dfuchs
2024-06-27 15:14:36 +00:00
Francisco Ferrari Bihurriet
4ab7e98c79
8330842: Support AES CBC with Ciphertext Stealing (CTS) in SunPKCS11
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@openjdk.org>
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: valeriep
2024-06-27 15:07:00 +00:00
Evemose
f3b69da55a
8335136: Underscore as parameter name in one-parameter functional types fails to compile
...
Reviewed-by: jlahoda
2024-06-27 07:45:18 +00:00
Shaojin Wen
9d20b58f40
8334328: Reduce object allocation for FloatToDecimal and DoubleToDecimal
...
Reviewed-by: redestad, rgiulietti
2024-06-27 05:13:30 +00:00
Jaikiran Pai
9bb675f89d
8334719: (se) Deferred close of SelectableChannel may result in a Selector doing the final close before concurrent I/O on channel has completed
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, dfuchs
2024-06-27 04:38:32 +00:00
Hannes Greule
3796fdfced
8328536: javac - crash on unknown type referenced in yield statement
...
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: jlahoda
2024-06-26 23:17:32 +00:00
Justin Lu
bffc8484c3
8333755: NumberFormat integer only parsing breaks when format has suffix
...
Reviewed-by: naoto
2024-06-26 17:10:09 +00:00
Emanuel Peter
8374d16504
8335006: C2 SuperWord: add JMH benchmark VectorLoadToStoreForwarding.java
...
Reviewed-by: shade, kvn, sviswanathan
2024-06-26 14:12:44 +00:00
Anthony Scarpino
4ffc5e6077
8326705: Test CertMsgCheck.java fails to find alert certificate_required
...
Reviewed-by: ssahoo, rhalade
2024-06-26 13:58:22 +00:00
Kangcheng Xu
b2ac7259c9
8327380: Add tests for Shenandoah barrier expansion optimization
...
Reviewed-by: roland, shade
2024-06-26 13:19:34 +00:00
Daniel Fuchs
f23295ec1d
8334600: TEST java/net/MulticastSocket/IPMulticastIF.java fails on linux-aarch64
...
Reviewed-by: alanb
2024-06-26 10:09:05 +00:00
Maurizio Cimadamore
4ce8822b6c
8334037: Local class creation in lambda in pre-construction context crashes javac
...
8333313: NullPointerException in lambda instantiating an inner local class in prologue
8333766: Stack overflow with anonymous class in super() parameter
8334679: Wrong bug number in regression test for JDK-8334252
Co-authored-by: Archie Cobbs <acobbs@openjdk.org>
Reviewed-by: jlahoda, vromero
2024-06-26 09:12:02 +00:00
Thomas Stuefe
e1390056c9
8333994: NMT: call stacks should show source information
...
Reviewed-by: jsjolen, gziemski
2024-06-26 08:44:17 +00:00
Kim Barrett
25c3845be2
8333133: Simplify QuickSort::sort
...
Reviewed-by: shade, dholmes
2024-06-26 05:15:36 +00:00
Coleen Phillimore
b3bf31a0a0
8333542: Breakpoint in parallel code does not work
...
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: dholmes, vlivanov
2024-06-25 19:50:58 +00:00
Justin Lu
86b0cf259f
8334653: ISO 4217 Amendment 177 Update
...
Reviewed-by: naoto
2024-06-25 19:05:22 +00:00
Justin Lu
861aefcafa
8334418: Update IANA Language Subtag Registry to Version 2024-06-14
...
Reviewed-by: lancea, iris, srl, naoto
2024-06-25 19:05:01 +00:00
Yude Lin
f8bf470b77
8334810: Redo: Un-ProblemList LocaleProvidersRun and CalendarDataRegression
...
8268379: java/util/Locale/LocaleProvidersRun.java and sun/util/locale/provider/CalendarDataRegression.java timed out
Reviewed-by: naoto, jlu
2024-06-25 18:19:42 +00:00
Quan Anh Mai
933eababf2
8334629: [BACKOUT] PhaseIdealLoop::conditional_move is too conservative
...
Reviewed-by: epeter, thartmann, jkarthikeyan
2024-06-25 17:10:20 +00:00
Vladimir Kozlov
9c89f0861c
8334421: assert(!oldbox->is_unbalanced()) failed: this should not be called for unbalanced region
...
Reviewed-by: vlivanov, thartmann
2024-06-25 16:04:03 +00:00
Johan Sjölen
57f8b91e55
8333658: NMT: Use an allocator with 4-byte pointers to save memory in NativeCallStackStorage
...
Reviewed-by: stuefe, azafari
2024-06-25 14:37:38 +00:00
Matias Saavedra Silva
6c6793307d
8334899: Test runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java failed after JDK-8306580
...
Reviewed-by: iklam, dholmes
2024-06-25 14:07:32 +00:00