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
Ekaterina Pavlova
265b36ff28
8236809: [Graal] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java timeouts
...
Reviewed-by: kvn
2020-07-14 10:07:32 -07:00
Alexander Matveev
be04c8c724
8249256: [macos] Add EmptyFolderPackageTest test to problem list
...
Reviewed-by: herrick
2020-07-13 18:08:26 -07: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
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
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
Jan Lahoda
a4b135316c
8244763: Update --release 8 symbol information after JSR 337 MR3
...
Reviewed-by: jjg, wetmore
2020-05-18 18:20:53 +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
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
Jonathan Gibbons
46ff8fdce9
8248409: some jdk/javadoc/doclet tests fail (JDK 15)
...
Reviewed-by: prappo
2020-06-30 11:36:02 -07: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
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
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
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
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
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
Alexander Matveev
f45d121128
8248255: [macos] Add failing DMG tests to problem list
...
Reviewed-by: herrick, asemenyuk
2020-06-24 17:53:16 -04: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