Naoto Sato
d49851a8b8
8299689: Make use of JLine for Console as "opt-in"
...
Reviewed-by: jpai, alanb
2023-01-09 18:23:42 +00:00
Justin Lu
cd10c7278d
8299500: Usage of constructors of primitive wrapper classes should be avoided in java.text API docs
...
Reviewed-by: naoto, lancea
2023-01-09 17:43:31 +00:00
Alexandre Iline
bfd5971429
8299757: Update JCov version to 3.0.14
...
Reviewed-by: erikj, serb
2023-01-09 15:39:46 +00:00
Coleen Phillimore
17a3f0e257
8299275: Add some ClassLoaderData verification code
...
Reviewed-by: iklam, fparain
2023-01-09 15:01:34 +00:00
Erik Österlund
4ba8122197
8299312: Clean up BarrierSetNMethod
...
Reviewed-by: mdoerr, fyang
2023-01-09 13:31:26 +00:00
Albert Mingkun Yang
66db0bb6a1
8299692: G1: Remove unused G1BlockOffsetTable::is_card_boundary
...
Reviewed-by: kbarrett
2023-01-09 11:39:06 +00:00
Patrick Zhang
7068457436
8298472: AArch64: Detect Ampere-1 and Ampere-1A CPUs and set default options
...
Reviewed-by: aph, ngasson
2023-01-09 11:07:05 +00:00
Johan Sjölen
500c3c1737
8298730: Refactor subsystem_file_line_contents and add docs and tests
...
Reviewed-by: sgehwolf, iklam
2023-01-09 10:18:26 +00:00
Prasanta Sadhukhan
4072412c1f
8298876: Swing applications do not get repainted coming out of sleep on Windows 10
...
Reviewed-by: angorya, prr
2023-01-09 10:14:06 +00:00
Erik Österlund
a503ec2cc7
8299608: Add Register + imm32 orq to x86_64 assembler
...
Reviewed-by: shade, sviswanathan, kvn
2023-01-09 10:01:26 +00:00
Emanuel Peter
d2827ec8f7
8299671: speed up compiler/intrinsics/string/TestStringLatin1IndexOfChar.java
...
Reviewed-by: thartmann, kvn
2023-01-09 08:34:24 +00:00
Roland Westrelin
05a0a71031
8297933: [REDO] Compiler should only use verified interface types for optimization
...
Reviewed-by: kvn, vlivanov
2023-01-09 08:26:08 +00:00
Damon Fenacci
9b1ade8e2b
8295406: C1 crash with -XX:TypeProfileArgsLimit=0 -XX:TypeProfileLevel=222
...
Reviewed-by: thartmann, kvn
2023-01-09 07:56:11 +00:00
Daniel Jeliński
8d17d1ee6f
6914801: IPv6 unavailable if stdin is a socket
...
Reviewed-by: michaelm
2023-01-09 07:39:12 +00:00
Daniel Jeliński
d03a5d9580
8299593: getprotobyname should not be used
...
Reviewed-by: cjplummer
2023-01-09 07:32:55 +00:00
Abhishek Kumar
c4449224bb
8218474: JComboBox display issue with GTKLookAndFeel
...
Reviewed-by: tr, serb
2023-01-09 04:47:33 +00:00
SWinxy
7607c07e00
8299774: SYNTH_BUTTON_UI_KEY field is unused
...
Reviewed-by: serb
2023-01-09 02:14:43 +00:00
Justin King
d53cac3794
8299481: Remove metaprogramming/removePointer.hpp
...
Reviewed-by: kbarrett, tschatzl
2023-01-08 10:45:36 +00:00
Srinivas Mandalika
834e50e9ef
8298921: Create a regression test for JDK-8139581
...
Reviewed-by: serb
2023-01-08 09:08:04 +00:00
Jaikiran Pai
e209693a37
8258776: ThreadLocal#initialValue() Javadoc is unaware of ThreadLocal#withInitial()
...
Reviewed-by: alanb
2023-01-07 02:33:52 +00:00
Justin Lu
d5b80abcbf
8299617: CurrencySymbols.properties is missing the copyright notice
...
Reviewed-by: naoto, iris, jpai
2023-01-07 02:20:12 +00:00
Justin Lu
63cf4aa0c8
8299499: Usage of constructors of primitive wrapper classes should be avoided in java.net API docs
...
Reviewed-by: naoto, jpai
2023-01-07 02:19:15 +00:00
Jesper Wilhelmsson
5393dc9a48
Merge
2023-01-07 02:05:59 +00:00
Sergey Bylokhov
7310131409
8299337: The java.awt.image.ColorModel#pData field is unused
...
Reviewed-by: prr
2023-01-06 23:09:07 +00:00
Sergey Tsypanov
d086e82b3c
8299600: Use Objects.check*() where appropriate in java.io
...
Reviewed-by: alanb, bpb
2023-01-06 21:01:21 +00:00
Sergey Bylokhov
4a95c74b76
8299425: "LCMSImageLayout.isIntPacked" flag can be deleted
...
Reviewed-by: prr
2023-01-06 20:17:10 +00:00
Ashutosh Mehra
d6d6eb4cba
8299699: Test runtime/cds/appcds/WrongClasspath.java fails after JDK-8299329
...
Reviewed-by: iklam, ccheung
2023-01-06 19:56:12 +00:00
Andrei Pangin
8c70bf3fff
8299544: Improve performance of CRC32C intrinsics (non-AVX-512) for small inputs
...
Reviewed-by: kvn, eastigeevich, sviswanathan
2023-01-06 19:00:20 +00:00
Alexandre Iline
1f141bd7a9
8299705: JCov coverage runs depend on jdk_symbols
...
Reviewed-by: erikj
2023-01-06 18:51:41 +00:00
Chris Plummer
d6e9f01584
8285416: [LOOM] Some nsk/jdi tests fail due to needing too many virtual threads
...
8282383: [LOOM] 6 nsk JDI and JDB tests sometimes failing with vthread wrapper due to running out of carrier threads
Reviewed-by: dholmes, sspitsyn, alanb, lmesnik
2023-01-06 18:49:11 +00:00
Weijun Wang
ba03f42a50
8299746: Accept unknown signatureAlgorithm in PKCS7 SignerInfo
...
Reviewed-by: kdriver, ascarpino, hchao
2023-01-06 18:46:37 +00:00
Markus KARG
3dcf700161
8299336: InputStream::DEFAULT_BUFFER_SIZE should be 16384
...
Reviewed-by: bpb
2023-01-06 17:35:17 +00:00
Maurizio Cimadamore
5eee2a07f5
8299740: CaptureCallState is missing @Preview annotation
...
Reviewed-by: alanb
2023-01-06 14:52:08 +00:00
Coleen Phillimore
1e9972922a
8299274: Add elements to resolved_references consistently
...
Reviewed-by: iklam, dholmes, rehn, fparain
2023-01-06 13:57:23 +00:00
Jie Fu
8cc1669ffd
8299721: [Vector API] assert in switch-default of LibraryCallKit::arch_supports_vector_rotate is too weak to catch bugs
...
Reviewed-by: jbhateja
2023-01-06 12:56:36 +00:00
Aleksey Shipilev
5598acc345
8294403: [REDO] make test should report only on executed tests
...
Reviewed-by: erikj, dholmes, jpai, djelinski
2023-01-06 11:28:38 +00:00
bobpengxie
88f0ea7887
8299726: [cleanup] Some code cleanup in opto/compile.hpp
...
Reviewed-by: thartmann
2023-01-06 10:48:28 +00:00
Bhavana Kilambi
136f5db03d
8299528: IR test: TestEor3AArch64.java fails on aarch64
...
Reviewed-by: thartmann, chagedorn
2023-01-06 10:04:04 +00:00
Andrey Turbanov
0234f813e6
8298447: Unnecessary Vector usage in DocPrintJob implementations
...
Reviewed-by: serb
2023-01-06 08:29:47 +00:00
Tobias Hartmann
cc4936a79e
8298720: Insufficient error handling when CodeBuffer is exhausted
...
Reviewed-by: kvn, fyang
2023-01-06 08:28:09 +00:00
Sergey Bylokhov
b5b7948d9b
8298240: Replace the usage of ImageLayoutException by the CMMException
...
Reviewed-by: prr
2023-01-06 08:04:51 +00:00
Tejesh R
99be74088e
8299306: Test "javax/swing/JFileChooser/FileSystemView/CustomFSVLinkTest.java" fails on Windows 10 x64 because there are some buttons did not display button name
...
Reviewed-by: psadhukhan, abhiscxk
2023-01-06 07:50:33 +00:00
Artem Semenov
775da84a84
8299412: JNI call of getAccessibleActionCount on a wrong thread
...
Reviewed-by: prr, serb
2023-01-06 07:09:05 +00:00
Anto J
7845b0d7b4
8296934: Write a test to verify whether Undecorated Frame can be iconified or not
...
Reviewed-by: serb
2023-01-06 00:37:26 +00:00
Pavel Rappo
284c94e20d
8298525: javadoc crashes with "UnsupportedOperationException: Not yet implemented" in SeeTaglet.inherit
...
Reviewed-by: jjg
2023-01-05 22:43:20 +00:00
Mikael Vidstedt
4b6809b94a
8299693: Change to Xcode12.4+1.1 devkit for building on macOS at Oracle
...
Reviewed-by: dholmes, erikj
2023-01-05 22:39:44 +00:00
Kim Barrett
dfdbd0fe7f
8299343: Windows: Invalid thread_native_entry declaration
...
Reviewed-by: dholmes, iklam
2023-01-05 22:02:45 +00:00
Kim Barrett
3e2314d082
8299254: Support dealing with standard assert macro
...
Reviewed-by: erikj, xuelei, dholmes, mikael
2023-01-05 19:49:01 +00:00
Naoto Sato
a49ccb959b
8299292: Missing elements in aliased String array
...
Reviewed-by: iris, joehw
2023-01-05 17:49:24 +00:00
Andrey Turbanov
b908388e81
8298449: Unnecessary Vector usage in MetaData.ProxyPersistenceDelegate
...
Reviewed-by: serb
2023-01-05 16:49:23 +00:00