Thomas Schatzl
15cb1fb788
8256265: G1: Improve parallelism in regions that failed evacuation
...
Co-authored-by: Hamlin Li <mli@openjdk.org>
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Reviewed-by: sjohanss, ayang
2022-09-15 09:57:16 +00:00
Aleksei Voitylov
b31a03c60a
8293695: Implement isInfinite intrinsic for RISC-V
...
Reviewed-by: yadongwang, fyang, dsamersoff
2022-09-15 09:45:03 +00:00
casparcwang
8f3bbe950f
8293472: Incorrect container resource limit detection if manual cgroup fs mounts present
...
Reviewed-by: sgehwolf, iklam
2022-09-15 08:47:05 +00:00
Stanimir Stamenkov
1caba0f13c
8292948: JEditorPane ignores font-size styles in external linked css-file
...
Reviewed-by: psadhukhan
2022-09-15 08:16:28 +00:00
Pengfei Li
211fab8d36
8291669: [REDO] Fix array range check hoisting for some scaled loop iv
...
Reviewed-by: roland, thartmann
2022-09-14 14:20:39 +00:00
Jan Lahoda
2a3879180e
8292755: Non-default method in interface leads to a stack overflow in JShell
...
Reviewed-by: vromero
2022-09-14 08:51:03 +00:00
Jie Fu
8351b30e00
8293771: runtime/handshake/SystemMembarHandshakeTransitionTest.java fails if MEMBARRIER_CMD_QUERY is unsupported
...
Reviewed-by: rehn
2022-09-14 07:54:32 +00:00
Aggelos Biboudis
1169a15936
8291657: Javac assertion when compiling a method call with switch expression as argument
...
Reviewed-by: jlahoda
2022-09-14 06:48:01 +00:00
Joe Darcy
1dc5039fed
8293626: AccessFlag::locations(ClassFileFormatVersion cffv) does not throw NPEx when parameter is null
...
8293627: AccessFlag::locations(ClassFileFormatVersion cffv) and locations() results are inconsistent
Reviewed-by: mchung
2022-09-13 16:51:01 +00:00
Emanuel Peter
6f2223faa1
8288180: C2: VectorPhase must ensure that SafePointNode memory input is a MergeMemNode
...
Reviewed-by: roland, thartmann
2022-09-13 13:14:05 +00:00
Robbin Ehn
1e1db5debd
8292591: Experimentally add back barrier-less Java thread transitions
...
Reviewed-by: mdoerr, eosterlund, pchilanomate, dcubed
2022-09-13 08:31:45 +00:00
Kevin Walls
dfc16e047f
8292302: Windows GetLastError value overwritten by ThreadLocalStorage::thread
...
Reviewed-by: cjplummer, dholmes, dcubed
2022-09-13 07:34:55 +00:00
Jaikiran Pai
8bd79d3efd
8170305: URLConnection doesn't handle HTTP/1.1 1xx (informational) messages
...
Reviewed-by: dfuchs, michaelm
2022-09-13 05:08:05 +00:00
Tejesh R
9cd3e355d1
4834298: JFileChooser.getSelectedFiles() failed with multi-selection and double-click
...
Reviewed-by: jdv
2022-09-13 04:54:15 +00:00
Fei Gao
ec2629c052
8275275: AArch64: Fix performance regression after auto-vectorization on NEON
...
Reviewed-by: aph, xgong
2022-09-13 03:13:38 +00:00
Hao Sun
cbee0bc9ef
8292587: AArch64: Support SVE fabd instruction
...
Reviewed-by: njian, fgao, ngasson
2022-09-13 02:19:02 +00:00
Roger Riggs
0c61bf109f
8293282: LoadLibraryUnloadTest.java fails with "Too few cleared WeakReferences"
...
Reviewed-by: mchung, jpai
2022-09-12 13:26:15 +00:00
Bill Huang
91c9091d7e
8293343: sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java failed with "Agent communication error: java.io.EOFException"
...
8293335: sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1failed with "Agent communication error: java.io.EOFException"
Reviewed-by: kevinw, cjplummer
2022-09-12 13:07:34 +00:00
Prasanta Sadhukhan
4c77bd32a0
6529151: NullPointerException in swing.plaf.synth.SynthLookAndFeel$Handler
...
Reviewed-by: serb, dnguyen
2022-09-12 11:55:48 +00:00
Roland Westrelin
37df5f5625
8291599: Assertion in PhaseIdealLoop::skeleton_predicate_has_opaque after JDK-8289127
...
Reviewed-by: chagedorn, thartmann
2022-09-12 07:30:47 +00:00
Alan Bateman
68da02c7b5
8292240: CarrierThread.blocking not reset when spare not activated
...
Reviewed-by: dfuchs
2022-09-10 06:15:48 +00:00
Vladimir Ivanov
005b49bb78
8293044: C1: Missing access check on non-accessible class
...
Reviewed-by: thartmann, dlong
2022-09-09 20:47:31 +00:00
Man Cao
45ff10cc68
8292695: SIGQUIT and jcmd attaching mechanism does not work with signal chaining library
...
Reviewed-by: xliu, stuefe
2022-09-09 19:12:08 +00:00
Dean Long
dbec22b84b
8293287: add ReplayReduce flag
...
Reviewed-by: kvn, thartmann
2022-09-09 18:45:43 +00:00
Naoto Sato
b8598b0297
8291660: Grapheme support in BreakIterator
...
Reviewed-by: smarks
2022-09-09 17:13:51 +00:00
Bhavana Kilambi
00befddd7c
8292675: Add identity transformation for removing redundant AndV/OrV nodes
...
Reviewed-by: thartmann, ngasson
2022-09-09 14:24:23 +00:00
Abhishek Kumar
9d6b0285f5
8234315: GTK LAF does not gray out disabled JMenu
...
Reviewed-by: serb, psadhukhan
2022-09-09 07:08:15 +00:00
Valerie Peng
812d805a48
6447816: Provider filtering (getProviders) is not working with OR'd conditions
...
Reviewed-by: weijun
2022-09-09 00:30:54 +00:00
Sangheon Kim
14eb5ad0dc
8291753: Add JFR event for GC CPU Time
...
Reviewed-by: tschatzl, ayang
2022-09-08 18:20:03 +00:00
Daniel D. Daugherty
4c5501c31c
8293548: ProblemList sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64
...
Reviewed-by: ccheung, azvegint
2022-09-08 16:30:59 +00:00
Vicente Romero
46e6e41b9a
8293051: Further refactor javac after removal of -source/-target/--release 7
...
Reviewed-by: darcy, mcimadamore
2022-09-08 14:36:19 +00:00
Jan Lahoda
c0ee30a25a
8293348: A false cyclic inheritance error reported
...
Reviewed-by: vromero
2022-09-08 14:10:06 +00:00
Stefan Karlsson
6bd2794175
8293304: Replace some usages of INTPTR_FORMAT with PTR_FORMAT
...
Reviewed-by: kbarrett, coleenp
2022-09-08 13:37:06 +00:00
John R Rose
8d3399bf5f
8292758: put support for UNSIGNED5 format into its own header file
...
Reviewed-by: dlong, coleenp
2022-09-08 07:36:53 +00:00
Weijun Wang
986b834148
8293489: Accept CAs with BasicConstraints without pathLenConstraint
...
Reviewed-by: mullan
2022-09-08 01:35:22 +00:00
Daniel D. Daugherty
2d13f53017
8293512: ProblemList serviceability/tmtools/jstat/GcNewTest.java in -Xcomp mode
...
8293516: ProblemList gc/cslocker/TestCSLocker.java in -Xcomp mode
8293517: ProblemList sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64
8293518: ProblemList sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java
Reviewed-by: bpb
2022-09-07 23:08:54 +00:00
Ioi Lam
f84386cf6e
8293182: Improve testing of CDS archive heap
...
Reviewed-by: ccheung, coleenp
2022-09-07 23:02:35 +00:00
Chris Plummer
51de765867
8283010: serviceability/sa/ClhsdbThread.java failed with "'Base of Stack:' missing from stdout/stderr "
...
Reviewed-by: amenkov
2022-09-07 21:51:46 +00:00
Daniel D. Daugherty
8a489658ab
8293514: ProblemList gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 on all platforms
...
Reviewed-by: kbarrett
2022-09-07 21:33:46 +00:00
Daniel D. Daugherty
1080c4e4ae
8293508: ProblemList gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64
...
Reviewed-by: bpb
2022-09-07 20:49:06 +00:00
Brian Burkhalter
76df73b390
8293456: runtime/os/TestTracePageSizes.java sub-tests fail with "AssertionError: No memory range found for address: NNNN"
...
Reviewed-by: alanb, lancea
2022-09-07 18:53:25 +00:00
Naoto Sato
32c7b6283d
8293146: Strict DateTimeFormatter fails to report an invalid week 53
...
Reviewed-by: rriggs
2022-09-07 18:33:37 +00:00
Daniel D. Daugherty
02dce24b59
8207166: jdk/jshell/JdiHangingLaunchExecutionControlTest.java - launch timeout
...
Reviewed-by: vromero
2022-09-07 18:30:16 +00:00
Daniel D. Daugherty
d36abbe8da
8293496: ProblemList runtime/os/TestTracePageSizes.java on linux-x64
...
Reviewed-by: alanb, azvegint
2022-09-07 15:26:02 +00:00
Christian Stein
1ee59adcfe
8289798: Update to use jtreg 7
...
Reviewed-by: ihse, jpai
2022-09-07 15:13:35 +00:00
Coleen Phillimore
5934669ca8
8292383: Create a SymbolHandle type to use for ResourceHashtable
...
Reviewed-by: iklam, hseigel
2022-09-07 14:50:58 +00:00
Evgeny Astigeevich
6ff4775b71
8285487: AArch64: Do not generate unneeded trampolines for runtime calls
...
Reviewed-by: xliu, aph
2022-09-07 14:39:48 +00:00
Prasanta Sadhukhan
d696104535
4850101: Setting mnemonic to VK_F4 underlines the letter S in a button.
...
Reviewed-by: prr
2022-09-07 12:34:38 +00:00
Daniel Jeliński
205f992e9e
8293326: jdk/sun/security/tools/jarsigner/compatibility/SignTwice.java slow on Windows
...
Reviewed-by: weijun, wetmore
2022-09-07 05:25:53 +00:00
Brian Burkhalter
da596182a4
8264744: (fs) Use file cloning in Linux version of Files::copy method
...
Reviewed-by: alanb
2022-09-06 18:10:58 +00:00
Yoshiki Sato
98d85e6f59
8292579: (tz) Update Timezone Data to 2022c
...
Reviewed-by: naoto, alanb
2022-09-06 16:05:51 +00:00
Doug Simon
7c96608d9a
8293403: JfrResolution::on_jvmci_resolution crashes when caller is null
...
Reviewed-by: never
2022-09-06 15:18:02 +00:00
Abhishek Kumar
a92c1ff700
8287912: GTK L&F : Background of tree icons are red
...
Reviewed-by: psadhukhan, jdv
2022-09-06 10:55:06 +00:00
Jan Lahoda
26f2a978f6
8290561: Coalesce incubator-module warnings for single-file source-code programs
...
Reviewed-by: mcimadamore
2022-09-06 09:27:48 +00:00
Jan Lahoda
4955835249
8282434: Leading combining diacritic character in string renders incorrectly
...
Reviewed-by: vromero
2022-09-06 08:42:45 +00:00
Albert Mingkun Yang
9833c025fd
8292946: GC lock/jni/jnilock001 test failed "assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed()) failed: Twice in a row"
...
Reviewed-by: kbarrett, tschatzl
2022-09-05 13:35:36 +00:00
Prasanta Sadhukhan
955baa3c44
8267374: macOS: Option+Up/Down Arrow don't traverse to beginning/end of line in JTextArea
...
Reviewed-by: prr
2022-09-05 10:47:48 +00:00
Roberto Castañeda Lozano
730ced9a10
8292660: C2: blocks made unreachable by NeverBranch-to-Goto conversion are removed incorrectly
...
Reviewed-by: kvn, roland
2022-09-05 07:16:51 +00:00
Chris Plummer
767262e67c
8292201: serviceability/sa/ClhsdbThreadContext.java fails with "'Thread "Common-Cleaner"' missing from stdout/stderr"
...
Reviewed-by: amenkov, sspitsyn
2022-09-03 16:06:25 +00:00
Bill Huang
3993a1f9ea
8292067: Convert test/sun/management/jmxremote/bootstrap shell tests to java version
...
Reviewed-by: lmesnik
2022-09-02 18:10:56 +00:00
Chris Plummer
da99e3e829
8289400: Improve com/sun/jdi/TestScaffold error reporting
...
Reviewed-by: amenkov, lmesnik
2022-09-02 16:08:17 +00:00
Roland Westrelin
77e21c57ce
8290529: C2: assert(BoolTest(btest).is_canonical()) failure
...
Reviewed-by: kvn, thartmann
2022-09-02 13:35:11 +00:00
Coleen Phillimore
fcc0cf9677
8292375: Convert ProtectionDomainCacheTable to ResourceHashtable
...
Reviewed-by: dholmes, iklam
2022-09-02 13:07:45 +00:00
Stefan Karlsson
98ce45ff74
8292981: Unify and restructure integer printing format specifiers
...
Reviewed-by: kbarrett, dholmes
2022-09-02 06:52:35 +00:00
Joe Darcy
3ac91b08cb
8293003: Review running time of Warn5 regression test
...
Reviewed-by: vromero
2022-09-02 02:53:59 +00:00
Jonathan Gibbons
0fb9469d93
8290126: Add a check in JavadocTester for "javadoc should not crash"
...
Reviewed-by: prappo
2022-09-01 22:41:27 +00:00
Bill Huang
032be168b5
8292066: Convert TestInputArgument.sh and TestSystemLoadAvg.sh to java version
...
Reviewed-by: lmesnik, amenkov
2022-09-01 21:29:24 +00:00
Bill Huang
e393973761
8292990: Improve test coverage for XPath Axes: parent
...
Reviewed-by: joehw
2022-09-01 21:25:40 +00:00
Ruprabhu25
04d8069bac
8230374: maxOutputSize, instead of javatest.maxOutputSize, should be used in TEST.properties
...
Reviewed-by: dholmes
2022-09-01 19:53:14 +00:00
Mahendra Chhipa
3d254d3c8e
8289510: Improve test coverage for XPath Axes: namespace
...
Reviewed-by: joehw
2022-09-01 17:42:32 +00:00
Joe Darcy
2d18dda3f2
8173605: Remove support for source and target 1.7 option in javac
...
Reviewed-by: vromero
2022-09-01 16:43:50 +00:00
Aggelos Biboudis
9444a081cc
8290709: Incorrect dominance error for unconditional pattern vs. null
...
Reviewed-by: jlahoda
2022-09-01 16:09:03 +00:00
Aleksey Shipilev
5204528296
8293201: Library detection in runtime/ErrorHandling/TestDwarf.java fails on some systems
...
Reviewed-by: chagedorn
2022-09-01 14:13:51 +00:00
Roger Riggs
2d10d4f54e
8291651: CleanerTest.java fails with "Cleanable was cleaned"
...
Reviewed-by: jpai, dfuchs
2022-09-01 14:02:06 +00:00
Aleksey Shipilev
6e6202c14d
8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures
...
Reviewed-by: yadongwang, fyang, vkempik, psandoz
2022-09-01 09:22:56 +00:00
Dingli Zhang
17283cfe4c
8293011: riscv: Duplicated stubs to interpreter for static calls
...
Reviewed-by: fyang
2022-09-01 01:06:45 +00:00
Jonathan Gibbons
6f297346dc
8293178: Remove obsolete properties from javadoc resource file
...
Reviewed-by: prappo
2022-08-31 22:11:20 +00:00
Eric Caspole
5d6779f709
8292681: Add JMH for ProtectionDomain
...
Reviewed-by: mullan
2022-08-31 13:24:34 +00:00
Roland Westrelin
4c90e87a6f
8290781: Segfault at PhaseIdealLoop::clone_loop_handle_data_uses
...
Reviewed-by: chagedorn, thartmann
2022-08-31 09:23:41 +00:00
Jatin Bhateja
38377d5eb7
8291649: multiple tests failing with -Xcomp after JDK-8290034
...
Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: kbarrett, jrose
2022-08-31 05:02:56 +00:00
Kevin Driver
6335150cea
6205692: (spec) javax.crypto.MacSpi.engineUpdate(ByteBuffer input): NPE should be specified
...
Reviewed-by: valeriep
2022-08-30 20:51:34 +00:00
Serguei Spitsyn
f5ebbf3225
8292657: Calling GetLocalXXX from virtual thread with thread parameter set to NULL returns carrier locals
...
Reviewed-by: cjplummer, alanb
2022-08-30 18:28:05 +00:00
Kevin Driver
550e5d7822
4958071: (spec) confusing exception list for javax.crypto.Cipher.init(...) for
...
Reviewed-by: valeriep, wetmore
2022-08-30 18:23:46 +00:00
Tejesh R
4a28f3798d
8291792: DefaultStyledDocument.setCharacterAttributes accepts negative length
...
Reviewed-by: psadhukhan, prr
2022-08-30 08:36:58 +00:00
Roland Westrelin
afa5d4ced3
8290451: Incorrect result when switching to C2 OSR compilation from C1
...
Reviewed-by: thartmann, kvn
2022-08-30 07:27:51 +00:00
Pengfei Li
a88a9e344f
8291466: C2: assert(false) failed: infinite loop in PhaseIterGVN::transform_old with -XX:+StressIGVN
...
Reviewed-by: roland, chagedorn
2022-08-29 13:06:20 +00:00
Prasanta Sadhukhan
d5167a91a9
7189422: [macosx] Submenu's arrow have a wrong position
...
Reviewed-by: prr, dnguyen
2022-08-29 10:59:31 +00:00
Bill Huang
f6b6360155
8289949: Improve test coverage for XPath: operators
...
Reviewed-by: joehw
2022-08-28 16:58:53 +00:00
Doug Simon
b0e0b87891
8292917: [JVMCI] Extend InstalledCode API to make an nmethod non entrant.
...
Reviewed-by: never
2022-08-27 08:21:58 +00:00
Daniel D. Daugherty
1500d3dfb2
8292994: ProblemList vmTestbase/gc/lock/jni/jnilock001/TestDescription.java
...
Reviewed-by: prr
2022-08-26 20:52:35 +00:00
Roger Riggs
4e457acda0
8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected
...
Reviewed-by: jpai, alanb
2022-08-26 19:06:29 +00:00
Mikhailo Seledtsov
774edeb521
8271615: vmTestbase/vm/jit/LongTransitions/ test fail due to locale mismatch
...
Reviewed-by: shade, lmesnik
2022-08-26 18:16:16 +00:00
Jonathan Dowland
9a0d1e7ce8
8292541: [Metrics] Reported memory limit may exceed physical machine memory
...
Reviewed-by: stuefe, sgehwolf
2022-08-26 16:22:14 +00:00
Brian Burkhalter
c74b6d4552
8292562: (fc) Use copy_file_range in FileChannel::transferTo on Linux
...
Reviewed-by: alanb
2022-08-26 16:12:58 +00:00
Stefan Karlsson
3844685be0
8292697: ZGC: Hangs when almost out of metaspace memory
...
Reviewed-by: eosterlund, coleenp
2022-08-26 13:44:28 +00:00
Jonathan Dowland
f694f8a767
8292083: Detected container memory limit may exceed physical machine memory
...
Reviewed-by: sgehwolf, stuefe
2022-08-26 12:25:16 +00:00
Roland Westrelin
6354a57b5c
8290711: assert(false) failed: infinite loop in PhaseIterGVN::optimize
...
Reviewed-by: chagedorn, kvn
2022-08-26 07:57:40 +00:00
Chris Plummer
3e18773016
8292880: Improve debuggee logging for com/sun/jdi/ClassUnloadEventTest.java
...
Reviewed-by: amenkov, kevinw
2022-08-25 22:54:29 +00:00
Chris Plummer
d83faeaf9a
8292250: Create test for co-located JDI MethodEntry, Step, and Breakpoint events
...
Reviewed-by: amenkov, kevinw
2022-08-25 22:03:43 +00:00
Coleen Phillimore
e353b572a5
8292890: Remove PrintTouchedMethodsAtExit and LogTouchedMethods
...
Reviewed-by: iklam, hseigel
2022-08-25 21:12:35 +00:00
Maxim Kartashev
5d799d80e6
8292304: [REDO] JDK-8289208 Test DrawRotatedStringUsingRotatedFont.java occasionally crashes on MacOS
...
Reviewed-by: prr
2022-08-25 19:43:44 +00:00
Coleen Phillimore
4f50316a1a
8292680: Convert Dictionary to ConcurrentHashTable
...
Reviewed-by: rehn, hseigel
2022-08-25 19:02:52 +00:00
Aleksey Shipilev
251bff6bee
8292877: java/util/concurrent/atomic/Serial.java uses {Double,Long}Accumulator incorrectly
...
Reviewed-by: psandoz, martin, alanb
2022-08-25 16:47:58 +00:00
Erik Österlund
054c23f484
8290025: Remove the Sweeper
...
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
2022-08-25 09:48:55 +00:00
Prasanta Sadhukhan
5a20bc44b1
8292715: Cleanup Problemlist
...
Reviewed-by: prr
2022-08-25 07:34:38 +00:00
Ramkumar Sunderbabu
7b81a9c75d
8289764: gc/lock tests failed with "OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects"
...
Reviewed-by: lmesnik
2022-08-25 01:37:54 +00:00
Valerie Peng
14623c6087
8292739: Invalid legacy entries may be returned by Provider.getServices() call
...
Reviewed-by: weijun
2022-08-24 18:23:19 +00:00
Harshitha Onkar
568be58e85
8290469: Add new positioning options to PassFailJFrame test framework
...
Reviewed-by: prr, aivanov
2022-08-24 16:23:23 +00:00
Johan Sjölén
69448f9c1a
8292679: Simplify thread creation in gtest and port 2 tests to new way
...
Reviewed-by: rehn, coleenp, stuefe
2022-08-24 15:50:21 +00:00
Jayashree Huttanagoudar
3c2289d651
8215916: The failure reason of an optional JAAS LoginModule is not logged
...
Reviewed-by: weijun
2022-08-24 15:47:12 +00:00
Coleen Phillimore
b653b9cc27
8291969: Convert LoaderConstraintsTable to ResourceHashtable
...
Reviewed-by: dholmes, iklam
2022-08-24 11:39:25 +00:00
Thomas Stuefe
fa5cc4cc8e
8291878: NMT: Malloc limits
...
Reviewed-by: kvn, shade
2022-08-24 07:58:54 +00:00
Christian Hagedorn
13c0369646
8242181: [Linux] Show source information when printing native stack traces in hs_err files
...
Reviewed-by: erikj, tschatzl, stuefe, ihse
2022-08-24 06:44:06 +00:00
Doug Simon
259ba86c60
8290075: [JVMCI] only blessed methods can link against EventWriterFactory.getEventWriter
...
Reviewed-by: mgronlun
2022-08-23 07:24:53 +00:00
Jatin Bhateja
38a81913d3
8290322: Optimize Vector.rearrange over byte vectors for AVX512BW targets.
...
Reviewed-by: kvn, sviswanathan
2022-08-22 23:59:58 +00:00
Daniel D. Daugherty
f58aaab4a4
8292262: adjust timeouts in several M&M tests
...
Reviewed-by: cjplummer
2022-08-22 19:32:40 +00:00
Daniel D. Daugherty
ab6988599c
8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug
...
Reviewed-by: rriggs, shade
2022-08-22 19:31:50 +00:00
Daniel D. Daugherty
54843b700a
8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int,int) in 5000ms"
...
Reviewed-by: lmesnik, alanb, jiefu
2022-08-22 19:30:50 +00:00
Daniel D. Daugherty
8a0c3e53d5
8292261: adjust timeouts in JLI GetObjectSizeIntrinsicsTest.java
...
Reviewed-by: cjplummer
2022-08-22 19:29:58 +00:00
Naoto Sato
aa9b8f04bf
8292043: Incorrect decoding near EOF for stateful decoders like UTF-16
...
Reviewed-by: joehw, alanb, lancea
2022-08-22 16:26:37 +00:00
Alexey Semenyuk
45c3e898ed
8292316: Tests should not rely on specific JAR file names (jpackage)
...
Reviewed-by: almatvee
2022-08-22 15:42:27 +00:00
Harold Seigel
db77227684
8282684: Obsolete UseContainerCpuShares and PreferContainerQuotaForCPUCount flags
...
Reviewed-by: dholmes, iklam, sgehwolf
2022-08-22 14:35:44 +00:00
Daniel Fuchs
256b52387b
8292381: java/net/httpclient/SpecialHeadersTest.java fails with "ERROR: Shutting down connection: HTTP/2 client stopped"
...
Reviewed-by: jpai
2022-08-22 14:14:41 +00:00
Eric Caspole
e561933907
8292623: Reduce runtime of java.io microbenchmarks
...
Reviewed-by: rriggs
2022-08-22 13:40:15 +00:00
Prasanta Sadhukhan
a17fce7507
6445283: ProgressMonitorInputStream not large file aware (>2GB)
...
Reviewed-by: azvegint, prr
2022-08-22 11:13:33 +00:00
KIRIYAMA Takuya
79597f1ea6
8272702: Resolving URI relative path with no / may lead to incorrect toString
...
Reviewed-by: dfuchs, michaelm
2022-08-22 09:22:59 +00:00
Bhavana Kilambi
07c797720d
8290249: Vectorize signum on AArch64
...
Reviewed-by: aph, ngasson
2022-08-22 09:01:08 +00:00
Ioi Lam
27b0f7726b
8292318: Memory corruption in remove_dumptime_info
...
Reviewed-by: coleenp, ccheung
2022-08-22 03:43:27 +00:00
Thomas Stuefe
f9004fe443
8292561: Make "ReplayCompiles" a diagnostic product switch
...
Reviewed-by: kvn, xliu
2022-08-21 06:59:20 +00:00
Kevin Walls
3601e30df7
8290909: MemoryPoolMBean/isUsageThresholdExceeded tests failed with "isUsageThresholdExceeded() returned false, and is still false, while threshold = MMMMMMM and used peak = NNNNNNN"
...
Reviewed-by: cjplummer, amenkov
2022-08-20 14:20:29 +00:00
Weijun Wang
235151ead8
8292676: Remove two kerberos tests from problem list
...
Reviewed-by: xuelei, hchao
2022-08-19 19:59:39 +00:00
Weijun Wang
df5209e70f
8292683: Remove BadKeyUsageTest.java from Problem List
...
Reviewed-by: xuelei, hchao
2022-08-19 19:58:44 +00:00
Ioi Lam
57aac2ab65
8290981: Enable CDS for zero builds
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: erikj, shade, ihse
2022-08-19 19:16:33 +00:00
Robbin Ehn
45dec480ef
8292592: JFR test TestNative is not reliable due to low rate of sampling.
...
Reviewed-by: egahlin, shade
2022-08-19 16:05:08 +00:00
Brian Burkhalter
5ca268ca65
8292636: (dc) Problem listing of java/nio/channels/DatagramChannel/Unref.java has incorrect issue ID
...
Reviewed-by: jpai
2022-08-19 15:03:11 +00:00
Harold Seigel
37aa7c165d
8292559: Add test for -XX:+CheckJNICalls showing changed signal handlers
...
Reviewed-by: stuefe, coleenp
2022-08-19 12:19:35 +00:00
Pengfei Li
f2f0cd86bf
8292511: AArch64: Align CPU feature name for NEON with hwcap
...
Reviewed-by: aph, njian
2022-08-19 09:09:18 +00:00
Ioi Lam
964aac28fe
8292499: CDS ArchivedEnumTest.java fails: object points to a static field that may be reinitialized
...
Reviewed-by: dholmes, ccheung
2022-08-19 03:04:08 +00:00
Kim Barrett
f85411f24a
8292458: Atomic operations on scoped enums don't build with clang
...
Reviewed-by: eosterlund, stefank
2022-08-19 01:49:52 +00:00
Christian Stein
82dbe29fc8
8292633: runtime/cds/appcds/dynamicArchive/CDSStreamTestDriver.java fails to compile
...
Reviewed-by: dcubed, dholmes
2022-08-18 23:29:39 +00:00
Weijun Wang
54ce11431d
6587699: Document DigestInputStream behavior when skip() or mark() / reset() is used
...
Reviewed-by: wetmore
2022-08-18 22:35:13 +00:00
Daniel D. Daugherty
a1df2da668
8292632: compiler/sharedstubs/SharedTrampolineTest.java fails with "Error: VM option 'PrintRelocations' is develop and is available only in debug version of VM."
...
Reviewed-by: dholmes
2022-08-18 22:17:49 +00:00
Jonathan Gibbons
1b756bfa3a
8236048: Cleanup use of Utils.normalizeNewlines
...
Reviewed-by: hannesw
2022-08-18 21:57:05 +00:00
Christian Stein
62a7fc60d3
8292315: Tests should not rely on specific JAR file names (hotspot)
...
Reviewed-by: vromero
2022-08-18 17:26:14 +00:00
Joe Darcy
f567fa0fd5
8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]"
...
Reviewed-by: psandoz, mchung, jpai, rriggs
2022-08-18 16:09:26 +00:00
Hannes Wallnöfer
d5435642f9
8289334: Use CSS variables to define fonts and colors
...
Reviewed-by: jjg
2022-08-18 09:02:16 +00:00
Christian Hagedorn
32d675ca60
8291775: C2: assert(r != __null && r->is_Region()) failed: this phi must have a region
...
Reviewed-by: thartmann, kvn
2022-08-18 07:35:14 +00:00
Harold Seigel
0d96546ab9
8292054: Test runtime/posixSig/TestPosixSig.java fails with 'Test failed, bad output.'
...
Reviewed-by: coleenp, stuefe
2022-08-17 19:56:14 +00:00
Aleksey Shipilev
e8bc87956a
8292443: Weak CAS VarHandle/Unsafe tests should test always-failing cases
...
Reviewed-by: psandoz
2022-08-17 18:13:49 +00:00
Yi-Fan Tsai
494d3873b1
8280152: AArch64: Reuse runtime call trampolines
...
Reviewed-by: aph, phh
2022-08-17 17:35:02 +00:00
Hannes Wallnöfer
8b4e6ba01f
8289332: Auto-generate ids for user-defined headings
...
Reviewed-by: jjg
2022-08-17 17:14:34 +00:00
Eric Caspole
0fc92637d2
8291828: Reduce runtime of java.util.stream microbenchmarks
...
Reviewed-by: rriggs
2022-08-17 15:00:02 +00:00
Aleksey Shipilev
e81210f5fe
8292352: 32-bit Windows build failures after JDK-8290059
...
Reviewed-by: stuefe
2022-08-17 13:25:02 +00:00
Prasanta Sadhukhan
bf7d6d3a0f
7132413: [macosx] closed/javax/swing/AbstractButton/5049549/bug5049549.java fails on MacOS
...
Reviewed-by: azvegint, dnguyen
2022-08-17 12:46:27 +00:00
Hao Sun
f75da2235a
8292395: [testbug] VectorGatherScatterTest.java fails on SVE with -XX:MaxVectorSize=8 after JDK-8288397
...
Reviewed-by: chagedorn, thartmann
2022-08-17 10:30:18 +00:00
Volker Simonis
802ef38060
8292327: java.io.EOFException in InflaterInputStream after JDK-8281962
...
Reviewed-by: alanb, lancea
2022-08-17 09:34:41 +00:00
Ao Qi
e61f6fc394
8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb
2022-08-17 08:32:19 +00:00
Alan Bateman
0bfb12162f
8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []"
...
Co-authored-by: Peter Levart <plevart@openjdk.org>
Reviewed-by: plevart
2022-08-17 07:28:41 +00:00
Hannes Wallnöfer
1ef4e48488
8273860: Javadoc Deprecated API list should not use italic font for description column
...
Reviewed-by: jjg
2022-08-17 05:34:44 +00:00
Hao Sun
0cc66aeae8
8285790: AArch64: Merge C2 NEON and SVE matching rules
...
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Reviewed-by: adinn, aph, xgong
2022-08-17 03:51:46 +00:00
Daniel D. Daugherty
da477b1366
8292509: ProblemList java/lang/invoke/lambda/LogGeneratedClassesTest.java on windows
...
8292510: ProblemList runtime/cds/appcds/cacheObject/ArchivedEnumTest.java
Reviewed-by: darcy
2022-08-16 23:02:23 +00:00
Phil Race
01b87ba8e2
8289616: Drop use of Thread.stop in AppContext
...
Reviewed-by: alanb, iris, azvegint
2022-08-16 22:53:36 +00:00
Joe Darcy
e44e3f0c19
8289106: Add model of class file versions to core reflection
...
Reviewed-by: rriggs
2022-08-16 18:43:58 +00:00
Calvin Cheung
c3d3662e52
8292313: 2 runtime/cds/appcds tests fail after JDK-8284313
...
Reviewed-by: hseigel, iklam
2022-08-16 16:26:59 +00:00
Jaikiran Pai
4cc6cb9d9d
8290041: ModuleDescriptor.hashCode is inconsistent
...
Reviewed-by: alanb
2022-08-16 08:31:36 +00:00
Tejesh R
21f4eb2233
6521141: DebugGraphics NPE @ setFont();
...
Reviewed-by: prr
2022-08-16 05:52:50 +00:00
Eric Caspole
b5707b0376
8292196: Reduce runtime of java.util.regex microbenchmarks
...
Reviewed-by: rriggs
2022-08-15 16:54:39 +00:00
Eric Caspole
3a090777ba
8291337: Reduce runtime of vm.lamdba microbenchmarks
...
Reviewed-by: rriggs
2022-08-15 16:08:39 +00:00
Patricio Chilano Mateo
dd2034b007
8291972: Fix double copy of arguments when thawing two interpreted frames
...
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: rpressler, rehn, rrich
2022-08-15 14:34:54 +00:00
Christian Stein
aa5b718933
8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar
...
Reviewed-by: joehw, lancea, iris, naoto
2022-08-15 13:34:19 +00:00
Sean Coffey
9d7c13eb14
8155246: Throw error if default java.security file is missing
...
Reviewed-by: mullan
2022-08-15 09:07:17 +00:00
Christian Hagedorn
e89abb7d2d
8292190: [IR Framework] Remove redundant regex matching for failing counts constraints
...
Reviewed-by: kvn, rcastanedalo, thartmann
2022-08-15 06:08:08 +00:00
David Holmes
77cd917a97
Merge
2022-08-14 20:05:10 +00:00
Thomas Stuefe
1c1c4410b2
8292072: NMT: repurpose Tracking overhead counter as global malloc counter
...
Reviewed-by: iklam, clanger
2022-08-13 18:40:29 +00:00
Daniel D. Daugherty
d546d13861
8292319: ProblemList 2 runtime/cds/appcds tests due to JDK-8292313
...
Reviewed-by: kvn
2022-08-13 15:06:31 +00:00
Daniel D. Daugherty
e70747b4e9
8292305: [BACKOUT] JDK-8289208 Test DrawRotatedStringUsingRotatedFont.java occasionally crashes on MacOS
...
Reviewed-by: prr, dholmes
2022-08-12 21:31:04 +00:00
Vladimir Kozlov
967a28c3d8
8292260: [BACKOUT] JDK-8279219: [REDO] C2 crash when allocating array of size too large
...
Reviewed-by: vlivanov
2022-08-12 20:24:53 +00:00
Calvin Cheung
22d6d315f2
8284313: Improve warning messages when CDS archive fails to load
...
Reviewed-by: iklam, dholmes
2022-08-12 16:39:55 +00:00
Maxim Kartashev
00decca46a
8289208: Test DrawRotatedStringUsingRotatedFont.java occasionally crashes on MacOS
...
Reviewed-by: prr, avu
2022-08-12 15:37:18 +00:00
Alexey Ushakov
871b7dab14
8291266: RenderPerfTest: missing content while rendering some primitives
...
Reviewed-by: aghaisas, prr
2022-08-12 09:48:57 +00:00
Jan Lahoda
0c40128fec
7194212: NPE in Flow.visitIdent
...
Reviewed-by: vromero
2022-08-12 08:12:28 +00:00
David Holmes
6eb7c3ad0e
8290732: JNI DestroyJavaVM can start shutdown when one non-daemon thread remains
...
Reviewed-by: stuefe, rehn
2022-08-12 06:41:22 +00:00
Ao Qi
dedc05cb40
8291640: java/beans/XMLDecoder/8028054/Task.java should use the 3-arg Class.forName
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, prr
2022-08-11 19:30:20 +00:00
Claes Redestad
a28ab7b62a
8288568: Reduce runtime of java.security microbenchmarks
...
Reviewed-by: ecaspole, hchao, rriggs
2022-08-11 15:28:45 +00:00
Bill Huang
7ea9ba1f6c
8292064: Convert java/lang/management/MemoryMXBean shell tests to java version
...
Reviewed-by: lmesnik, sspitsyn
2022-08-11 14:34:01 +00:00
Jaikiran Pai
4b03e135e1
8285405: add test and check for negative argument to HashMap::newHashMap et al
...
Reviewed-by: chegar, naoto, lancea, smarks
2022-08-11 02:17:01 +00:00
Leonid Mesnik
36ef4c1a92
8291081: Some sun/tools/jstatd/TestJstatd* tests fail with "Not a percentage\: 68.31\: expected true, was false"
...
Reviewed-by: kevinw, cjplummer
2022-08-11 00:30:19 +00:00
Coleen Phillimore
b47438cabc
8292068: Convert ModuleEntryTable into ResourceHashtable
...
Reviewed-by: iklam, lfoltan
2022-08-10 22:04:33 +00:00
Alex Kasko
543163a03b
8291978: jpackage: allow to override primary l10n files on Windows
...
Reviewed-by: asemenyuk, almatvee, naoto
2022-08-10 20:34:51 +00:00
Joe Darcy
68af7c1365
8291734: Return accurate ACC_SUPER access flag for classes
...
Reviewed-by: mchung
2022-08-10 19:55:57 +00:00
Alex Kasko
e4925a3959
8291924: jpackage: l10n for Windows context menu label
...
Reviewed-by: naoto, asemenyuk, almatvee
2022-08-10 19:17:42 +00:00
Daniel Jeliński
7b029ea6ba
8227651: Tests fail with SSLProtocolException: Input record too big
...
8212096: javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
Reviewed-by: coffeys, xuelei
2022-08-10 18:16:10 +00:00
Brian Burkhalter
35fd5d88eb
8292200: Add java/io/File/GetXSpace.java to Windows problem list
...
Reviewed-by: alanb
2022-08-10 18:09:54 +00:00
David Schlosnagle
9825c33560
8291641: Optimize StackTraceElement.toString()
...
Reviewed-by: rriggs, mchung
2022-08-10 16:22:19 +00:00
Tejesh R
ecfa38ffa8
8281966: Absolute path of symlink is null in JFileChooser
...
Reviewed-by: aivanov, psadhukhan
2022-08-10 11:43:02 +00:00
Prasanta Sadhukhan
83dc2e3e45
8292062: misc javax/swing tests failing
...
Reviewed-by: prr
2022-08-10 03:42:12 +00:00
Brian Burkhalter
6397d564a5
8151430: (fs) BasicFileAttributeView.setTimes should support setting file create time on OS X
...
Reviewed-by: alanb
2022-08-09 22:29:04 +00:00
Daniel D. Daugherty
57e0da1578
8292132: ProblemList jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java
...
Reviewed-by: bpb
2022-08-09 19:26:28 +00:00
Daniel D. Daugherty
17c77b5d7a
8292119: ProblemList java/awt/image/multiresolution/MultiresolutionIconTest.java on linux-x64 and windows-all
...
Reviewed-by: naoto, prr
2022-08-09 18:50:56 +00:00
Bill Huang
d889264c61
8290836: Improve test coverage for XPath functions: String Functions
...
8290837: Improve test coverage for XPath functions: Boolean Functions
8290838: Improve test coverage for XPath functions: Number Functions
Reviewed-by: joehw
2022-08-09 18:26:54 +00:00