Axel Boldt-Christmas
|
bd4160cea8
|
8315884: New Object to ObjectMonitor mapping
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Reviewed-by: rkennke, coleenp, dcubed
|
2024-08-16 06:20:17 +00:00 |
|
Aleksey Shipilev
|
d86e99c3ca
|
8293650: Shenandoah: Support archived heap objects
Reviewed-by: rkennke, wkemper, iklam
|
2024-08-15 20:52:07 +00:00 |
|
Chen Liang
|
ace496515f
|
8338406: BytecodeHelpers using wrong bootstrap method descriptor for condy
Reviewed-by: asotona
|
2024-08-15 17:50:34 +00:00 |
|
Aleksey Shipilev
|
ef54af3988
|
8338444: Shenandoah: Remove ShenandoahHumongousThreshold tunable
Reviewed-by: rkennke, wkemper, ysr
|
2024-08-15 16:45:43 +00:00 |
|
lawrence.andrews
|
7d1bbff076
|
8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java
Reviewed-by: honkar, prr
|
2024-08-15 16:36:15 +00:00 |
|
Daniel Fuchs
|
6169613d9f
|
8336655 : java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes
Reviewed-by: jpai
|
2024-08-15 15:34:08 +00:00 |
|
Fei Gao
|
3859131505
|
8338442: AArch64: Clean up IndOffXX type and let legitimize_address() fix out-of-range operands
Reviewed-by: aph, dlong
|
2024-08-15 15:16:14 +00:00 |
|
Aleksey Shipilev
|
74fdd6868d
|
8333791: Fix memory barriers for @Stable fields
Reviewed-by: liach, vlivanov
|
2024-08-15 11:24:22 +00:00 |
|
Evgeny Nikitin
|
4669e7b7b0
|
8337102: JITTester: Fix breaks in static initialization blocks
Reviewed-by: kvn, iveresov
|
2024-08-15 05:36:11 +00:00 |
|
SendaoYan
|
e3a5e265a7
|
8338344: Test TestPrivilegedMode.java intermittent fails java.lang.NoClassDefFoundError: jdk/test/lib/Platform
Reviewed-by: chagedorn, shade
|
2024-08-14 18:55:58 +00:00 |
|
Chris Plummer
|
723ac5763a
|
8332488: Add JVMTI DataDumpRequest to the debug agent
Reviewed-by: sspitsyn, lmesnik
|
2024-08-14 18:41:24 +00:00 |
|
John Engebretson
|
a5d948fb98
|
8332842: Optimize empty CopyOnWriteArrayList allocations
Reviewed-by: shade, alanb
|
2024-08-14 14:11:53 +00:00 |
|
Jan Lahoda
|
fbe4f05636
|
8337976: Insufficient error recovery in parser for switch inside class body
Reviewed-by: vromero
|
2024-08-14 12:20:17 +00:00 |
|
Jaikiran Pai
|
720b44648b
|
8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient
Reviewed-by: dfuchs
|
2024-08-14 05:42:14 +00:00 |
|
SendaoYan
|
f132b347e1
|
8336854: CAInterop.java#actalisauthenticationrootca conflicted with /manual and /timeout
Reviewed-by: rhalade
|
2024-08-13 22:59:13 +00:00 |
|
Chen Liang
|
6af1d6ff21
|
8335927: Revisit AnnotationConstantValueEntry and AnnotationValue.OfConstant
Reviewed-by: asotona
|
2024-08-13 15:14:06 +00:00 |
|
Liam Miller-Cushon
|
9e282e5c96
|
8337998: CompletionFailure in getEnclosingType attaching type annotations
Reviewed-by: vromero
|
2024-08-13 15:05:49 +00:00 |
|
Axel Boldt-Christmas
|
76e33b6c15
|
8336148: Test runtime/locking/TestRecursiveMonitorChurn.java failed: Unexpected Inflation
Reviewed-by: dholmes, eosterlund
|
2024-08-13 13:13:14 +00:00 |
|
Coleen Phillimore
|
ff8a9f9267
|
8337318: Deoptimization::relock_objects fails assert(monitor->owner() == Thread::current()) failed: must be
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Reviewed-by: rrich, dholmes, shade, pchilanomate
|
2024-08-13 11:48:50 +00:00 |
|
Emanuel Peter
|
c27a8c8c8b
|
8338124: C2 SuperWord: MulAddS2I input permutation still partially broken after JDK-8333840
Reviewed-by: chagedorn, thartmann, kvn
|
2024-08-13 05:52:58 +00:00 |
|
Kim Barrett
|
d77e6fe45c
|
8338154: Fix -Wzero-as-null-pointer-constant warnings in gtest framework
Reviewed-by: ihse, dholmes, jwaters
|
2024-08-13 05:46:38 +00:00 |
|
Leonid Mesnik
|
4417c276e4
|
8330535: Update nsk/jdb tests to use driver instead of othervm
Reviewed-by: cjplummer
|
2024-08-12 19:43:36 +00:00 |
|
Roger Riggs
|
b93b74e3eb
|
8338060: jdk/internal/util/ReferencedKeyTest should be more robust
Reviewed-by: never
|
2024-08-12 19:28:46 +00:00 |
|
Coleen Phillimore
|
41e31d6b0a
|
8337622: IllegalArgumentException in java.lang.reflect.Field.get
Reviewed-by: dholmes, shade
|
2024-08-12 17:56:46 +00:00 |
|
Liam Miller-Cushon
|
8d08314783
|
8337795: Type annotation attached to incorrect type during class reading
Reviewed-by: vromero
|
2024-08-12 17:15:39 +00:00 |
|
SendaoYan
|
04b146a31f
|
8337334: Test tools/javac/7142086/T7142086.java timeout with fastdebug binary
Reviewed-by: vromero
|
2024-08-12 15:43:40 +00:00 |
|
Vicente Romero
|
61d1dc5953
|
8334466: Ambiguous method call with generics may cause FunctionDescriptorLookupError
Reviewed-by: jlahoda
|
2024-08-12 13:52:57 +00:00 |
|
Daniel Gredler
|
89a15f1414
|
8337681: PNGImageWriter uses much more memory than necessary
Reviewed-by: prr, lbourges
|
2024-08-12 12:09:22 +00:00 |
|
SendaoYan
|
0e7c1c1afe
|
8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build
Reviewed-by: chagedorn, thartmann
|
2024-08-12 06:26:27 +00:00 |
|
Kim Barrett
|
6a3d045221
|
8337709: Use allocated states for chunking large array processing
Reviewed-by: iwalulya, tschatzl
|
2024-08-11 18:34:18 +00:00 |
|
Coleen Phillimore
|
069e0ea69f
|
8338064: Give better error for ConcurrentHashTable corruption
Reviewed-by: dholmes, shade
|
2024-08-09 12:00:15 +00:00 |
|
Alexander Zvegintsev
|
2b5aec2aad
|
8338109: java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java duplicate in ProblemList
Reviewed-by: aivanov
|
2024-08-09 11:28:59 +00:00 |
|
Hannes Wallnöfer
|
1407160786
|
8313931: Javadoc: links to type parameters actually generate links to classes
Reviewed-by: jjg
|
2024-08-09 09:24:50 +00:00 |
|
Erik Gahlin
|
53fce38a3f
|
8338062: JFR: Remove TestStartDuration.java and TestStartName.java from ProblemList.txt
Reviewed-by: mgronlun
|
2024-08-09 07:53:15 +00:00 |
|
Christian Hagedorn
|
c01f53ac2d
|
8337876: [IR Framework] Add support for IR tests with @Stable
Reviewed-by: shade, kvn
|
2024-08-09 07:17:59 +00:00 |
|
Jiawei Tang
|
55c509708e
|
8337331: crash: pinned virtual thread will lead to jvm crash when running with the javaagent option
Reviewed-by: dholmes, sspitsyn
|
2024-08-09 02:29:15 +00:00 |
|
Erik Gahlin
|
4b740d87ee
|
8225209: jdk/jfr/event/compiler/TestCodeSweeper.java fails
Reviewed-by: mgronlun
|
2024-08-08 10:57:43 +00:00 |
|
Alexander Zvegintsev
|
ddbd7a78f1
|
8337320: Update ProblemList.txt with tests known to fail on XWayland
Reviewed-by: prr
|
2024-08-08 10:53:23 +00:00 |
|
Alexander Zvegintsev
|
12c553f128
|
8329471: Remove GTK2
Reviewed-by: abhiscxk, prr, ihse
|
2024-08-08 10:51:58 +00:00 |
|
Tejesh R
|
3bc4a1acc4
|
8233068: HIDPI: Linux: AWT Checkbox check mark is unscaled
Reviewed-by: jdv, abhiscxk, honkar
|
2024-08-08 10:40:56 +00:00 |
|
Afshin Zafari
|
fa18359007
|
8335981: ProblemList runtime/Thread/TestAlwaysPreTouchStacks.java for MacOS
Reviewed-by: tschatzl
|
2024-08-08 08:55:05 +00:00 |
|
Gui Cao
|
16df9c33e9
|
8337971: Problem list several jvmci tests on linux-riscv64 until JDK-8331704 is fixed
Reviewed-by: fyang, shade
|
2024-08-08 05:22:20 +00:00 |
|
Jamil Nimeh
|
9b11bd7f4a
|
8337826: Improve logging in OCSPTimeout and SimpleOCSPResponder to help diagnose JDK-8309754
Reviewed-by: mullan
|
2024-08-07 21:06:47 +00:00 |
|
Fernando Guallini
|
a5c2d7b305
|
8335172: Add manual steps to run security/auth/callback/TextCallbackHandler/Password.java test
Reviewed-by: rhalade
|
2024-08-07 18:24:08 +00:00 |
|
Naoto Sato
|
d19ba81ce1
|
8337603: Change in behavior with -Djava.locale.useOldISOCodes=true
Reviewed-by: iris, bpb
|
2024-08-07 15:58:03 +00:00 |
|
Tobias Hartmann
|
66286b25a1
|
8337968: Problem list compiler/vectorapi/VectorRebracket128Test.java
Reviewed-by: chagedorn
|
2024-08-07 05:32:28 +00:00 |
|
Alex Menkov
|
920751e5d5
|
8311990: Two JDI tests may interfere with each other
Reviewed-by: dholmes, sspitsyn
|
2024-08-06 21:56:48 +00:00 |
|
Chris Plummer
|
6733b89de1
|
8337667: sun/tools/jcmd/TestJcmdPIDSubstitution.java is failing on mac and windows
Reviewed-by: stuefe, kevinw
|
2024-08-06 21:44:30 +00:00 |
|
Alisen Chung
|
fc652d2a58
|
8235404: [macos] JOptionPane blocks drawing string on another component
Reviewed-by: honkar, dnguyen
|
2024-08-06 21:10:06 +00:00 |
|
Naoto Sato
|
ff634a9670
|
8337506: Disable "best-fit" mapping on Windows command line
Reviewed-by: alanb
|
2024-08-06 20:11:21 +00:00 |
|
Erik Gahlin
|
f9b8a22062
|
8337798: JFR: Remove jdk/jfr/api/consumer/recordingstream/TestOnEvent.java from ProblemList.txt
Reviewed-by: mgronlun
|
2024-08-06 09:28:12 +00:00 |
|
Jan Lahoda
|
958786b28f
|
8332522: SwitchBootstraps::mappedEnumLookup constructs unused array
Reviewed-by: liach, redestad
|
2024-08-06 09:07:44 +00:00 |
|
Matthias Baesken
|
f92c60e1a9
|
8337810: ProblemList BasicDirectoryModel/LoaderThreadCount.java on Windows
Reviewed-by: clanger
|
2024-08-06 07:06:43 +00:00 |
|
Serguei Spitsyn
|
965d6b9cbe
|
8335836: serviceability/jvmti/StartPhase/AllowedFunctions/AllowedFunctions.java fails with unexpected exit code: 112
Reviewed-by: cjplummer, amenkov
|
2024-08-05 23:29:17 +00:00 |
|
Chris Plummer
|
e2c07d5044
|
8337299: vmTestbase/nsk/jdb/stop_at/stop_at002/stop_at002.java failure goes undetected
Reviewed-by: amenkov, sspitsyn
|
2024-08-05 18:42:27 +00:00 |
|
Johan Sjölen
|
97afbd9603
|
8336410: runtime/NMT/TotalMallocMmapDiffTest.java Total malloc diff is incorrect. Expected malloc diff range
Reviewed-by: gziemski, stuefe
|
2024-08-05 14:49:38 +00:00 |
|
Carlo Refice
|
c095c0e6a5
|
8336489: Track scoped accesses in JVMCI compiled code
Reviewed-by: dnsimon, never
|
2024-08-05 14:09:54 +00:00 |
|
Erik Gahlin
|
2e093b0691
|
8337779: test/jdk/jdk/jfr/jvm/TestHiddenWait.java is a bit fragile
Reviewed-by: mgronlun
|
2024-08-05 13:17:32 +00:00 |
|
Matthias Baesken
|
fbe8a81d19
|
8333144: docker tests do not work when ubsan is configured
Reviewed-by: clanger, stuefe
|
2024-08-05 05:57:41 +00:00 |
|
Brian Burkhalter
|
8bd3cd5156
|
8337716: ByteBuffer hashCode implementations are inconsistent
Reviewed-by: alanb, liach
|
2024-08-04 15:42:51 +00:00 |
|
fabioromano1
|
367e0a6556
|
8334755: Asymptotically faster implementation of square root algorithm
Reviewed-by: rgiulietti
|
2024-08-03 13:08:54 +00:00 |
|
Jonathan Gibbons
|
7deee74525
|
8335122: Reorganize internal low-level support for HTML in jdk.javadoc
Reviewed-by: hannesw
|
2024-08-02 17:53:23 +00:00 |
|
Sandhya Viswanathan
|
dc35f3e8a8
|
8337062: x86_64: Unordered add/mul reduction support for vector api
Reviewed-by: jbhateja, sgibbons
|
2024-08-01 23:02:23 +00:00 |
|
Brian Burkhalter
|
21e86d10a7
|
8334405: java/nio/channels/Selector/SelectWithConsumer.java#id0 failed in testWakeupDuringSelect
Reviewed-by: dfuchs, alanb, vtewari
|
2024-08-01 19:02:33 +00:00 |
|
Hannes Greule
|
9fe6e2316a
|
8335638: Calling VarHandle.{access-mode} methods reflectively throws wrong exception
Reviewed-by: liach
|
2024-08-01 14:41:25 +00:00 |
|
Jorn Vernee
|
27af80ef9e
|
8324260: java/foreign/TestStubAllocFailure.java run timeout with -Xcomp
Reviewed-by: alanb, jpai, shade
|
2024-08-01 14:36:03 +00:00 |
|
Matthew Donovan
|
c6f0a35e9e
|
8333317: Test sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with: Invalid ECDH ServerKeyExchange signature
Reviewed-by: rhalade
|
2024-08-01 11:40:44 +00:00 |
|
Kevin Walls
|
f174bbd3ba
|
8337473: Remove sun/management/jdp tests from ProblemList on Linux-aarch64, MacOSX
Reviewed-by: dcubed
|
2024-08-01 08:14:17 +00:00 |
|
Albert Mingkun Yang
|
8eb56845e4
|
8337550: Add documentation to TestOutOfMemoryDuringInit.java
Reviewed-by: dholmes
|
2024-08-01 07:28:39 +00:00 |
|
Albert Mingkun Yang
|
cf1230a5f7
|
8337546: Remove unused GCCause::_adaptive_size_policy
Reviewed-by: tschatzl, kbarrett
|
2024-08-01 07:28:29 +00:00 |
|
Coleen Phillimore
|
8f039b5629
|
8336919: Cleanup and rename tags in placeholders code
Co-authored-by: Frederic Parain <fparain@openjdk.org>
Reviewed-by: iklam, fparain, dholmes
|
2024-07-31 17:55:01 +00:00 |
|
Daniel Lundén
|
fdb4350fce
|
8324345: Stack overflow during C2 compilation when splitting memory phi
Reviewed-by: thartmann, kvn
|
2024-07-31 16:05:42 +00:00 |
|
Jasmine Karthikeyan
|
f2ba2ebbca
|
8331090: Run Ideal_minmax before de-canonicalizing CMoves
Reviewed-by: thartmann, epeter
|
2024-07-31 15:16:21 +00:00 |
|
Aleksey Shipilev
|
c73b3cb599
|
8336635: Add IR test for Reference.refersTo intrinsic
Reviewed-by: thartmann, kvn
|
2024-07-31 12:56:43 +00:00 |
|
David Leopoldseder
|
9b428dda8f
|
8336242: 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 (again)
Reviewed-by: dnsimon, never
|
2024-07-31 09:40:47 +00:00 |
|
Thomas Schatzl
|
de0b50400a
|
8336912: G1: Undefined behavior for G1ConfidencePercent=0
Reviewed-by: ayang, sangheki
|
2024-07-31 08:08:15 +00:00 |
|
Ashutosh Mehra
|
e63d01654e
|
8337031: Improvements to CompilationMemoryStatistic
Reviewed-by: kvn, stuefe
|
2024-07-31 01:36:37 +00:00 |
|
David Holmes
|
5b7bb40d1f
|
8325002: Exceptions::fthrow needs to ensure it truncates to a valid utf8 string
Reviewed-by: djelinski, stuefe
|
2024-07-30 22:35:28 +00:00 |
|
Sonia Zaldana Calles
|
f5c9e8f122
|
8334492: DiagnosticCommands (jcmd) should accept %p in output filenames and substitute PID
Reviewed-by: kevinw, stuefe, lmesnik
|
2024-07-30 18:40:37 +00:00 |
|
Chen Liang
|
93c19ac73c
|
8337219: AccessFlags factories do not require necessary arguments
Reviewed-by: asotona
|
2024-07-30 17:41:49 +00:00 |
|
Vanitha B P
|
2c9fd9016f
|
8336315: tools/jpackage/windows/WinChildProcessTest.java Failed: Check is calculator process is alive
Reviewed-by: asemenyuk, almatvee
|
2024-07-30 15:04:57 +00:00 |
|
Erik Gahlin
|
4148613148
|
8335907: JFR: Make SettingControls more robust
Reviewed-by: mgronlun
|
2024-07-30 13:47:58 +00:00 |
|
Chen Liang
|
ab27090aa0
|
8337225: Demote maxStack and maxLocals from CodeModel to CodeAttribute
Reviewed-by: asotona
|
2024-07-29 21:58:08 +00:00 |
|
Archie Cobbs
|
a86244f83c
|
6381729: Javadoc for generic constructor doesn't document type parameter
Reviewed-by: jjg, liach
|
2024-07-29 19:16:39 +00:00 |
|
Naoto Sato
|
c23d37e10a
|
8337300: java/lang/Process/WaitForDuration.java leaves child process behind
Reviewed-by: alanb, iris, bpb
|
2024-07-29 16:43:25 +00:00 |
|
Erik Gahlin
|
9124a94e38
|
8337165: Test jdk/jfr/event/gc/stacktrace/TestG1YoungAllocationPendingStackTrace.java failed: IndexOutOfBoundsException: Index 64 out of bounds for length 64
Reviewed-by: phh
|
2024-07-29 09:52:38 +00:00 |
|
Thomas Schatzl
|
dab2a0b597
|
8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC
Reviewed-by: iwalulya, shade
|
2024-07-29 09:10:25 +00:00 |
|
Fernando Guallini
|
034297a6bd
|
8336240: Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException
Reviewed-by: wetmore
|
2024-07-26 18:51:12 +00:00 |
|
Alex Menkov
|
abc4ca5a8c
|
8330427: Obsolete -XX:+PreserveAllAnnotations
Reviewed-by: dholmes, sspitsyn, coleenp
|
2024-07-26 17:55:35 +00:00 |
|
Abhishek Kumar
|
0c3720b421
|
8335131: Test "javax/swing/JColorChooser/Test6977726.java" failed on ubuntu x64 because "Preview" title is missing for GTK L&F
Reviewed-by: dnguyen, psadhukhan
|
2024-07-26 17:39:00 +00:00 |
|
Alexey Ivanov
|
374fca0fcb
|
8335967: "text-decoration: none" does not work with "A" HTML tags
Reviewed-by: abhiscxk, dmarkov, honkar, prr
|
2024-07-26 11:22:32 +00:00 |
|
Fei Gao
|
d10afa26e5
|
8336245: AArch64: remove extra register copy when converting from long to pointer
Co-authored-by: Andrew Haley <aph@openjdk.org>
Reviewed-by: aph, adinn
|
2024-07-26 09:36:23 +00:00 |
|
William Kemper
|
0584af2325
|
8336685: Shenandoah: Remove experimental incremental update mode
Reviewed-by: shade
|
2024-07-25 23:59:56 +00:00 |
|
Weijun Wang
|
b5b5a5b8e5
|
8336667: IAE in DerInputStream.toByteArray
Reviewed-by: valeriep
|
2024-07-25 17:11:59 +00:00 |
|
Jorn Vernee
|
81ed028717
|
8337060: Test java/foreign/TestConcurrentClose.java failed: IllegalStateException: SegmentAccessor::doAccess method not being compiled
Reviewed-by: mcimadamore, alanb
|
2024-07-25 16:36:31 +00:00 |
|
Vicente Romero
|
34ee06f511
|
8332850: javac crashes if container for repeatable annotation is not found
Reviewed-by: darcy
|
2024-07-25 13:41:32 +00:00 |
|
Roland Westrelin
|
3baff2af6a
|
8335393: C2: assert(!had_error) failed: bad dominance
Reviewed-by: thartmann, chagedorn
|
2024-07-25 09:26:11 +00:00 |
|
Shaojin Wen
|
8081f8702a
|
8334342: Add MergeStore JMH benchmarks
Reviewed-by: epeter, thartmann
|
2024-07-25 09:16:32 +00:00 |
|
Alan Bateman
|
6e228ce382
|
8336254: Virtual thread implementation + test updates
Reviewed-by: sspitsyn, kevinw
|
2024-07-25 04:59:01 +00:00 |
|
Serguei Spitsyn
|
d3e51daf73
|
8334085: Test crash: assert(thread->held_monitor_count() == 0) failed: Must be
Reviewed-by: dholmes, pchilanomate
|
2024-07-25 01:35:03 +00:00 |
|
Shaojin Wen
|
0898ab7f74
|
8336741: Optimize LocalTime.toString with StringBuilder.repeat
Reviewed-by: liach, rriggs, naoto
|
2024-07-24 22:39:49 +00:00 |
|
David Holmes
|
021c2c36ac
|
8337067: Test runtime/classFileParserBug/Bad_NCDFE_Msg.java won't compile
Reviewed-by: lfoltan
|
2024-07-24 21:15:18 +00:00 |
|
Jaikiran Pai
|
04e8cb8641
|
8336815: Several methods in java.net.Socket and ServerSocket do not specify behavior when already bound, connected or closed
Reviewed-by: alanb
|
2024-07-24 15:43:53 +00:00 |
|
Erik Gahlin
|
aa15b895c9
|
8336485: jdk/jfr/jcmd/TestJcmdView.java RuntimeException: 'Invoked Concurrent' missing from stdout/stderr
Reviewed-by: mgronlun
|
2024-07-24 15:12:53 +00:00 |
|
Chen Liang
|
332df83e7c
|
8336927: Missing equals and hashCode in java.lang.classfile.Annotation
Reviewed-by: asotona
|
2024-07-24 12:13:15 +00:00 |
|
Matthias Baesken
|
5b4824cf9a
|
8336827: compiler/vectorization/TestFloat16VectorConvChain.java timeouts on ppc64 platforms after JDK-8335860
Reviewed-by: kvn, mdoerr, shade
|
2024-07-24 07:21:45 +00:00 |
|
Ben Perez
|
4c91d5cb41
|
8322133: getParameterSpec(ECGenParameterSpec.class) on EC AlgorithmParameters does not return standard names
Reviewed-by: mullan
|
2024-07-23 19:35:11 +00:00 |
|
Sonia Zaldana Calles
|
8e1f17e351
|
8327054: DiagnosticCommand Compiler.perfmap does not log on output()
Reviewed-by: lmesnik, stuefe, kevinw, cjplummer
|
2024-07-23 15:49:34 +00:00 |
|
Chen Liang
|
a2a236f904
|
8335939: Hide element writing across the ClassFile API
Reviewed-by: asotona
|
2024-07-23 12:11:47 +00:00 |
|
Claes Redestad
|
e83b4b236e
|
8335182: Consolidate and streamline String concat code shapes
Reviewed-by: liach, jvernee
|
2024-07-23 11:50:57 +00:00 |
|
Alan Bateman
|
9f03f68755
|
8336339: (se) SelectionKey.interestOps(int) should not throw ClosedSelectorException
Reviewed-by: jpai, bpb
|
2024-07-23 05:13:49 +00:00 |
|
Chen Liang
|
96e4a1876a
|
8304929: MethodTypeDesc throws an unchecked exception than ReflectiveOperationException when a component class cannot be resolved
Reviewed-by: jvernee
|
2024-07-22 22:53:52 +00:00 |
|
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 |
|