Jatin Bhateja
|
4bbf11d4a9
|
8269580: assert(is_valid()) failed: invalid register (-1)
Reviewed-by: kvn, dlong
|
2021-07-01 15:08:43 +00:00 |
|
Naoto Sato
|
54dd510bd5
|
8269704: Typo in j.t.Normalizer.normalize()
Reviewed-by: joehw, prappo, iris
|
2021-07-01 12:08:21 +00:00 |
|
Jan Lahoda
|
a8385feb30
|
8269354: javac crashes when processing parenthesized pattern in instanceof
Reviewed-by: vromero
|
2021-07-01 10:10:03 +00:00 |
|
Aleksey Shipilev
|
c16d1fc981
|
8269285: Crash/miscompile in CallGenerator::for_method_handle_inline after JDK-8191998
Reviewed-by: kvn, iveresov, vlivanov
|
2021-07-01 09:27:55 +00:00 |
|
Roland Westrelin
|
ad27d9b3ec
|
8269088: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect
Reviewed-by: kvn, iveresov, neliasso
|
2021-07-01 08:11:59 +00:00 |
|
Roland Westrelin
|
c67a7b039d
|
8269230: C2: main loop in micro benchmark never executed
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: kvn, iveresov
|
2021-07-01 07:41:22 +00:00 |
|
Hannes Wallnöfer
|
962f1c1a9b
|
8262886: javadoc generates broken links with {@inheritDoc}
Reviewed-by: jjg
|
2021-07-01 07:25:39 +00:00 |
|
Jayathirth D V
|
f7ffd5872d
|
8267602: [macos] [lanai] java/awt/PrintJob/Text/stringwidth.sh doesn't exit on cancelling print dialog
Reviewed-by: aghaisas, serb
|
2021-07-01 03:01:30 +00:00 |
|
Liam Miller-Cushon
|
4930ae96d8
|
8268592: JDK-8262891 causes an NPE in Lint.augment
Reviewed-by: vromero
|
2021-07-01 00:16:23 +00:00 |
|
Mandy Chung
|
9ac63a6e08
|
8262841: Clarify the behavior of PhantomReference::refersTo
Reviewed-by: kbarrett, rriggs
|
2021-06-30 22:43:23 +00:00 |
|
Daniel D. Daugherty
|
aba6c55dac
|
8269703: ProblemList vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java on Windows-X64 with -Xcomp
Reviewed-by: dholmes
|
2021-06-30 22:13:06 +00:00 |
|
Naoto Sato
|
3e022247d2
|
8269513: Clarify the spec wrt useOldISOCodes system property
Reviewed-by: lancea, bpb, iris, joehw
|
2021-06-30 22:11:58 +00:00 |
|
Nils Eliasson
|
0dc65d3c74
|
8268897: [TESTBUG] compiler/compilercontrol/mixed/RandomCommandsTest.java must not fail on Command.quiet
Reviewed-by: kvn
|
2021-06-30 21:05:15 +00:00 |
|
Hannes Wallnöfer
|
3826012281
|
8268557: Module page uses unstyled table class
Reviewed-by: jjg
|
2021-06-30 18:40:17 +00:00 |
|
Daniel D. Daugherty
|
2b17e95e20
|
8269691: ProblemList sun/management/jdp/JdpDefaultsTest.java on Linux-aarch64
Reviewed-by: kvn, darcy
|
2021-06-30 17:39:22 +00:00 |
|
Christoph Göttschkes
|
1da5d4bb78
|
8269486: CallerAccessTest fails for non server variant
Reviewed-by: dholmes, stuefe, mchung, jvernee
|
2021-06-30 17:08:36 +00:00 |
|
Martin Doerr
|
be0ac92e18
|
8269614: [s390] Interpreter checks wrong bit for slow path instance allocation
Reviewed-by: shade, rrich
|
2021-06-30 13:32:19 +00:00 |
|
Zhengyu Gu
|
4b4bef4e1e
|
8269594: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark
Reviewed-by: coleenp, jvernee
|
2021-06-30 11:37:09 +00:00 |
|
Jan Lahoda
|
4ee400ae43
|
8268320: Better error recovery for broken patterns in switch
Reviewed-by: vromero
|
2021-06-30 09:47:22 +00:00 |
|
Wang Huang
|
ca283c3ac0
|
8265907: JVM crashes when matching VectorMaskCmp Node
Co-authored-by: Wang Huang <whuang@openjdk.org>
Co-authored-by: Ai Jiaming <aijiaming1@huawei.com>
Reviewed-by: njian, jbhateja, sviswanathan, dlong, adinn
|
2021-06-30 08:52:27 +00:00 |
|
Jan Lahoda
|
c3c918928c
|
8269141: Switch statement containing pattern case label element gets in the loop during execution
Reviewed-by: vromero
|
2021-06-30 08:45:12 +00:00 |
|
Leo Korinth
|
6b64a7956c
|
8268350: Remove assert that ensures thread identifier remains the same
Reviewed-by: tschatzl, kbarrett
|
2021-06-30 07:45:39 +00:00 |
|
Jatin Bhateja
|
90eb1189ae
|
8269528: VectorAPI Long512VectorTest fails on X86 KNL target
Reviewed-by: kvn, sviswanathan
|
2021-06-30 02:33:01 +00:00 |
|
Jie Fu
|
a661686e1e
|
8269065: [REDO] vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/Test.java failed with OutOfMemoryError
Reviewed-by: stuefe, iignatyev
|
2021-06-30 01:25:28 +00:00 |
|
Sean Coffey
|
0d745ae8fd
|
8269034: AccessControlException for SunPKCS11 daemon threads
Reviewed-by: valeriep
|
2021-06-29 22:52:45 +00:00 |
|
Christoph Langer
|
d042029509
|
8269529: javax/swing/reliability/HangDuringStaticInitialization.java fails in Windows debug build
Reviewed-by: serb, psadhukhan, pbansal
|
2021-06-29 21:02:06 +00:00 |
|
Chris Plummer
|
401cb0ad55
|
8269232: assert(!is_jweak(handle)) failed: wrong method for detroying jweak
Reviewed-by: rkennke, amenkov, sspitsyn, sgehwolf
|
2021-06-29 18:41:19 +00:00 |
|
Nils Eliasson
|
b8a16e931b
|
8268884: C2: Compile::remove_speculative_types must iterate top-down
Reviewed-by: roland, kvn
|
2021-06-29 18:38:25 +00:00 |
|
Jonathan Gibbons
|
25f9f19af9
|
8249646: Runtime.exec(String, String[], File) documentation contains literal {@link ...}
Reviewed-by: sundar, iris
|
2021-06-29 14:31:01 +00:00 |
|
Zhengyu Gu
|
0d83dc2411
|
8268699: Shenandoah: Add test for JDK-8268127
Backport-of: e59acd9860
|
2021-06-29 12:29:06 +00:00 |
|
Jie Fu
|
7010dfdffa
|
8269517: compiler/loopopts/TestPartialPeelingSinkNodes.java crashes with -XX:+VerifyGraphEdges
Reviewed-by: kvn, dlong
|
2021-06-29 11:18:23 +00:00 |
|
Thomas Schatzl
|
fc0fd96a5f
|
8269126: Rename G1AllowPreventiveGC option to G1UsePreventiveGC
Reviewed-by: kbarrett, iwalulya
|
2021-06-29 08:34:55 +00:00 |
|
Mandy Chung
|
56240690f6
|
8269426: Rename test/jdk/java/lang/invoke/t8150782 to accessClassAndFindClass
Reviewed-by: jvernee
|
2021-06-28 19:52:27 +00:00 |
|
Xin Liu
|
09bb84685f
|
8267952: async logging supports to dynamically change tags and decorators
Reviewed-by: dholmes, phh
|
2021-06-28 18:17:45 +00:00 |
|
Daniel D. Daugherty
|
20640a57f3
|
8269534: Remove java/util/concurrent/locks/Lock/TimedAcquireLeak.java from ProblemList.txt
Reviewed-by: iignatyev, tschatzl
|
2021-06-28 17:30:41 +00:00 |
|
Alexey Semenyuk
|
efe8423d8c
|
8269403: Fix jpackage tests to gracefully handle jpackage app launcher crashes
Reviewed-by: almatvee, herrick
|
2021-06-28 16:55:20 +00:00 |
|
Vladimir Kozlov
|
8d09596f27
|
8269304: Regression ~5% in 2005 in b27
Reviewed-by: dlong, roland
|
2021-06-28 15:52:09 +00:00 |
|
Jim Laskey
|
e4c5446340
|
8268236: The documentation of the String.regionMatches method contains error
Reviewed-by: rriggs, dfuchs
|
2021-06-28 13:51:07 +00:00 |
|
Dean Long
|
d9cb068f4b
|
8258746: illegal access to global field _jvmci_old_thread_counters by terminated thread causes crash
Reviewed-by: dholmes, kvn
|
2021-06-26 20:07:04 +00:00 |
|
Mandy Chung
|
6eb734a60f
|
8266269: Lookup::accessClass fails with IAE when accessing an arrayClass with a protected inner class as component class
Reviewed-by: chegar, alanb
|
2021-06-26 18:27:28 +00:00 |
|
Mandy Chung
|
3d0d27ce57
|
8269351: Proxy::newProxyInstance and MethodHandleProxies::asInterfaceInstance should reject sealed interfaces
Reviewed-by: darcy, alanb
|
2021-06-26 16:46:57 +00:00 |
|
Vladimir Kozlov
|
824a51693e
|
8269260: Add AVX512 and other SSE + AVX combinations testing for tests which generate vector instructions
Reviewed-by: iveresov, dlong
|
2021-06-25 22:48:56 +00:00 |
|
Alex Menkov
|
1404e4bf44
|
8269302: serviceability/dcmd/framework/InvalidCommandTest.java still fails after JDK-8268433
Reviewed-by: kevinw, dcubed
|
2021-06-25 22:10:48 +00:00 |
|
Alexander Matveev
|
fb0a95fed4
|
8269036: tools/jpackage/share/AppImagePackageTest.java failed with "hdiutil: create failed - Resource busy"
Reviewed-by: asemenyuk, herrick
|
2021-06-25 21:27:35 +00:00 |
|
Brian Burkhalter
|
5ebed06e8a
|
8269074: (fs) Files.copy fails to copy from /proc on some linux kernel versions
Reviewed-by: alanb, vtewari
|
2021-06-25 19:06:42 +00:00 |
|
Joe Wang
|
d799563ac0
|
8256919: BCEL: Utility.encode forget to close
Reviewed-by: lancea, bpb, naoto
|
2021-06-25 18:42:07 +00:00 |
|
Sandhya Viswanathan
|
1e3b418a53
|
8269335: Unable to load svml library
Reviewed-by: psandoz
|
2021-06-25 18:31:18 +00:00 |
|
Jan Lahoda
|
4eb321298a
|
8268871: Adjust javac to updated exhaustiveness specification
Reviewed-by: vromero
|
2021-06-25 09:52:06 +00:00 |
|
Jonathan Gibbons
|
44691cc3b0
|
8268972: Add default impl for recent new Reporter.print method
Reviewed-by: prappo
|
2021-06-25 01:05:23 +00:00 |
|
Guoxiong Li
|
7ab12856c4
|
8267610: NPE at at jdk.compiler/com.sun.tools.javac.jvm.Code.emitop
8268748: Javac generates uncorrect bytecodes when using nested pattern variables
Reviewed-by: jlahoda, vromero
|
2021-06-24 23:07:43 +00:00 |
|