Harold Seigel
|
0399760d7f
|
8213148: JDK build fails because of missing #includes
Add missing #includes
Reviewed-by: dcubed
|
2018-10-30 09:13:00 -04:00 |
|
Calvin Cheung
|
e0911eacd6
|
8209566: [TESTBUG] runtime/appcds/jigsaw/modulepath/JvmtiAddPath.java timeout on tier6 on sparc
Increased the timeout from 120s (default) to 240s
Reviewed-by: dcubed, mseledtsov
|
2018-10-29 11:05:45 -07:00 |
|
Igor Ignatyev
|
93c891c51b
|
8177710: Convert TestMetaspaceUtils_test to GTest
Reviewed-by: tschatzl
|
2018-10-29 14:04:44 -07:00 |
|
Kirill Zhaldybin
|
810ba0eb12
|
8157728: Convert GCTimer_test to GTest
Reviewed-by: tschatzl, jcbeyler, iignatyev
|
2018-10-29 14:04:42 -07:00 |
|
Calvin Cheung
|
efce2c0397
|
8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE when JVMCI is absent
Added a null check on wb.getBooleanVMFlag("EnableJVMCI").
Reviewed-by: hseigel, jiangli
|
2018-10-29 13:58:29 -07:00 |
|
Coleen Phillimore
|
6a045adbed
|
8212958: Allow Klass::_subklass and _next_sibling to have unloaded classes
Don't return unloaded klasses. Make sure access is protected by Compile_lock.
Reviewed-by: eosterlund, dlong
|
2018-10-29 10:21:34 -04:00 |
|
Harold Seigel
|
71637b00c7
|
8212997: [TESTBUG] Remove defmeth tests for class file versions 50 and 51
Remove the unneeded tests. Keep the tests for class file versions 49 and 52.
Reviewed-by: acorn, coleenp
|
2018-10-29 08:38:59 -04:00 |
|
Harold Seigel
|
67d76fe937
|
8192864: defmeth tests can hide failures
Add a call to addFailureCount() to record previously hidden failures.
Reviewed-by: lfoltan, coleenp
|
2018-10-26 08:23:52 -04:00 |
|
Tom Rodriguez
|
ff4cf4f40b
|
8212956: [JVCMI] SpeculationReason should maintain identity
Reviewed-by: kvn
|
2018-10-25 19:00:46 -07:00 |
|
David Holmes
|
3837f1abc1
|
8210242: vmTestbase/nsk/stress/jni/jnistress001.java crashes with EXCEPTION_ACCESS_VIOLATION on windows-x86
Non-NUL-terminated string was passed to %s - use %.*s to specify the actual length.
Reviewed-by: lfoltan, hseigel
|
2018-10-25 19:12:39 -04:00 |
|
Jean Christophe Beyler
|
589b596bec
|
8212884: Remove the assignments in ifs for vmTestbase/[a-s]
Extract assignments from if statements in vmTestbase
Reviewed-by: cjplummer, sspitsyn
|
2018-10-25 14:23:26 -07:00 |
|
Pavel Punegov
|
a7aa770b9a
|
8164546: Convert DirectivesParser_test to GTest
Reviewed-by: kvn, iignatyev, neliasso
|
2018-10-25 11:18:24 -07:00 |
|
Dean Long
|
fb3ab945a6
|
8212978: Add RedefineMethodUsedByMultipleMethodHandles.java to problem list
Reviewed-by: kvn
|
2018-10-25 09:20:54 -07:00 |
|
Jean Christophe Beyler
|
be312edc2a
|
8212770: Remove spaces before/after () for vmTestbase/jvmti/[s-u]
Remove spaces before/after ()
Reviewed-by: amenkov, cjplummer
|
2018-10-25 08:18:42 -07:00 |
|
Ioi Lam
|
93395f6a9e
|
8212200: assert when shared java.lang.Object is redefined by JVMTI agent
Reviewed-by: dholmes, jiangli, hseigel, lfoltan, sspitsyn
|
2018-10-17 15:57:10 -07:00 |
|
Daniel D. Daugherty
|
daf4ad38ab
|
8212220: add code to verify results to metaspace/stressDictionary/StressDictionary.java
Also change the test's default timeout to 5 minutes.
Reviewed-by: dholmes, stuefe
|
2018-10-24 11:04:25 -04:00 |
|
Thomas Stuefe
|
5dac22b8eb
|
8212913: (Nested)ThreadsListHandleInErrorHandlingTest need to disable ShowRegistersOnAssert
Reviewed-by: dholmes, mdoerr
|
2018-10-24 14:59:21 +02:00 |
|
Tobias Hartmann
|
18d4a423f9
|
8150552: Remove -XX:+AggressiveOpts
Removed the -XX:+AggressiveOpts flags and its usages.
Reviewed-by: ecaspole, sjohanss
|
2018-10-24 12:39:37 +02:00 |
|
Doug Simon
|
272eb6824b
|
8212817: [JVMCI] ResolvedJavaMethod.isInVirtualMethodTable throws InternalError
Reviewed-by: never, iveresov
|
2018-10-23 18:49:32 +02:00 |
|
Jean Christophe Beyler
|
db6696837e
|
8212771: Remove remaining spaces before/after () for vmTestbase
Remove spaces around ()
Reviewed-by: phh, sspitsyn
|
2018-10-23 09:43:16 -07:00 |
|
Jean Christophe Beyler
|
e6d66056ab
|
8212535: Remove spaces before/after () for vmTestbase/[a-j]*
Remove white spaces from tests
Reviewed-by: amenkov, cjplummer, phh, sspitsyn
|
2018-10-22 19:31:41 -07:00 |
|
Mandy Chung
|
5e6d6b8642
|
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
Reviewed-by: dholmes, thartmann
|
2018-10-22 17:00:04 -07:00 |
|
Calvin Cheung
|
522608c0a7
|
8210990: [TESTBUG] Some CDS tests don't respect JVM variant being tested
Use CDSTestUtils.run() instead of CDSTestUtils.executeAndLog().
Reviewed-by: iklam
|
2018-10-22 14:31:10 -07:00 |
|
Jean Christophe Beyler
|
a623db2148
|
8212148: Remove remaining NSK_CPP_STUBs
Remove remaining macros
Reviewed-by: amenkov, phh, iignatyev
|
2018-10-22 12:43:15 -07:00 |
|
Igor Ignatyev
|
f1e1e1fe6f
|
8177709: Convert TestVirtualSpace_test to GTest
Reviewed-by: stuefe, jcbeyler
|
2018-10-19 16:29:45 -07:00 |
|
Kirill Zhaldybin
|
4c8b5f840c
|
8171097: Convert TestReservedSpace_test to Gtest
Reviewed-by: stuefe, jcbeyler, iignatyev
|
2018-10-19 16:29:43 -07:00 |
|
Tobias Hartmann
|
21f57051c4
|
8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
Removed -Xcomp and increased timeout.
Reviewed-by: kvn
|
2018-10-18 17:50:49 +02:00 |
|
Jean Christophe Beyler
|
d63acb557c
|
8211899: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[E-M]
Remove the NSK_CPP_STUB macros from tests
Reviewed-by: amenkov, phh, sspitsyn
|
2018-10-17 21:28:11 -07:00 |
|
Aleksey Shipilev
|
b6e77e4285
|
8212177: Epsilon alignment adjustments can overflow max TLAB size
Reviewed-by: pliden, tschatzl
|
2018-10-16 17:43:30 +02:00 |
|
Bob Vandette
|
86a0c85f6b
|
Merge
|
2018-10-16 09:55:30 -04:00 |
|
Bob Vandette
|
6a7fdffe3b
|
8211740: [AOT] -XX:AOTLibrary doesn't accept windows path
Reviewed-by: kvn, iignatyev
|
2018-10-16 09:54:28 -04:00 |
|
Tobias Hartmann
|
6b83ac96ab
|
8210215: C2 should optimize trichotomy calculations
Ideal transformation to optimize trichotomic comparisons.
Reviewed-by: kvn, jrose
|
2018-10-16 14:17:19 +02:00 |
|
Jean Christophe Beyler
|
7afa70096a
|
8212083: Handle remaining gc/lock native code and fix two strings
Migrate code to using wrapping JNI for exceptions
Reviewed-by: phh, tschatzl
|
2018-10-15 14:55:17 -07:00 |
|
Jean Christophe Beyler
|
e431f6a418
|
8212082: Remove the NSK_CPP_STUB macros for remaining vmTestbase/jvmti/[sS]*
Remove NSK_CPP_STUB macros from the tests
Reviewed-by: amenkov, phh
|
2018-10-14 19:07:34 -07:00 |
|
Goetz Lindenmaier
|
1d8a27195c
|
8211931: [ppc][testbug] runtime/jni/terminatedThread/TestTerminatedThread.java fails as threads don't terminate immediately
Reviewed-by: dholmes, mdoerr
|
2018-10-12 08:33:18 +02:00 |
|
Jean Christophe Beyler
|
b68500521e
|
8211432: [REDO] Handle JNIGlobalRefLocker.cpp
Adding a JNI verification wrapper for tests
Reviewed-by: amenkov, sspitsyn, phh
|
2018-10-11 09:30:10 -07:00 |
|
Harold Seigel
|
2e5653c166
|
8211821: PrintStringTableStatistics crashes JVM
During JVM exit, print the Symbol and String tables before current thread gets deleted.
Reviewed-by: iklam, dholmes
|
2018-10-11 11:31:37 -04:00 |
|
Harold Seigel
|
945623c998
|
8079784: Unexpected IllegalAccessError when trying access InnerClasses attribute
Prevent classes in the InnerClasses attribute from being loaded unless they are actually being accessed.
Reviewed-by: dholmes, lfoltan
|
2018-10-11 10:11:18 -04:00 |
|
Erik Joelsson
|
232912a6ca
|
8212028: Use run-test makefile framework for testing in Oracle's Mach5
Reviewed-by: ihse
|
2018-10-15 11:36:20 -07:00 |
|
Roland Westrelin
|
17f301f734
|
8210389: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
Reviewed-by: kvn, thartmann
|
2018-09-18 20:41:17 +02:00 |
|
Aleksey Shipilev
|
2b21c73b2d
|
8212005: Epsilon elastic TLAB sizing may cause misalignment
Reviewed-by: rkennke, tschatzl
|
2018-10-11 10:42:17 +02:00 |
|
Christian Tornqvist
|
b35e7feb5a
|
8212008: Use of TREAT_EXIT_CODE_1_AS_0 hide problems with jtreg Java
Reviewed-by: erikj
|
2018-10-10 11:47:01 -07:00 |
|
Jean Christophe Beyler
|
efa175f20e
|
8211801: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[A-E]
Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, sspitsyn
|
2018-10-10 11:20:21 -07:00 |
|
David Holmes
|
8351e4db3e
|
8211065: Private method check in linkResolver is incorrect
Reviewed-by: acorn, lfoltan
|
2018-10-09 20:19:22 -04:00 |
|
Jean Christophe Beyler
|
11da699d9e
|
8211905: Remove multiple casts for EM06 file
Remove multiple casts for EM06 file
Reviewed-by: sspitsyn, cjplummer
|
2018-10-09 13:22:19 -07:00 |
|
Gary Adams
|
7b7315dbed
|
8201603: MonitorContendedEnter failure in nsk/jvmti/scenarios/contention/TC02/tc02t001
Reviewed-by: cjplummer
|
2018-10-08 14:57:07 -04:00 |
|
Goetz Lindenmaier
|
182a991df2
|
8211856: [ppc, s390] ProblemList some failing tests
Reviewed-by: kvn, mdoerr
|
2018-10-09 16:03:56 +02:00 |
|
Jean Christophe Beyler
|
61f453edf7
|
8211782: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[I-S]*
Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, sspitsyn
|
2018-10-08 19:44:44 -07:00 |
|
Jean Christophe Beyler
|
85c6642e38
|
8211131: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[G-I]*
Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, sspitsyn
|
2018-10-08 13:56:28 -07:00 |
|
Jean Christophe Beyler
|
57622ed115
|
8211261: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[A-G]*
Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, cjplummer
|
2018-10-08 13:54:43 -07:00 |
|