Rajan Halade
1e535dfa53
8243320: Add SSL root certificates to Oracle Root CA program
...
Reviewed-by: mullan
2020-08-03 11:35:24 -07:00
Christian Hagedorn
696b9e1847
8249605: C2: assert(no_dead_loop) failed: dead loop detected
...
Fixed dead loop detection in PhiNode::Ideal() to additionally account for dead MergeMemNodes
Reviewed-by: kvn, thartmann
2020-08-03 09:21:45 +02:00
Prasanta Sadhukhan
831e98327b
Merge
2020-07-26 14:46:36 +05:30
Prasanta Sadhukhan
091b0c95c3
Merge
2020-07-25 12:48:29 +05:30
Hai-May Chao
cce3929e07
8247960: jarsigner says "signer errors" for some normal warnings when -strict is set
...
8250586: jarsigner refactoring in displayMessagesAndResult() method
Reviewed-by: weijun
2020-07-25 16:40:10 +08:00
Alexander Matveev
bbddae5552
8248248: [macos] EmptyFolderPackageTest.java fails EmptyFolderPackageTest-dmg-setup.scpt exited with 134 code
...
Reviewed-by: herrick, asemenyuk
2020-07-24 16:46:18 -07:00
Harold Seigel
9b73fb125d
8250557: Rename vmTestbase/nsk shared timeout handler package to Terminator.java
...
Rename the class and fix the tests that use it.
Reviewed-by: dcubed
2020-07-24 18:44:27 +00:00
Yumin Qi
4b076cb93f
8249624: update appcds/sharedStrings/IncompatibleOptions test in view of 8081416 closed as WNF
...
With CDS can archive with compressed oops off, the result of the test gives correct information.
Reviewed-by: iklam, dholmes
2020-07-24 10:29:27 -07:00
Roger Riggs
a0149f53f1
8249217: Unexpected StackOverflowError in "process reaper" thread still happens
...
Reviewed-by: martin, plevart, dholmes
2020-07-24 11:00:50 -04:00
Vicente Romero
75d642a467
8243057: compilation of annotated static record fields fails with NPE
...
Reviewed-by: jlahoda
2020-07-24 10:34:18 -04:00
Harold Seigel
890ca6ea2c
8222582: [TESTBUG] AbstractMethodErrorTest.java fails with "did not test both cases (interpreted and compiled)."
...
Exclude the test from running with Graal
Reviewed-by: dholmes, coleenp
2020-07-24 12:40:41 +00:00
Boris Ulasevich
4a1d4be729
8248870: AARCH64: I2L/L2I conversions can be skipped for masked positive values
...
Reviewed-by: aph
2020-07-24 08:21:11 -04:00
Rahul Yadav
778d8a45cb
8245306: Update sun.security.ssl.SSLLogger to use Immutable DateTimeFormatter
...
The fix updates sun.security.ssl.SSLLogger to use DateTimeFormatter to make it virtual thread friendly
Reviewed-by: alanb, jnimeh
2020-07-24 12:07:59 +01:00
Kim Barrett
8b005fa74e
8249945: Improve ARRAY_SIZE()
...
Make ARRAY_SIZE type-safe.
Reviewed-by: tschatzl, lfoltan, dholmes
2020-07-24 05:07:37 -04:00
Kim Barrett
55b19e84f2
8247908: Replace IsRegisteredEnum with std::is_enum
...
Reviewed-by: tschatzl, dholmes
2020-07-24 04:29:34 -04:00
Daniel D. Daugherty
2abefad512
8250236: ProblemList java/lang/invoke/lambda/LambdaFileEncodingSerialization.java on linux-x64
...
Reviewed-by: rriggs
2020-07-23 16:36:44 -04:00
Daniel Fuchs
9f23c2c159
8249812: java/net/DatagramSocket/PortUnreachable.java still fails intermittently with SocketTimeoutException
...
Fixed the test to reenable its retry logic
Reviewed-by: alanb
2020-07-23 20:25:41 +01:00
Robert Field
6e198fec0b
8249197: JShell: variable declaration with unicode type name gets garbled result
...
8249199: JShell: Consistent representation of unicode
Reviewed-by: jlahoda
2020-07-23 10:37:06 -07:00
Aleksei Voitylov
8b87402a44
8247592: refactor test/jdk/tools/launcher/Test7029048.java
...
Reviewed-by: mchung
2020-07-23 09:43:55 -07:00
Naoto Sato
1f63603288
8248655: Support supplementary characters in String case insensitive operations
...
8248434: some newly added locale cannot parse uppercased date string
Reviewed-by: jlaskey, joehw, rriggs, bchristi
2020-07-23 08:46:31 -07:00
Aleksey Shipilev
dc80e63811
8249953: Shenandoah: gc/shenandoah/mxbeans tests should account for corner cases
...
Reviewed-by: rkennke
2020-07-23 12:46:24 +02:00
David Holmes
1b1c1cd7b9
8249940: Remove unnecessary includes of jni_util.h in native tests
...
Reviewed-by: iignatyev, mchung
2020-07-23 00:47:02 -04:00
Coleen Phillimore
2d8e74ddea
8249768: Move static oops and NullPointerException oops from Universe into OopStorage
...
Make NPE oops an objArrayOop.
Reviewed-by: dholmes, eosterlund
2020-07-22 10:32:44 -04:00
Raffaello Giulietti
4d43cf9fc6
8222187: java.util.Base64.Decoder stream adds unexpected null bytes at the end
...
Reviewed-by: lancea, rriggs
2020-07-22 10:01:03 -04:00
Christian Hagedorn
18cf3d8080
8247743: Segmentation fault in debug builds due to stack overflow in find_recur with deep graphs
...
Replace the recursive algorithm of Node::find() by an iterative one to avoid a stack overflow crash with deep graphs.
Reviewed-by: kvn, thartmann
2020-07-22 10:31:37 +02:00
Christian Hagedorn
4f99e1fb11
8248467: C2: compiler/intrinsics/object/TestClone fails with -XX:+VerifyGraphEdges
...
Fix assert by taking MemBarNodes into account whose precedence edge can be NULL.
Reviewed-by: kvn, thartmann
2020-07-22 10:28:34 +02:00
Mikael Vidstedt
9ff01f7b2f
Merge
2020-07-21 20:55:29 -07:00
Jamsheed Mohammed C M
39b22d134f
8242895: failed: sanity at src/hotspot/share/opto/escape.cpp:2361
...
The address_offset code in EA was improved to detect raw stores(init captured ones) after loopopt.
Reviewed-by: kvn, thartmann
2020-07-21 08:03:20 -07:00
Igor Ignatyev
f8c1d79917
8249697: remove temporary fixes from java/lang/invoke/RicochetTest.java
...
Reviewed-by: mchung
2020-07-20 12:16:35 -07:00
Thomas Stuefe
a20c31865d
8249748: gtest silently ignores bad jvm arguments
...
Reviewed-by: shade, dholmes, iignatyev
2020-07-21 16:46:37 +02:00
Daniel Fuchs
d116022893
8249774: Add java/foreign/TestMismatch.java to ProblemList.txt
...
Reviewed-by: lancea
2020-07-20 20:33:59 +01:00
Mandy Chung
35554ea085
8217527: jmod hash does not work if --hash-module does not include the target module
...
Reviewed-by: alanb
2020-07-20 11:40:03 -07:00
Vicente Romero
3a69dfb5c5
8245652: some tests at RecordCompilationTests are resetting the wrong compilation options
...
Reviewed-by: darcy
2020-07-20 12:14:44 -04:00
Igor Ignatyev
8d97637cf2
8249700: java/io/File/GetXSpace.java should be added to exclude list, and not @ignore-d
...
Reviewed-by: alanb
2020-07-20 09:11:53 -07:00
Igor Ignatyev
af0d6d28b0
8249698: java/lang/invoke/LFCaching/LFGarbageCollectedTest.java should be ProblemList-ed and not @ignored
...
Reviewed-by: kvn, mchung
2020-07-20 09:11:51 -07:00
Igor Ignatyev
ac38b399de
8249681: gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java fails w/ UnsatisfiedLinkError
...
Reviewed-by: tschatzl
2020-07-17 15:01:10 -07:00
Igor Ignatyev
4a4003e900
8249678: @ignore should be used instead of ProblemList for 8158860, 8163894, 8193479, 8194310
...
Reviewed-by: kvn
2020-07-17 11:54:14 -07:00
Igor Ignatyev
1c882d91f0
8249673: cleanup graal problem lists
...
Reviewed-by: kvn
2020-07-17 10:51:55 -07:00
Igor Ignatyev
24a7d8c766
8249622: use 8249621 to ignore 8 jvmci tests
...
Reviewed-by: kvn, epavlova
2020-07-16 20:03:10 -07:00
Ivan Sipka
4320afbd58
8242935: test/jdk/java/util/ServiceLoader/ReloadTest.java uses nashorn script engine
...
Reviewed-by: alanb, iignatyev
2020-07-16 12:03:51 +01:00
Roman Kennke
546158fb42
8249543: Force DirectBufferAllocTest to run with -ExplicitGCInvokesConcurrent
...
Reviewed-by: alanb
2020-07-16 15:04:58 +02:00
Phil Race
631085bdfd
Merge
2020-07-21 13:55:53 -07:00
Phil Race
1ce6ec6a28
8199529: javax/swing/text/Utilities/8142966/SwingFontMetricsTest.java fails on windows
...
Reviewed-by: serb, psadhukhan
2020-07-21 13:14:35 -07:00
Phil Race
3ec5f6b374
8249725: testbug: ZeroWithStringBoundsTest.java needs update to copyright header
...
Reviewed-by: jdv
2020-07-20 08:13:02 -07:00
Phil Race
ca2df0e543
8245159: Font.getStringBounds() throws IAE for empty string if the Font has layout attributes
...
Reviewed-by: serb
2020-07-19 11:03:50 -07:00
Prasanta Sadhukhan
df3c55230e
8042055: Nimbus DerivedColor incorrectly clamps hue
...
Reviewed-by: serb
2020-07-18 12:12:41 +05:30
Prasanta Sadhukhan
c9f9fde366
8245785: javax.swing.JTabbedPane cannot be deserialized
...
Reviewed-by: serb, prr, kizune
2020-07-18 12:10:35 +05:30
Tejpal Rebari
39d4b22fc0
8249619: Nimbus L&F Fix for 8041701 is causing some Nimbus tests to fail
...
Reviewed-by: prr
2020-07-17 10:05:38 -07:00
Jie Fu
507e54840f
8246805: Incorrect copyright header in TestInvalidTieredStopAtLevel.java
...
Reviewed-by: mikael, iignatyev
2020-07-16 10:30:39 +08:00
Igor Ignatyev
e07ad838b5
8249040: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdb tests
...
Reviewed-by: dholmes
2020-07-15 11:34:34 -07:00
Igor Ignatyev
b27e717c56
8249034: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jvmti tests
...
Reviewed-by: sspitsyn
2020-07-15 11:33:43 -07:00
Igor Ignatyev
1b5391264a
8249039: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_aod tests
...
Reviewed-by: dholmes, sspitsyn
2020-07-15 11:31:35 -07:00
Pankaj Bansal
be2a92d8c7
8249251: [dark_mode ubuntu 20.04] The selected menu is not highlighted in GTKLookAndFeel
...
Reviewed-by: serb, prr
2020-07-15 23:40:18 +05:30
Ekaterina Pavlova
681d06d39b
8242388: compiler/graalunit/CoreTest.java timed out
...
Reviewed-by: kvn
2020-07-15 10:26:48 -07:00
Goetz Lindenmaier
8906904591
8248476: No helpful NullPointerException message after calling fillInStackTrace
...
Reported by christoph.dreis@freenet.de
Reviewed-by: coleenp, dholmes, mchung
2020-07-15 18:47:47 +02:00
Jim Laskey
a640835c62
8249258: java/util/StringJoiner/StringJoinerTest.java failed due to OOM
...
Reviewed-by: dcubed, rriggs
2020-07-15 09:22:29 -03:00
Tejpal Rebari
13bcda40dc
8041701: Nimbus JTree renderer properties persist across L&F changes
...
Reviewed-by: serb, psadhukhan
2020-07-15 11:37:55 +05:30
Tejpal Rebari
54c0178787
8041705: Bugs in DefaultTreeCellRenderer.updateUI()
...
Reviewed-by: psadhukhan, pbansal
2020-07-09 12:59:25 +05:30
Chihiro Ito
ba2caf0014
8249720: Generated bytecodes of EventWriter don't be output to the log
...
Reviewed-by: egahlin
2020-07-20 22:43:28 +09:00
Yu Li
907719baec
8245694: java.util.Properties.entrySet() does not override Object methods
...
Add missing override methods
Reviewed-by: bchristi, jboes
2020-07-20 13:11:09 +01:00
Coleen Phillimore
99eccaf6ec
8247878: Move Management strong oops to OopStorage
...
Use OopStorage for strong oops stored with memory and thread sampling and dumping, and remove oops_do and GC calls.
Reviewed-by: dholmes, kbarrett
2020-07-20 07:50:27 -04:00
Mikael Vidstedt
ec074011a4
Merge
2020-07-19 21:34:28 -07:00
Poonam Bajaj
9376dd810c
8236042: [TESTBUG] serviceability/sa/ClhsdbCDSCore.java fails with -Xcomp -XX:TieredStopAtLevel=1
...
Modify the test case to handle the scenario's of no printmdo's.
Reviewed-by: cjplummer, kvn
2020-07-19 22:39:07 +00:00
Jean Christophe Beyler
7339cf8f54
8247615: Initialize the bytes left for the heap sampler
...
Initialize the heap sampler correctly before usage
Reviewed-by: sspitsyn, martin, manc
2020-07-16 16:58:55 -07:00
Andy Herrick
2f6afe55d8
8249289: Exception thrown when --temp points to non-existant directory
...
Reviewed-by: asemenyuk, almatvee
2020-07-17 09:18:51 -04:00
Vyom Tewari
955aee3bfa
8237858: PlainSocketImpl.socketAccept() handles EINTR incorrectly
...
PlainSocketImpl.socketAccept() handles EINTR incorrectly
Reviewed-by: alanb, dfuchs, martin
2020-07-17 11:15:00 +05:30
Kim Barrett
a8d6a05ce8
8248391: Unify handling of all OopStorage instances in weak root processing
...
OopStorage instance now owned by subsystems, and generalize dead entry notification
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Reviewed-by: coleenp, tschatzl
2020-07-16 17:41:14 -04:00
Coleen Phillimore
749be7e761
8247808: Move JVMTI strong oops to OopStorage
...
Remove JVMTI oops_do calls from JVMTI and GCs
Reviewed-by: sspitsyn, stefank, zgu, dholmes, iklam
2020-07-16 08:29:11 -04:00
Mikael Vidstedt
1f5e21a16e
Merge
2020-07-15 21:24:39 -07:00
Vicente Romero
bcd4690bc3
8247790: javac shouldn't allow type variable references from local static declarations
...
Reviewed-by: jlahoda
2020-07-15 22:36:45 -04:00
Erik Joelsson
c83ce2e8d9
8249292: DependOnVariable macro fails on empty value
...
Reviewed-by: tbell
2020-07-15 14:04:54 -07:00
Andy Herrick
05bb6f1ec2
8248864: JPackage test extension misspelled "extention"
...
Reviewed-by: asemenyuk, almatvee, prr
2020-07-15 14:53:05 -04:00
Athijegannathan Sundararajan
2f989d273d
8246113: re-visit javax/script test that still requires jdk.scripting.nashorn module
...
Reviewed-by: jlaskey
2020-07-15 21:52:56 +05:30
Mikael Vidstedt
1982432db4
Merge
2020-07-14 23:29:45 -07:00
Leonid Mesnik
590de670a9
8242891: vmTestbase/nsk/jvmti/ test should be fixed to fail early if JVMTI function return error
...
Reviewed-by: sspitsyn, cjplummer
2020-07-14 14:31:14 -07:00
Henry Jen
d7c1bb1fb7
Merge
2020-07-14 19:11:16 +00:00
Igor Ignatyev
6d201dbba6
8249036: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_stress tests
...
Reviewed-by: kvn
2020-07-14 11:24:39 -07:00
Igor Ignatyev
919eb12b14
8249032: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_sysdict tests
...
Reviewed-by: dholmes
2020-07-14 11:16:00 -07:00
Igor Ignatyev
6c95a87157
8249035: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdwp tests
...
Reviewed-by: dholmes
2020-07-14 11:10:40 -07:00
Igor Ignatyev
ba1db57dde
8249028: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_monitoring tests
...
Reviewed-by: dholmes
2020-07-14 11:09:34 -07:00
Igor Ignatyev
765abcb329
8249033: clean up FileInstaller $test.src $cwd in vmTestbase_vm_metaspace tests
...
Reviewed-by: dholmes
2020-07-14 11:09:06 -07:00
Igor Ignatyev
606aad5dc8
8249029: clean up FileInstaller $test.src $cwd in vmTestbase_vm_defmeth tests
...
Reviewed-by: dholmes
2020-07-14 11:08:21 -07:00
Henry Jen
52977fd914
Merge
2020-07-14 17:25:17 +00:00
Ekaterina Pavlova
265b36ff28
8236809: [Graal] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java timeouts
...
Reviewed-by: kvn
2020-07-14 10:07:32 -07:00
Naoto Sato
f8f35d30af
8248695: HostLocaleProviderAdapterImpl provides invalid date-only
...
Reviewed-by: joehw
2020-07-14 09:30:08 -07:00
Alexander Matveev
be04c8c724
8249256: [macos] Add EmptyFolderPackageTest test to problem list
...
Reviewed-by: herrick
2020-07-13 18:08:26 -07:00
Henry Jen
92be493f0b
Merge
2020-07-13 20:46:15 +00:00
Hannes Wallnöfer
77c83d9ee6
8236935: Improve UX of the search control
...
Reviewed-by: jjg, prappo
2020-07-13 11:33:50 +02:00
Igor Ignatyev
04280a0d05
8249000: vm.gc.X should take selected JIT into account
...
Reviewed-by: kvn
2020-07-10 11:52:35 -07:00
Igor Ignatyev
c5ad1daa96
8249019: clean up FileInstaller $test.src $cwd in vmTestbase_vm_compiler tests
...
Reviewed-by: kvn, epavlova
2020-07-10 11:49:58 -07:00
Igor Ignatyev
9bbec0433c
8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests
...
Reviewed-by: kbarrett
2020-07-10 11:49:02 -07:00
Thomas Schatzl
83fff05498
8248306: gc/stress/gclocker/TestExcessGCLockerCollections.java does not compile
...
Update the test to use the method suggested in JDK-8244010.
Reviewed-by: kbarrett
2020-07-03 16:32:33 +02:00
Prasanta Sadhukhan
20147c36fe
Merge
2020-07-03 18:58:03 +05:30
Rahul Yadav
e2072bba70
8245302: Upgrade LogRecord to support long thread ids and remove its usage of ThreadLocal
...
Java.util.logging.LogRecord has been updated to use long thread ids instead of int thread id
Reviewed-by: alanb, dfuchs
2020-07-03 10:19:54 +01:00
Prasanta Sadhukhan
396146854b
Merge
2020-07-03 09:26:16 +05:30
Joe Wang
e0c26b37fd
8248348: Regression caused by the update to BCEL 6.0
...
Reviewed-by: smarks, plevart
2020-07-03 00:09:45 +00:00
Jesper Wilhelmsson
6b8bf62a75
Merge
2020-07-03 00:14:21 +02:00
Jonathan Gibbons
579ed70629
8248417: some jdk/javadoc/doclet tests fail (JDK 16)
...
Reviewed-by: prappo
2020-07-02 11:06:16 -07:00
Magnus Ihse Bursie
1356a0f1ac
8248667: Need support for building native libraries located in the test/lib directory
...
Reviewed-by: erikj
2020-07-02 17:35:03 +02:00
Igor Ignatyev
72ae322022
8208207: Test nsk/stress/jni/gclocker/gcl001 fails after co-location
...
Reviewed-by: tschatzl
2020-07-02 08:05:00 -07:00
Sean Coffey
3d9bad16d1
8218021: Have jarsigner preserve posix permission attributes
...
Reviewed-by: weijun, lancea, alanb
2020-07-02 08:17:31 +00:00
Prasanta Sadhukhan
c3ec97d41a
8248187: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails with String is not properly drawn
...
Reviewed-by: serb, pbansal
2020-07-02 09:27:58 +05:30
Roland Westrelin
b67814941f
8229495: SIGILL in C2 generated OSR compilation
...
Reviewed-by: kvn, chagedorn
2020-07-01 17:28:49 +02:00
Pankaj Bansal
5699024184
8197560: test javax/swing/JTree/8003400/Test8003400.java fails
...
Reviewed-by: serb, psadhukhan
2020-07-01 09:14:59 +05:30
Calvin Cheung
dc74336a65
8243586: Optimize calls to SystemDictionaryShared::define_shared_package for classpath
...
Define_shared_package only needs to be called once for each package in a jar specified in the shared class path.
Reviewed-by: iklam, dholmes, minqi
2020-07-01 21:05:14 +00:00
Jesper Wilhelmsson
292a3d5722
Merge
2020-07-01 21:14:55 +02:00
Alexander Matveev
55e7003fd5
8248059: [macos] EmptyFolderPackageTest.java failed "hdiutil: create failed - No child processes"
...
Reviewed-by: herrick, asemenyuk
2020-07-01 14:52:09 -04:00
Harold Seigel
eb78035d05
8247741: Test test/hotspot/jtreg/runtime/7162488/TestUnrecognizedVmOption.java fails when -XX:+IgnoreUnrecognizedVMOptions is set
...
Use createJavaProcessBuilder() to prevent JTreg flags from being passed to the new process created by the test
Reviewed-by: lfoltan, dholmes
2020-07-01 18:42:13 +00:00
Christian Hagedorn
83a8c4acc7
8244724: CTW: C2 compilation fails with "Live Node limit exceeded limit"
...
Fix live limit assert in node construction to be ignored during code generation in Compile::Code_Gen().
Reviewed-by: kvn, neliasso
2020-07-01 09:18:28 +02:00
Christian Hagedorn
13b7c2e131
8244724: CTW: C2 compilation fails with "Live Node limit exceeded limit"
...
Fix live limit assert in node construction to be ignored during code generation in Compile::Code_Gen().
Reviewed-by: kvn, neliasso
2020-07-01 09:18:28 +02:00
Jesper Wilhelmsson
545d56dd42
Merge
2020-06-30 20:59:15 +02:00
Daniel D. Daugherty
7d54e71d38
8246493: JDI stress/serial/mixed002 needs to use WhiteBox.deflateIdleMonitors support
...
Reviewed-by: cjplummer, sspitsyn
2020-06-30 15:24:01 -04:00
Jonathan Gibbons
46ff8fdce9
8248409: some jdk/javadoc/doclet tests fail (JDK 15)
...
Reviewed-by: prappo
2020-06-30 11:36:02 -07:00
Jesper Wilhelmsson
7c3d72fd3a
Merge
2020-06-30 20:09:03 +02:00
Daniel Fuchs
0f43de9f02
8246114: java/net/MulticastSocket/Promiscuous.java fails after 8241072 (multi-homed systems)
...
Fixed the test - an IPv4 group cannot be joined from an interface that has no IPv4 address configured
Reviewed-by: alanb, amlu
2020-06-30 18:52:59 +01:00
Vicente Romero
37880ba60d
8242529: javac defines type annotations incorrectly for record members (constructor and property accessor)
...
Reviewed-by: psandoz, jlahoda
2020-07-09 17:37:53 -04:00
Igor Ignatyev
183dadbef2
8249037: clean up FileInstaller $test.src $cwd in vmTestbase_vm_g1classunloading tests
...
Reviewed-by: kbarrett
2020-07-09 09:05:58 -07:00
Daniel D. Daugherty
9f0bafe6ad
8249097: test/lib/jdk/test/lib/util/JarBuilder.java has a bad copyright
...
Reviewed-by: iignatyev
2020-07-08 17:19:57 -04:00
Ivan Sipka
dda0c6cecd
8211974: move test/jdk/lib/testlibrary/java/util/jar/*.java to top-level library or a local library
...
Reviewed-by: rriggs, bchristi, lancea, iignatyev
2020-07-08 20:35:36 +01:00
Igor Ignatyev
e5c43ab86e
8249018: clean up FileInstaller $test.src $cwd in vmTestbase_vm_mlvm tests
...
Reviewed-by: kvn
2020-07-08 11:28:06 -07:00
Anthony Scarpino
a0e5043781
8246806: Incorrect copyright header in KeyAgreementTest.java, GroupName.java
...
Reviewed-by: weijun
2020-07-08 08:58:05 -07:00
Calvin Cheung
ddcb17e1e0
8248112: array index out of bound in FileMapInfo::check_paths
...
Check runtime classpath lengths after calling create_path_array().
Reviewed-by: iklam, minqi
2020-07-07 22:47:59 +00:00
Zhuo Wang
e87c864847
8248570: Incorrect copyright header in TestUnsafeUnalignedSwap.java
...
Reviewed-by: kvn
2020-07-07 11:38:05 -07:00
Igor Ignatyev
5899ef11fb
8208243: vmTestbase/gc/lock/jni/jnilock002/TestDescription.java fails in jdk/hs nightly
...
Reviewed-by: tschatzl
2020-07-02 11:38:00 -07:00
Valerie Peng
f4756fdf48
8248505: Unexpected NoSuchAlgorithmException when using secure random impl from BCFIPS provider
...
Use getService(...) call for Provider.getDefaultSecureRandomService()
Reviewed-by: weijun, coffeys, mullan
2020-07-07 16:55:29 +00:00
Markus Grönlund
1b3a127d06
8241803: JFR TestThreadStartEndEvents.java failed due to "RuntimeException: Wrong thread id"
...
Reviewed-by: egahlin
2020-07-07 16:20:30 +02:00
Joe Wang
653af300cc
8248348: Regression caused by the update to BCEL 6.0
...
Reviewed-by: smarks, plevart
2020-07-07 00:09:29 +00:00
John Jiang
45fce6baf9
8242538: java/security/SecureRandom/ThreadSafe.java failed on windows
...
Reviewed-by: mullan
2020-07-07 06:06:18 +08:00
Vladimir Kozlov
a8d20c9254
8247527: serviceability/dcmd/gc/HeapDumpCompressedTest.java fails with Graal + ZGC
...
Excludes running Graal with GC which it does not support
Reviewed-by: dholmes, iignatyev
2020-07-04 01:06:07 -07:00
Yong Zhou
79ad5512cf
8243670: Unexpected test result caused by C2 MergeMemNode::Ideal
...
Reviewed-by: thartmann, roland
2020-07-04 08:18:17 +08:00
Chris Plummer
63a6adf2b5
8248746: Undo jhsdb related exclusiveAccess.dirs changes that were done for JDK-8220295
...
Reviewed-by: iignatyev
2020-07-03 10:02:37 -07:00
Thomas Schatzl
6c89a9653e
8248306: gc/stress/gclocker/TestExcessGCLockerCollections.java does not compile
...
Update the test to use the method suggested in JDK-8244010.
Reviewed-by: kbarrett
2020-07-03 16:32:33 +02:00
Jonathan Gibbons
20a1e352c0
8248492: ProblemList open/test/langtools//jdk/javadoc/doclet/testHeadTag/TestHeadTag.java
...
Reviewed-by: prappo
2020-06-29 15:03:36 -07:00
Stefan Karlsson
46f86477ad
8248346: Move OopStorage mutex setup out from OopStorageSet
...
Reviewed-by: kbarrett, eosterlund
2020-06-29 23:17:50 +02:00
Paul Hohensee
51b7c76a95
8245129: Enhance jstat gc option output and tests
...
Widen and right-justify size fields assuming 2tb heap
Reviewed-by: simonis, dtitov
2020-06-29 13:39:35 -07:00
Zhuo Wang
5a6954abba
8246051: SIGBUS by unaligned Unsafe compare_and_swap
...
Reviewed-by: aph
2020-06-29 10:15:45 -04:00
Rahul Yadav
c07ce7eec7
8245245: Websocket can lose the URL encoding of URI query parameters
...
The fix updates jdk.internal.net.http.websocket.OpeningHandshake to avoid double encoding and decoding of URL
Reviewed-by: dfuchs, chegar, prappo
2020-06-29 14:49:03 +01:00
Boris Ulasevich
48c0ce3b4b
8247408: IdealGraph bit check expression canonicalization
...
Reviewed-by: aph, kvn, adinn
2020-06-29 07:26:10 -04:00
Jesper Wilhelmsson
9d6797019b
Merge
2020-06-29 04:38:30 +02:00
Pengfei Li
ac4f14c386
8247307: C2: Loop array fill stub routines are not called
...
Ignore safepoint polling use of CountedLoopNode when matching loop array fill pattern.
Reviewed-by: kvn, thartmann
2020-06-28 06:15:31 +00:00
Mikael Vidstedt
f44f885f27
8248044: Backout ProblemList-ed tests introduced by JDK-8247876
...
Reviewed-by: dcubed
2020-06-26 20:07:49 -07:00
Robert Field
a2db08ae98
8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown
...
8237743: test/langtools/jdk/jshell/FailOverExecutionControlTest.java fails No ExecutionControlProvider with name 'nonExistent' and parameter keys: []
8199646: JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
Reviewed-by: jlahoda
2020-06-26 18:20:22 -07:00
Calvin Cheung
a0a0539b0d
8248112: array index out of bound in FileMapInfo::check_paths
...
Check runtime classpath lengths after calling create_path_array().
Reviewed-by: iklam, minqi
2020-06-26 19:26:30 +00:00
Robert Field
f6c537f8bc
8247438: JShell: When FailOverExecutionControlProvider fails the proximal cause is not shown
...
8237743: test/langtools/jdk/jshell/FailOverExecutionControlTest.java fails No ExecutionControlProvider with name 'nonExistent' and parameter keys: []
8199646: JShell tests: jdk/jshell/FailOverDirectExecutionControlTest.java failed with java.lang.UnsupportedOperationException
Reviewed-by: jlahoda
2020-06-26 11:56:21 -07:00
Lance Andersen
fc82a465d3
8248412: test/jdk/java/sql/testng/test/sql/DriverManagerPermissionsTests.java can fail
...
Reviewed-by: naoto, dfuchs
2020-06-26 13:37:43 -04:00
Chris Hegarty
c0c4a8d738
8248326: Add a minimal serialization test for local records
...
Reviewed-by: dfuchs
2020-06-26 14:55:09 +01:00
Thomas Schatzl
18cddad5a2
8247819: G1: Process strong OopStorage entries in parallel
...
Implement parallel processing of strong OopStorage entries for G1.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Reviewed-by: kbarrett, stefank
2020-06-26 14:43:09 +02:00
Harold Seigel
51ddc2adbf
8246337: Add more JVM tests for sealed classes
...
Add missing test cases for sealed interfaces and sealed classes.
Reviewed-by: dholmes, lfoltan
2020-06-26 12:38:00 +00:00
Jesper Wilhelmsson
55b472251e
Merge
2020-06-26 04:15:33 +02:00
Daniel D. Daugherty
2534e72618
8248358: ProblemList sun/nio/ch/TestMaxCachedBufferSize.java on macOSX
...
Reviewed-by: iignatyev
2020-06-25 18:47:26 -04:00
Daniel D. Daugherty
e098a31307
8248351: ProblemList serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java on Windows
...
Reviewed-by: iignatyev
2020-06-25 18:29:53 -04:00
Daniel D. Daugherty
708b60e8c6
8248354: ProblemList vmTestbase/nsk/jdi/stress/serial/mixed002/TestDescription.java
...
Reviewed-by: cjplummer
2020-06-25 17:54:18 -04:00
Vicente Romero
fc82768478
8247849: permits clause of sealed interfaces should not allow parameterized types
...
Reviewed-by: jlahoda
2020-06-25 17:48:53 -04:00
Erik Gahlin
23bbc981a6
8248302: JFR: Add test for OldObjectSample event when using ZGC
...
Reviewed-by: mgronlun
2020-06-25 21:46:12 +02:00
Daniel D. Daugherty
8a424425e1
8248341: ProblemList java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java
...
Reviewed-by: iignatyev
2020-06-25 15:00:59 -04:00
Daniel D. Daugherty
5724c0d321
8248339: ProblemList jdk/jfr/event/os/TestThreadContextSwitches.java
...
Reviewed-by: iignatyev
2020-06-25 13:10:47 -04:00
Daniel D. Daugherty
b4ea9cf23e
8248335: ProblemList compiler/ciReplay/TestServerVM.java and TestVMNoCompLevel.java with AOT
...
Reviewed-by: kvn
2020-06-25 13:08:50 -04:00
Sibabrata Sahoo
a953a0f4ab
8247968: test/jdk/javax/crypto/SecretKeyFactory/security.properties has wrong header
...
Wrong copyright header removed
Reviewed-by: weijun
2020-06-25 06:12:29 -07:00
Jan Lahoda
31c511e6a5
8246704: --release => \"unknown enum constant PreviewFeature$Feature.TEXT_BLOCKS\"
...
Use a synthetic annotation instead of inaccessible jdk.internal.PreviewFeature in ct.sym, and avoid resolving that annotation, to prevent errors being printed for the inaccessible types.
Reviewed-by: jlaskey
2020-06-25 11:06:46 +02:00
Jesper Wilhelmsson
233cac3232
Merge
2020-06-25 03:11:32 +02:00
Sergey Bylokhov
a1b5e01003
8213535: Windows HiDPI html lightweight tooltips are truncated
...
Reviewed-by: kizune
2020-06-24 15:35:43 -07:00
Alexander Matveev
f45d121128
8248255: [macos] Add failing DMG tests to problem list
...
Reviewed-by: herrick, asemenyuk
2020-06-24 17:53:16 -04:00
Daniel D. Daugherty
ac37a29914
8248049: minor cleanups in gc/whitebox/TestWBGC.java
...
Reviewed-by: hseigel
2020-06-24 17:49:10 -04:00
Daniel D. Daugherty
3e4ad5d8d1
8246477: add whitebox support for deflating idle monitors
...
Reviewed-by: dholmes, eosterlund
2020-06-24 17:48:53 -04:00
Erik Gahlin
362f168d23
8242501: JFR: oldobject/TestG1.java can't find leaking object
...
Reviewed-by: mgronlun
2020-06-24 23:47:16 +02:00
Magnus Ihse Bursie
2ad638621c
8247573: gtest/GTestWrapper.java is not helpful if gtest framework is missing
...
Reviewed-by: erikj, iignatyev
2020-06-24 23:45:01 +02:00
Ioi Lam
1e45eb3b13
8248235: appcds/jigsaw/PatchModule/Simple.java failed when running in dynamic CDS mode
...
Reviewed-by: minqi
2020-06-24 13:52:01 -07:00
Jonathan Gibbons
95b9024ab2
8164597: TestIOException.java fails after push for JDK-8164130
...
Reviewed-by: prappo
2020-06-24 12:41:50 -07:00
Harold Seigel
112a4bd8bc
8247966: runtime/logging/loadLibraryTest/LoadLibraryTest.java failed "RuntimeException: 'Unloaded library with handle' missing from stdout/stderr"
...
Make sure the native library is unloaded before exiting the main thread.
Reviewed-by: dcubed, dholmes
2020-06-24 12:34:14 +00:00
Alexander Matveev
9584e01d24
8225251: Minimise import statements in jpackage sources
...
Reviewed-by: herrick, asemenyuk
2020-06-23 20:31:38 -04:00
Stefan Karlsson
ef3b0ec567
8247755: Leaner and more versatile GrowableArray classes
...
Reviewed-by: kbarrett, coleenp
2020-06-24 13:16:52 +02:00
Stefan Karlsson
156f6174ed
8248132: ZGC: Unify handling of all OopStorage instances in root processing
...
Reviewed-by: pliden, kbarrett, tschatzl
2020-06-24 13:15:00 +02:00
Ioi Lam
27fc8b6787
8246546: Simplify SystemDictionary::is_shared_class_visible
...
Reviewed-by: minqi, ccheung
2020-06-23 21:23:00 -07:00
Tom Rodriguez
29936542ad
8247246: Add explicit ResolvedJavaType.link and expose presence of default methods
...
Reviewed-by: kvn
2020-06-24 10:42:26 -07:00
Peter Levart
2f09989ec0
8247532: Records deserialization is slow
...
8248135: Build microbenchmarks with --enable-preview
Test contributed by Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: chegar, psandoz, redestad, ihse
2020-06-24 11:05:09 +02:00
Jonathan Gibbons
e66a2a3384
8247955: doclint: don't complain about summary/caption when role=presentation
...
Reviewed-by: prappo
2020-06-23 12:27:31 -07:00
Xin Liu
4076ca82d2
8151779: Some intrinsic flags could be replaced with one general flag
...
Add ControlIntrinsic switch
Reviewed-by: neliasso, phh
2020-06-23 10:40:26 -07:00
Chris Hegarty
7f69acc778
8247696: Incorrect tail computation for large segments in AbstractMemorySegmentImpl::mismatch
...
Reviewed-by: psandoz, mcimadamore
2020-06-23 10:09:26 +01:00
Phil Race
2c868d6101
Merge
2020-06-22 15:55:57 -07:00
Jesper Wilhelmsson
4862d0d542
Merge
2020-06-22 18:23:49 +02:00
Jamil Nimeh
c0b348f3ef
8239950: Update PKCS9 Attributes to PKCS#9 v2.0 Encodings
...
Reviewed-by: weijun
2020-06-23 07:48:39 -07:00
Erik Joelsson
d8219d0a78
8213214: Set -Djava.io.tmpdir= when running tests
...
Reviewed-by: alanb, mikael
2020-06-23 06:51:35 -07:00
Hai-May Chao
e3eb38f4d2
8244148: keytool -printcert and -printcrl should support the -trustcacerts and -keystore options
...
Reviewed-by: weijun, jjiang
2020-06-23 16:30:38 +08:00
Claes Redestad
8d9826e4d1
8247995: Avoid use of a mapping function in Permissions.getPermissionCollection
...
Reviewed-by: rriggs
2020-06-23 10:07:10 +02:00
Jan Lahoda
61e44cdb6a
8247932: JShell crashes when typing text block
...
Setting up Log before running javac's scanner, so that errors reported from the scanner are properly ignored.
Reviewed-by: rfield
2020-06-22 12:03:11 +02:00
Pankaj Bansal
3c472b6700
8198623: java/awt/KeyboardFocusmanager/TypeAhead/EnqueueWithDialogButtonTest/EnqueueWithDialogButtonTest.java fails on mac
...
Reviewed-by: jdv
2020-06-22 12:39:59 +05:30
Sergey Bylokhov
02201d19c6
7131400: [macosx] Desktop.edit(a directory) should throw IOException
...
Reviewed-by: pbansal, aivanov
2020-06-22 06:48:26 +01:00
Naoto Sato
4946a162aa
8247546: Pattern matching does not skip correctly over supplementary characters
...
Reviewed-by: joehw
2020-07-29 09:49:43 -07:00
Rajan Halade
6e32338330
8243321: Add Entrust root CA - G4 to Oracle Root CA program
...
Reviewed-by: mullan
2020-07-29 09:31:38 -07:00
Huang Wang
eef2e1e3fc
8250609: C2 crash in IfNode::fold_compares
...
Reviewed-by: kvn, chagedorn
2020-07-28 10:38:04 +08:00
Severin Gehwolf
e6517d1ae2
8250627: Use -XX:+/-UseContainerSupport for enabling/disabling Java container metrics
...
Reviewed-by: aph, dholmes, bobv
2020-07-24 19:57:06 +02:00
Jan Lahoda
27a9a2f64a
8249261: AssertionError in StructuralStuckChecker
...
Reviewed-by: mcimadamore
2020-07-29 11:34:25 +02:00
Jan Lahoda
b37228e11f
8248641: Trees.getScope returns incorrect results for code inside a rule case
...
Ensuring rule cases are copied correctly by TreeCopier.
Reviewed-by: vromero
2020-07-29 11:34:24 +02:00
Rahul Yadav
17035efe87
8250602: Update sun/security/ssl/SSLLogger/LoggerDateFormatterTest.java to handle TimeZones
...
This fix updates the test LoggerDateFormatterTest.java to be able to handle different TimeZones
Reviewed-by: alanb, dfuchs, xuelei
2020-07-29 10:26:39 +01:00
Andrei Pangin
a72a8984a9
8249719: MethodHandle performance suffers from bad ResolvedMethodTable hash function
...
Reviewed-by: simonis, stuefe, coleenp
2020-07-24 15:33:38 +03:00
Chris Plummer
76baa501fa
8250742: ProblemList serviceability/sa/ClhsdbPstack.java #id0 and #id1 for ZGC
...
Reviewed-by: sspitsyn
2020-07-28 16:41:07 -07:00
Harold Seigel
99ae9558fe
8250562: Clean up weird comment in vmTestbase class Terminator.java
...
Delete the weird comment.
Reviewed-by: lfoltan
2020-07-28 20:14:01 +00:00
Chris Plummer
816a7060ba
8248882: SA PMap and PStack support on OSX works with core files. Enable them
...
Reviewed-by: sspitsyn, amenkov
2020-07-28 12:04:58 -07:00
Christian Hagedorn
31368cd1f0
8249602: C2: assert(cnt == _outcnt) failed: no insertions allowed
...
Use DUIterator instead of DUIterator_Fast due to legit insertions.
Reviewed-by: kvn, thartmann
2020-07-28 16:05:30 +02:00
Mikael Vidstedt
e7289aa4d4
Merge
2020-07-27 22:26:00 -07:00
Jamil Nimeh
2aa291ad2c
8247630: Use two key share entries
...
Reviewed-by: xuelei
2020-07-27 18:20:57 -07:00
Daniil Titov
277ec3d260
8216324: GetClassMethods is confused by the presence of default methods in super interfaces
...
Reviewed-by: sspitsyn, amenkov
2020-07-27 11:34:19 -07:00
Vicente Romero
6c2ff1781b
8249829: javac is issuing an incorrect static access error
...
Reviewed-by: jlahoda
2020-07-27 10:12:30 -04:00
Christian Hagedorn
417e8e449d
8248552: C2 crashes with SIGFPE due to division by zero
...
Bail out in PhaseIdealLoop:split_thru_phi when trying to split a Div or ModNode iv phi whose zero check was removed but could potentially still be zero based on type information.
Reviewed-by: kvn, thartmann
2020-07-27 11:03:17 +02:00
Roman Kennke
a28f4100ce
8249787: Make TestGCLocker more resilient with concurrent GCs
...
Reviewed-by: eosterlund, tschatzl
2020-07-23 14:44:13 +02:00
Roland Westrelin
eb758d53f1
8247763: assert(outer->outcnt() == 2) failed: 'only phis' failure in LoopNode::verify_strip_mined()
...
Reviewed-by: kvn, thartmann
2020-06-18 15:44:55 +02:00
Weijun Wang
c4df79117d
8247907: XMLDsig logging does not work
...
Reviewed-by: mullan
2020-06-20 15:11:19 +08:00
Daniel D. Daugherty
25b1e5a7bd
8247876: ProblemList various crypto tests on aarch64
...
Reviewed-by: wetmore
2020-06-19 15:22:19 -04:00
Jonathan Gibbons
8b6d3147fb
8247815: doclint: recategorize "no description for ..." as MISSING, not SYNTAX
...
Reviewed-by: prappo
2020-06-19 11:04:52 -07:00
Hannes Wallnöfer
2e6923ffd6
8243533: Only one of several deprecated overloaded methods listed in the Deprecated list
...
Reviewed-by: jjg
2020-06-19 18:21:08 +02:00
Mandy Chung
f2b191a6e9
8247444: Trust final fields in records
...
Co-authored-by: Christoph Dreis <christoph.dreis@freenet.de>
Reviewed-by: jrose, dholmes, forax, coleenp, vlivanov
2020-06-19 08:27:59 -07:00
Hannes Wallnöfer
983e012c9f
8241969: Type annotation is not shown for wildcard type in Javadoc
...
Reviewed-by: jjg
2020-06-19 17:24:46 +02:00
Hannes Wallnöfer
ffbee17d8a
8198705: Javadoc search needs a fix to handle duplicate package names in different modules
...
Reviewed-by: jjg
2020-06-19 17:17:40 +02:00
Jan Lahoda
226e852831
8242214: NullPointerException in JDK 14 javac compiling a method reference
...
Ensuring a proper receiver is used to invoke protected method when method reference is unrolled into a lambda.
Reviewed-by: vromero
2020-06-19 14:26:09 +02:00
Pavel Rappo
5d1255bf52
8246078: Javadoc Search specification link from Javadoc Help page points to JDK 13 spec
...
Reviewed-by: jjg
2020-06-19 11:52:01 +01:00
Tobias Hartmann
326ba31787
8237950: C2 compilation fails with "Live Node limit exceeded limit" during ConvI2L::Ideal optimization
...
Postpone ConvI2L::Ideal optimization to IGVN.
Reviewed-by: kvn, neliasso
2020-06-19 11:32:51 +02:00
Goetz Lindenmaier
bf1e6903a2
8233014: Enable ShowCodeDetailsInExceptionMessages by default
...
Reviewed-by: coleenp, stuefe, dholmes
2020-06-18 22:03:18 +02:00
Jonathan Gibbons
de3923edf9
8247788: DocCommentParser should not reject standalone '>'
...
Reviewed-by: prappo
2020-06-18 14:07:49 -07:00
Roland Westrelin
05dc2af21f
8247824: CTW: C2 (Shenandoah) compilation fails with SEGV in SBC2Support::pin_and_expand
...
Reviewed-by: rkennke, thartmann
2020-06-18 13:51:40 +02:00
Tobias Hartmann
d5ae932b3f
8248265: compiler/ciReplay tests fail with AOT compiled java.base
...
The test should use a non-empty method to trigger compilation.
Reviewed-by: kvn, neliasso, iignatyev
2020-06-30 15:08:40 +02:00
Zhuo Wang
a7e352b554
8246051: SIGBUS by unaligned Unsafe compare_and_swap
...
Reviewed-by: aph
2020-06-29 10:15:45 -04:00
Alexey Semenyuk
d180fb3044
8248254: jpackage fails if app module is in external runtime
...
Reviewed-by: herrick, almatvee
2020-06-29 10:52:24 -04:00
Chris Hegarty
56048d0480
8247789: Remove use of reflection from test/jdk/java/io/Serializable/records/StreamRefTest.java
...
Reviewed-by: rriggs, mchung
2020-06-18 17:46:15 +01:00
Alexey Semenyuk
11ac92c8fb
8246244: BasicShortcutHintTest shortcut can not be found
...
Reviewed-by: herrick, almatvee
2020-06-16 16:23:32 -04:00
Aleksey Shipilev
cfab7f4c68
8247778: ZGC: More parallel gc/z/TestUncommit.java test configuration
...
Reviewed-by: iignatyev, stefank
2020-06-18 11:23:19 +02:00
Vicente Romero
ecb4cbfd4a
8245842: provide tests for binary compatibility assertions for sealed classes
...
Reviewed-by: jjg
2020-06-17 14:39:44 -04:00
Vicente Romero
ce4978ffe6
8246257: Annotated record's vararg type component started to be uncompilable with JDK15b24
...
Reviewed-by: jjg, jlaskey
2020-06-17 13:19:51 -04:00
Jonathan Gibbons
2a794b696c
8245696: javadoc crashes when a doc-files directory contains a '#' file
...
Reviewed-by: hannesw
2020-06-17 09:20:24 -07:00
Adam Sotona
ed4b801771
8238735: NPE compiling lambda expression within conditional expression
...
The fix saves result type from the first pass through the Attr.visitLambda and returns it after recovery pass to avoid NPE caused by exposure of Type.recoveryType
Reviewed-by: mcimadamore
2020-06-17 13:18:19 +02:00
Igor Ignatyev
338dd21cfe
8247725: move two tests for whitebox from test/hotspot/jtreg/sanity to test/lib-test
...
Reviewed-by: dcubed
2020-06-17 07:40:11 -07:00
Calvin Cheung
3237e82b4b
8247526: [TESTBUG] runtime/cds/appcds/dynamicArchive tests failing with Graal
...
Adjusted the "shouldMatch" statement and increased the timeout of some tests.
Reviewed-by: iklam
2020-06-16 22:05:09 +00:00
Jonathan Gibbons
a27ee6b284
8236539: Relative link tags in record javadoc don't resolve
...
Reviewed-by: hannesw
2020-06-16 14:42:06 -07:00
Igor Ignatyev
e7f8e1fdb5
8211977: move testlibrary tests into one place
...
Reviewed-by: erikj, dholmes, ihse
2020-06-16 09:50:45 -07:00
Yumin Qi
5073b8c163
8247528: runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java failing with Graal
...
OptimizeModuleHandlingTest.java should be disabled for jvmci since jvmci will set jdk.module.addmods.0=jdk.internal.vm.ci which lead to optimization disabled.
Reviewed-by: dcubed
2020-06-16 08:03:40 -07:00
Nils Eliasson
bf300e8d8c
8247421: ReturnBlobToWrongHeapTest.java failed allocating blob
...
Reviewed-by: kvn
2020-06-16 11:15:43 +02:00
Valerie Peng
f968f32789
8246077: Cloneable test in HmacCore seems questionable
...
Updated java.security.MessageDigest and Signature classes to return Cloneable obj for Cloneable spi obj
Reviewed-by: weijun, xuelei, coffeys
2020-06-15 23:30:49 +00:00
Daniil Titov
6cdf06f02b
8246196: javax/management/MBeanServer/OldMBeanServerTest fails with AssertionError
...
Reviewed-by: amenkov, dholmes, sspitsyn
2020-06-15 09:03:45 -07:00
Roger Riggs
6c3c3dad97
8247521: (test) jdk/test/lib/hexdump/HexPrinterTest.java fails on windows
...
Reviewed-by: iignatyev, joehw
2020-06-15 11:57:33 -04:00
Aleksey Shipilev
b71dac2502
8247575: serviceability/dcmd/gc/HeapDumpCompressedTest unlocks experimental options for Shenandoah and Z
...
Reviewed-by: tschatzl, stefank
2020-06-15 16:16:48 +02:00
Jie Fu
fd7123b268
8247463: java/nio/channels/etc/OpenAndConnect.java fails due to IPv6 not available
...
Reviewed-by: dfuchs, alanb
2020-06-13 14:29:08 +08:00
Jie Fu
ca85c5ab15
8247522: assert(is_aligned(class_space_rs.base(), class_space_alignment)) failed: Sanity
...
Co-authored-by: Thomas Stuefe <thomas.stuefe@gmail.com>
Reviewed-by: stuefe, iklam
2020-06-13 23:10:26 +08:00
Weijun Wang
2536cbf2cf
8245679: KeyStore cannot probe PKCS12 keystore if BouncyCastle is the top security provider
...
Reviewed-by: mullan
2020-06-13 17:49:15 +08:00
Daniel D. Daugherty
e68f81ab4c
8247495: ProblemList vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java
...
Reviewed-by: cjplummer, minqi
2020-06-12 17:28:39 -04:00
Phil Race
7b988b31c6
8240654: ZGC can cause severe UI application repaint issues
...
Reviewed-by: serb, jdv, stefank, kcr
2020-06-12 09:31:08 -07:00
Daniel D. Daugherty
eeb3c5e9e3
8247492: ProblemList tools/jlink/plugins/CompressorPluginTest.java
...
Reviewed-by: jlaskey
2020-06-12 12:06:24 -04:00
Andy Herrick
4bc69f4255
8247418: Only validate the certificates trust if using the default key user name
...
Reviewed-by: asemenyuk, almatvee
2020-06-12 11:24:09 -04:00
Jan Lahoda
19c5bfe42f
8247334: Trees.getScope crashes for annotated local records
...
Reviewed-by: vromero
2020-06-12 13:38:06 +02:00
Valerie Peng
0b8f18beda
8246613: Choose the default SecureRandom algo based on registration ordering
...
Fixed java.security.Provider and SecureRandom to use the 1st registered SecureRandom service
Reviewed-by: weijun, mullan
2020-06-12 02:34:44 +00:00
Alexey Semenyuk
edefd3c198
8247422: --runtime-image on Mac should work for runtime root
...
8247424: jpackage BasicTest.java failed two sub-tests
Reviewed-by: herrick, almatvee
2020-06-11 19:46:39 -04:00
Calvin Cheung
30ff2ad58c
8246382: assert in MetaspaceShared::map_archives
...
Perform base archive header CRC check earlier.
Reviewed-by: iklam, coleenp
2020-06-11 15:47:36 +00:00