Jiangli Zhou
|
da4684e2e1
|
8209389: SIGSEGV in WalkOopAndArchiveClosure::do_oop_work
Check the MetaspaceShared::archive_heap_object return value and handle failure accordingly.
Reviewed-by: iklam, coleenp
|
2018-08-16 17:29:22 -04:00 |
|
Alex Menkov
|
d2a9e11aeb
|
8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout
Reviewed-by: dcubed, mikael
|
2018-08-16 10:20:00 -07:00 |
|
Jan Lahoda
|
19a7a3b69e
|
8208269: Javadoc does not support module-info in a multi-release jar
Ensuring correct version is set when reading multi-release jars.
Reviewed-by: jjg
|
2018-08-16 15:00:23 +02:00 |
|
Roger Riggs
|
63b1edb7b7
|
8208715: Conversion of milliseconds to nanoseconds in UNIXProcess contains bug
Reviewed-by: martin
|
2018-08-15 10:38:27 -04:00 |
|
Rachna Goel
|
8cf153fbd5
|
8209047: "Illegal pattern character 'B'" IllegalArgumentException with Burmese locales
Replaced time patterns for Burmese locale from CLDR 29's patterns.
Reviewed-by: naoto
|
2018-08-16 16:06:54 +05:30 |
|
Doug Simon
|
e39c7c3c93
|
8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
Reviewed-by: kvn, iveresov
|
2018-08-16 09:46:09 +02:00 |
|
Ioi Lam
|
bd57506f87
|
8207832: serviceability/sa/ClhsdbCDSCore.java failed with "Couldn't find core file location"
Handle %p in /proc/sys/kernel/core_pattern
Reviewed-by: dholmes, hseigel
|
2018-08-15 19:22:46 -07:00 |
|
Vicente Romero
|
efa05e1c62
|
8207320: Wrong type order for intersection lambdas with multiple abstract methods
Reviewed-by: mcimadamore
|
2018-08-15 13:39:32 -07:00 |
|
Mikhailo Seledtsov
|
b71faed5df
|
8209164: [TESTBUG] Apply jtreg skipped status to cds tests
Added the SkippedException where applicable
Reviewed-by: iklam, jiangli
|
2018-08-15 10:00:16 -07:00 |
|
Joshua Zhu
|
f87ec5faf7
|
8209459: TestSHA512MultiBlockIntrinsics failed on AArch64
Prevent classloading to avoid generation of SHA stubs.
Reviewed-by: kvn, thartmann
|
2018-08-15 14:35:33 +02:00 |
|
Xue-Lei Andrew Fan
|
611c53c860
|
8207009: TLS 1.3 half-close and synchronization issues
Reviewed-by: jnimeh, mullan, wetmore
|
2018-08-14 18:16:47 -07:00 |
|
Coleen Phillimore
|
d8ce7f36e2
|
8209518: symbol table gtest fails with semaphore error
Loop count was wrong.
Reviewed-by: mikael, kbarrett
|
2018-08-14 19:52:34 -04:00 |
|
Gerard Ziemski
|
b75805c1a5
|
8195100: Use a low latency hashtable for SymbolTable
Used concurrentHashTable, similar to stringTable
Reviewed-by: coleenp, kbarrett, iklam, pliden
|
2018-08-14 18:42:14 -05:00 |
|
Alex Menkov
|
5b6a90e007
|
8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
Reviewed-by: sspitsyn, jcbeyler
|
2018-08-14 11:56:32 -07:00 |
|
Rajan Halade
|
bfb0a2ea3f
|
8209452: VerifyCACerts.java failed with "At least one cacert test failed"
Allow test to pass even if cert in EXPIRY_EXC_ENTRIES expires
Reviewed-by: mullan
|
2018-08-14 10:08:21 -07:00 |
|
Abdul Kolarkunnu
|
c283eb190e
|
8209418: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Reviewed-by: serb
|
2018-08-13 21:57:17 -07:00 |
|
Jean Christophe Beyler
|
5fc4ca5c45
|
8061467: Add UseLargePages to TestNUMAPageSize
Add flag to test for all architectures to be tested
Reviewed-by: phh, pliden, tschatzl
|
2018-08-13 09:19:21 -07:00 |
|
Felix Yang
|
b5f939c5db
|
8194230: jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java fails with java.lang.NullPointerException
Reviewed-by: mchung
|
2018-08-14 10:42:00 +08:00 |
|
Vladimir Kozlov
|
4729c903c6
|
8207153: Some intrinsic tests take long time to run
Reviewed-by: thartmann, mikael
|
2018-08-13 13:24:55 -07:00 |
|
Claes Redestad
|
5c3008fbc4
|
8209120: Archive the Integer.IntegerCache
Reviewed-by: jiangli, alanb, plevart, iklam, mchung
|
2018-08-13 19:21:43 +02:00 |
|
Ekaterina Pavlova
|
582c0dafb8
|
8199486: [Graal] gc/g1/ihop/TestIHOPStatic.java fails by timeout with -Xcomp
Reviewed-by: kvn
|
2018-08-13 04:02:51 -07:00 |
|
Thomas Schatzl
|
044b502383
|
8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently
Exclude maximum range value from testing.
Reviewed-by: sangheki, kbarrett
|
2018-08-13 12:24:25 +02:00 |
|
Coleen Phillimore
|
5a80204c23
|
8209384: ProblemList stressHierarchy metaspace tests
These try to trigger GC by filling metaspace which seems to be not working.
Reviewed-by: jiangli
|
2018-08-10 22:38:18 -04:00 |
|
Brent Christian
|
51d0a9e122
|
8205399: Set node color on pinned HashMap.TreeNode deletion
Reviewed-by: martin
|
2018-08-10 12:05:53 -07:00 |
|
Chris Yin
|
4e2b462116
|
8208483: Add 5 JNDI tests to com/sun/jndi/dns/FactoryTests/
Reviewed-by: vtewari, rriggs
|
2018-08-10 13:07:21 +08:00 |
|
Jiangli Zhou
|
a5d14313f5
|
8207263: Store the Configuration for system modules into CDS archive
Archive boot layer Configuration.
Reviewed-by: redestad, iklam, ccheung
|
2018-08-10 00:35:57 -04:00 |
|
Calvin Cheung
|
5858a507f4
|
8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option is not always required for appcds tests
Only include the CDS logging option in the tests which require it
Reviewed-by: mseledtsov, jiangli, iklam
|
2018-08-09 15:52:23 -07:00 |
|
Ekaterina Pavlova
|
b037ff24a8
|
8205078: [Graal] org.graalvm.compiler.core.test.VerifyDebugUsageTest fails with "Expected exception: VerificationError"
Reviewed-by: kvn, dnsimon
|
2018-08-09 11:39:18 -07:00 |
|
Mikael Vidstedt
|
83a51d869e
|
Merge
|
2018-08-09 10:08:07 -07:00 |
|
Jean Christophe Beyler
|
dc45757347
|
8208242: Add @requires to vmTestbase/gc/g1 tests
Added classunloading must not be disabled and G1 is required to g1/unloading tests
Reviewed-by: kbarrett, tschatzl
|
2018-08-08 11:11:19 -07:00 |
|
Felix Yang
|
30fad2ce7d
|
8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK
Reviewed-by: naoto
|
2018-08-09 15:42:48 +08:00 |
|
Xin Liu
|
e5f3e1b60c
|
8207965: C2-only debug build fails
Reviewed-by: kvn, iignatyev
|
2018-08-08 18:38:34 -07:00 |
|
Jean Christophe Beyler
|
626a614146
|
8208303: Track JNI failures and fail tests
Fail in native code via FatalException to signal test failure
Reviewed-by: amenkov, sspitsyn
|
2018-08-08 15:34:32 -07:00 |
|
Coleen Phillimore
|
a7b66f6f5e
|
8208677: Move inner metaspace cleaning out of class unloading
Move to safepoint cleanup actions to do if needed.
Reviewed-by: eosterlund, hseigel
|
2018-08-08 15:24:21 -04:00 |
|
Daniel D. Daugherty
|
149026aa65
|
8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout
Reviewed-by: coleenp
|
2018-08-08 15:11:11 -04:00 |
|
Thomas Schatzl
|
9c0720b156
|
8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
Reviewed-by: dholmes, hseigel
|
2018-08-08 15:31:07 +02:00 |
|
Chris Yin
|
a00eff193f
|
8208279: Add 8 JNDI tests to com/sun/jndi/dns/EnvTests/
Reviewed-by: vtewari, rriggs
|
2018-08-08 10:21:23 +08:00 |
|
Nasser Ebrahim
|
01cc27f875
|
8208634: Add x-IBM-1129 charset
Reviewed-by: alanb, sherman
|
2018-08-07 16:07:47 -07:00 |
|
Claes Redestad
|
db4913ba5a
|
8209003: Consolidate use of empty collections in java.lang.module
Reviewed-by: alanb, mchung
|
2018-08-07 23:08:52 +02:00 |
|
Staffan Larsen
|
3be8d256e9
|
8031761: [TESTBUG] Add a regression test for JDK-8026328
Reviewed-by: kvn, iignatyev
|
2018-08-07 13:51:30 -07:00 |
|
Calvin Cheung
|
6f046a9f27
|
8208704: runtime/appcds/MultiReleaseJars.java timed out often in hs-tier7 testing
Increase timout to 2400 and reduce the amount of output
Reviewed-by: mseledtsov, jiangli
|
2018-08-07 09:44:39 -07:00 |
|
Vladimir Kozlov
|
77204ca163
|
8209023: fix 2 compiler tests to avoid JDK-8208690
Reviewed-by: dholmes, dcubed
|
2018-08-06 18:49:51 -07:00 |
|
Daniel D. Daugherty
|
a9fd33bf2f
|
8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing
Reviewed-by: dholmes, sspitsyn
|
2018-08-06 20:52:41 -04:00 |
|
Jean Christophe Beyler
|
b2042fe0ca
|
8079682: [mlvm] remove SAM code in MHTransformationGen
Remove SAM code from the test and remove related dead code
Reviewed-by: iignatyev
|
2018-08-06 14:23:02 -07:00 |
|
Alexandre Iline
|
013e6fd595
|
8208364: java/lang/reflect/callerCache/ReflectionCallerCacheTest.java missing module dependencies declaration
Reviewed-by: mchung
|
2018-08-06 15:35:44 -07:00 |
|
Paul Sandoz
|
70b706c224
|
8206955: MethodHandleProxies.asInterfaceInstance does not support default methods
Reviewed-by: mchung, plevart
|
2018-08-06 15:18:57 -07:00 |
|
Florian Weimer
|
cc248634a1
|
8208362: (bf) Long chains created by direct Buffer::slice
Reviewed-by: mr, psandoz, alanb
|
2018-08-06 14:55:04 -07:00 |
|
Ekaterina Pavlova
|
080d3bb21a
|
8194958: [Graal] disable compiler/c2/cr7200264 tests
Reviewed-by: kvn, tschatzl
|
2018-08-06 13:53:49 -07:00 |
|
Daniel D. Daugherty
|
963bb6c8be
|
8209020: ProblemList tests affected by JDK-8208778
Reviewed-by: hseigel
|
2018-08-06 16:15:09 -04:00 |
|
Daniel D. Daugherty
|
831fdfe311
|
8209018: ProblemList tests affected by JDK-8208690
Reviewed-by: kvn
|
2018-08-06 13:57:26 -04:00 |
|