Chris Plummer
|
5bf6a7f7d7
|
8282691: add jdb "-R" option for passing any argument to the launched debuggee process
Reviewed-by: alanb, kevinw
|
2022-03-14 18:15:40 +00:00 |
|
Phil Race
|
f66070b00d
|
8282577: ICC_Profile.setData(int, byte[]) invalidates the profile
Reviewed-by: serb
|
2022-03-14 18:05:38 +00:00 |
|
Carter Kozak
|
70bd57ed35
|
8283049: Fix non-singleton LoggerFinder error message: s/on/one
Reviewed-by: dfuchs
|
2022-03-14 17:54:19 +00:00 |
|
Emanuel Peter
|
7833667f0e
|
8282881: Print exception message in VM crash with -XX:AbortVMOnException
Reviewed-by: dholmes, hseigel
|
2022-03-14 17:35:09 +00:00 |
|
Naoto Sato
|
c96085eaab
|
8282929: Localized monetary symbols are not reflected in toLocalizedPattern return value
Reviewed-by: joehw, lancea
|
2022-03-14 16:28:15 +00:00 |
|
Brian Burkhalter
|
13cebffe61
|
8058924: FileReader(String) documentation is insufficient
Reviewed-by: naoto, lancea
|
2022-03-14 16:10:15 +00:00 |
|
Zdenek Zambersky
|
08573cc3b2
|
8282529: Fix API Note in javadoc for javax.net.ssl.SSLSocket
Reviewed-by: wetmore, xuelei
|
2022-03-14 14:21:58 +00:00 |
|
Roland Westrelin
|
ea9eeea8ff
|
8281322: C2: always construct strip mined loop initially (even if strip mining is disabled)
Reviewed-by: chagedorn, thartmann
|
2022-03-14 13:59:13 +00:00 |
|
Ahmed Muhsin
|
5f3d4032f3
|
8272735: Add missing SubL node transformations
Reviewed-by: thartmann, chagedorn
|
2022-03-14 09:05:53 +00:00 |
|
Aleksey Shipilev
|
01570ca92d
|
8283017: GHA: Workflows break with update release versions
Reviewed-by: erikj, ihse
|
2022-03-14 09:03:05 +00:00 |
|
Thomas Schatzl
|
c0e3d107f6
|
8283008: KRegister documentation out of date
Reviewed-by: dlong, sviswanathan, jiefu, jbhateja
|
2022-03-14 09:02:12 +00:00 |
|
Jatin Bhateja
|
fde3149896
|
8281375: Accelerate bitCount operation for AVX2 and AVX512 target.
Reviewed-by: sviswanathan, thartmann
|
2022-03-14 07:11:23 +00:00 |
|
Jaikiran Pai
|
3cf83a671e
|
8282572: EnumSet should be a sealed class
Reviewed-by: sundar
|
2022-03-14 03:17:57 +00:00 |
|
Joshua Zhu
|
5c408c1410
|
8282874: Bad performance on gather/scatter API caused by different IntSpecies of indexMap
Reviewed-by: psandoz
|
2022-03-12 04:04:28 +00:00 |
|
Pavel Rappo
|
374193b6d2
|
8283041: [javadoc] Crashes using {@return} with @param
Reviewed-by: jjg
|
2022-03-11 22:41:47 +00:00 |
|
Zhengyu Gu
|
0fd09d383b
|
8282978: Wrong parameter passed to GetStringXXXChars in various places
Reviewed-by: alanb, dfuchs
|
2022-03-11 13:25:09 +00:00 |
|
Mahendra Chhipa
|
95ca94436d
|
8282354: Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests
Reviewed-by: dfuchs
|
2022-03-11 10:48:57 +00:00 |
|
Christian Stein
|
f99193ae3f
|
8282811: Typo in IAE details message of RecordedObject.getValueDescriptor
Reviewed-by: egahlin
|
2022-03-11 09:58:22 +00:00 |
|
Julian Waters
|
cab9def1c1
|
8282700: Properly handle several --without options during configure
Reviewed-by: ihse
|
2022-03-11 09:12:19 +00:00 |
|
Ivan Walulya
|
1a5a496aee
|
8282763: G1: G1CardSetContainer remove intrusive-list details.
Reviewed-by: tschatzl, kbarrett, ayang
|
2022-03-11 08:43:04 +00:00 |
|
Yi Yang
|
88f0938c94
|
8272493: Suboptimal code generation around Preconditions.checkIndex intrinsic with AVX2
Reviewed-by: redestad, thartmann
|
2022-03-11 02:28:07 +00:00 |
|
Yi Yang
|
a5a1a32db6
|
8282883: Use JVM_LEAF to avoid ThreadStateTransition for some simple JVM entries
Reviewed-by: dholmes, shade
|
2022-03-11 02:27:01 +00:00 |
|
Daniel D. Daugherty
|
bb7ee5a04a
|
8282314: nsk/jvmti/SuspendThread/suspendthrd003 may leak memory
Reviewed-by: dholmes, cjplummer, amenkov, lmesnik, mseledtsov
|
2022-03-10 19:13:55 +00:00 |
|
Chris Plummer
|
f5217b475e
|
8282852: Debug agent asserts in classTrack_addPreparedClass()
Reviewed-by: amenkov, lmesnik
|
2022-03-10 19:08:10 +00:00 |
|
Aleksey Shipilev
|
7b91bbba82
|
8282170: JVMTI SetBreakpoint metaspace allocation test
Reviewed-by: cjplummer, lmesnik
|
2022-03-10 18:53:59 +00:00 |
|
Brian Burkhalter
|
b13cacc575
|
8254574: PrintWriter handling of InterruptedIOException should be removed
Reviewed-by: alanb
|
2022-03-10 18:25:53 +00:00 |
|
John Jiang
|
1f295239b9
|
8282932: a space is needed for the unsupported protocol exception message in ProtocolVersion
Reviewed-by: xuelei, mullan
|
2022-03-10 18:25:06 +00:00 |
|
Zhengyu Gu
|
879b6445e3
|
8282897: Fix call parameter to GetStringChars() in HostLocaleProviderAdapter_md.c
Reviewed-by: shade, naoto
|
2022-03-10 18:23:41 +00:00 |
|
Brian Burkhalter
|
fdce97df5f
|
8267820: (fs) Files.copy should attempt to copy POSIX attributes when target file in custom file system
Reviewed-by: lancea, alanb
|
2022-03-10 17:36:51 +00:00 |
|
Brian Burkhalter
|
e8a1ce00b2
|
8280881: (fs) UnixNativeDispatcher.close0 may throw UnixException
Reviewed-by: alanb
|
2022-03-10 16:38:44 +00:00 |
|
Anton Litvinov
|
1668c02ee8
|
8277922: Unable to click JCheckBox in JTable through Java Access Bridge
Reviewed-by: aivanov, serb
|
2022-03-10 16:37:55 +00:00 |
|
Alex Blewitt
|
2674799005
|
8282878: Removed _JavaThread from PhaseTraceTime
Reviewed-by: shade, thartmann
|
2022-03-10 15:27:29 +00:00 |
|
Tyler Steele
|
7c8ea9f05b
|
8282509: [exploded image] ResolvedClassTest fails with similar output
Reviewed-by: mdoerr, dlong
|
2022-03-10 15:09:19 +00:00 |
|
Magnus Ihse Bursie
|
9c88c5bb63
|
8282948: JDK-8274980 missed correct handling of MACOSX_BUNDLE_BUILD_VERSION
Reviewed-by: erikj
|
2022-03-10 13:50:05 +00:00 |
|
Thomas Schatzl
|
83d7718690
|
8282893: Remove MacroAssembler::push/pop_callee_saved_registers
Reviewed-by: redestad
|
2022-03-10 11:28:29 +00:00 |
|
Prasanta Sadhukhan
|
6a3a7b94a4
|
6218162: DefaultTableColumnModel.getColumn() method should mention ArrayIndexOutOfBoundsException
Reviewed-by: aivanov, prr
|
2022-03-10 09:26:36 +00:00 |
|
Prasanta Sadhukhan
|
5b78a82e9d
|
7017094: ParsedSynthStyle: parameter name "direction" should be changed to "tabIndex"
Reviewed-by: jdv, aivanov, prr
|
2022-03-10 09:22:21 +00:00 |
|
Rajat Mahajan
|
8aba4de984
|
8249592: Robot.mouseMove moves cursor to incorrect location when display scale varies and Java runs in DPI Unaware mode
Reviewed-by: serb, aivanov
|
2022-03-10 05:09:29 +00:00 |
|
Chris Plummer
|
ff76620487
|
8282641: Make jdb "threadgroup" command with no args reset the current threadgroup back to the default
Reviewed-by: kevinw, amenkov
|
2022-03-09 19:42:47 +00:00 |
|
Weijun Wang
|
70318e1d17
|
8282884: Provide OID aliases for MD2, MD5, and OAEP
Reviewed-by: xuelei
|
2022-03-09 16:47:03 +00:00 |
|
Xue-Lei Andrew Fan
|
6d8d156c97
|
8280494: (D)TLS signature schemes
Reviewed-by: mullan
|
2022-03-09 16:11:07 +00:00 |
|
Zhengyu Gu
|
5df2a05770
|
8282628: Potential memory leak in sun.font.FontConfigManager.getFontConfig()
Reviewed-by: stuefe, dholmes, aivanov
|
2022-03-09 13:27:11 +00:00 |
|
Emanuel Peter
|
d07f7c76c5
|
8282665: [REDO] ByteBufferTest.java: replace endless recursion with RuntimeException in void ck(double x, double y)
Reviewed-by: psandoz, thartmann
|
2022-03-09 08:59:37 +00:00 |
|
Tim Prinzing
|
31ad80a229
|
8280902: ResourceBundle::getBundle may throw NPE when invoked by JNI code with no caller frame
Reviewed-by: naoto, mchung, ihse
|
2022-03-09 04:02:17 +00:00 |
|
Xiaohong Gong
|
12693a6cf3
|
8282432: Optimize masked "test" Vector API with predicate feature
Reviewed-by: psandoz
|
2022-03-09 01:02:25 +00:00 |
|
Hao Sun
|
49245131e9
|
8265263: AArch64: Combine vneg with right shift count
Reviewed-by: adinn, dlong
|
2022-03-09 00:52:01 +00:00 |
|
Rajan Halade
|
ea19114e66
|
8282832: Update file path for HostnameMatcher/cert5.crt in test sun/security/util/Pem/encoding.sh
Reviewed-by: mullan
|
2022-03-08 20:34:02 +00:00 |
|
Sean Mullan
|
72e987e3b4
|
7192189: Support endpoint identification algorithm in RFC 6125
Reviewed-by: xuelei, rhalade
|
2022-03-08 18:18:57 +00:00 |
|
Xin Liu
|
288d1afc5a
|
8282715: typo compileony in test Test8005033.java
Reviewed-by: jiefu, dholmes, thartmann
|
2022-03-08 17:33:15 +00:00 |
|
Manukumar V S
|
6b34884b34
|
8282234: Create a regression test for JDK-4532513
Reviewed-by: aivanov
|
2022-03-08 17:01:03 +00:00 |
|