Archie L. Cobbs
8f5bb538ab
8015831: Add lint check for calling overridable methods from a constructor
...
6557145: Warn about calling abstract methods in constructors
Reviewed-by: ihse, vromero, mcimadamore
2023-03-17 22:05:50 +00:00
Archie L. Cobbs
b085ab9316
8180387: com.sun.source.util.JavacTask should have a protected constructor.
...
Reviewed-by: vromero
2023-03-17 20:52:38 +00:00
Frederic Parain
bfb812a8ff
8292818: replace 96-bit representation for field metadata with variable-sized streams
...
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: dholmes, coleenp, cjplummer, dnsimon
2023-03-17 20:18:36 +00:00
Coleen Phillimore
932be3542d
8298469: Obsolete legacy parallel class loading workaround for non-parallel-capable class loaders
...
Reviewed-by: dholmes, fparain
2023-03-17 18:56:05 +00:00
Alex Menkov
02a4ee206a
8303921: serviceability/sa/UniqueVtableTest.java timed out
...
Reviewed-by: cjplummer, sspitsyn
2023-03-17 18:23:03 +00:00
Naoto Sato
4486f1b720
8304367: jlink --include-locales=* attempts to parse non .class resource files with classfile reader
...
Reviewed-by: mchung, lancea, jpai
2023-03-17 15:44:38 +00:00
Leonid Mesnik
8d2ebf248e
8303697: ProcessTools doesn't print last line of process output
...
Reviewed-by: dholmes, stuefe
2023-03-17 13:45:41 +00:00
Leonid Mesnik
d5a150706e
8304314: StackWalkTest.java fails after CODETOOLS-7903373
...
Reviewed-by: alanb, mchung
2023-03-17 13:43:54 +00:00
Damon Fenacci
384a8b85a7
8303069: Memory leak in CompilerOracle::parse_from_line
...
Reviewed-by: thartmann, jcking
2023-03-17 13:24:55 +00:00
Afshin Zafari
6dd6c15ed4
8301684: Fix test code to not get finalizer deprecation warnings
...
Reviewed-by: coleenp, dholmes
2023-03-17 13:21:47 +00:00
Afshin Zafari
cb4ae1922d
8292059: Do not inline InstanceKlass::allocate_instance()
...
Reviewed-by: coleenp, stefank
2023-03-17 13:20:58 +00:00
Adam Sotona
b2639e1d62
8304164: jdk/classfile/CorpusTest.java still fails after JDK-8303910
...
Reviewed-by: jpai
2023-03-17 11:47:11 +00:00
Johan Sjölen
620564ac61
8304130: Add runtime/StackGuardPages/TestStackGuardPagesNative.java to ProblemList.txt
...
Reviewed-by: dcubed
2023-03-17 10:07:37 +00:00
Richard Reingruber
9d518c528b
8299375: [PPC64] GetStackTraceSuspendedStressTest tries to deoptimize frame with invalid fp
...
Reviewed-by: mdoerr
2023-03-17 08:45:17 +00:00
Matthias Baesken
ebac7eec8e
8304063: tools/jpackage/share/AppLauncherEnvTest.java fails when checking LD_LIBRARY_PATH
...
Reviewed-by: asemenyuk, almatvee
2023-03-17 07:55:55 +00:00
Kosta Stojiljkovic
36995c5a75
8304242: CPUInfoTest fails because "serialize" CPU feature is not known
...
Reviewed-by: kvn, sviswanathan, thartmann
2023-03-17 06:20:24 +00:00
Prasanta Sadhukhan
6b42275461
7154070: in SwingSet2, switching between LaFs it's easy to lose JTable dividers
...
6788475: Changing to Nimbus LAF and back doesn't reset look and feel of JTable completely
Reviewed-by: tr, abhiscxk, honkar, jdv
2023-03-17 03:35:01 +00:00
Pavel Rappo
8eed7dea7b
8304146: Refactor VisibleMemberTable (LocalMemberTable)
...
Reviewed-by: jjg
2023-03-16 22:23:41 +00:00
David Holmes
a487a270dc
8303150: DCmd framework unnecessarily creates a DCmd instance on registration
...
Reviewed-by: fparain, stuefe, kevinw
2023-03-16 21:00:21 +00:00
Chen Liang
2e987d798a
8304360: Test to ensure ConstantDescs fields work
...
Reviewed-by: mchung, jvernee
2023-03-16 20:55:29 +00:00
Jaikiran Pai
2f23c80e0d
8304225: Remove javax/script/Test7.java from ProblemList
...
Reviewed-by: naoto
2023-03-16 15:33:31 +00:00
Ivan Walulya
96889bf3e4
8191565: Last-ditch Full GC should also move humongous objects
...
Reviewed-by: tschatzl, sjohanss
2023-03-16 14:15:39 +00:00
Albert Mingkun Yang
f629152021
8304055: G1: Remove OldGCAllocRegion::release
...
Reviewed-by: iwalulya, tschatzl
2023-03-16 13:16:32 +00:00
Albert Mingkun Yang
b5108b4f37
8303749: Serial: Use more strict card table API
...
Reviewed-by: tschatzl, iwalulya
2023-03-16 13:15:46 +00:00
Chen Liang
7dbab81d3c
8304161: Add TypeKind.from to derive from TypeDescriptor.OfField
...
Reviewed-by: jvernee
2023-03-16 12:31:01 +00:00
Jorn Vernee
d4eb395335
8303684: Lift upcall sharing mechanism to AbstractLinker (mainline)
...
Reviewed-by: mcimadamore
2023-03-16 12:27:25 +00:00
Per Minborg
dfc7214a3e
8304283: Modernize the switch statements in jdk.internal.foreign
...
Reviewed-by: mcimadamore
2023-03-16 12:11:10 +00:00
Ilya Korennoy
7277bb19f1
8293324: ciField.hpp has two methods to return field's offset
...
Reviewed-by: thartmann
2023-03-16 08:38:22 +00:00
Damon Fenacci
b7945bc9e5
8303154: Investigate and improve instruction cache flushing during compilation
...
Reviewed-by: thartmann, kvn
2023-03-16 08:28:55 +00:00
Abhishek Kumar
eefbaa2956
8283400: [macos] a11y : Screen magnifier does not reflect JRadioButton value change
...
Reviewed-by: serb, asemenov
2023-03-16 05:00:40 +00:00
changpeng1997
42dd9077a0
8302906: AArch64: Add SVE backend support for vector unsigned comparison
...
Reviewed-by: aph, eliu
2023-03-16 04:16:04 +00:00
Jorn Vernee
2b81faeb35
8303022: "assert(allocates2(pc)) failed: not in CodeBuffer memory" When linking downcall handle
...
Reviewed-by: kvn, vlivanov
2023-03-15 23:43:18 +00:00
Weijun Wang
be08a256ab
8304264: Debug messages always show up for NativeGSS
...
Reviewed-by: mullan
2023-03-15 21:22:53 +00:00
Daniel Jeliński
1ae69e3e91
8304287: Problemlist java/net/SocketOption/OptionsTest.java
...
Reviewed-by: dfuchs
2023-03-15 20:51:22 +00:00
Vladimir Kozlov
116627dfb0
8304267: JDK-8303415 missed change in Zero Interpreter
...
Reviewed-by: dcubed
2023-03-15 18:08:10 +00:00
Matthew Donovan
824a5e4c60
8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates
...
Reviewed-by: rhalade
2023-03-15 17:39:11 +00:00
Leonid Mesnik
7ad48ea3ad
8300317: vmTestbase/nsk/stress/strace/strace* tests fail with "ERROR: wrong lengths of stack traces"
...
Reviewed-by: dholmes, mseledtsov
2023-03-15 17:15:51 +00:00
Rich DiCroce
35a2969057
8302659: Modernize Windows native code for NetworkInterface
...
Reviewed-by: ihse, djelinski, alanb, michaelm
2023-03-15 17:06:32 +00:00
Emanuel Peter
01e6920581
8298935: fix independence bug in create_pack logic in SuperWord::find_adjacent_refs
...
Reviewed-by: kvn, jbhateja
2023-03-15 14:02:45 +00:00
Julian Waters
3d77e217b2
8301308: Remove version conditionalization for gcc/clang PRAGMA_DIAG_PUSH/POP
...
Reviewed-by: kbarrett, dholmes
2023-03-15 13:34:48 +00:00
Johan Sjölen
e3777b0c49
8270865: Print process ID with -Xlog:os
...
Reviewed-by: dholmes, ccheung
2023-03-15 10:46:51 +00:00
Arno Zeller
349139b2cc
8304030: Configure call fails on AIX when using --with-gtest option.
...
Reviewed-by: mbaesken, erikj
2023-03-15 07:55:07 +00:00
Adam Sotona
714b5f036f
8294962: Convert java.base/jdk.internal.module package to use the Classfile API to modify and write module-info.class
...
Reviewed-by: alanb, mchung
2023-03-15 07:09:55 +00:00
Alexandre Iline
065d3e0d58
8304171: Fix layout of JCov instrumented bundle on Mac OS
...
Reviewed-by: erikj
2023-03-14 23:36:57 +00:00
Leonid Mesnik
cd41c69d44
8303705: Field sleeper.started should be volatile JdbLockTestTarg.java
...
Reviewed-by: dholmes
2023-03-14 21:52:34 +00:00
Harshitha Onkar
f5c8b68c1c
8301998: Update HarfBuzz to 7.0.1
...
Reviewed-by: erikj, prr
2023-03-14 20:18:44 +00:00
Daniel D. Daugherty
617c15f5a1
8304172: ProblemList serviceability/sa/UniqueVtableTest.java
...
8304175: ProblemList compiler/vectorapi/VectorLogicalOpIdentityTest.java on 2 platforms
Reviewed-by: azvegint
2023-03-14 20:09:51 +00:00
Pavel Rappo
f81e1def8f
8303882: Refactor some iterators in jdk.compiler
...
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: mcimadamore
2023-03-14 18:36:46 +00:00
Julian Waters
45809fd0c0
8295884: Implement IDE support for Eclipse
...
Reviewed-by: erikj
2023-03-14 17:32:25 +00:00
Daniel Jeliński
baf11e734f
8303814: getLastErrorString should avoid charset conversions
...
Reviewed-by: naoto, cjplummer, rriggs
2023-03-14 17:18:56 +00:00