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
Attila Szegedi
d185a6c53e
8261483: jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java failed with "AssertionError: Should have GCd a method handle by now"
...
Reviewed-by: shade, plevart
2021-03-02 12:25:25 +00:00
Jan Lahoda
85a5ae8cb7
8261606: Surprising behavior of step over in String switch
...
Reviewed-by: vromero
2021-03-02 12:02:26 +00:00
Jie Fu
0f6122b92f
8262819: gc/shenandoah/compiler/TestLinkToNativeRBP.java fails with release VMs
...
Reviewed-by: roland, shade
2021-03-02 09:30:06 +00:00
Thomas Stuefe
f5ab7f688c
8262472: Buffer overflow in UNICODE::as_utf8 for zero length output buffer
...
Reviewed-by: dholmes, iklam
2021-03-02 04:28:48 +00:00
Jiangli Zhou
9f0f0c9870
8260933: runtime/cds/serviceability/ReplaceCriticalClassesForSubgraphs.java fails without CompactStrings
...
Reviewed-by: iklam
2021-03-02 02:58:06 +00:00
Andy Herrick
642f45f9dc
8261839: Error creating runtime package on macos without mac-package-identifier
...
Reviewed-by: asemenyuk, almatvee, kizune
2021-03-01 19:33:27 +00:00
Severin Gehwolf
4c9adce20d
8262379: Add regression test for JDK-8257746
...
Reviewed-by: hseigel
2021-03-01 15:14:40 +00:00
Roland Westrelin
6baecf39d5
8259937: guarantee(loc != NULL) failed: missing saved register with native invoker
...
Reviewed-by: kvn, jvernee, vlivanov
2021-03-01 15:11:25 +00:00
Alexander Zvegintsev
c569f1d64b
8262085: Hovering Metal HTML Tooltips in different windows cause IllegalArgExc on Linux
...
Reviewed-by: serb, psadhukhan
2021-03-01 14:31:56 +00:00
Stefan Johansson
fe8e3707c5
8262188: Add test to verify trace page sizes logging on Linux
...
Reviewed-by: stuefe, tschatzl
2021-03-01 12:03:44 +00:00
Conor Cleary
8bc8542e3f
8262195: Harden tests that use the HostsFileNameService (jdk.net.hosts.file property)
...
Reviewed-by: michaelm, aefimov, dfuchs, chegar
2021-03-01 10:18:12 +00:00
Roland Westrelin
ddd550ae84
8261308: C2: assert(inner->is_valid_counted_loop(T_INT) && inner->is_strip_mined()) failed: OuterStripMinedLoop should have been removed
...
Reviewed-by: chagedorn, kvn
2021-03-01 08:42:10 +00:00
Sergey Bylokhov
6800ba465f
8257500: Drawing MultiResolutionImage with ImageObserver "leaks" memory
...
Reviewed-by: azvegint, aivanov
2021-02-26 19:57:29 +00:00
Weijun Wang
a4c249610e
8259535: ECDSA SignatureValue do not always have the specified length
...
Reviewed-by: mullan
2021-02-26 16:49:44 +00:00
Leonid Mesnik
2515c42b2c
8262332: serviceability/sa/ClhsdbJhisto.java fails with Test ERROR java.lang.RuntimeException: 'ParselTongue' missing from stdout/stderr
...
Reviewed-by: cjplummer
2021-02-26 16:35:28 +00:00
Mikhailo Seledtsov
07061fc73a
8256417: Exclude TestJFRWithJMX test from running with PodMan
...
Reviewed-by: iignatyev
2021-02-26 16:21:12 +00:00
Jaikiran Pai
240f2a1bb7
8260366: ExtendedSocketOptions <clinit> can deadlock in some circumstances
...
Reviewed-by: dfuchs
2021-02-26 14:07:35 +00:00
hltj
de3f519dc9
8258897: wrong translation of capturing local classes inside nested lambdas
...
Co-authored-by: Bernard Blaser <bsrbnd@openjdk.org>
Reviewed-by: jlahoda
2021-02-26 13:09:47 +00:00
Xin Liu
7603278164
8260198: TypeInstPtr::dump2() emits multiple lines if Verbose is set
...
Reviewed-by: thartmann
2021-02-26 10:46:43 +00:00
Thomas Stuefe
722142ee6c
8261520: JDK-8261302 breaks runtime/NMT/CheckForProperDetailStackTrace.java
...
Reviewed-by: zgu, coleenp
2021-02-26 06:46:20 +00:00
Prasanta Sadhukhan
bcca10066d
4710675: JTextArea.setComponentOrientation does not work with correct timing
...
Reviewed-by: serb, pbansal
2021-02-26 06:19:15 +00:00
Chris Plummer
35c0a6956c
8262416: ProblemList TestHeapDumpForLargeArray.java due to JDK-8262386
...
Reviewed-by: dcubed
2021-02-25 21:13:37 +00:00
Weijun Wang
ded96ddcde
8139348: Deprecate 3DES and RC4 in Kerberos
...
Reviewed-by: mullan
2021-02-25 18:49:05 +00:00
Adam Sotona
7d4f60b16b
8260403: javap should be more robust in the face of invalid class files
...
Reviewed-by: vromero
2021-02-25 16:03:04 +00:00
Jonathan Gibbons
674be87d30
8261203: Incorrectly escaped javadoc html with type annotations
...
Reviewed-by: hannesw
2021-02-25 15:37:18 +00:00
Adam Sotona
2eca17d1b1
8261457: test/langtools/tools/javac/T8187978 can fail if ArrayList class is modified
...
Reviewed-by: vromero
2021-02-25 14:59:32 +00:00
Lin Zang
c54724da14
8257234: Add gz option to SA jmap to write a gzipped heap dump
...
Reviewed-by: cjplummer, ysuenaga, sspitsyn
2021-02-25 12:09:55 +00:00
Lin Zang
aa35b42354
8261131: jcmd jmap dump should not accept gz option with no value
...
Reviewed-by: cjplummer, sspitsyn
2021-02-25 12:06:32 +00:00
Evan Whelan
ebdc80ead9
8252883: AccessDeniedException caused by delayed file deletion on Windows
...
Reviewed-by: dfuchs
2021-02-25 12:05:16 +00:00
Ioi Lam
0f8be6e433
8261868: Reduce inclusion of metaspace.hpp
...
Reviewed-by: stuefe, ccheung
2021-02-25 04:31:12 +00:00
Yang Yi
3a0d6a64bc
8262099: jcmd VM.metaspace should report unlimited size if MaxMetaspaceSize isn't specified
...
Reviewed-by: stuefe, lucy
2021-02-25 02:08:52 +00:00
Severin Gehwolf
a50725db2a
8254001: [Metrics] Enhance parsing of cgroup interface files for version detection
...
Reviewed-by: hseigel, andrew
2021-02-24 19:39:46 +00:00
Fernando Guallini
d70fd7b3c4
8258855: Two tests sun/security/krb5/auto/ReplayCacheTestProc.java and ReplayCacheTestProcWithMD5.java failed on OL8.3
...
Reviewed-by: weijun, rhalade
2021-02-24 17:05:58 +00:00
Naoto Sato
9d9ad969ca
8261919: java/util/Locale/LocaleProvidersRun.java failed with "RuntimeException: Expected log was not emitted. LogRecord: null"
...
Reviewed-by: joehw, dfuchs
2021-02-24 16:23:24 +00:00
Daniel Fuchs
0d2dbd2995
8262027: Improve how HttpConnection detects a closed channel when taking/returning a connection to the pool
...
Reviewed-by: chegar, michaelm
2021-02-24 10:50:35 +00:00
Eric Liu
382e38dd24
8256438: AArch64: Implement match rules with ROR shift register value
...
Reviewed-by: aph, roland
2021-02-24 09:49:53 +00:00
Jonathan Gibbons
fac37bf515
8262269: javadoc test TestGeneratedClasses.java fails on Windows
...
Reviewed-by: darcy
2021-02-24 03:50:25 +00:00
Yumin Qi
3e13b66e3f
8262157: LingeredApp.startAppExactJvmOpts does not print app output when launching fails
...
Reviewed-by: iklam, cjplummer
2021-02-24 00:31:57 +00:00
Daniel D. Daugherty
c769388d0f
8262266: JDK-8262049 fails validate-source
...
Reviewed-by: dholmes
2021-02-23 22:08:53 +00:00
Daniel D. Daugherty
03e781b470
8262265: ProblemList jdk/javadoc/doclet/testGeneratedClasses/TestGeneratedClasses.java on Windows
...
Reviewed-by: rriggs, bpb
2021-02-23 21:48:05 +00:00
Roman Kennke
c6eae06142
8262049: [TESTBUG] Fix TestReferenceRefersTo.java for Shenandoah IU mode
...
Reviewed-by: kbarrett, zgu
2021-02-23 21:43:53 +00:00
Joe Darcy
e5304b3a99
8253409: Double-rounding possibility in float fma
...
Reviewed-by: bpb
2021-02-23 19:42:05 +00:00
Jonathan Gibbons
3132b1c4b1
8261665: Clean up naming of StringContent and FixedStringContent
...
Reviewed-by: hannesw
2021-02-23 19:29:41 +00:00
Jonathan Gibbons
c30a90bb64
8261976: Normalize id's used by the standard doclet
...
Reviewed-by: hannesw
2021-02-23 18:55:13 +00:00
Jonathan Gibbons
53b15453d9
8223355: Redundant output by javadoc
...
Reviewed-by: hannesw
2021-02-23 18:27:23 +00:00
Doug Simon
d2b9c227e5
8262011: [JVMCI] allow printing to tty from unattached libgraal thread
...
Reviewed-by: kvn, never
2021-02-23 17:01:11 +00:00
Roland Westrelin
8a2f58907c
8260637: Shenandoah: assert(_base == Tuple) failure during C2 compilation
...
Reviewed-by: chagedorn, kvn
2021-02-23 16:35:15 +00:00
Hannes Wallnöfer
a5c4b9a6b0
8260223: Handling of unnamed package in javadoc pages
...
Reviewed-by: jjg
2021-02-23 08:42:51 +00:00
Chris Plummer
aea474c48d
8261269: When using clhsdb to "inspect" a java object, clhsdb prints "Oop for..." twice
...
Reviewed-by: sspitsyn, kevinw
2021-02-22 23:22:50 +00:00
Sergey Bylokhov
a7e2e80ff4
8260695: The java.awt.color.ICC_Profile#getData/getData(int) are not thread safe
...
Reviewed-by: azvegint, aivanov
2021-02-22 22:34:53 +00:00
Jamil Nimeh
a30fb4fc68
8255867: SignatureScheme JSSE property does not preserve ordering in handshake messages
...
Reviewed-by: xuelei
2021-02-22 22:18:11 +00:00
Evan Whelan
a86728850e
8211227: Inconsistent TLS protocol version in debug output
...
Reviewed-by: xuelei, rhalade
2021-02-22 21:12:04 +00:00
Clive Verghese
63f8fc87cd
8259662: Don't wrap SocketExceptions into SSLExceptions in SSLSocketImpl
...
Reviewed-by: xuelei
2021-02-22 18:36:30 +00:00
Prasanta Sadhukhan
0c21dd053f
6206189: Graphics2D.clip specifies incorrectly that a 'null' is a valid value for this method
...
Reviewed-by: aivanov, kizune, azvegint
2021-02-22 04:46:33 +00:00
Chris Plummer
18188c2aa7
8261692: Bugs in clhsdb history support
...
Reviewed-by: amenkov, sspitsyn
2021-02-20 23:19:41 +00:00
Chris Plummer
0825bc5550
8261929: ClhsdbFindPC fails with java.lang.RuntimeException: 'In java stack' missing from stdout/stderr
...
Reviewed-by: amenkov, stuefe, sspitsyn
2021-02-20 20:48:00 +00:00
Chris Plummer
c2509ea9bc
8261857: serviceability/sa/ClhsdbPrintAll.java failed with "Test ERROR java.lang.RuntimeException: 'cannot be cast to' found in stdout"
...
Reviewed-by: sspitsyn
2021-02-20 20:46:57 +00:00
Joe Wang
475595847c
8262041: javax/xml/jaxp/unittest/common/prettyprint/PrettyPrintTest.java fails after JDK-8260858
...
Reviewed-by: lancea, naoto
2021-02-20 02:37:53 +00:00
Jie Fu
b10376bac1
8261938: ASN1Formatter.annotate should not return in the finally block
...
Reviewed-by: rriggs
2021-02-19 23:45:54 +00:00
Igor Veresov
977a21add8
8261225: TieredStopAtLevel should have no effect if TieredCompilation is disabled
...
Reviewed-by: kvn
2021-02-19 19:44:58 +00:00
Daniel D. Daugherty
8b4fd77f60
8262042: ProblemList javax/xml/jaxp/unittest/common/prettyprint/PrettyPrintTest.java on Windows
...
Reviewed-by: joehw
2021-02-19 17:30:45 +00:00
Brian Burkhalter
7ffa1481c2
8247918: Clarify Reader.skip behavior for end of stream
...
Reviewed-by: rriggs, naoto
2021-02-19 17:21:11 +00:00
Jonathan Gibbons
c4f17a3e1d
8257925: enable more support for nested inline tags
...
Reviewed-by: prappo, hannesw
2021-02-19 15:59:05 +00:00
Claes Redestad
433096a45e
8261744: Implement CharsetDecoder ASCII and latin-1 fast-paths
...
Reviewed-by: naoto, alanb
2021-02-19 15:05:25 +00:00
Christoph Langer
efbaedeb81
8262018: Wrong format in SAP copyright header of OsVersionTest
...
Reviewed-by: mdoerr
2021-02-19 14:44:53 +00:00
Joe Wang
c99eeb0102
8260858: Implementation specific property xsltcIsStandalone for XSLTC Serializer
...
Reviewed-by: lancea, naoto
2021-02-19 06:34:21 +00:00
Prasanta Sadhukhan
ed93bc9a01
8196301: java/awt/print/PrinterJob/Margins.java times out
...
Reviewed-by: prr
2021-02-19 05:03:21 +00:00
Calvin Cheung
78cde64800
8261860: Crash caused by lambda proxy class loaded in Shutdown hook
...
Reviewed-by: iklam, minqi
2021-02-19 02:40:03 +00:00
Chris Plummer
c158413e48
8261098: Add clhsdb "findsym" command
...
Reviewed-by: amenkov, sspitsyn
2021-02-19 00:58:28 +00:00
Zhengyu Gu
9cf4f90d34
8261473: Shenandoah: Add breakpoint support
...
Reviewed-by: rkennke, shade
2021-02-18 18:32:01 +00:00
Amresh Sahu
0e9c5aedc8
8075909: [TEST_BUG] The regression-swing case failed as it does not have the 'Open' button when select 'subdir' folder with NimbusLAF
...
Reviewed-by: aivanov
2021-02-18 16:08:35 +00:00
Aleksey Shipilev
b695c7eed4
8261925: ProblemList com/sun/jdi/AfterThreadDeathTest.java on Linux
...
Reviewed-by: dcubed
2021-02-18 06:51:03 +00:00
Mandy Chung
bf75a3a024
8261851: update ReflectionCallerCacheTest.java test to use ForceGC from test library
...
Reviewed-by: alanb
2021-02-17 17:34:58 +00:00
Hai-May Chao
05301f5fd2
8257497: Update keytool to create AKID from the SKID of the issuing certificate as specified by RFC 5280
...
Reviewed-by: coffeys, mullan, weijun
2021-02-17 16:38:56 +00:00
Stefan Johansson
f639df435e
8261401: Add sanity check for UseSHM large pages similar to the one used with hugetlb large pages
...
Reviewed-by: stuefe, tschatzl
2021-02-17 12:03:25 +00:00
Christoph Göttschkes
2e18b52aed
8261752: Multiple GC test are missing memory requirements
...
Reviewed-by: tschatzl, sjohanss
2021-02-17 10:41:38 +00:00
Christoph Göttschkes
c7885eb1c5
8261758: [TESTBUG] gc/g1/TestGCLogMessages.java fails if ergonomics detect too small InitialHeapSize
...
Reviewed-by: tschatzl, sjohanss
2021-02-17 10:40:46 +00:00
Christian Hagedorn
8418285530
8261235: C1 compilation fails with assert(res->vreg_number() == index) failed: conversion check
...
Reviewed-by: thartmann, kvn
2021-02-17 09:00:39 +00:00
Anton Kozlov
b955f85e03
8261075: Create stubRoutines.inline.hpp with SafeFetch implementation
...
Reviewed-by: dcubed, stuefe, stefank
2021-02-17 08:10:32 +00:00
Chris Plummer
55d7bbcec0
8261607: SA attach is exceeding JNI Local Refs capacity
...
Reviewed-by: sgehwolf, amenkov
2021-02-16 21:16:55 +00:00
Fernando Guallini
0a50688dec
8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset
...
Reviewed-by: dfuchs, rhalade
2021-02-16 18:54:39 +00:00
Christoph Langer
8ba390d1e2
8261753: Test java/lang/System/OsVersionTest.java still failing on BigSur patch versions after JDK-8253702
...
Reviewed-by: rriggs
2021-02-16 12:57:59 +00:00
Pankaj Bansal
849f4c0fb7
8260291: The case instruction is not visible in dark mode
...
Reviewed-by: trebari, aivanov
2021-02-15 16:43:49 +00:00
Stanimir Stamenkov
2e610f53c1
8260687: Inherited font size is smaller than expected when using StyleSheet to add styles
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: psadhukhan, aivanov, kizune
2021-02-15 16:16:50 +00:00
Ioi Lam
d9744f6536
8261608: Move common CDS archive building code to archiveBuilder.cpp
...
Reviewed-by: coleenp, ccheung
2021-02-15 06:37:39 +00:00
Hui Shi
95d73129ce
8261585: Restore HandleArea used in Deoptimization::uncommon_trap
...
Reviewed-by: coleenp, jiefu
2021-02-13 02:47:33 +00:00
Daniel D. Daugherty
735757f1e0
8261661: gc/stress/TestReclaimStringsLeaksMemory.java fails because Reserved memory size is too big
...
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Reviewed-by: ayang, kbarrett
2021-02-12 22:41:08 +00:00
Chris Plummer
e29c560a11
8247514: Improve clhsdb 'findpc' ability to determine what an address points to by improving PointerFinder and PointerLocation classes
...
Reviewed-by: ysuenaga, kevinw
2021-02-12 22:01:43 +00:00
Christoph Langer
dc46aa85c6
8261534: Test sun/security/pkcs11/KeyAgreement/IllegalPackageAccess.java fails on platforms where no nsslib artifacts are defined
...
Reviewed-by: mbaesken
2021-02-12 20:58:22 +00:00
Chris Hegarty
3dc6f52a89
8261160: Add a deserialization JFR event
...
Co-authored-by: Sean Coffey <coffeys@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: coffeys, rriggs, dfuchs, egahlin
2021-02-12 17:35:25 +00:00
Stefan Johansson
9f81ca8175
8261230: GC tracing of page sizes are wrong in a few places
...
Reviewed-by: ayang, stuefe
2021-02-12 14:56:25 +00:00
Michael McMahon
9ffabf30c3
8252971: WindowsFileAttributes does not know about Unix domain sockets
...
Reviewed-by: alanb
2021-02-12 13:08:08 +00:00
Christoph Göttschkes
ebaa58d9c0
8261505: Test test/hotspot/jtreg/gc/parallel/TestDynShrinkHeap.java killed by Linux OOM Killer
...
Reviewed-by: sjohanss, tschatzl
2021-02-12 09:41:49 +00:00
Hannes Wallnöfer
3210095a17
8261079: Fix support for @hidden in classes and interfaces
...
Reviewed-by: jjg
2021-02-12 09:26:42 +00:00
Hannes Wallnöfer
da9895a0a4
8261499: Simplify HTML for javadoc links
...
Reviewed-by: jjg
2021-02-12 08:32:47 +00:00
Alex Menkov
60a2072a43
8260431: com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr"
...
Reviewed-by: sspitsyn, cjplummer
2021-02-11 23:31:37 +00:00
Sergey Bylokhov
bf47a479b9
8261282: Lazy initialization of built-in ICC_Profile/ColorSpace classes is too lazy
...
Reviewed-by: azvegint
2021-02-11 22:05:12 +00:00
Daniel D. Daugherty
75c8489ce8
8261604: ProblemList jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java
...
Reviewed-by: hseigel
2021-02-11 18:10:42 +00:00
Christian Hagedorn
0a89987a96
8240281: Remove failing assertion code when selecting first memory state in SuperWord::co_locate_pack
...
Reviewed-by: roland, kvn, thartmann
2021-02-11 13:00:10 +00:00
Claes Redestad
8b6ab31d31
8261418: Reduce decoder creation overheads for sun.nio.cs.ext Charsets
...
Reviewed-by: naoto
2021-02-11 10:43:56 +00:00
Vladimir Ivanov
3ede231dec
8259430: C2: assert(in_vt->length() == out_vt->length()) failed: mismatch on number of elements
...
Reviewed-by: kvn, thartmann
2021-02-11 10:16:09 +00:00
Thomas Stuefe
837bd8930d
8261548: ProblemList runtime/NMT/CheckForProperDetailStackTrace.java
...
Reviewed-by: jwilhelm
2021-02-11 05:31:11 +00:00
Sergey Bylokhov
447db62762
6211198: ICC_Profile.getInstance(byte[]): IAE is not specified
...
Reviewed-by: prr, pbansal
2021-02-10 23:57:32 +00:00
Alex Menkov
cc5691c69e
8248162: serviceability/attach/RemovingUnixDomainSocketTest.java failed
...
Reviewed-by: cjplummer, sspitsyn
2021-02-10 22:17:48 +00:00
Aleksey Shipilev
ad54d8dd83
8260934: java/lang/StringBuilder/HugeCapacity.java fails without Compact Strings
...
Reviewed-by: iklam
2021-02-10 07:32:53 +00:00
Prasanta Sadhukhan
752f92bc10
6211242: AreaAveragingScaleFilter(int, int): IAE is not specified
...
Reviewed-by: azvegint, trebari, serb
2021-02-10 07:24:29 +00:00
Prasanta Sadhukhan
3af334a5c7
6211257: BasicStroke.createStrokedShape(Shape): NPE is not specified
...
Reviewed-by: serb, prr, aivanov
2021-02-10 07:22:44 +00:00
Rajan Halade
ef7ee3f44e
8225081: Remove Telia Company CA certificate expiring in April 2021
...
Reviewed-by: mullan
2021-02-09 17:56:35 +00:00
Joe Wang
7c565f8b37
8261209: isStandalone property: remove dependency on pretty-print
...
Reviewed-by: lancea, naoto
2021-02-09 17:50:25 +00:00
Naoto Sato
becee6435b
8261279: sun/util/resources/cldr/TimeZoneNamesTest.java timed out
...
Reviewed-by: bpb, lancea, joehw
2021-02-09 17:09:21 +00:00
Attila Szegedi
8f4c15f641
8198540: Dynalink leaks memory when generating type converters
...
Reviewed-by: plevart, hannesw
2021-02-09 16:06:49 +00:00
Claes Redestad
2f893c2b83
8260337: Optimize ImageReader lookup, used by Class.getResource
...
Reviewed-by: jlaskey, sundar
2021-02-09 15:32:36 +00:00
Harold Seigel
b38d5be887
8261340: Fix 'deprecated' warnings in the vmTestbase/nsk tests
...
Reviewed-by: lfoltan, sspitsyn
2021-02-09 13:16:26 +00:00
Sergey Bylokhov
5d8204b169
8261368: The new TestNullSetColor test is placed in the wrong group
...
Reviewed-by: kizune
2021-02-09 00:01:32 +00:00
Joe Darcy
2fd8ed024b
8240632: Note differences between IEEE 754-2019 math lib special cases and java.lang.Math
...
Reviewed-by: bpb
2021-02-08 21:50:55 +00:00
Coleen Phillimore
ace8f94616
8195744: Avoid calling ClassLoader.checkPackageAccess if security manager is not installed
...
Reviewed-by: dholmes, iklam
2021-02-08 21:31:25 +00:00
Martin Buchholz
351d788809
8259074: regex benchmarks and tests
...
Reviewed-by: redestad
2021-02-08 18:09:59 +00:00
Matthias Perktold
48c932e1f1
8231286: HTML font size too large with high-DPI scaling and W3C_LENGTH_UNITS
...
Reviewed-by: aivanov, psadhukhan
2021-02-08 14:32:07 +00:00
Alexey Ivanov
dbc35f607a
8261094: Open javax/swing/text/html/CSS/4765271/bug4765271.java
...
Reviewed-by: serb, psadhukhan, kizune
2021-02-08 14:31:34 +00:00
Harold Seigel
db0ca2b9d4
8261161: Clean up warnings in hotspot/jtreg/vmTestbase tests
...
Reviewed-by: lfoltan, coleenp
2021-02-08 13:19:40 +00:00
Daniel Fuchs
2c28e36454
8237352: Update DatagramSocket to add support for joining multicast groups
...
Reviewed-by: alanb
2021-02-08 12:55:00 +00:00
Jan Lahoda
d0a8f2f737
8260593: javac can skip a temporary local variable when pattern matching over a local variable
...
Reviewed-by: vromero
2021-02-08 09:36:29 +00:00
Ioi Lam
c5ff454481
8250989: Consolidate buffer allocation code for CDS static/dynamic dumping
...
Reviewed-by: ccheung, coleenp
2021-02-07 07:10:38 +00:00
Igor Veresov
0e18634b6a
8261270: MakeMethodNotCompilableTest fails with -XX:TieredStopAtLevel={1,2,3}
...
Reviewed-by: kvn
2021-02-07 02:24:15 +00:00
Pengfei Li
7a2db858e0
8261022: Fix incorrect result of Math.abs() with char type
...
Reviewed-by: thartmann, neliasso
2021-02-07 01:15:24 +00:00
Sergey Bylokhov
74d40ab72f
8261200: Some code in the ICC_Profile may not close file streams properly
...
Reviewed-by: azvegint
2021-02-06 03:38:58 +00:00
Jesper Wilhelmsson
d7acfae3d2
Merge
2021-02-06 00:29:45 +00:00
Ivan Šipka
fb46d4e578
8259268: Refactor InheritIO shell test as java test
...
Reviewed-by: iignatyev, rriggs
2021-02-06 00:05:42 +00:00
Alexander Zuev
440db35e8f
8216358: [accessibility] [macos] The focus is invisible when tab to "Image Radio Buttons" and "Image CheckBoxes"
...
Reviewed-by: serb, pbansal
2021-02-05 22:27:41 +00:00
Naoto Sato
4a1814cbf0
8261179: Norwegian Bokmål Locale fallback issue
...
Reviewed-by: joehw
2021-02-05 18:15:40 +00:00
Calvin Cheung
0218917109
8258732: runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java fails
...
Reviewed-by: minqi, iklam
2021-02-05 17:23:48 +00:00
Roland Westrelin
3495febf51
8260296: SA's dumpreplaydata fails
...
Reviewed-by: kvn, cjplummer, iignatyev
2021-02-05 09:33:54 +00:00
Claes Redestad
07918995da
8261154: Memory leak in Java_java_lang_ClassLoader_defineClass0 with long class names
...
Reviewed-by: stuefe, chegar, mchung
2021-02-05 08:58:32 +00:00
Fernando Guallini
d2bd499222
8163498: Many long-running security libs tests
...
Reviewed-by: rhalade, weijun
2021-02-05 05:22:51 +00:00
Daniel D. Daugherty
08f7454fa9
8261190: restore original Alibaba copyright line in two files
...
Reviewed-by: dholmes
2021-02-04 23:08:15 +00:00
Erik Gahlin
e93e1e1c7b
8261157: Incorrect GPL header after JDK-8259956
...
Reviewed-by: mgronlun
2021-02-04 17:01:45 +00:00
Roland Westrelin
4de3a6be9e
8260709: C2: assert(false) failed: unscheduable graph
...
Reviewed-by: thartmann, chagedorn
2021-02-04 15:11:25 +00:00
Denghui Dong
e8ad8b3504
8259956: jdk.jfr.internal.ChunkInputStream#available should return the sum of remaining available bytes
...
Reviewed-by: egahlin
2021-02-04 09:22:01 +00:00
Sergey Bylokhov
06b33a0ad7
8261107: ArrayIndexOutOfBoundsException in the ICC_Profile.getInstance(InputStream)
...
Reviewed-by: azvegint, psadhukhan
2021-02-04 07:28:27 +00:00
Prasanta Sadhukhan
60f440deb9
6436374: Graphics.setColor(null) is not documented
...
Reviewed-by: serb, pbansal
2021-02-04 04:13:05 +00:00
Ioi Lam
82028e70d1
8260012: Reduce inclusion of collectedHeap.hpp and heapInspection.hpp
...
Reviewed-by: stefank, tschatzl
2021-02-04 04:05:33 +00:00
Jesper Wilhelmsson
9b7a8f1982
Merge
2021-02-04 02:06:33 +00:00
Phil Race
8760688d21
8260616: Removing remaining JNF dependencies in the java.desktop module
...
Reviewed-by: gziemski, ihse, serb
2021-02-04 01:36:19 +00:00
Sergey Bylokhov
f279ff9d2f
8261010: Delete the Netbeans "default" license header
...
Reviewed-by: iris, psadhukhan
2021-02-03 23:13:12 +00:00
Dong Bo
5307afa9e7
8260585: AArch64: Wrong code generated for shifting right and accumulating four unsigned short integers
...
Reviewed-by: iveresov, dlong, njian, aph
2021-02-03 21:40:33 +00:00
Weijun Wang
4a8b5c1602
8257858: [macOS]: Remove JNF dependency from libosxsecurity/KeystoreImpl.m
...
8257860: [macOS]: Remove JNF dependency from libosxkrb5/SCDynamicStoreConfig.m
Reviewed-by: erikj, prr, ihse, valeriep
2021-02-03 16:20:16 +00:00
Nils Eliasson
472bf629cd
8258799: [Testbug] RandomCommandsTest must check if tested directive is added via jcmd
...
Reviewed-by: kvn, iignatyev
2021-02-03 16:01:59 +00:00
Ivan Šipka
0ef93feb43
8259265: Refactor UncaughtExceptions shell test as java test.
...
Reviewed-by: rriggs
2021-02-03 14:08:29 +00:00
Jan Lahoda
90376156be
8222850: jshell tool: Misleading cascade compiler error in switch expression with undefined vars
...
Reviewed-by: vromero
2021-02-03 09:21:43 +00:00
Prasanta Sadhukhan
cb127a4bb5
8198343: Test java/awt/print/PrinterJob/TestPgfmtSetMPA.java may fail w/o printer
...
Reviewed-by: jdv, trebari
2021-02-03 06:49:32 +00:00
Prasanta Sadhukhan
c0084100bc
8197825: [Test] Intermittent timeout with javax/swing JColorChooser Test
...
Reviewed-by: trebari, aivanov
2021-02-03 04:33:42 +00:00
Jie Fu
a47befc86f
8260878: com/sun/jdi/JdbOptions.java fails without jfr
...
Reviewed-by: amenkov, cjplummer
2021-02-03 01:18:11 +00:00