Xue-Lei Andrew Fan
|
82a8bd7e92
|
8287596: Reorg jdk.test.lib.util.ForceGC
Reviewed-by: rriggs
|
2022-07-06 14:23:44 +00:00 |
|
Roland Westrelin
|
cbaf6e807e
|
8288022: c2: Transform (CastLL (AddL into (AddL (CastLL when possible
Reviewed-by: thartmann, kvn
|
2022-07-06 11:36:12 +00:00 |
|
Thomas Schatzl
|
834189527e
|
8289739: Add G1 specific GC breakpoints for testing
Reviewed-by: kbarrett, iwalulya
|
2022-07-06 09:39:25 +00:00 |
|
Severin Gehwolf
|
ac6be16519
|
8289695: [TESTBUG] TestMemoryAwareness.java fails on cgroups v2 and crun
Reviewed-by: sspitsyn
|
2022-07-06 08:24:47 +00:00 |
|
Matthias Baesken
|
d8f4e97bd3
|
8289146: containers/docker/TestMemoryWithCgroupV1.java fails on linux ppc64le machine with missing Memory and Swap Limit output
Reviewed-by: sgehwolf, mdoerr, iklam
|
2022-07-06 07:12:32 +00:00 |
|
Xiaohong Gong
|
fafe8b3f8d
|
8289604: compiler/vectorapi/VectorLogicalOpIdentityTest.java failed on x86 AVX1 system
Reviewed-by: jiefu, kvn
|
2022-07-06 06:15:04 +00:00 |
|
Evgeny Astigeevich
|
351560414d
|
8280481: Duplicated stubs to interpreter for static calls
Reviewed-by: kvn, phh
|
2022-07-05 20:50:02 +00:00 |
|
Lance Andersen
|
d48694d0f3
|
8283335: Add exists and readAttributesIfExists methods to FileSystemProvider
Reviewed-by: alanb
|
2022-07-05 19:45:08 +00:00 |
|
Doug Simon
|
c45d613faa
|
8289687: [JVMCI] bug in HotSpotResolvedJavaMethodImpl.equals
Reviewed-by: kvn
|
2022-07-05 18:25:12 +00:00 |
|
Chris Plummer
|
29ea6429d2
|
8287847: Fatal Error when suspending virtual thread after it has terminated
Reviewed-by: alanb, sspitsyn
|
2022-07-05 17:46:59 +00:00 |
|
Michael McMahon
|
77c3bbf105
|
8289617: Remove test/jdk/java/net/ServerSocket/ThreadStop.java
Reviewed-by: alanb, jpai
|
2022-07-05 09:15:41 +00:00 |
|
KIRIYAMA Takuya
|
1b997db734
|
8289427: compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java failed with null setting
Reviewed-by: kvn, thartmann
|
2022-07-05 06:38:10 +00:00 |
|
Thomas Stuefe
|
688712f75c
|
8289633: Forbid raw C-heap allocation functions in hotspot and fix findings
Reviewed-by: kbarrett, dholmes
|
2022-07-05 04:26:45 +00:00 |
|
Ryan Ernst
|
9ccae7078e
|
8287593: ShortResponseBody could be made more resilient to rogue connections
Reviewed-by: chegar, dfuchs
|
2022-07-04 16:09:40 +00:00 |
|
Pavel Rappo
|
f640fc5a1e
|
8067757: Incorrect HTML generation for copied javadoc with multiple @throws tags
Reviewed-by: jjg
|
2022-07-04 16:00:53 +00:00 |
|
Matthias Baesken
|
0dff3276e8
|
8289569: [test] java/lang/ProcessBuilder/Basic.java fails on Alpine/musl
Reviewed-by: clanger
Backport-of: a8edd7a12f
|
2022-07-04 14:45:48 +00:00 |
|
Jatin Bhateja
|
1a271645a8
|
8287851: C2 crash: assert(t->meet(t0) == t) failed: Not monotonic
Reviewed-by: thartmann, chagedorn
|
2022-07-04 11:31:32 +00:00 |
|
Matthias Baesken
|
a8edd7a12f
|
8289569: [test] java/lang/ProcessBuilder/Basic.java fails on Alpine/musl
Reviewed-by: clanger, alanb, stuefe
|
2022-07-04 08:56:35 +00:00 |
|
Christoph Langer
|
5b5bc6c26e
|
8287672: jtreg test com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails intermittently in nightly run
Reviewed-by: stuefe
Backport-of: 7e211d7daa
|
2022-07-04 07:52:38 +00:00 |
|
Prasanta Sadhukhan
|
649f2d8835
|
8065097: [macosx] javax/swing/Popup/TaskbarPositionTest.java fails because Popup is one pixel off
Reviewed-by: aivanov
|
2022-07-03 08:36:08 +00:00 |
|
Bill Huang
|
d8444aa45e
|
8286610: Add additional diagnostic output to java/net/DatagramSocket/InterruptibleDatagramSocket.java
Reviewed-by: msheppar, dfuchs, jpai
|
2022-07-03 02:37:30 +00:00 |
|
Serguei Spitsyn
|
c4dcce4bca
|
8289619: JVMTI SelfSuspendDisablerTest.java failed with RuntimeException: Test FAILED: Unexpected thread state
Reviewed-by: alanb, cjplummer
|
2022-07-02 20:43:11 +00:00 |
|
Jesper Wilhelmsson
|
70f5693356
|
Merge
|
2022-07-02 18:07:36 +00:00 |
|
Serguei Spitsyn
|
9515560c54
|
8288703: GetThreadState returns 0 for virtual thread that has terminated
Reviewed-by: alanb, amenkov, cjplummer
|
2022-07-02 05:43:43 +00:00 |
|
Maurizio Cimadamore
|
8e01ffb3a7
|
8289570: SegmentAllocator:allocateUtf8String(String str) default behavior mismatch to spec
Reviewed-by: alanb, psandoz
|
2022-07-01 21:46:07 +00:00 |
|
Brian Burkhalter
|
e291a67e96
|
8289584: (fs) Print size values in java/nio/file/FileStore/Basic.java when they differ by > 1GiB
Reviewed-by: alanb
|
2022-07-01 19:13:49 +00:00 |
|
Daniel D. Daugherty
|
20124ac755
|
8289585: ProblemList sun/tools/jhsdb/JStackStressTest.java on linux-aarch64
Reviewed-by: bpb, kevinw
|
2022-07-01 16:21:31 +00:00 |
|
Calvin Cheung
|
c43bdf7165
|
8289257: Some custom loader tests failed due to symbol refcount not decremented
Reviewed-by: iklam, coleenp
|
2022-07-01 16:11:17 +00:00 |
|
Naoto Sato
|
604ea90d55
|
8289549: ISO 4217 Amendment 172 Update
Reviewed-by: iris
|
2022-07-01 16:07:23 +00:00 |
|
Harold Seigel
|
09b4032f8b
|
8289534: Change 'uncomplicated' hotspot runtime options
Reviewed-by: coleenp, dholmes
|
2022-07-01 14:31:30 +00:00 |
|
Tobias Holenstein
|
b9b900a61c
|
8277060: EXCEPTION_INT_DIVIDE_BY_ZERO in TypeAryPtr::dump2 with -XX:+TracePhaseCCP
Reviewed-by: kvn, thartmann, chagedorn, dlong
|
2022-07-01 13:34:38 +00:00 |
|
Harshitha Onkar
|
f190f4e638
|
8288444: Remove the workaround for frame.pack() in ModalDialogTest
Reviewed-by: azvegint
|
2022-07-01 09:07:34 +00:00 |
|
Tobias Hartmann
|
95497772e7
|
8284358: Unreachable loop is not removed from C2 IR, leading to a broken graph
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: kvn, chagedorn
|
2022-07-01 05:23:57 +00:00 |
|
Xiaohong Gong
|
124c63c17c
|
8288294: [vector] Add Identity/Ideal transformations for vector logic operations
Reviewed-by: kvn, jbhateja
|
2022-07-01 01:19:18 +00:00 |
|
Kevin Walls
|
00d06d4a82
|
8289440: Remove vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded003 from ProblemList.txt
Reviewed-by: amenkov, lmesnik
|
2022-06-30 20:18:52 +00:00 |
|
Prasanta Sadhukhan
|
feb223aacf
|
8288707: javax/swing/JToolBar/4529206/bug4529206.java: setFloating does not work correctly
Reviewed-by: tr, serb
|
2022-06-30 11:16:07 +00:00 |
|
rmartinc
|
c3addbb1c0
|
8288895: LdapContext doesn't honor set referrals limit
Reviewed-by: dfuchs, aefimov
|
2022-06-30 09:17:57 +00:00 |
|
Xiaohong Gong
|
1305fb5ca8
|
8287984: AArch64: [vector] Make all bits set vector sharable for match rules
Reviewed-by: kvn, ngasson
|
2022-06-30 08:53:27 +00:00 |
|
Xin Liu
|
31e50f2c76
|
8286104: use aggressive liveness for unstable_if traps
Reviewed-by: kvn, thartmann
|
2022-06-30 03:59:42 +00:00 |
|
Jaikiran Pai
|
dddd4e7c81
|
8289291: HttpServer sets incorrect value for "max" parameter in Keep-Alive header value
Reviewed-by: michaelm, dfuchs
|
2022-06-30 01:43:11 +00:00 |
|
Jesper Wilhelmsson
|
048bffad79
|
Merge
|
2022-06-29 23:32:37 +00:00 |
|
Harshitha Onkar
|
15efb2bdeb
|
8289238: Refactoring changes to PassFailJFrame Test Framework
Reviewed-by: azvegint, aivanov
|
2022-06-29 18:36:38 +00:00 |
|
Zdenek Zambersky
|
b6bd190d8d
|
8288985: P11TlsKeyMaterialGenerator should work with ChaCha20-Poly1305
Reviewed-by: valeriep
|
2022-06-29 17:20:03 +00:00 |
|
Doug Simon
|
ba670ecbb9
|
8289094: [JVMCI] reduce JNI overhead and other VM rounds trips in JVMCI
Reviewed-by: kvn, dlong
|
2022-06-29 16:14:55 +00:00 |
|
Raffaello Giulietti
|
570897498b
|
8288596: Random:from() adapter does not delegate to supplied generator in all cases
Reviewed-by: darcy
|
2022-06-29 14:56:28 +00:00 |
|
Quan Anh Mai
|
108cd69516
|
8283726: x86_64 intrinsics for compareUnsigned method in Integer and Long
Reviewed-by: kvn, jbhateja
|
2022-06-29 10:34:05 +00:00 |
|
Thomas Stuefe
|
b96ba19807
|
8289182: NMT: MemTracker::baseline should return void
Reviewed-by: dholmes, zgu
|
2022-06-29 04:12:46 +00:00 |
|
KIRIYAMA Takuya
|
910053b74e
|
8280235: Deprecated flag FlightRecorder missing from VMDeprecatedOptions test
Reviewed-by: dholmes, mgronlun
|
2022-06-28 23:37:23 +00:00 |
|
Hai-May Chao
|
7b3bf97760
|
8289401: Add dump output to TestRawRSACipher.java
Reviewed-by: weijun
|
2022-06-28 23:30:32 +00:00 |
|
Jesper Wilhelmsson
|
86dc760f9e
|
Merge
|
2022-06-28 22:11:23 +00:00 |
|
Daniel D. Daugherty
|
1504804896
|
8289398: ProblemList jdk/jfr/api/consumer/recordingstream/TestOnEvent.java on linux-x64 again
Reviewed-by: azvegint
|
2022-06-28 20:06:06 +00:00 |
|
Alex Kasko
|
c67149be4b
|
8288961: jpackage: test MSI installation fix
Reviewed-by: asemenyuk, almatvee
|
2022-06-28 17:06:08 +00:00 |
|
Alex Kasko
|
1f36ed1fae
|
8288013: jpackage: test utility Windows registry enhancement
Reviewed-by: asemenyuk, almatvee
|
2022-06-28 17:03:11 +00:00 |
|
Jonathan Gibbons
|
c42b796f91
|
8288058: Broken links on constant-values page
Reviewed-by: prappo
|
2022-06-28 15:58:12 +00:00 |
|
Jonathan Gibbons
|
a814293e1f
|
8275784: Bogus warning generated for record with compact constructor
Reviewed-by: prappo
|
2022-06-28 15:54:52 +00:00 |
|
Maurizio Cimadamore
|
adbd200dc5
|
8289228: SegmentAllocator::allocateArray null handling is too lax
Reviewed-by: jvernee, psandoz
|
2022-06-28 10:06:42 +00:00 |
|
Calvin Cheung
|
33369719b2
|
8289258: ProblemList some failing custom loader tests with ZGC
Reviewed-by: dholmes
|
2022-06-28 05:22:43 +00:00 |
|
Dean Long
|
b4490386fe
|
8288445: AArch64: C2 compilation fails with guarantee(!true || (true && (shift != 0))) failed: impossible encoding
Reviewed-by: thartmann, haosun, njian
|
2022-06-28 03:12:12 +00:00 |
|
Thejasvi Voniadka
|
784fa0add7
|
8282036: Change java/util/zip/ZipFile/DeleteTempJar.java to stop HttpServer cleanly in case of exceptions
Reviewed-by: jpai, alanb, dfuchs
|
2022-06-28 01:55:17 +00:00 |
|
Daniel D. Daugherty
|
2efa89a89e
|
8289251: ProblemList java/lang/ref/OOMEInReferenceHandler.java
Reviewed-by: dholmes
|
2022-06-27 21:24:00 +00:00 |
|
Calvin Cheung
|
e322e77e95
|
8288651: CDS test HelloUnload.java should not use literal string as ClassLoader name
Reviewed-by: coleenp, iklam
|
2022-06-27 21:16:02 +00:00 |
|
Harshitha Onkar
|
40bf3b1167
|
8288993: Make AwtFramePackTest generic by removing @requires tag
Reviewed-by: dmarkov, aivanov, serb
|
2022-06-27 21:02:11 +00:00 |
|
Pavel Rappo
|
17ef8cae33
|
8288524: Allow @systemProperty to appear in overview documentation
Reviewed-by: jjg
|
2022-06-27 19:33:16 +00:00 |
|
Daniel D. Daugherty
|
caa6b74b5b
|
8289240: ProblemList java/lang/reflect/callerCache/ReflectionCallerCacheTest.java in -Xcomp mode
Reviewed-by: bpb, naoto
|
2022-06-27 18:43:42 +00:00 |
|
Daniel D. Daugherty
|
28913f4747
|
8289235: ProblemList vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod011/TestDescription.java when run with vthread wrapper
Reviewed-by: bpb
|
2022-06-27 18:42:27 +00:00 |
|
Jesper Wilhelmsson
|
d4b040f42d
|
Merge
|
2022-06-27 18:25:53 +00:00 |
|
Raffaello Giulietti
|
354ed1034d
|
8288021: Add hard test cases to jdk.internal.math.DoubleToDecimalChecker
Co-authored-by: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Reviewed-by: darcy
|
2022-06-27 18:21:17 +00:00 |
|
Maurizio Cimadamore
|
2c8ada689f
|
8289188: SegmentAllocator:allocateArray(*) default behavior mismatch to spec
Reviewed-by: alanb
|
2022-06-27 15:37:08 +00:00 |
|
Daniel Fuchs
|
f3f078846f
|
8288746: HttpClient resources could be reclaimed more eagerly
Reviewed-by: jpai, michaelm
|
2022-06-27 15:11:35 +00:00 |
|
Damon Nguyen
|
64f95cfb32
|
8012675: javax.swing.JEditorPane is unclear on the handling of unsupported HTML script tags
Reviewed-by: prr, aivanov
|
2022-06-27 12:37:15 +00:00 |
|
Christian Hagedorn
|
784a0f0496
|
8288683: C2: And node gets wrong type due to not adding it back to the worklist in CCP
Reviewed-by: roland, thartmann
|
2022-06-27 11:32:13 +00:00 |
|
Alan Bateman
|
7e13cdb799
|
8289079: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed with "RuntimeException: Test failed"
Reviewed-by: dholmes, mcimadamore
|
2022-06-27 10:22:04 +00:00 |
|
Joe Darcy
|
de7467146f
|
8266670: Better modeling of access flags in core reflection
Reviewed-by: mchung, rriggs, asotona
|
2022-06-25 19:09:43 +00:00 |
|
Jaikiran Pai
|
9c92da5249
|
8247407: tools/jlink/plugins/CompressorPluginTest.java test failing
Reviewed-by: sundar, jlaskey
|
2022-06-25 12:19:14 +00:00 |
|
Vicente Romero
|
53b37fe153
|
8288130: compiler error with AP and explicit record accessor
Reviewed-by: jlahoda
|
2022-06-24 21:42:23 +00:00 |
|
Daniel D. Daugherty
|
08288819dd
|
8289166: ProblemList tools/jlink/plugins/CompressorPluginTest.java
Reviewed-by: lmesnik, bpb
|
2022-06-24 19:13:41 +00:00 |
|
Leonid Mesnik
|
4cdb97893c
|
8289098: clean up ported serviceability/jvmti tests
Reviewed-by: kevinw, sspitsyn
|
2022-06-24 18:13:23 +00:00 |
|
Roger Riggs
|
fdc8455c45
|
8288495: [test] Make OutputAnalyzer exception more informative
Reviewed-by: lmesnik, naoto, jpai, dholmes
|
2022-06-24 13:46:32 +00:00 |
|
Harold Seigel
|
925084c496
|
8288976: classfile parser 'wrong name' error message has the names the wrong way around
Reviewed-by: dholmes, shade
|
2022-06-24 12:03:09 +00:00 |
|
Jan Lahoda
|
bdf9902f75
|
8288120: VerifyError with JEP 405 pattern match
Reviewed-by: vromero
|
2022-06-24 08:13:28 +00:00 |
|
Christian Hagedorn
|
17aacde50f
|
8288669: compiler/vectorapi/VectorFPtoIntCastTest.java still fails with "IRViolationException: There were one or multiple IR rule failures."
Reviewed-by: thartmann, dcubed
|
2022-06-24 07:28:44 +00:00 |
|
Joe Wang
|
1f9521e6cb
|
8287076: Document.normalizeDocument() produces different results
Reviewed-by: lancea, iris, naoto
|
2022-06-23 17:12:31 +00:00 |
|
Naoto Sato
|
a716f7934b
|
8288589: Files.readString ignores encoding errors for UTF-16
Backport-of: 2728770e3d
|
2022-06-23 17:07:58 +00:00 |
|
Serguei Spitsyn
|
4c9ea7e66a
|
8286580: serviceability/jvmti/vthread/GetSetLocalTest failed with assert: Not supported for heap frames
Reviewed-by: lmesnik, rpressler, cjplummer
|
2022-06-23 16:21:32 +00:00 |
|
Naoto Sato
|
2728770e3d
|
8288589: Files.readString ignores encoding errors for UTF-16
Reviewed-by: rriggs, iris, alanb
|
2022-06-23 15:49:43 +00:00 |
|
Brian Burkhalter
|
72f286a9ba
|
8287580: (se) CancelledKeyException during channel registration
Reviewed-by: alanb
|
2022-06-23 15:39:32 +00:00 |
|
Thiago Henrique Hüpner
|
a802b9816a
|
8287760: --do-not-resolve-by-default gets overwritten if --warn-if-resolved flags is used
Reviewed-by: lancea, alanb, cstein
|
2022-06-23 09:41:06 +00:00 |
|
Richard Reingruber
|
3f5e48a44e
|
8288781: C1: LIR_OpVisitState::maxNumberOfOperands too small
Reviewed-by: shade, mdoerr, thartmann
|
2022-06-23 05:42:54 +00:00 |
|
Jesper Wilhelmsson
|
5b583e4792
|
Merge
|
2022-06-22 23:21:49 +00:00 |
|
Erik Gahlin
|
58b6937b09
|
8288982: JFR: Log event streaming actions
Reviewed-by: mgronlun
|
2022-06-22 19:37:51 +00:00 |
|
Daniel D. Daugherty
|
6458ebc8e4
|
8288988: ProblemList serviceability/jvmti/vthread/ContStackDepthTest/ContStackDepthTest.java in -Xcomp mode
Reviewed-by: alanb, azvegint
|
2022-06-22 16:20:20 +00:00 |
|
Xin Liu
|
82c77ca807
|
8288926: make runtime/logging/DeoptStats.java more reliable
Reviewed-by: simonis, phh
|
2022-06-22 15:57:48 +00:00 |
|
Naoto Sato
|
d4de475747
|
8287868: Localized names update in COMPAT locale provider
Reviewed-by: iris, joehw
|
2022-06-22 15:47:07 +00:00 |
|
Markus Grönlund
|
6037ccdd50
|
8288846 : misc tests fail "assert(ms < 1000) failed: Un-interruptable sleep, short time use only"
Reviewed-by: egahlin
|
2022-06-22 13:29:44 +00:00 |
|
Coleen Phillimore
|
270cf67e5f
|
8288752: Split thread implementation files
Reviewed-by: dholmes, rehn, iklam
|
2022-06-22 12:49:25 +00:00 |
|
Matthias Baesken
|
d51f4f471f
|
8287011: Improve container information
Reviewed-by: sgehwolf, stuefe
|
2022-06-22 10:36:16 +00:00 |
|
Alan Bateman
|
7cf71bc2d3
|
8287982: Concurrent implicit attach from native threads crashes VM
Reviewed-by: dholmes, rehn
|
2022-06-22 07:48:14 +00:00 |
|
Jaikiran Pai
|
affbd72aa3
|
8288744: Remove tools/jlink/plugins/CompressorPluginTest.java from problemlist
Reviewed-by: alanb
|
2022-06-22 05:51:24 +00:00 |
|
Jesper Wilhelmsson
|
2bf5c9a687
|
Merge
|
2022-06-21 22:26:26 +00:00 |
|
Alexander Matveev
|
70008da6b4
|
8287971: Throw exception for missing values in .jpackage.xml
Reviewed-by: asemenyuk
|
2022-06-21 21:12:21 +00:00 |
|
Maurizio Cimadamore
|
d7b43af591
|
8288761: SegmentAllocator:allocate(long bytesSize) not throwing IAEx when bytesSize < 0
Reviewed-by: psandoz
|
2022-06-21 20:59:45 +00:00 |
|
Leonid Mesnik
|
f080430440
|
8288599: com/sun/management/OperatingSystemMXBean/TestTotalSwap.java: Expected total swap size ... but getTotalSwapSpaceSize returned ...
Reviewed-by: sspitsyn, kevinw
|
2022-06-21 18:38:03 +00:00 |
|
Ron Pressler
|
97200a78b1
|
8278053: serviceability/jvmti/vthread/ContStackDepthTest/ContStackDepthTest.java failing in loom repo with Xcomp
Reviewed-by: sspitsyn, pchilanomate, coleenp
|
2022-06-21 16:48:33 +00:00 |
|
Daniel D. Daugherty
|
31d981e5ea
|
8288532: additional review changes for JDK-8286830
Reviewed-by: pchilanomate, dholmes
|
2022-06-21 16:36:51 +00:00 |
|
Jaikiran Pai
|
5e680d0594
|
8288724: Prevent NullPointerException in serviceability/tmtools/jstack/DaemonThreadTest.java if jstack process fails
Reviewed-by: kevinw, sspitsyn
|
2022-06-21 07:12:32 +00:00 |
|
Rob McKenna
|
7e211d7daa
|
8287672: jtreg test com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails intermittently in nightly run
Reviewed-by: dfuchs, aefimov
|
2022-06-21 00:23:12 +00:00 |
|
Jesper Wilhelmsson
|
7039c6616a
|
Merge
|
2022-06-20 19:38:49 +00:00 |
|
Emanuel Peter
|
302a6c068d
|
8287801: Fix test-bugs related to stress flags
Reviewed-by: chagedorn, thartmann
|
2022-06-20 14:29:06 +00:00 |
|
tqxia
|
406cf611d9
|
8287771: Remove useless G1 After GC summary refinement and sampling thread times
Reviewed-by: tschatzl, kbarrett
|
2022-06-20 12:58:26 +00:00 |
|
Erik Gahlin
|
1cf83a403f
|
8287800: JFR: Incorrect error message when starting recording with missing .jfc file
Reviewed-by: mgronlun
|
2022-06-20 12:23:33 +00:00 |
|
Claes Redestad
|
68bff04515
|
8288673: Reduce runtime of java.time microbenchmarks
Reviewed-by: jvernee
|
2022-06-20 10:21:51 +00:00 |
|
Claes Redestad
|
d917e1874e
|
8288667: Reduce runtime of java.text microbenchmarks
Reviewed-by: jvernee
|
2022-06-20 10:20:31 +00:00 |
|
Martin Doerr
|
09da87cf5c
|
8288485: jni/nullCaller/NullCallerTest.java failing (ppc64)
Reviewed-by: alanb
|
2022-06-20 08:34:06 +00:00 |
|
Christian Hagedorn
|
ed714af854
|
8288564: C2: LShiftLNode::Ideal produces wrong result after JDK-8278114
Reviewed-by: kvn, iveresov, thartmann
|
2022-06-20 06:47:40 +00:00 |
|
Xiaohong Gong
|
ae030bcbc5
|
8288397: AArch64: Fix register issues in SVE backend match rules
Reviewed-by: njian, ngasson
|
2022-06-20 01:07:45 +00:00 |
|
Jonathan Gibbons
|
f12d044929
|
8288692: jdk/javadoc/doclet/testTagMisuse/TestTagMisuse.java fails after JDK-8288545
Reviewed-by: prappo
|
2022-06-17 21:48:24 +00:00 |
|
Jonathan Gibbons
|
983f75caa6
|
8288545: Missing space in error message
Reviewed-by: hannesw
|
2022-06-17 16:53:19 +00:00 |
|
Jesper Wilhelmsson
|
af64d316c0
|
Merge
|
2022-06-17 13:46:47 +00:00 |
|
Claes Redestad
|
cc445926cf
|
8287904: Reduce runtime of java.net microbenchmarks
Reviewed-by: jvernee
|
2022-06-17 12:24:16 +00:00 |
|
Srinivas Mandalika
|
523d553e13
|
8282777: Create a Regression test for JDK-4515031
Reviewed-by: serb
|
2022-06-17 08:22:27 +00:00 |
|
Alan Bateman
|
53bf1bfdab
|
8286176: Add JNI_VERSION_19 to jni.h and JNI spec
Reviewed-by: dcubed, iris, mchung, dholmes
|
2022-06-17 05:57:28 +00:00 |
|
Sandhya Viswanathan
|
9d4b25e788
|
8288281: compiler/vectorapi/VectorFPtoIntCastTest.java failed with "IRViolationException: There were one or multiple IR rule failures."
Reviewed-by: thartmann, chagedorn
|
2022-06-16 22:07:13 +00:00 |
|
Alexey Semenyuk
|
c254c9d095
|
8287401: jpackage tests failing on Windows due to powershell issue
Reviewed-by: almatvee
|
2022-06-16 22:04:17 +00:00 |
|
Maurizio Cimadamore
|
ff3db52044
|
8288534: Out of bound errors for memory segment access mentions wrong values
Reviewed-by: psandoz
|
2022-06-16 15:59:22 +00:00 |
|
Claes Redestad
|
8fc8fdca96
|
8287905: Reduce runtime of java.nio microbenchmarks
Reviewed-by: jvernee
|
2022-06-16 15:05:00 +00:00 |
|
Coleen Phillimore
|
cf4a4966a8
|
8288064: Class initialization locking
Reviewed-by: rehn, vlivanov
|
2022-06-16 12:38:06 +00:00 |
|
Jesper Wilhelmsson
|
3d12c0225b
|
Merge
|
2022-06-16 12:01:32 +00:00 |
|
Tejesh R
|
39526e28bc
|
8284619: javax/swing/JTable/8236907/LastVisibleRow.java failed with "Test Case Failed!!, Last Row not Visible!!!"
Reviewed-by: psadhukhan, honkar
|
2022-06-16 03:47:30 +00:00 |
|
Fei Gao
|
a1795901ee
|
8283091: Support type conversion between different data sizes in SLP
Reviewed-by: kvn, sviswanathan
|
2022-06-16 02:40:59 +00:00 |
|
Daniel D. Daugherty
|
9ff40346dd
|
8288530: ProblemList serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java in -Xcomp mode
Reviewed-by: amenkov
|
2022-06-15 21:19:31 +00:00 |
|
Daniel D. Daugherty
|
9254e12993
|
8288526: ProblemList gc/stress/TestStressG1Humongous.java on windows-x64
Reviewed-by: psandoz
|
2022-06-15 19:43:38 +00:00 |
|
Conor Cleary
|
13d4ddc35b
|
8286962: java/net/httpclient/ServerCloseTest.java failed once with ConnectException
Reviewed-by: dfuchs, jpai
|
2022-06-15 15:41:18 +00:00 |
|
Boris Ulasevich
|
68b2057205
|
8287373: remove unnecessary paddings in generated code
Reviewed-by: kvn
|
2022-06-15 09:10:48 +00:00 |
|
Matthias Baesken
|
444a0d98ac
|
8284977: MetricsTesterCgroupV2.getLongValueEntryFromFile fails when named value doesn't exist
Reviewed-by: sgehwolf, mdoerr
|
2022-06-15 06:39:23 +00:00 |
|
Yoshiki Sato
|
fe807217a7
|
8287917: System.loadLibrary does not work on Big Sur if JDK is built with macOS SDK 10.15 and earlier
Reviewed-by: mchung
|
2022-06-15 00:12:53 +00:00 |
|
Harshitha Onkar
|
bbaeacb597
|
8265586: [windows] last button is not shown in AWT Frame with BorderLayout and MenuBar set.
Reviewed-by: aivanov, dmarkov, azvegint
|
2022-06-14 19:48:06 +00:00 |
|
Aleksey Shipilev
|
8cd87e731b
|
8288303: C1: Miscompilation due to broken Class.getModifiers intrinsic
Reviewed-by: iveresov, dlong
|
2022-06-14 14:34:45 +00:00 |
|
Alan Bateman
|
c76a06aeb5
|
8288214: serviceability/jvmti/vthread/VThreadNotifyFramePopTest/VThreadNotifyFramePopTest.java test failed
Reviewed-by: lmesnik, zgu, dcubed, sspitsyn
|
2022-06-14 13:00:27 +00:00 |
|
Swati Sharma
|
03dca565cf
|
8287525: Extend IR annotation with new options to test specific target feature.
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: chagedorn, kvn
|
2022-06-14 06:13:26 +00:00 |
|
Eric Liu
|
86c9241cce
|
8287028: AArch64: [vectorapi] Backend implementation of VectorMask.fromLong with SVE2
Reviewed-by: xgong, ngasson
|
2022-06-14 03:38:42 +00:00 |
|
Naoto Sato
|
fbe9266622
|
8288378: [BACKOUT] DST not applying properly with zone id offset set with TZ env variable
Reviewed-by: dholmes
|
2022-06-14 01:06:54 +00:00 |
|
Daniel D. Daugherty
|
53ef59c402
|
8288365: ProblemList java/lang/reflect/callerCache/ReflectionCallerCacheTest.java in -Xcomp on macosx-x64 and windows-x64
Reviewed-by: dholmes, mchung
|
2022-06-13 22:47:33 +00:00 |
|
Daniel D. Daugherty
|
e90b579b29
|
8288332: Tier1 validate-source fails after 8279614
Reviewed-by: darcy
|
2022-06-13 20:47:34 +00:00 |
|
Alisen Chung
|
b42c1ad108
|
8279614: The left line of the TitledBorder is not painted on 150 scale factor
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: kizune, aivanov, prr
|
2022-06-13 20:05:06 +00:00 |
|
Gaurav Chaudhari
|
9b6d0a7e94
|
8285838: DST not applying properly with zone id offset set with TZ env variable
Reviewed-by: naoto
|
2022-06-13 20:01:57 +00:00 |
|
Jonathan Gibbons
|
53a0acee06
|
8286101: Support formatting in @value tag
Reviewed-by: prappo
|
2022-06-13 18:13:21 +00:00 |
|
Hai-May Chao
|
8f400b9aab
|
8286779: javax.crypto.CryptoPolicyParser#isConsistent always returns 'true'
Reviewed-by: mullan, rhalade
|
2022-06-13 15:31:58 +00:00 |
|
Severin Gehwolf
|
e0baf012b1
|
8287007: [cgroups] Consistently use stringStream throughout parsing code
Reviewed-by: iklam
|
2022-06-13 15:14:51 +00:00 |
|
Kevin Driver
|
2adef6a1f8
|
8267860: Off-by-one bug when searching arrays in AlpnGreaseTest
Co-authored-by: Bradford Wetmore <wetmore@openjdk.org>
Reviewed-by: wetmore
|
2022-06-13 14:38:36 +00:00 |
|
Jie Fu
|
4aede33fbf
|
8288282: Zero-release build is broken after JDK-8279047 due to UseHeavyMonitors is read-only
Reviewed-by: dholmes, shade
|
2022-06-13 14:36:57 +00:00 |
|
Sibabrata Sahoo
|
0cb0ecf443
|
8209935: Test to cover CodeSource.getCodeSigners()
Reviewed-by: mullan
|
2022-06-13 05:17:58 +00:00 |
|
David Holmes
|
d46f404b31
|
8279047: Remove expired flags in JDK 20
Reviewed-by: kvn, kbarrett, alanb
|
2022-06-11 05:52:14 +00:00 |
|
Jesper Wilhelmsson
|
fa564e9d58
|
Merge
|
2022-06-10 19:53:40 +00:00 |
|
Rajan Halade
|
c6dd2ab9d7
|
8224768: Test ActalisCA.java fails
Reviewed-by: mullan
|
2022-06-10 17:25:54 +00:00 |
|
Sandhya Viswanathan
|
2cc40afa07
|
8287835: Add support for additional float/double to integral conversion for x86
Reviewed-by: kvn, jbhateja
|
2022-06-10 17:02:33 +00:00 |
|
Daniel D. Daugherty
|
0164145afc
|
8288222: ProblemList serviceability/jvmti/vthread/VThreadNotifyFramePopTest/VThreadNotifyFramePopTest.java
Reviewed-by: alanb, iklam
|
2022-06-10 15:37:20 +00:00 |
|
Rajan Halade
|
3ee1e60595
|
8288132: Update test artifacts in QuoVadis CA interop tests
Reviewed-by: mullan
|
2022-06-10 15:01:19 +00:00 |
|
Rajan Halade
|
512db0ff31
|
8271838: AmazonCA.java interop test fails
Reviewed-by: mullan
|
2022-06-10 14:49:27 +00:00 |
|
Prasanta Sadhukhan
|
fcb35ed40e
|
8287743: javax/swing/text/CSSBorder/6796710/bug6796710.java failed
Reviewed-by: aivanov
|
2022-06-10 13:37:24 +00:00 |
|
Jie Fu
|
5d0e8b6981
|
8288203: runtime/ClassUnload/UnloadTestWithVerifyDuringGC.java fails with release VMs
Reviewed-by: shade
|
2022-06-10 11:40:25 +00:00 |
|
Magnus Ihse Bursie
|
975316e3e5
|
8287902: UnreadableRB case in MissingResourceCauseTest is not working reliably on Windows
Reviewed-by: naoto
|
2022-06-10 10:07:10 +00:00 |
|
Roland Westrelin
|
dae4c493e4
|
8286197: C2: Optimize MemorySegment shape in int loop
Reviewed-by: kvn, thartmann
|
2022-06-10 08:17:26 +00:00 |
|
Thomas Schatzl
|
94b473e464
|
8280454: G1: ClassLoaderData verification keeps CLDs live that causes problems with VerifyDuringGC during Remark
Reviewed-by: stefank, coleenp
|
2022-06-10 07:57:32 +00:00 |
|
Brian Burkhalter
|
d482d7f5b9
|
8286160: (fs) Files.exists returns unexpected results with C:\pagefile.sys because it's not readable
Reviewed-by: alanb
|
2022-06-09 16:30:53 +00:00 |
|
Joe Darcy
|
edff51e5fd
|
8284858: Start of release updates for JDK 20
8286035: Add source 20 and target 20 to javac
8286034: Add SourceVersion.RELEASE_20
Reviewed-by: dholmes, kcr, iris, erikj, jjg, ihse
|
2022-06-09 16:16:49 +00:00 |
|
Conor Cleary
|
267144311c
|
8286171: HttpClient/2 : Expect:100-Continue blocks indefinitely when response is not 100
Reviewed-by: dfuchs, jpai
|
2022-06-09 15:03:52 +00:00 |
|
Claes Redestad
|
7e948f7ccb
|
8287903: Reduce runtime of java.math microbenchmarks
Reviewed-by: ecaspole, aph
|
2022-06-09 13:11:15 +00:00 |
|
Tejesh R
|
5a89cb01bc
|
6429812: NPE after calling JTable.updateUI() when using a header renderer + XP L&F
Reviewed-by: aivanov, serb
|
2022-06-09 08:12:59 +00:00 |
|
wanghaomin
|
3419beec7f
|
8286847: Rotate vectors don't support byte or short
Reviewed-by: eliu, xgong, jiefu, jbhateja
|
2022-06-09 04:00:31 +00:00 |
|
XenoAmess
|
e01cd7c3ed
|
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
Reviewed-by: naoto, bpb, dfuchs, ascarpino
|
2022-06-09 01:50:54 +00:00 |
|
Ron Pressler
|
b623398555
|
8287901: Loom: Failures with -XX:+VerifyStack
Reviewed-by: pchilanomate, coleenp
|
2022-06-08 19:50:31 +00:00 |
|
Kim Barrett
|
04f02ac6b2
|
8214976: Warn about uses of functions replaced for portability
Reviewed-by: dholmes, tschatzl, coleenp
|
2022-06-08 19:16:46 +00:00 |
|
Raffaello Giulietti
|
c8cff1bd6f
|
8202449: overflow handling in Random.doubles
Reviewed-by: darcy
|
2022-06-08 16:28:18 +00:00 |
|
Raffaello Giulietti
|
c15e10fb6c
|
8233760: Result of BigDecimal.toString throws overflow exception on new BigDecimal(str)
Reviewed-by: darcy
|
2022-06-08 16:23:04 +00:00 |
|
Tim Prinzing
|
b92ce2699b
|
8281001: Class::forName(String) defaults to system class loader if the caller is null
Reviewed-by: mchung
|
2022-06-08 16:21:55 +00:00 |
|
Naoto Sato
|
6fb84e2c91
|
8287541: Files.writeString fails to throw IOException for charset "windows-1252"
Reviewed-by: iris, bpb, alanb, jpai, lancea, aturbanov
|
2022-06-08 15:50:06 +00:00 |
|
Christian Hagedorn
|
78d371266a
|
8287432: C2: assert(tn->in(0) != __null) failed: must have live top node
Reviewed-by: kvn, thartmann
|
2022-06-08 14:12:09 +00:00 |
|
Magnus Ihse Bursie
|
f7791ad0ea
|
8287895: Some langtools tests fail on msys2
Reviewed-by: jjg
|
2022-06-08 14:04:48 +00:00 |
|
Christian Hagedorn
|
6e3e470dac
|
8285965: TestScenarios.java does not check for "<!-- safepoint while printing -->" correctly
Reviewed-by: thartmann, kvn
|
2022-06-08 10:41:52 +00:00 |
|
Jie Fu
|
d959c22a95
|
8288000: compiler/loopopts/TestOverUnrolling2.java fails with release VMs
Reviewed-by: roland, thartmann
|
2022-06-08 08:08:10 +00:00 |
|
Claes Redestad
|
5c39a36641
|
8287522: StringConcatFactory: Add in prependers and mixers in batches
Reviewed-by: jlaskey, mchung
|
2022-06-08 07:17:31 +00:00 |
|
Roland Westrelin
|
bf0e625fe0
|
8286451: C2: assert(nb == 1) failed: only when the head is not shared
Reviewed-by: thartmann, chagedorn
|
2022-06-08 06:41:20 +00:00 |
|
Roland Westrelin
|
0960ecc407
|
8287700: C2 Crash running eclipse benchmark from Dacapo
Reviewed-by: chagedorn, kvn, xliu, thartmann
|
2022-06-08 06:36:52 +00:00 |
|
Roland Westrelin
|
590337e2f2
|
8286625: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect
Reviewed-by: thartmann, chagedorn
|
2022-06-08 06:35:28 +00:00 |
|
Daniel Jeliński
|
4662e06bff
|
8277307: Pre shared key sent under both session_ticket and pre_shared_key extensions
Reviewed-by: coffeys, ascarpino
|
2022-06-08 06:33:40 +00:00 |
|
Joe Darcy
|
32dd1eef88
|
8287967: Update golden test files after JDK-8287886
Reviewed-by: dholmes
|
2022-06-08 01:59:50 +00:00 |
|
Ioi Lam
|
68c5957b9e
|
8287869: -XX:+AutoCreateSharedArchive doesn't work when JDK build is switched
Reviewed-by: ccheung, dholmes
|
2022-06-07 23:11:33 +00:00 |
|
Sergey Bylokhov
|
bf439f8c93
|
8287876: The recently de-problemlisted TestTitledBorderLeak test is unstable
Reviewed-by: psadhukhan, prr
|
2022-06-07 23:10:48 +00:00 |
|
Daniel D. Daugherty
|
b7a34f728d
|
8287927: ProblemList java/awt/GraphicsDevice/DisplayModes/UnknownRefrshRateTest.java on macosx-aarch64
Reviewed-by: aivanov
|
2022-06-07 21:08:59 +00:00 |
|
Alex Menkov
|
b12e7f1bf9
|
8279358: vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/TestDescription.java fails with usage tracker
Reviewed-by: cjplummer, lmesnik
|
2022-06-07 20:32:46 +00:00 |
|
Chris Plummer
|
74be2d9ef6
|
8286983: rename jdb -trackvthreads and debug agent enumeratevthreads options and clarify "Preview Feature" nature of these options
Reviewed-by: amenkov, lmesnik, alanb
|
2022-06-07 19:07:34 +00:00 |
|
Leonid Mesnik
|
8e10c2bfc7
|
8287877: Exclude vmTestbase/nsk/jvmti/AttachOnDemand/attach022/TestDescription.java until JDK-8277573 is fixed
Reviewed-by: dcubed, sspitsyn
|
2022-06-07 18:55:33 +00:00 |
|
Ioi Lam
|
9ec27d0e9f
|
8287872: Disable concurrent execution of hotspot docker tests
Reviewed-by: mseledtsov, ccheung
|
2022-06-07 17:28:25 +00:00 |
|
Daniel D. Daugherty
|
91e6bf6791
|
8287919: ProblemList java/lang/CompressExpandTest.java
Reviewed-by: azvegint
|
2022-06-07 17:25:38 +00:00 |
|
Tim Prinzing
|
96641c0c42
|
8287745: jni/nullCaller/NullCallerTest.java fails with "exitValue = 1"
Reviewed-by: erikj, mchung
|
2022-06-07 16:02:09 +00:00 |
|
Tejesh R
|
67f1bd7ff1
|
8286620: Create regression test for verifying setMargin() of JRadioButton
Reviewed-by: jdv, honkar, aivanov
|
2022-06-07 15:50:16 +00:00 |
|
Jan Lahoda
|
062db59eeb
|
8286206: Missing cases for RECORD
Reviewed-by: vromero, jjg
|
2022-06-07 14:44:44 +00:00 |
|
Alexander Zvegintsev
|
1499e5eac0
|
8273573: [macos12] ActionListenerCalledTwiceTest.java fails on macOS 12
Reviewed-by: psadhukhan, serb
|
2022-06-07 13:57:01 +00:00 |
|
Jan Lahoda
|
2f62f15b09
|
8287808: javac generates illegal class file for pattern matching switch with records
Reviewed-by: sundar
|
2022-06-07 13:41:24 +00:00 |
|
Adam Sotona
|
905bcbe34e
|
8286571: java source launcher from a minimal jdk image containing jdk.compiler fails with --enable-preview option
Reviewed-by: jlahoda
|
2022-06-07 13:38:56 +00:00 |
|