Anton Kozlov
dbc9e4b50c
8253795: Implementation of JEP 391: macOS/AArch64 Port
...
8253816: Support macOS W^X
8253817: Support macOS Aarch64 ABI in Interpreter
8253818: Support macOS Aarch64 ABI for compiled wrappers
8253819: Implement os/cpu for macOS/AArch64
8253839: Update tests and JDK code for macOS/Aarch64
8254941: Implement Serviceability Agent for macOS/AArch64
8255776: Change build system for macOS/AArch64
8262903: [macos_aarch64] Thread::current() called on detached thread
Co-authored-by: Vladimir Kempik <vkempik@openjdk.org>
Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org>
Reviewed-by: erikj, ihse, prr, cjplummer, stefank, gziemski, aph, mbeckwit, luhenry
2021-03-25 18:10:18 +00:00
Brian Burkhalter
b006f22f1f
4833719: (bf) Views of MappedByteBuffers are not MappedByteBuffers, and cannot be forced
...
Reviewed-by: adinn
2021-03-25 15:30:50 +00:00
Alexey Semenyuk
8307aa6dcb
8264165: jpackage BasicTest fails after JDK-8220266: Check help text contains plaform specific parameters
...
Reviewed-by: herrick, dcubed
2021-03-25 15:22:39 +00:00
Hannes Wallnöfer
f69afba527
8263300: add HtmlId for the block containing a class's description.
...
Reviewed-by: jjg
2021-03-25 08:59:29 +00:00
Hannes Wallnöfer
d82464f851
8263528: Make static page ids safe from collision with language elements
...
Reviewed-by: jjg
2021-03-25 08:56:49 +00:00
Hannes Wallnöfer
a9d287a667
8260388: Listing (sub)packages at package level of API documentation
...
Reviewed-by: jjg
2021-03-25 08:51:50 +00:00
Richard Reingruber
9689863ac0
8262295: C2: Out-of-Bounds Array Load from Clone Source
...
Reviewed-by: kvn, roland, neliasso, thartmann
2021-03-25 06:52:03 +00:00
Jonathan Gibbons
0ff81682e6
8258957: DocLint: check for HTML start element at end of body
...
Reviewed-by: vromero
2021-03-24 23:58:16 +00:00
Alexey Semenyuk
3d7f91223e
8220266: add support for additional metadata in add/remove programs
...
Reviewed-by: herrick, almatvee
2021-03-24 23:21:14 +00:00
Jonathan Gibbons
1a13c9ef83
8263473: Update annotation terminology (2)
...
Reviewed-by: hannesw
2021-03-24 20:13:01 +00:00
Jonathan Gibbons
3e751a5a9c
8263198: javadoc HELP page
...
Reviewed-by: hannesw
2021-03-24 19:51:35 +00:00
Andy Herrick
70d34017b5
8263887: Re-create default icons
...
Reviewed-by: almatvee, asemenyuk
2021-03-24 16:34:22 +00:00
Aleksei Voitylov
133a63b4a1
8263968: CDS: java/lang/ModuleLayer.EMPTY_LAYER should be singleton
...
Reviewed-by: iklam, dholmes, alanb, redestad
2021-03-24 16:32:36 +00:00
Andy Herrick
deda80f022
8264057: [redo] JDK-8248904: Add support to jpackage for the Mac App Store.
...
Co-authored-by: Erwin Morrhey <erwin.morrhey@gluonhq.com>
Reviewed-by: kcr, asemenyuk
2021-03-24 15:39:54 +00:00
Michael McMahon
e55aa41f57
8263899: HttpClient throws NPE in AuthenticationFilter when parsing www-authenticate head
...
Reviewed-by: dfuchs, chegar
2021-03-24 11:59:19 +00:00
Jan Lahoda
6c0fbf70e8
8254196: jshell infinite loops when startup script contains System.exit call
...
Reviewed-by: sundar
2021-03-24 10:34:31 +00:00
Stefan Karlsson
a79f095697
8263721: Unify oop casting
...
Reviewed-by: kbarrett, coleenp
2021-03-24 10:28:38 +00:00
Jie Fu
06d46d6c0b
8264008: Incorrect metaspace statistics after JEP 387 when UseCompressedClassPointers is off
...
Reviewed-by: stuefe
2021-03-24 09:30:54 +00:00
Wang Huang
6e3a158a65
8263352: assert(use == polladr) failed: the use should be a safepoint polling
...
Co-authored-by: Wang Huang <whuang@openjdk.org>
Co-authored-by: Wu Yan <wuyan34@huawei.com>
Reviewed-by: kvn
2021-03-24 06:30:50 +00:00
Erik Gahlin
8d63bb6a60
8260565: JFR: Fix copyright header in tests
...
Reviewed-by: mseledtsov, mgronlun
2021-03-24 04:06:48 +00:00
Andy Herrick
15bcf6d9f5
8264055: backout JDK-8248904 in order to resubmit with additional attribution.
...
Reviewed-by: kcr, asemenyuk
2021-03-23 21:45:40 +00:00
Kim Barrett
2425462a84
8263903: Use Cleaner instead of finalize to auto stop Timer thread
...
Reviewed-by: dholmes, alanb, bchristi, rriggs, mchung
2021-03-23 21:16:35 +00:00
Michael McMahon
bd7a184b98
8263442: Potential bug in jdk.internal.net.http.common.Utils.CONTEXT_RESTRICTED
...
Reviewed-by: dfuchs
2021-03-23 13:25:56 +00:00
Coleen Phillimore
5bc382fb7a
8263976: Remove block allocation from BasicHashtable
...
Reviewed-by: lfoltan, iklam
2021-03-23 12:11:26 +00:00
Roland Westrelin
fd3a33a856
8263189: C2: assert(!had_error) failed: bad dominance
...
Reviewed-by: kvn, thartmann
2021-03-23 08:15:47 +00:00
Jie Fu
7b81f8e34b
8263915: runtime/cds/appcds/MismatchedPathTriggerMemoryRelease.java fails when UseCompressedClassPointers is off
...
Reviewed-by: minqi
2021-03-23 07:51:58 +00:00
Evgeny Nikitin
0b03d04792
8167015: compiler/codecache/jmx/PoolsIndependenceTest.java timeout
...
Reviewed-by: kvn, thartmann
2021-03-23 06:55:05 +00:00
Marcus G K Williams
7b6efd3b86
8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32
...
Reviewed-by: kvn, thartmann
2021-03-23 06:51:12 +00:00
Sibabrata Sahoo
036ae0ea3e
8225438: javax/net/ssl/TLSCommon/TestSessionLocalPrincipal.java failed with Read timed out
...
Reviewed-by: xuelei, rhalade, hchao
2021-03-23 06:48:01 +00:00
Sibabrata Sahoo
5a51d70987
8247895: SHA1PRNGReseed.java is calling setSeed(0)
...
Reviewed-by: weijun, rhalade
2021-03-23 06:46:20 +00:00
Yasumasa Suenaga
b2a52ea516
8263342: Add --connect option to jhsdb hsdb/clhsdb
...
Reviewed-by: cjplummer, sspitsyn
2021-03-23 06:27:20 +00:00
Jie Fu
a5e7a890fe
8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32
...
Reviewed-by: kvn
2021-03-22 23:14:07 +00:00
Leonid Mesnik
f62b1008ed
8263895: Test nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/getthrdgrpchld001.cpp uses incorrect indices
...
Reviewed-by: amenkov, kevinw
2021-03-22 17:56:54 +00:00
Vladimir Kozlov
f84b52b84d
8263897: compiler/c2/aarch64/TestVolatilesSerial.java failed with "java.lang.RuntimeException: Wrong method"
...
Reviewed-by: roland
2021-03-22 17:03:12 +00:00
Henry Jen
b2df51372f
8261785: Calling "main" method in anonymous nested class crashes the JVM
...
Reviewed-by: serb
2021-03-22 15:59:49 +00:00
Jonathan Dowland
ba504fcee8
8187450: JNI local refs exceeds capacity warning in NetworkInterface::getAll
...
Reviewed-by: chegar, dfuchs, aph
2021-03-22 15:29:47 +00:00
Roger Riggs
0abbfb2fc5
8263729: [test] divert spurious output away from stream under test in ProcessBuilder Basic test
...
Reviewed-by: stuefe, iklam
2021-03-22 14:50:47 +00:00
Markus Grönlund
a9d2267f8d
8260589: Crash in JfrTraceIdLoadBarrier::load(_jclass*)
...
Co-authored-by: Denghui Dong <ddong@openjdk.org>
Reviewed-by: jbachorik, egahlin
2021-03-22 11:52:50 +00:00
Weijun Wang
cb742f9560
8255255: Update Apache Santuario (XML Signature) to version 2.2.1
...
Reviewed-by: xuelei, mullan
2021-03-20 13:42:16 +00:00
Alex Menkov
6737135b14
8262083: vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/TestDescription.java failed with "No notification: event JVMTI_EVENT_FRAME_POP (61)"
...
Reviewed-by: lmesnik, cjplummer
2021-03-19 20:13:05 +00:00
Alex Menkov
57fc8e9b35
8262080: vmTestbase/nsk/jdi/Event/request/request001/TestDescription.java failed with "ERROR: new event is not ThreadStartEvent"
...
Reviewed-by: cjplummer, sspitsyn
2021-03-19 20:11:32 +00:00
Ian Graves
0b5216a922
8263545: Convert jpackage to use Stream.toList()
...
Reviewed-by: asemenyuk, almatvee
2021-03-19 19:51:21 +00:00
Chris Plummer
ed701ea687
8262271: SA: Add new stress test that tests getting the stack trace of an active thread
...
Reviewed-by: ysuenaga, sspitsyn
2021-03-19 19:20:11 +00:00
Prasanta Sadhukhan
d24e4cfef3
8263481: Specification of JComponent::setDefaultLocale doesn't mention that passing 'null' restores VM's default locale
...
Reviewed-by: aivanov
2021-03-19 04:28:39 +00:00
Valerie Peng
434a399bea
8260274: Cipher.init(int, key) does not use highest priority provider for random bytes
...
Reviewed-by: ascarpino, xuelei
2021-03-18 23:23:19 +00:00
Roger Riggs
788e30c154
8263320: [test] Add Object Stream Formatter to work with test utility HexPrinter
...
Reviewed-by: chegar
2021-03-18 21:26:46 +00:00
Alex Menkov
c82a673cf6
8262001: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java failed with "RuntimeException: Current Peak = 14 Expected to be == previous peak = 7 + 8"
...
Reviewed-by: dfuchs, sspitsyn
2021-03-18 20:10:26 +00:00
Sergey Bylokhov
01ddf3d280
8263622: The java.awt.color.ICC_Profile#setData invert the order of bytes for the "head" tag
...
Reviewed-by: azvegint
2021-03-18 20:07:34 +00:00
Coleen Phillimore
e34f766b7e
8252723: Run stack016.java also with C2-only
...
Reviewed-by: mseledtsov, iklam
2021-03-18 20:00:55 +00:00
Phil Race
2173feddb5
8263439: getSupportedAttributeValues() throws NPE for Finishings attribute
...
Reviewed-by: psadhukhan, azvegint
2021-03-18 20:00:11 +00:00
Alex Blewitt
21db0f6768
8263659: Reflow GTestResultParser for better readability
...
Reviewed-by: shade, iignatyev
2021-03-18 16:41:49 +00:00
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
Evan Whelan
b2a2ddff44
8262438: sun/security/ssl/SSLLogger/LoggingFormatConsistency.java failed with "SocketException: Socket is closed"
...
Reviewed-by: rhalade
2021-03-10 15:15:53 +00:00
Coleen Phillimore
4d21a455aa
8262913: KlassFactory::create_from_stream should never return NULL
...
Reviewed-by: hseigel, iklam
2021-03-10 14:15:32 +00:00
Ioi Lam
d8a9c3ca92
8263002: Remove CDS MiscCode region
...
Reviewed-by: coleenp, dholmes
2021-03-10 06:07:39 +00:00
Yasumasa Suenaga
70342e8513
8262520: Add SA Command Line Debugger support to connect to debug server
...
Reviewed-by: cjplummer, kevinw
2021-03-09 23:41:52 +00:00
Jie Fu
e5ce97b12d
8263206: assert(*error_msg != '\0') failed: Must have error_message while parsing -XX:CompileCommand=unknown
...
Reviewed-by: neliasso
2021-03-09 23:32:18 +00:00
Calvin Cheung
3212f80a80
8261937: LambdaForClassInBaseArchive: SimpleApp$$Lambda$1 missing
...
Reviewed-by: iklam, dcubed
2021-03-09 21:52:51 +00:00
Patrick Concannon
fbe40e8926
8252399: Update mapMulti documentation to use type test pattern instead of instanceof once JEP 375 exits preview
...
Reviewed-by: dfuchs, psandoz, smarks
2021-03-09 11:09:40 +00:00
Anton Kozlov
0bc45625b0
8263068: Rename safefetch.hpp to safefetch.inline.hpp
...
Reviewed-by: stefank
2021-03-09 08:19:59 +00:00
Claes Redestad
f71b21b0e7
8263038: Optimize String.format for simple specifiers
...
Reviewed-by: rriggs, naoto
2021-03-08 23:13:45 +00:00
Anthony Scarpino
414ee95b8e
8261462: GCM ByteBuffer decryption problems
...
Reviewed-by: valeriep
2021-03-08 21:28:07 +00:00
Mikhailo Seledtsov
9221540e2a
8213269: convert test/hotspot/jtreg/runtime/memory/RunUnitTestsConcurrently to gtest
...
Reviewed-by: iignatyev, coleenp, stuefe
2021-03-08 20:09:59 +00:00
Igor Ignatyev
17853ee92c
8263200: Add -XX:StressCCP to CTW
...
Reviewed-by: kvn
2021-03-08 18:43:34 +00:00
Igor Veresov
1f9ed9059f
8219555: compiler/jvmci/compilerToVM/IsMatureTest.java fails with Unexpected isMature state for multiple times invoked method: expected false to equal true
...
Reviewed-by: kvn
2021-03-08 18:01:27 +00:00
Claes Redestad
13625bebd0
8263090: Avoid reading volatile fields twice in Locale.getDefault(Category)
...
Reviewed-by: rriggs, naoto, serb
2021-03-08 10:32:55 +00:00
djelinski
18fc35053c
8259886: Improve SSL session cache performance and scalability
...
Reviewed-by: erikj, xuelei
2021-03-07 01:13:24 +00:00
Igor Ignatyev
3844ce400d
8261247: some compiler/whitebox/ tests fail w/ DeoptimizeALot
...
Reviewed-by: kvn
2021-03-06 21:08:20 +00:00
Jonathan Gibbons
f2d01521d1
8263043: Add test to verify order of tag output
...
Reviewed-by: prappo
2021-03-06 15:24:38 +00:00
Alexander Zuev
5eb2091a19
8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button"
...
Reviewed-by: aivanov, azvegint
2021-03-06 09:09:35 +00:00
Ioi Lam
75a5be8ac5
8263054: [testbug] SharedArchiveConsistency.java reuses jsa files
...
Reviewed-by: dholmes, minqi
2021-03-06 08:55:42 +00:00
Alexander Zvegintsev
2afbd5dafc
8250804: Can't set the application icon image for Unity WM on Linux.
...
Reviewed-by: serb, pbansal, kizune
2021-03-06 08:54:51 +00:00
Fernando Guallini
e1cad97049
8262862: Harden tests sun/security/x509/URICertStore/ExtensionsWithLDAP.java and krb5/canonicalize/Test.java
...
Reviewed-by: aefimov, michaelm
2021-03-05 16:26:05 +00:00
Roland Westrelin
2c0507ecd6
8261812: C2 compilation fails with assert(!had_error) failed: bad dominance
...
Reviewed-by: kvn, thartmann
2021-03-05 15:43:24 +00:00
Jonathan Gibbons
97557826f5
8157682: @inheritDoc doesn't work with @exception
...
Co-authored-by: Yano, Masanori <yano-masanori@jp.fujitsu.com>
Co-authored-by: Jonathan Gibbons <jjg@openjdk.org>
Reviewed-by: prappo
2021-03-05 15:24:44 +00:00
Albert Mingkun Yang
9730266d02
8262973: Verify ParCompactionManager instance in PCAdjustPointerClosure
...
Reviewed-by: kbarrett, tschatzl
2021-03-05 08:49:08 +00:00
Jie Fu
d91550efad
8262998: Vector API intrinsincs should not modify IR when bailing out
...
Reviewed-by: thartmann, vlivanov
2021-03-05 05:57:30 +00:00
Ian Graves
dbef0ec95d
6323374: (coll) Optimize Collections.unmodifiable* and synchronized*
...
Reviewed-by: redestad, smarks, darcy
2021-03-05 03:20:44 +00:00
Jie Fu
351889f1b5
8262508: Vector API's ergonomics is incorrect
...
Reviewed-by: vlivanov
2021-03-04 23:04:28 +00:00
Calvin Cheung
02fbcb52b8
8261532: Archived superinterface class cannot be accessed
...
Reviewed-by: minqi, iklam
2021-03-04 19:57:48 +00:00
Andy Herrick
109af7b5cb
8261518: jpackage looks for main module in current dir when there is no module-path
...
Reviewed-by: asemenyuk, almatvee, kizune
2021-03-04 19:51:07 +00:00
Daniel D. Daugherty
bd1a80629d
8263040: fix for JDK-8262122 fails validate-source
...
Reviewed-by: mikael
2021-03-04 18:08:15 +00:00
Sean Mullan
a6427c85ee
8259709: Disable SHA-1 XML Signatures
...
Reviewed-by: rhalade, weijun
2021-03-04 17:21:37 +00:00
Roman Kennke
222a17ef77
8262122: [TESTBUG] Shenandoah-specific variant of TestReferenceRefersTo
...
Reviewed-by: shade
2021-03-04 17:03:54 +00:00
Ziyi Luo
a777e82cd8
8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards
...
Reviewed-by: jnimeh
2021-03-04 15:17:53 +00:00
Leo Korinth
d2c4ed08a2
8262000: jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParallelScavenge.java failed with "OutOfMemoryError: Java heap space"
...
Reviewed-by: tschatzl, egahlin
2021-03-04 13:20:06 +00:00
Jan Lahoda
94f26e4df8
8261450: JShell crashes with SIOOBE in tab completion
...
Reviewed-by: vromero
2021-03-04 12:36:34 +00:00
Roberto Castañeda Lozano
4cfecceb04
8261730: C2 compilation fails with assert(store->find_edge(load) != -1) failed: missing precedence edge
...
Relax assertion in PhaseCFG::verify() to accept the case where a store is used
to implement an implicit null check and a load is placed in the null block.
Reviewed-by: thartmann, kvn
2021-03-04 07:48:51 +00:00
Aleksey Shipilev
7915a1fc4c
8262950: Restructure compiler/intrinsics/TestRotate.java for easier compilation
...
Reviewed-by: kvn
2021-03-04 07:41:22 +00:00
Hao Sun
84c93d5a18
8257137: Revise smov and umov in aarch64 assembler
...
Reviewed-by: aph, njian
2021-03-04 03:19:15 +00:00
Alex Menkov
d93fa0d6e3
8253940: com/sun/jdi/JdwpAttachTest.java failed with "RuntimeException: ERROR: LingeredApp.startApp was able to attach"
...
Reviewed-by: cjplummer, lmesnik
2021-03-04 00:39:28 +00:00
Alex Menkov
104a26283a
8224775: test/jdk/com/sun/jdi/JdwpListenTest.java failed to attach
...
Reviewed-by: sspitsyn, dfuchs
2021-03-04 00:37:55 +00:00
Ivan Šipka
75aa15467e
8259267: Refactor LoaderLeak shell test as java test.
...
Reviewed-by: rriggs, iignatyev, dfuchs
2021-03-03 20:02:57 +00:00
Harold Seigel
3d3eb5c8d3
8262368: wrong verifier message for bogus return type
...
Reviewed-by: dholmes, coleenp
2021-03-03 13:18:36 +00:00
Jan Lahoda
6d3c858cbb
8259235: javac crashes while attributing super method invocation
...
Reviewed-by: vromero
2021-03-03 12:38:26 +00:00
Dong Bo
c15801e98c
8261142: AArch64: Incorrect instruction encoding when right-shifting vectors with shift amount equals to the element width
...
Reviewed-by: njian, aph
2021-03-03 06:43:25 +00:00
Maurizio Cimadamore
5de0f4b2ce
8260869: Test java/foreign/TestHandshake.java fails intermittently
...
Reviewed-by: psandoz
2021-03-03 01:14:25 +00:00
Jie Fu
40bdf52e24
8262096: Vector API fails to work due to VectorShape initialization exception
...
Reviewed-by: psandoz, vlivanov
2021-03-02 23:29:50 +00:00
John Jiang
4f4d0f5366
8261969: SNIHostName should check if the encoded hostname conform to RFC 3490
...
Reviewed-by: rhalade, xuelei
2021-03-02 22:36:28 +00:00
Kim Barrett
f304b74e0a
8261859: gc/g1/TestStringDeduplicationTableRehash.java failed with "RuntimeException: 'Rehash Count: 0' found in stdout"
...
Reviewed-by: ayang, sjohanss, tschatzl
2021-03-02 18:23:30 +00:00
Stuart Marks
f18c019287
8247373: ArraysSupport.newLength doc, test, and exception message
...
Reviewed-by: rriggs, psandoz, martin, prappo
2021-03-02 18:08:26 +00:00