Igor Ignatyev
|
e333b6e153
|
8246494: introduce vm.flagless at-requires property
Reviewed-by: mseledtsov, sspitsyn
|
2021-03-18 15:34:58 +00:00 |
|
Alexey Ivanov
|
a85dc557b3
|
8263311: Watch registry changes for remote printers update instead of polling
Reviewed-by: psadhukhan, serb
|
2021-03-18 13:26:22 +00:00 |
|
Jan Lahoda
|
9cd21b687e
|
8263590: Rawtypes warnings should be produced for pattern matching in instanceof
Reviewed-by: mcimadamore
|
2021-03-18 12:37:20 +00:00 |
|
Jamsheed Mohammed C M
|
ff52f2989f
|
8260716: Assert in MacroAssembler::clear_mem with -XX:-IdealizeClearArrayNode
Reviewed-by: kvn, thartmann
|
2021-03-18 09:22:17 +00:00 |
|
Stefan Karlsson
|
72b82fd7be
|
8263725 : JFR oldobject tests are not run when GCs are specified explicitly
Reviewed-by: tschatzl, mgronlun
|
2021-03-18 06:52:48 +00:00 |
|
Ioi Lam
|
2b93ae0019
|
8261480: MetaspaceShared::preload_and_dump should check exceptions
Reviewed-by: dholmes, ccheung
|
2021-03-18 04:15:58 +00:00 |
|
Jaikiran Pai
|
9225a23023
|
8263108: Class initialization deadlock in java.lang.constant
Reviewed-by: vtewari, plevart, chegar
|
2021-03-18 01:45:07 +00:00 |
|
Chris Plummer
|
5d5813a5d3
|
8263757: Remove serviceability/sa/ClhsdClasses.java from ZGC problem list
Reviewed-by: dcubed
|
2021-03-17 23:25:04 +00:00 |
|
Chris Plummer
|
50ff0d4dd4
|
8263756: Fix ZGC ProblemList entry for serviceability/sa/ClhsdbSymbol.java
Reviewed-by: dcubed
|
2021-03-17 22:03:32 +00:00 |
|
Vladimir Kozlov
|
83a49ef845
|
8263753: two new tests from JDK-8261671 fail with "Error. can not find ClassFileInstaller in test directory or libraries"
Reviewed-by: dcubed
|
2021-03-17 20:00:31 +00:00 |
|
Zhengyu Gu
|
7674da4379
|
8262398: Shenandoah: Disable nmethod barrier and stack watermark when running with passive mode
Reviewed-by: rkennke, shade
|
2021-03-17 16:19:59 +00:00 |
|
Marcus G K Williams
|
4f4ca0e705
|
8261671: X86 I2L conversion can be skipped for certain masked positive values
Reviewed-by: kvn, neliasso, vlivanov
|
2021-03-17 16:19:06 +00:00 |
|
Claes Redestad
|
e152cc0312
|
8263677: Improve Character.isLowerCase/isUpperCase lookups
Reviewed-by: erikj, ihse, naoto, rriggs
|
2021-03-17 15:22:06 +00:00 |
|
Daniel D. Daugherty
|
b63b5d4c4b
|
8263732: ProblemList serviceability/sa/ClhsdbSymbol.java on ZGC
Reviewed-by: ysuenaga
|
2021-03-17 15:13:21 +00:00 |
|
Sergey Tsypanov
|
000012a3b0
|
8148937: (str) Adapt StringJoiner for Compact Strings
Reviewed-by: redestad, chegar
|
2021-03-17 13:34:58 +00:00 |
|
Vipin Sharma
|
086a66a0cd
|
8261095: Add test for clhsdb "symbol" command
Reviewed-by: cjplummer, ysuenaga
|
2021-03-17 08:30:53 +00:00 |
|
Jie Fu
|
dd6c91141a
|
8263705: Two shenandoah tests fail due to can't find ClassFileInstaller
Reviewed-by: iklam
|
2021-03-17 01:54:09 +00:00 |
|
Evgeny Nikitin
|
4acb88396e
|
8261666: [mlvm] Remove WhiteBoxHelper
Reviewed-by: iignatyev
|
2021-03-17 01:27:18 +00:00 |
|
Alexey Semenyuk
|
422eba81b1
|
8263536: Add @build tags to jpackage tests
Reviewed-by: almatvee, iklam, herrick
|
2021-03-16 19:14:41 +00:00 |
|
Andy Herrick
|
11c8c78c47
|
8248904: Add support to jpackage for the Mac App Store
Reviewed-by: asemenyuk, almatvee, kizune, kcr
|
2021-03-16 17:26:57 +00:00 |
|
Roman Kennke
|
75ef6f580e
|
8263427: Shenandoah: Trigger weak-LRB even when heap is stable
Reviewed-by: shade, zgu
|
2021-03-16 14:12:42 +00:00 |
|
Craig Andrews
|
0c718ab2a0
|
8262277: URLClassLoader.getResource throws undocumented IllegalArgumentException
Reviewed-by: alanb, bchristi, psadhukhan
|
2021-03-15 18:35:04 +00:00 |
|
Brian Burkhalter
|
46d78f0d24
|
6539707: (fc) MappedByteBuffer.force() method throws an IOException in a very simple test
Reviewed-by: alanb
|
2021-03-15 17:24:24 +00:00 |
|
Igor Ignatyev
|
d825198e55
|
8263556: remove @modules java.base from tests
Reviewed-by: dcubed, naoto, iris
|
2021-03-15 17:05:28 +00:00 |
|
Ajit Ghaisas
|
8afec70c28
|
8260931: Implement JEP 382: New macOS Rendering Pipeline
Co-authored-by: Jayathirth D V <jdv@openjdk.org>
Co-authored-by: Alexey Ushakov <avu@openjdk.org>
Co-authored-by: Artem Bochkarev <abochkarev@openjdk.org>
Co-authored-by: Prasanta Sadhukhan <psadhukhan@openjdk.org>
Co-authored-by: Denis Konoplev <dkonoplev@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Kevin Rushforth <kcr@openjdk.org>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Co-authored-by: Ajit Ghaisas <aghaisas@openjdk.org>
Reviewed-by: ihse, avu, kcr, gziemski, prr, kizune, jdv, psadhukhan, serb
|
2021-03-15 06:41:44 +00:00 |
|
Ioi Lam
|
da9ead5e7f
|
8263399: CDS should archive only classes allowed by module system
Reviewed-by: ccheung, minqi
|
2021-03-14 06:01:57 +00:00 |
|
Igor Ignatyev
|
9c84899da4
|
8263555: use driver-mode to run ClassFileInstaller
Reviewed-by: iklam
|
2021-03-14 05:19:37 +00:00 |
|
Chris Plummer
|
8e562d261c
|
8263477: serviceability/sa/ClhsdbDumpheap.java timed out
Reviewed-by: lmesnik, dcubed
|
2021-03-13 22:52:24 +00:00 |
|
Igor Ignatyev
|
a7aba2b61c
|
8263549: 8263412 can cause jtreg testlibrary split
Reviewed-by: iklam, dcubed
|
2021-03-13 14:51:53 +00:00 |
|
Yi Yang
|
86e4c755f9
|
8256156: JFR: Allow 'jfr' tool to show metadata without a recording
Reviewed-by: egahlin
|
2021-03-13 02:03:07 +00:00 |
|
Igor Ignatyev
|
0b68ced027
|
8263548: runtime/cds/appcds/SharedRegionAlignmentTest.java fails to compile after JDK-8263412
Reviewed-by: dcubed
|
2021-03-13 01:33:03 +00:00 |
|
Chris Plummer
|
43524cc41a
|
8243455: Many SA tests can fail due to trying to get the stack trace of an active method
Reviewed-by: lmesnik, ysuenaga, sspitsyn
|
2021-03-12 23:35:47 +00:00 |
|
Igor Ignatyev
|
e834f99d1d
|
8263412: ClassFileInstaller can't be used by classes outside of default package
Reviewed-by: iklam, coleenp, mseledtsov
|
2021-03-12 23:13:16 +00:00 |
|
Jie Fu
|
bf9b5fa753
|
8263501: compiler/oracle/TestInvalidCompileCommand.java fails with release VMs
Reviewed-by: kvn
|
2021-03-12 22:56:47 +00:00 |
|
Ioi Lam
|
0c8350edaf
|
8263460: DynamicArchiveRelocationTest.java fails in product VM
Reviewed-by: ccheung, dcubed
|
2021-03-12 21:45:01 +00:00 |
|
Chris Plummer
|
ecfa712c1d
|
8263326: Remove ReceiverTypeData check from serviceability/sa/TestPrintMdo.java
Reviewed-by: dholmes
|
2021-03-12 21:05:02 +00:00 |
|
Coleen Phillimore
|
b932a62c44
|
8263470: Consolidate copies of getClassBytes in various tests
Reviewed-by: hseigel, stuefe, mseledtsov
|
2021-03-12 20:48:51 +00:00 |
|
Alexander Zvegintsev
|
0ea48d9d65
|
8194129: Regression automated Test '/open/test/jdk/java/awt/Window/ShapedAndTranslucentWindows/TranslucentChoice.java' fails
Reviewed-by: serb, psadhukhan
|
2021-03-12 19:11:03 +00:00 |
|
Vladimir Kozlov
|
a6e056fd51
|
8263125: During deoptimization vectors should reassign scalarized payload after all objects are reallocated.
Reviewed-by: vlivanov, rrich
|
2021-03-12 16:59:50 +00:00 |
|
Robbin Ehn
|
aa33443b53
|
8262454: Handshake timeout improvements, single target, kill unfinished thread
Reviewed-by: pchilanomate, dholmes, dcubed
|
2021-03-12 08:58:26 +00:00 |
|
Jie Fu
|
ad1f605419
|
8263353: assert(CompilerOracle::option_matches_type(option, value)) failed: Value must match option type
Reviewed-by: neliasso, kvn
|
2021-03-12 02:22:34 +00:00 |
|
Daniel D. Daugherty
|
cf1c0219ce
|
8263480: ProblemList two jpackage tests on Windows
Reviewed-by: kcr, azvegint
|
2021-03-11 23:54:30 +00:00 |
|
Alexey Semenyuk
|
7ed46bd02e
|
8241716: Jpackage functionality to let users choose whether to create shortcuts
Reviewed-by: almatvee, herrick
|
2021-03-11 16:55:23 +00:00 |
|
Yumin Qi
|
3820ab9e82
|
8236847: CDS archive with 4K alignment unusable on machines with 64k pages
Reviewed-by: iklam, stuefe, erikj, ihse
|
2021-03-11 16:49:24 +00:00 |
|
Christoph Langer
|
a9b4f033dd
|
8263069 : Exclude some failing tests from security/infra/java/security/cert/CertPathValidator
Reviewed-by: mbaesken
|
2021-03-11 10:44:29 +00:00 |
|
Ian Graves
|
6971c23a3a
|
8262351: Extra '0' in java.util.Formatter for '%012a' conversion with a sign character
Reviewed-by: bchristi, naoto
|
2021-03-10 22:46:32 +00:00 |
|
David Holmes
|
c6d74bd933
|
8262910: Cleanup THREAD/TRAPS/naming and typing issues in ObjectMonitor and related code
Reviewed-by: coleenp, pchilanomate, dcubed, cjplummer, sspitsyn
|
2021-03-10 22:33:56 +00:00 |
|
Coleen Phillimore
|
57f16f9fe5
|
8262377: Parallel class resolution loses constant pool error
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Ioi Lam <iklam@openjdk.org>
Reviewed-by: dholmes, iklam, hseigel, kvn
|
2021-03-10 20:58:18 +00:00 |
|
Calvin Cheung
|
9399e1b710
|
8261918: two runtime/cds/appcds/VerifierTest failed with "Unable to use shared archive"
Reviewed-by: iklam, minqi
|
2021-03-10 17:18:36 +00:00 |
|
Rahul Raghavan
|
4b5be40ab9
|
8238812: assert(false) failed: bad AD file
Reviewed-by: thartmann, chagedorn, roland
|
2021-03-10 15:59:38 +00:00 |
|