Calvin Cheung
|
3c810ce261
|
8209736: runtime/RedefineTests/ModifyAnonymous.java fails with NullPointerException when running in CDS mode
Add logging of class names in the allLoadedClasses array; throw RuntimeException upon encountering of a null class.
Reviewed-by: jiangli
|
2018-09-04 15:00:08 -07:00 |
|
Man Cao
|
b116f2cf13
|
8210192 : Hsperf counter ParNew::CMS should be ParNew:CMS
Rename the counter back to ParNew:CMS and added a test
Reviewed-by: sjohanss, tschatzl
|
2018-09-04 14:17:45 -07:00 |
|
Jean Christophe Beyler
|
d0560a2860
|
8210182: Remove macros for C compilation from vmTestBase but non jvmti
Remove the macros and update the code
Reviewed-by: sspitsyn, cjplummer, amenkov
|
2018-08-31 22:55:34 -07:00 |
|
Thomas Schatzl
|
a7d4df53fa
|
8210265: Crash in HSpaceCounters::update_used()
Guard call to update HSpaceCounters with flag
Reviewed-by: shade, sjohanss, kbarrett
|
2018-09-04 12:17:23 +02:00 |
|
Goetz Lindenmaier
|
73537725b1
|
8210259: [testbug] IncompatibleOptions.java fails if VM configured without ZGC
Reviewed-by: pliden, kbarrett
|
2018-09-01 18:15:27 +02:00 |
|
Daniil Titov
|
4d57252ee0
|
8209585: [Graal] vmTestbase/nsk/jvmti/scenarios/sampling tests fail with "Too small stack of resumed thread"
Reviewed-by: sspitsyn, amenkov, cjplummer, jcbeyler
|
2018-08-31 11:56:43 -07:00 |
|
Patricio Chilano Mateo
|
16b92a561c
|
8206424: Use locking for cleaning ProtectionDomainTable
ServiceThread is now in charge of cleaning ProtectionDomainTable entries
Reviewed-by: coleenp, iklam
|
2018-08-31 10:22:04 -04:00 |
|
Coleen Phillimore
|
98242123a3
|
8207793: [TESTBUG] runtime/Metaspace/FragmentMetaspace.java fails: heap needs to be increased
Reduce test time and allow OOM.
Reviewed-by: iklam, hseigel
|
2018-08-31 09:10:27 -04:00 |
|
Doug Simon
|
c131915d0a
|
8210066: [JVMCI] iterateFrames uses wrong GrowableArray API for appending
Reviewed-by: dlong, twisti
|
2018-08-31 11:43:06 +02:00 |
|
Matthias Baesken
|
45fb620218
|
8210205: build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
Reviewed-by: mdoerr, stuefe
|
2018-08-30 13:12:38 +02:00 |
|
Chris Plummer
|
7a55cb8954
|
8210118: better jdb test diagnostics when getting "Prompt is not received during ... milliseconds" failures
Print pending reply when prompt is not recieved
Reviewed-by: dholmes, gadams, sspitsyn, jcbeyler
|
2018-08-30 17:59:40 -07:00 |
|
Jean Christophe Beyler
|
b9b522a7ad
|
8203356: VM Object Allocation Collector can infinite recurse
VM Event callback do not provoke a VM alloc event
Reviewed-by: sspitsyn, phh, amenkov, cjplummer
|
2018-08-30 09:47:12 -07:00 |
|
Ioi Lam
|
3c135ae705
|
8210194: [TESTBUG] jvmti_FollowRefObjects.cpp missing initializer for member _jvmtiHeapCallbacks::heap_reference_callback
Reviewed-by: sspitsyn, iignatyev
|
2018-08-30 08:01:13 -07:00 |
|
Gary Adams
|
b984ecc438
|
8170089: nsk/jdi/EventSet/resume/resume008: ERROR: suspendCounts don't match for : Common-Cleaner
Reviewed-by: cjplummer, sspitsyn
|
2018-08-28 08:06:59 -04:00 |
|
Mikael Vidstedt
|
c41e1d3f3a
|
8210167: ProblemList vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java
Reviewed-by: coleenp
|
2018-08-29 13:50:55 -07:00 |
|
Mikael Vidstedt
|
f5e624c0b3
|
8209856: Obsolete error reporter
Reviewed-by: coleenp, stuefe
|
2018-08-29 13:04:50 -07:00 |
|
Jesper Wilhelmsson
|
d40735db17
|
Merge
|
2018-08-29 19:48:28 +02:00 |
|
Patricio Chilano Mateo
|
ff17347f8f
|
8209844: MemberNameLeak.java fails when ResolvedMethod entry is not removed
Fixed MemberNameLeak.java due to intermittent failure after 8206423
Reviewed-by: coleenp, lfoltan
|
2018-08-29 10:46:59 -04:00 |
|
Jean Christophe Beyler
|
3de7598a3f
|
8210035: Fix copyrights for files created for the HeapMonitor work
Added the Oracle copyright to newly created files
Reviewed-by: sspitsyn, cjplummer
|
2018-08-28 21:25:37 -07:00 |
|
Ioi Lam
|
6c65a9f193
|
8210040: TestOptionsWithRanges.java is very slow
Added -Xmx1024m -XX:-ZapUnusedHeapArea; split into 10 smaller tests
Reviewed-by: kvn, coleenp
|
2018-08-28 16:01:12 -07:00 |
|
Coleen Phillimore
|
3559b6be76
|
8209958: Clean up duplicate basic array type statics in Universe
Reviewed-by: lfoltan, zgu
|
2018-08-28 18:17:01 -04:00 |
|
Coleen Phillimore
|
cea6e54978
|
8210088: ProblemList gc/epsilon/TestMemoryMXBeans.java
Reviewed-by: kbarrett, jiangli
|
2018-08-28 18:03:33 -04:00 |
|
Igor Ignatyev
|
8c47dc4a94
|
8209611: use C++ compiler for hotspot tests
Reviewed-by: vlivanov, ihse, erikj, jcbeyler
|
2018-08-28 14:37:34 -07:00 |
|
Gary Adams
|
fc61b1abfb
|
8019927: [TESTBUG] nsk/jvmti/GetThreadInfo/thrinfo001 intermittently fails with 'invalid thread group' when running with JFR
Reviewed-by: amenkov, cjplummer, sspitsyn
|
2018-08-28 07:30:36 -04:00 |
|
Jiangli Zhou
|
1ddabdf0dc
|
8209534: [TESTBUG]runtime/appcds/cacheObject/ArchivedModuleCompareTest.java fails with EnableJVMCI
Use TestCommon.execOff().
Reviewed-by: ccheung
|
2018-08-28 14:45:34 -04:00 |
|
Jean Christophe Beyler
|
49b859b9d3
|
8201224: Make string buffer size dynamic in mlvmJvmtiUtils.c
Calculate the string size for the buffer first
Reviewed-by: amenkov, sspitsyn, iklam
|
2018-08-22 09:33:18 -07:00 |
|
Goetz Lindenmaier
|
51f697962c
|
8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on
Reviewed-by: mdoerr, ghaug
|
2018-08-28 17:03:16 +02:00 |
|
Leonid Mesnik
|
f71d1cb124
|
8209920: runtime/logging/RedefineClasses.java fail with OOME with ZGC
Reviewed-by: pliden
|
2018-08-27 12:45:31 -07:00 |
|
Jini George
|
b4530e2447
|
8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode
Use longs instead of ints while computing the identity hash of klass symbols
Reviewed-by: coleenp, lfoltan
|
2018-08-27 10:25:13 +05:30 |
|
Ioi Lam
|
8f87784420
|
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
Move different execution modes to IncompatibleOptions_stringDedup.java and IncompatibleOptions_noCompactStrings.java
Reviewed-by: jiangli, coleenp
|
2018-08-23 21:16:45 -07:00 |
|
Dean Long
|
347b95d500
|
8209825: guarantee(false) failed: wrong number of expression stack elements during deopt
Reviewed-by: kvn, thartmann
|
2018-08-24 11:56:14 -07:00 |
|
Ge Guo
|
538ba1fb5c
|
8207838: AArch64: Float registers incorrectly restored in JNI call
Fix the order in which float registers are restored in restore_args for aarch64
Reviewed-by: aph
|
2018-08-21 13:44:59 +01:00 |
|
Volker Simonis
|
ea4f2f60d5
|
8209637: [s390x] Interpreter doesn't call result handler after native calls
Reviewed-by: goetz, lucy
|
2018-08-21 09:25:06 +02:00 |
|
Roland Westrelin
|
423c207dc7
|
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
Reviewed-by: neliasso, kvn
|
2018-08-17 17:13:12 +02:00 |
|
Ekaterina Pavlova
|
ca477652c2
|
8194949: [Graal] gc/TestNUMAPageSize.java fail with OOM in -Xcomp
Reviewed-by: kvn, tschatzl
|
2018-08-09 11:33:47 -07:00 |
|
Daniel D. Daugherty
|
1543db08da
|
8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout
Reviewed-by: coleenp
|
2018-08-08 15:11:11 -04:00 |
|
Staffan Larsen
|
b806cb371e
|
8031761: [TESTBUG] Add a regression test for JDK-8026328
Reviewed-by: kvn, iignatyev
|
2018-08-07 13:51:30 -07:00 |
|
David Buck
|
0919d6d626
|
8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1
Enforce lower bound on number of loop iterations used to trigger OSR
Reviewed-by: kvn, iignatyev
|
2018-08-06 22:30:37 -04:00 |
|
Daniel D. Daugherty
|
03c595997c
|
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:44:14 -04:00 |
|
Tobias Hartmann
|
6dac70d919
|
8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator
Bail out from recursive computation if the block was already processed.
Reviewed-by: kvn, iveresov
|
2018-08-06 09:09:57 +02:00 |
|
Igor Ignatyev
|
b863c0efab
|
8199081: [Testbug] compiler/linkage/LinkageErrors.java fails if run twice
Reviewed-by: kvn, vlivanov
|
2018-08-03 15:39:28 -07:00 |
|
Ekaterina Pavlova
|
e4521331a8
|
8208347: ProblemList compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
Reviewed-by: kvn
|
2018-07-31 09:48:25 -07:00 |
|
Daniel D. Daugherty
|
30d46ba27b
|
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 |
|
Igor Ignatyev
|
cb25641e4c
|
8208370: fix typo in ReservedStack tests' @requires
Reviewed-by: kvn
|
2018-07-27 00:00:28 -07:00 |
|
Igor Ignatyev
|
5c2439b0f6
|
8208358: update bug ids mentioned in tests
Reviewed-by: kvn
|
2018-07-26 23:59:46 -07:00 |
|
Harold Seigel
|
5a3decc9f1
|
8207944: java.lang.ClassFormatError: Extra bytes at the end of class file test" possibly violation of JVMS 4.7.1
Add code to skip over unknown attributes when class file version >= 11.
Reviewed-by: lfoltan
|
2018-07-26 15:56:37 -04:00 |
|
Jean Christophe Beyler
|
5b9175eae8
|
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 |
|
Ekaterina Pavlova
|
5bafe6f9a0
|
8195156: [Graal] serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java fails with Graal in Xcomp mode
Reviewed-by: kvn, sspitsyn
|
2018-07-26 10:23:33 -07:00 |
|
Daniel D. Daugherty
|
6958cd7967
|
8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
Reviewed-by: hseigel, kvn
|
2018-07-26 13:08:42 -04:00 |
|
Severin Gehwolf
|
1ab91ea928
|
8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
Be sure to use the same register index in native and Java code.
Reviewed-by: sballal, cjplummer, tbell
|
2018-07-23 18:08:46 +02:00 |
|