Commit Graph

68421 Commits

Author SHA1 Message Date
Daniel Jeliński
4ffe96a857 8282506: Clean up remaining references to TwoStacksPlain*SocketImpl
Reviewed-by: dfuchs
2022-04-06 06:43:18 +00:00
Pengfei Li
741be46138 8183390: Fix and re-enable post loop vectorization
Reviewed-by: roland, thartmann, kvn
2022-04-05 23:50:13 +00:00
Dean Long
500f9a577b 8283396: Null pointer dereference in loopnode.cpp:2851
Reviewed-by: chagedorn, kvn
2022-04-05 21:07:29 +00:00
Joe Darcy
e9e3aa7b82 8283730: Improve discussion of modeling of packages and modules
Reviewed-by: jjg, jlahoda
2022-04-05 18:21:54 +00:00
Pavel Rappo
20acea41cc 8284362: Remove the "unsupported API" warning from jdk.javadoc
Reviewed-by: jjg
2022-04-05 17:45:39 +00:00
Daniel D. Daugherty
ff1daa85b0 8284380: ProblemList jdk/jshell/HighlightUITest.java on more platforms
Reviewed-by: bpb
2022-04-05 17:44:43 +00:00
Naoto Sato
526e73498e 8282819: Deprecate Locale class constructors
Reviewed-by: lancea, rriggs
2022-04-05 15:38:36 +00:00
Andrey Turbanov
648efd7abc 8284275: Remove unused sun.nio.fs.Reflect
Reviewed-by: alanb, bpb
2022-04-05 13:08:54 +00:00
Tejesh R
f20ed33618 8284278: Diagnostic Fix Updated.
Reviewed-by: prr, psadhukhan
2022-04-05 11:09:11 +00:00
Manukumar V S
632825c6d2 8283621: Write a regression test for CCC4400728
Reviewed-by: aivanov, serb
2022-04-05 04:42:32 +00:00
Thomas Stuefe
9561b5e041 8284165: Add pid to process reaper thread name
Reviewed-by: rriggs
2022-04-05 03:39:39 +00:00
Zhengyu Gu
36b3bbc53d 8284033: Leak XVisualInfo in getAllConfigs in awt_GraphicsEnv.c
Reviewed-by: serb, prr
2022-04-05 00:39:02 +00:00
Magnus Ihse Bursie
59fe31a090 8284170: Add "make doctor" to the make help
Reviewed-by: erikj
2022-04-04 21:43:34 +00:00
Alexander Zuev
9440b39193 8283215: [macos] Screen Magnifier: Getting java.awt.IllegalComponentStateException when menu item is selected
Reviewed-by: serb, prr
2022-04-04 21:22:44 +00:00
Phil Race
86caf606ff 8283703: Add sealed modifier to java.awt.geom.Path2D
Reviewed-by: bpb, kizune, aivanov
2022-04-04 21:20:12 +00:00
Alex Menkov
0cd46f655a 8283597: [REDO] Invalid generic signature for redefined classes
Reviewed-by: sspitsyn, coleenp
2022-04-04 20:39:44 +00:00
Ioi Lam
e29707493e 8284181: ArgumentsTest.set_numeric_flag_double_vm fails on some locales
Reviewed-by: stuefe
2022-04-04 20:08:07 +00:00
Andrey Turbanov
732f7ae0aa 8284071: Collapse identical catch branches in jdk.console
Reviewed-by: cjplummer
2022-04-04 20:05:22 +00:00
Joe Wang
61d06c2d28 8276050: XMLInputFactoryImpl.getProperty() returns null
Reviewed-by: rriggs
2022-04-04 20:00:36 +00:00
Manukumar V S
7381868afe 8283623: Create an automated regression test for JDK-4525475
Reviewed-by: aivanov, serb
2022-04-04 18:58:05 +00:00
Brian Burkhalter
f76f5da016 5087440: java.io bulk read(...) end-of-stream return value descriptions ambiguous
Reviewed-by: rriggs, lancea
2022-04-04 18:54:36 +00:00
Vicente Romero
36b9baa70d 8282508: Updating ASM to 9.2 for JDK 19
Reviewed-by: lancea, egahlin, mchung
2022-04-04 15:05:00 +00:00
Patricio Chilano Mateo
4e20a03786 8283044: Use asynchronous handshakes to deliver asynchronous exceptions
Reviewed-by: dcubed, dholmes, rehn
2022-04-04 14:00:26 +00:00
Pavel Rappo
9d200d6e7a 8282756: Make ElementKind checks more specific
Reviewed-by: jjg
2022-04-04 09:28:04 +00:00
Lutz Schmidt
1012d59e64 8281079: [s390] Unify Address Operand Encoding in Instruction Emitters
Reviewed-by: mdoerr, mbaesken
2022-04-04 07:51:50 +00:00
Jatin Bhateja
003ec21f3c 8279508: Auto-vectorize Math.round API
Reviewed-by: sviswanathan, aph
2022-04-02 18:00:33 +00:00
Ioi Lam
c1e67b6603 8283474: Include detailed heap object info in CDS map file
Reviewed-by: ccheung, stuefe
2022-04-02 03:23:49 +00:00
Feilong Jiang
060a188733 8283865: riscv: Break down -XX:+UseRVB into seperate options for each bitmanip extension
Reviewed-by: fyang, shade
2022-04-02 02:55:50 +00:00
Fei Yang
e5e1aab459 8284068: riscv: should call Atomic::release_store in JavaThread::set_thread_state
Reviewed-by: shade
2022-04-02 02:46:26 +00:00
Bradford Wetmore
0b09f70a73 8273553: sun.security.ssl.SSLEngineImpl.closeInbound also has similar error of JDK-8253368
Reviewed-by: xuelei, rhalade, coffeys
2022-04-02 00:30:48 +00:00
Daniel D. Daugherty
afd0f5a904 8284190: disable G1RegionToSpaceMapper.largeStressAdjacent_vm on windows
Reviewed-by: tschatzl
2022-04-01 20:26:34 +00:00
Valerie Peng
028fbf474b 8254935: Deprecate the PSSParameterSpec(int) constructor
Reviewed-by: mullan
2022-04-01 18:37:39 +00:00
Roman Kennke
1dfa1eaea0 8284094: Memory leak in invoker_completeInvokeRequest()
Reviewed-by: cjplummer, shade
2022-04-01 16:28:26 +00:00
Coleen Phillimore
943d4ee18f 8284180: Some files missing newlines
Reviewed-by: alanb, pchilanomate, stefank
2022-04-01 16:14:53 +00:00
Jan Lahoda
96179c8975 8284146: Disable jdk/jshell/HighlightUITest.java on macosx-aarch64
Reviewed-by: dcubed
2022-04-01 14:36:52 +00:00
Luis Pinto
63fec5da27 8283525: http://tools.ietf.org/html/* URLs return 404
Reviewed-by: coffeys
2022-04-01 13:26:20 +00:00
Pavel Rappo
dbfac3c99c 8283269: Improve definition and use of jdk.javadoc.internal.doclets.toolkit.Content
Reviewed-by: jjg
2022-04-01 13:05:48 +00:00
Dan Heidinga
fc7a17c79b 8284103: AsVarargsCollector::asCollectorCache incorrectly marked @stable
Reviewed-by: jvernee, shade
2022-04-01 12:50:21 +00:00
Xiaohong Gong
05ea7a51e1 8282431: AArch64: Add optimized rules for masked vector multiply-add/sub for SVE
Reviewed-by: njian, ngasson
2022-04-01 09:33:46 +00:00
Jan Lahoda
9156c0b213 8274148: can jshell show deprecated classes, methods and fields as strikethrough text?
Reviewed-by: vromero
2022-04-01 06:37:46 +00:00
Xin Liu
bab431cc12 8282429: StringBuilder/StringBuffer.toString() skip compressing for UTF16 strings
Reviewed-by: djelinski, redestad
2022-04-01 04:42:03 +00:00
Coleen Phillimore
8eff80682a 8284116: Rename serializePropertiesToByteArray_signature
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: sspitsyn
2022-04-01 01:01:04 +00:00
Alisen Chung
38df5701ff 8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10
Reviewed-by: naoto
2022-03-31 22:59:21 +00:00
Sergey Bylokhov
ad83ec7e28 8283422: Create a new test for JDK-8254790
Reviewed-by: kvn, thartmann
2022-03-31 18:17:38 +00:00
Aleksey Shipilev
6ebf845ff7 8283566: G1: Improve G1BarrierSet::enqueue performance
Reviewed-by: tschatzl, ayang
2022-03-31 17:49:14 +00:00
Aleksey Shipilev
d276da5a38 8281469: aarch64: Improve interpreter stack banging
Reviewed-by: aph, xliu
2022-03-31 17:48:17 +00:00
Naoto Sato
a41550b9e3 8283842: TestZoneTextPrinterParser.test_roundTripAtOverlap fails: DateTimeParseException
Reviewed-by: iris, rriggs, scolebourne
2022-03-31 16:05:16 +00:00
Frederic Parain
207b099858 8283890: Changes in CFG file format break C1Visualizer
Reviewed-by: chagedorn, thartmann
2022-03-31 15:54:51 +00:00
Ioi Lam
49fcc7a5c3 8283013: Simplify Arguments::parse_argument()
Reviewed-by: dholmes, ccheung
2022-03-31 15:46:34 +00:00
Pavel Rappo
73cb922bfc 8284026: Use unmodifiable collections where practical
Reviewed-by: jjg
2022-03-31 15:23:40 +00:00