Alexander Zvegintsev
|
a1ec4f9618
|
6854300: [TEST_BUG] java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter_3.java fails in jdk6u14 & jdk7
Reviewed-by: serb
|
2021-10-29 13:05:22 +00:00 |
|
Sean Mullan
|
8cc59509fe
|
8251468: X509Certificate.get{Subject,Issuer}AlternativeNames and getExtendedKeyUsage do not throw CertificateParsingException if extension is unparseable
Reviewed-by: weijun
|
2021-10-29 12:42:33 +00:00 |
|
Alexander Zuev
|
4c3491bfa5
|
8017175: [TESTBUG] javax/swing/JPopupMenu/4634626/bug4634626.java sometimes failed on mac
Reviewed-by: serb
|
2021-10-29 11:44:12 +00:00 |
|
Ilarion Nakonechnyy
|
c0cda1db4f
|
8273026: Slow LoginContext.login() on multi threading application
Reviewed-by: weijun
|
2021-10-29 11:37:45 +00:00 |
|
Aleksey Shipilev
|
15fd8a300b
|
8276102: JDK-8245095 integration reverted JDK-8247980
Reviewed-by: dfuchs, redestad
|
2021-10-29 10:26:06 +00:00 |
|
Thomas Stuefe
|
e89b2c040c
|
8276086: Increase size of metaspace mappings
Reviewed-by: goetz, mdoerr
|
2021-10-29 09:44:48 +00:00 |
|
Thomas Stuefe
|
157e1d5073
|
8275856: Remove MetaspaceHandleDeallocations debug switch
Reviewed-by: coleenp, iklam
|
2021-10-29 04:26:56 +00:00 |
|
Thomas Stuefe
|
c9e65f8ef9
|
8275440: Remove VirtualSpaceList::is_full()
Reviewed-by: coleenp
|
2021-10-29 03:48:45 +00:00 |
|
Hai-May Chao
|
de93b1d0e8
|
8257722: Improve "keytool -printcert -jarfile" output
Reviewed-by: weijun
|
2021-10-28 23:04:34 +00:00 |
|
Mandy Chung
|
21da218387
|
8274848: LambdaMetaFactory::metafactory on REF_invokeSpecial impl method has incorrect behavior
Reviewed-by: psandoz, dlsmith
|
2021-10-28 22:24:56 +00:00 |
|
Joe Darcy
|
48f3fcab51
|
8275308: Add valueOf(Runtime.Version) factory to SourceVersion
Reviewed-by: jjg
|
2021-10-28 22:11:03 +00:00 |
|
Mandy Chung
|
c6339cb8a2
|
8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle
8013527: calling MethodHandles.lookup on itself leads to errors
Co-authored-by: Peter Levart <plevart@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Co-authored-by: Mandy Chung <mchung@openjdk.org>
Reviewed-by: mcimadamore, plevart, egahlin, redestad, cjplummer, alanb
|
2021-10-28 18:32:50 +00:00 |
|
Aleksey Shipilev
|
5a768f75c9
|
8276054: JMH benchmarks for Fences
Reviewed-by: redestad
|
2021-10-28 17:32:39 +00:00 |
|
Mitsuru Kariya
|
63b9f8c0da
|
8153490: Cannot setBytes() if incoming buffer's length is bigger than number of elements we want to insert.
Reviewed-by: lancea
|
2021-10-28 15:56:17 +00:00 |
|
Prasanta Sadhukhan
|
c92f230557
|
8276110: Problemlist javax/swing/JMenu/4515762/bug4515762.java for macos12
Reviewed-by: azvegint
|
2021-10-28 15:37:15 +00:00 |
|
Mandy Chung
|
309acbf0e8
|
8275703: System.loadLibrary fails on Big Sur for libraries hidden from filesystem
Reviewed-by: dholmes, alanb, mcimadamore
|
2021-10-28 15:27:26 +00:00 |
|
Volker Simonis
|
a343fa8766
|
8275865: Print deoptimization statistics in product builds
Reviewed-by: thartmann, kvn
|
2021-10-28 12:40:30 +00:00 |
|
Hannes Wallnöfer
|
7c996d572c
|
8269401: Merge "Exceptions" and "Errors" into "Exception Classes"
Reviewed-by: jjg
|
2021-10-28 10:41:49 +00:00 |
|
Daniel D. Daugherty
|
e6fa5fa37e
|
8276063: ProblemList gtest dll_address_to_function_and_library_name on macosx-generic
Reviewed-by: tschatzl
|
2021-10-27 14:24:02 +00:00 |
|
Thomas Stuefe
|
809488bf38
|
8276046: codestrings.validate_vm gtest fails on ppc64, s390
Reviewed-by: shade, mdoerr
|
2021-10-27 13:40:51 +00:00 |
|
Naoto Sato
|
168081efc8
|
8270490: Charset.forName() taking fallback default value
Reviewed-by: joehw, rriggs, serb, dfuchs
|
2021-10-27 12:39:46 +00:00 |
|
Prasanta Sadhukhan
|
485d65865e
|
8275851: Deproblemlist open/test/jdk/javax/swing/JComponent/6683775/bug6683775.java
Reviewed-by: serb
|
2021-10-27 10:24:21 +00:00 |
|
Jayathirth D V
|
b3f45f868d
|
8275689: [TESTBUG] Use color tolerance only for XRender in BlitRotateClippedArea test
Reviewed-by: serb
|
2021-10-27 10:21:28 +00:00 |
|
Jayathirth D V
|
2f979ecb5b
|
8213120: java/awt/TextArea/AutoScrollOnSelectAndAppend/AutoScrollOnSelectAndAppend.java fails on mac10.13
Reviewed-by: psadhukhan
|
2021-10-27 09:29:37 +00:00 |
|
Wang Huang
|
9f75d5ce50
|
8259948: Aarch64: Add cast nodes for Aarch64 Neon backend
Co-authored-by: Wang Huang <whuang@openjdk.org>
Co-authored-by: Wu Yan <wuyan@openjdk.org>
Co-authored-by: Miao Zhuojun <mouzhuojun@huawei.com>
Reviewed-by: aph, eliu, njian
|
2021-10-27 05:32:50 +00:00 |
|
Alexander Zvegintsev
|
d98b7c2591
|
8202926: Test java/awt/Focus/WindowUpdateFocusabilityTest/WindowUpdateFocusabilityTest.html fails
Reviewed-by: serb
|
2021-10-27 01:58:11 +00:00 |
|
Daniel D. Daugherty
|
7addcd7cfb
|
8276034: ProblemList gtest dll_address_to_function_and_library_name on macosx-x64
Reviewed-by: prr
|
2021-10-26 22:03:18 +00:00 |
|
Doug Simon
|
2448b3f5f9
|
8275874: [JVMCI] only support aligned reads in c2v_readFieldValue
Reviewed-by: never, shade
|
2021-10-26 18:50:21 +00:00 |
|
Calvin Cheung
|
e5cd2692da
|
8274944: AppCDS dump causes SEGV in VM thread while adjusting lambda proxy class info
Reviewed-by: minqi, dholmes
|
2021-10-26 16:26:57 +00:00 |
|
Roland Westrelin
|
82f4aacb42
|
8259609: C2: optimize long range checks in long counted loops
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: thartmann, jrose
|
2021-10-26 15:53:37 +00:00 |
|
Harold Seigel
|
7ca053de21
|
8251904: vmTestbase/nsk/sysdict/vm/stress/btree/btree010/btree010.java fails with ClassNotFoundException: nsk.sysdict.share.BTree0LLRLRLRRLR
Reviewed-by: dholmes, lmesnik
|
2021-10-26 12:37:54 +00:00 |
|
Jatin Bhateja
|
4be88d5482
|
8275047: Optimize existing fill stubs for AVX-512 target
Reviewed-by: kvn, redestad
|
2021-10-26 12:34:56 +00:00 |
|
Julia Boes
|
4961373a67
|
8275137: jdk.unsupported/sun.reflect.ReflectionFactory.readObjectNoDataForSerialization uses wrong signature
Reviewed-by: dfuchs
|
2021-10-26 12:17:47 +00:00 |
|
Harold Seigel
|
174f553f7e
|
8275869: Problem list applications/jcstress/copy.java on Linux-aarch64
Reviewed-by: lfoltan, dholmes
|
2021-10-26 12:05:09 +00:00 |
|
Thomas Stuefe
|
3ff085e296
|
8275582: Don't purge metaspace mapping lists
Reviewed-by: coleenp, lkorinth
|
2021-10-26 04:52:01 +00:00 |
|
Weijun Wang
|
10e1610f7b
|
8251134: Unwrapping a key with a Private Key generated by Microsoft CNG fails
Reviewed-by: valeriep
|
2021-10-26 02:45:23 +00:00 |
|
Weijun Wang
|
43619458d1
|
8185844: MSCAPI doesn't list aliases correctly
Reviewed-by: valeriep
|
2021-10-26 02:39:05 +00:00 |
|
Clive Verghese
|
97d3280eb4
|
8275536: Add test to check that File::lastModified returns same time stamp as Files.getLastModifiedTime
Reviewed-by: alanb, bpb
|
2021-10-25 18:33:57 +00:00 |
|
Igor Veresov
|
89671aa164
|
8273712: C2: Add mechanism for rejecting inlining of low frequency call sites and deprecate MinInliningThreshold.
Reviewed-by: kvn, rbackman
|
2021-10-25 17:03:57 +00:00 |
|
Artem Semenov
|
3221a14f9e
|
8273678: TableAccessibility and TableRowAccessibility miss autorelease
Reviewed-by: ant, kizune, pbansal
|
2021-10-25 16:26:43 +00:00 |
|
Alexander Zvegintsev
|
7cf68b1901
|
8202932: java/awt/Component/NativeInLightShow/NativeInLightShow.java fails
Reviewed-by: serb
|
2021-10-25 14:34:36 +00:00 |
|
Alexander Zvegintsev
|
f610ef0dbc
|
8196440: Regression automated Test 'java/awt/TrayIcon/PopupMenuLeakTest/PopupMenuLeakTest.java' fails
Reviewed-by: serb, psadhukhan
|
2021-10-25 14:27:17 +00:00 |
|
Jaikiran Pai
|
f143d2a88e
|
8268595: java/io/Serializable/serialFilter/GlobalFilterTest.java#id1 failed in timeout
Reviewed-by: chegar, rriggs
|
2021-10-25 14:24:05 +00:00 |
|
Christian Hagedorn
|
1da5e6b0e2
|
8275104: IR framework does not handle client VM builds correctly
Reviewed-by: kvn, thartmann
|
2021-10-25 07:25:19 +00:00 |
|
Hamlin Li
|
5dab76b939
|
8275381: G1: refactor 2 constructors of G1CardSetConfiguration
Reviewed-by: tschatzl, ayang
|
2021-10-25 01:03:51 +00:00 |
|
Igor Ignatyev
|
c94dc2ab60
|
8272854: split runtime/CommandLine/PrintTouchedMethods.java test
Reviewed-by: iklam
|
2021-10-23 03:59:55 +00:00 |
|
Hai-May Chao
|
fec470f262
|
8272163: Add -version option to keytool and jarsigner
Reviewed-by: weijun
|
2021-10-22 20:53:38 +00:00 |
|
Phil Race
|
6523c558d9
|
8198336: java/awt/FontMetrics/FontCrash.java fails in headless mode
Reviewed-by: serb
|
2021-10-22 17:22:12 +00:00 |
|
Doug Simon
|
4dec8fc4cc
|
8275645: [JVMCI] avoid unaligned volatile reads on AArch64
Reviewed-by: kvn, never
|
2021-10-22 16:20:31 +00:00 |
|
Andy Herrick
|
b2128a9667
|
8263155: Allow additional contents for DMG
Reviewed-by: asemenyuk, almatvee
|
2021-10-22 12:17:45 +00:00 |
|