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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Pengfei Li
|
03d6ab3b09
|
8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system
Limit the maximal file name length to 242 for AUFS file system
Reviewed-by: dholmes, redestad
|
2018-08-06 04:31:50 -04:00 |
|
Phil Race
|
32ec91ca9b
|
Merge
|
2018-08-03 09:42:57 -07:00 |
|
Daniel D. Daugherty
|
2ce4abbcc8
|
8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
Reviewed-by: dholmes
|
2018-08-02 22:14:54 -04:00 |
|
Igor Ignatyev
|
b3e18b4a1b
|
8208701: Fix for JDK-8208655 causes test failures in CI tier1
Reviewed-by: dholmes, dcubed
|
2018-08-02 16:16:02 -07:00 |
|
Igor Ignatyev
|
940ac1cddc
|
8208699: remove unneeded imports from runtime tests
Reviewed-by: iklam
|
2018-08-02 16:15:48 -07:00 |
|
Igor Ignatyev
|
17891770c1
|
8208655: use JTreg skipped status in hotspot tests
Reviewed-by: kvn, hseigel, iklam
|
2018-08-02 14:40:55 -07:00 |
|
Jean Christophe Beyler
|
3d94ce71b5
|
8208249: TriggerUnloadingByFillingMetaspace generates garbage class names
Put a ThreadLocal around the object to be thread safe
Reviewed-by: tschatzl, iignatyev
|
2018-07-31 10:16:56 -07:00 |
|
Jean Christophe Beyler
|
fc9941ae72
|
8169004: Fix redundant @requires tags in tests
Reviewed-by: tschatzl, iignatyev
|
2018-07-31 12:24:47 -07:00 |
|
Jean Christophe Beyler
|
ec76c2046c
|
8069343: Improve gc/g1/TestHumongousCodeCacheRoots.java to use jtreg @requires
Remove client test entirely and clean up test
Reviewed-by: tschatzl, iignatyev
|
2018-08-01 09:23:24 -07:00 |
|
Jean Christophe Beyler
|
b184fceaa0
|
8208246: flags duplications in vmTestbase_vm_g1classunloading tests
Remove duplicate flags for the classunloading tests
Reviewed-by: tschatzl, iignatyev
|
2018-07-31 10:20:10 -07:00 |
|
Mikhailo Seledtsov
|
8a5467b9c2
|
8185531: [TESTBUG] Improve test configuration for shared strings
Added extra test configurations to the tests
Reviewed-by: iklam, gziemski
|
2018-08-01 19:07:27 -07:00 |
|
Daniel D. Daugherty
|
e7114f64f3
|
8208605: Fix for 8199868 breaks tier1 build
Move variable declarations to make studio compiler happy.
Reviewed-by: kbarrett
|
2018-07-31 17:07:43 -04:00 |
|
Coleen Phillimore
|
16f9e07ba1
|
8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException
Fixed refactoring caused by JDK-8203820
Reviewed-by: dholmes, sspitsyn, cjplummer
|
2018-07-31 15:57:52 -04:00 |
|
Zhengyu Gu
|
b71f3e7104
|
8199868: Support JNI critical functions in object pinning API
Pin/unpin incoming array arguments of critical native JNI call
Reviewed-by: shade, adinn
|
2018-07-31 13:12:06 -04:00 |
|
Zhengyu Gu
|
c9d506055c
|
8208499: NMT: Missing memory tag for Safepoint polling page
Added missing memory tag and cleanup memory type enum
Reviewed-by: shade, coleenp
|
2018-07-31 07:35:16 -04:00 |
|
Daniel D. Daugherty
|
10592b0d36
|
8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
Reviewed-by: cjplummer
|
2018-07-30 14:22:36 -04:00 |
|
Daniil Titov
|
31cf8b1c65
|
8207364: nsk/jvmti/ResourceExhausted/resexhausted003 fails to start
Reviewed-by: sspitsyn, cjplummer
|
2018-07-26 16:22:58 -07:00 |
|
Jean Christophe Beyler
|
a98f40467a
|
8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
|
2018-07-26 11:53:59 -07:00 |
|
Daniel D. Daugherty
|
b62d703d9a
|
8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
Reviewed-by: hseigel, kvn
|
2018-07-26 13:08:42 -04:00 |
|
Phil Race
|
1387c87093
|
Merge
|
2018-07-26 10:00:40 -07:00 |
|
Daniel D. Daugherty
|
86629a36f0
|
8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
Reviewed-by: cjplummer
|
2018-07-25 15:38:37 -04:00 |
|
Jean Christophe Beyler
|
12bf1a20d0
|
8207765: HeapMonitorTest.java intermittent failure
Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
|
2018-07-25 10:51:16 -07:00 |
|
Daniel D. Daugherty
|
6602e30cec
|
8208189: ProblemList compiler/graalunit/JttThreadsTest.java
Reviewed-by: darcy
|
2018-07-25 12:32:06 -04:00 |
|
Vladimir Kozlov
|
2f4efb7871
|
8207262: enable applications/ctw/modules/java_desktop_2.java test again
Reviewed-by: iignatyev
|
2018-07-23 18:29:35 -07:00 |
|
Daniel D. Daugherty
|
f52c4365ca
|
8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
Reviewed-by: sspitsyn
|
2018-07-23 14:41:06 -04:00 |
|
Jean Christophe Beyler
|
a6ff367b24
|
8207765: HeapMonitorStatIntervalTest.java fails with ZGC
Add a calculation of array sizes before test to satisfy ZGC support
Reviewed-by: amenkov, sspitsyn
|
2018-07-19 18:21:24 -07:00 |
|
Christian Tornqvist
|
4805473049
|
8207855: Make applications/jcstress invoke tests in batches
Reviewed-by: kvn, iignatyev
|
2018-07-20 09:15:54 -04:00 |
|
Daniil Titov
|
301f3c3bb5
|
8204695: [Graal] vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java fails
Reviewed-by: sspitsyn, cjplummer
|
2018-07-19 16:53:33 -07:00 |
|