Matthias Baesken
|
9debae9783
|
8214297: testbug : missing fclose in jvmti_aod.cpp
Reviewed-by: coleenp, stuefe
|
2018-11-26 14:04:23 +01:00 |
|
Roland Westrelin
|
efcfec81ce
|
8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
Reviewed-by: kvn
|
2018-11-26 17:35:35 +01:00 |
|
Jiangli Zhou
|
e0d9ae7699
|
8214086: [TESTBUG] Fix subgraph test cases in ReplaceCriticalClasses.java
Add subgraph test cases in ReplaceCriticalClassesForSubgraphs.java.
Reviewed-by: iklam
|
2018-11-26 14:13:22 -05:00 |
|
Harold Seigel
|
6d25f18bad
|
8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap
Handle OutOfMemoryError exception to prevent test aborting
Reviewed-by: zgu, dholmes
|
2018-11-26 09:46:20 -05:00 |
|
Tobias Hartmann
|
dc6cabe8b7
|
8214242: compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions
Added missing UnlockDiagnosticVMOptions.
Reviewed-by: tschatzl
|
2018-11-26 12:16:23 +01:00 |
|
Jesper Wilhelmsson
|
e398213df7
|
8214276: Problemlist compiler/intrinsics/mathexact/MulExactLConstantTest.java
Reviewed-by: kbarrett
|
2018-11-24 01:05:11 +01:00 |
|
Simon Tooke
|
710ecce7f7
|
8214108: [TESTBUG] Incorrect Function parameter lists in vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001
Reviewed-by: gadams, sspitsyn
|
2018-11-22 11:15:53 +01:00 |
|
Simon Tooke
|
fe3811d46a
|
8214105: [TESTBUG] Bit test is always false in serviceability/jvmti/StartPhase/AllowedFunctions
Reviewed-by: dcubed, dholmes, jcbeyler, gadams, sspitsyn
|
2018-11-22 10:11:58 +01:00 |
|
Doug Simon
|
4512750fbe
|
8213907: [JVMCI] avoid Class.getDeclared* methods when converting JVMCI objects to reflection objects
Reviewed-by: kvn, never
|
2018-11-21 22:02:17 +01:00 |
|
Jean Christophe Beyler
|
937fe3be82
|
8214149: Move out assignments when not using NSK*VERIFY macros
Move out the assignments from ifs
Reviewed-by: sspitsyn, cjplummer
|
2018-11-21 10:46:45 -08:00 |
|
Jean Christophe Beyler
|
5639c70032
|
8213721: [Graal] Tests vmTestbase/nsk/stress/except/except* may be encountering SEGV during out-of-memory conditions
Add the exception handler only for the current thread
Reviewed-by: dholmes, sspitsyn, thartmann
|
2018-11-21 09:38:27 -08:00 |
|
Tobias Hartmann
|
9314c7f110
|
8214025: assert(t->singleton()) failed: must be a constant when ScavengeRootsInCode < 2
Added missing null checks and checks for pending exception.
Reviewed-by: kvn
|
2018-11-21 15:05:21 +01:00 |
|
Roland Westrelin
|
11e54e0749
|
8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1
Reviewed-by: kvn, dlong, aph
|
2018-11-14 13:15:54 +01:00 |
|
Ioi Lam
|
6d269930fd
|
8213587: Speed up CDS dump time by using resizable hashtables
Reviewed-by: jiangli, coleenp, gziemski
|
2018-11-20 20:00:15 -08:00 |
|
Jean Christophe Beyler
|
6d3df94e5e
|
8214154: problem list HeapMonitorStatIntervalTest.java
Add the test to the problem list until solved
Reviewed-by: dholmes
|
2018-11-20 18:36:57 -08:00 |
|
Zhengyu Gu
|
44ddbe3370
|
8214124: [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java
Fix possible negative size and index that can cause the test to fail
Reviewed-by: stuefe, shade
|
2018-11-20 20:09:11 -05:00 |
|
Claes Redestad
|
4b45441ae9
|
8213033: Archive remaining primitive box caches
Reviewed-by: jiangli, alanb
|
2018-11-20 21:12:46 +01:00 |
|
Volker Simonis
|
2db81b4e13
|
8214125: [test] Fix comparison between pointer and integer in test_ptrQueueBufferAllocator.cpp
Reviewed-by: mdoerr, shade, stuefe, tschatzl
|
2018-11-20 19:06:34 +01:00 |
|
Robbin Ehn
|
041946dcb0
|
8213560: gtests might hang
Reviewed-by: rwestberg, eosterlund
|
2018-11-20 09:35:15 +01:00 |
|
Jean Christophe Beyler
|
3e936d3cd9
|
8212931: HeapMonitorStatIntervalTest.java fails due average calculation
Added a method to get the actual size
Reviewed-by: amenkov, sspitsyn
|
2018-11-16 19:27:21 -08:00 |
|
Calvin Cheung
|
8761824649
|
8201375: Add the AllowArchivingWithJavaAgent diagnostic vm option to allow the use of the -javaagent option during CDS dumping
Allow Java agent during CDS dumping if the AllowArchivingWithJavaAgent dignostic option is specified.
Reviewed-by: iklam, jiangli, sspitsyn, dcubed
|
2018-11-16 16:10:25 -08:00 |
|
Dean Long
|
bfc1488468
|
8213959: add org.graalvm.compiler.replacements.test.StringCompressInflateTest to graal problem list
Reviewed-by: thartmann, kvn
|
2018-11-16 09:35:39 -08:00 |
|
Boris Ulasevich
|
11c5e7968b
|
8213794: ARM32: disable TypeProfiling, CriticalJNINatives, Serviceablity tests for ARM32
Reviewed-by: dholmes
|
2018-11-16 19:29:40 +03:00 |
|
Boris Ulasevich
|
28f45defae
|
8213410: UseCompressedOops requirement check fails fails on 32-bit system
Reviewed-by: dholmes
|
2018-11-16 19:29:20 +03:00 |
|
Kim Barrett
|
5e0d5efe4c
|
8213352: Separate BufferNode allocation from PtrQueueSet
Move free-list management and allocation to new class.
Reviewed-by: tschatzl, sjohanss
|
2018-11-15 19:59:10 -05:00 |
|
Igor Ignatyev
|
e53852dd51
|
8213922: fix ctw stand-alone build
Reviewed-by: kvn, roland
|
2018-11-15 14:01:08 -08:00 |
|
Dean Long
|
971575362a
|
8210777: Update Graal
Reviewed-by: kvn
|
2018-11-15 09:04:07 -08:00 |
|
Daniil Titov
|
52bee8fe04
|
8203174: [Graal] JDI tests fail with Unexpected exception: com.sun.jdi.ObjectCollectedException
Reviewed-by: sspitsyn, cjplummer
|
2018-11-15 09:56:49 -08:00 |
|
Jean Christophe Beyler
|
d7d4bc9fdd
|
8213622: Windows VS2013 build failure - "'snprintf': identifier not found"
Replace snprintf with strlen and memcpy
Reviewed-by: dholmes, mvala, kbarrett
|
2018-11-14 12:25:15 -08:00 |
|
Erik Joelsson
|
03a8cdece5
|
8211727: Adjust default concurrency settings for running tests on Sparc
Reviewed-by: ctornqvi, tbell, mikael
|
2018-11-14 09:26:28 -08:00 |
|
David Holmes
|
458e0b864a
|
8213767: Remove the -Xconcurrentio flag and associated code
Reviewed-by: lfoltan, rehn
|
2018-11-14 04:56:43 -05:00 |
|
Vicente Romero
|
61082e6b25
|
8213480: update internal ASM version to 7.0
Reviewed-by: dholmes, iignatyev, alanb
|
2018-11-13 23:33:17 -05:00 |
|
Ioi Lam
|
147fc3ed13
|
8213346: Re-implement shared dictionary using CompactHashtable
Reviewed-by: jiangli
|
2018-11-07 19:40:27 -08:00 |
|
Serguei Spitsyn
|
a8a34764b2
|
8213814: build error in jtreg test jvmti/GetLocalVariable
Fix the build error by restoring the macro definitions for missed functions
Reviewed-by: dcubed
|
2018-11-13 13:42:39 -08:00 |
|
Ekaterina Pavlova
|
d32fed965b
|
8212221: GraalUnitTestLauncher should generate MX_SUBPROCESS_COMMAND_FILE
Reviewed-by: dlong
|
2018-11-13 12:52:37 -08:00 |
|
Serguei Spitsyn
|
f285fe93ee
|
8213525: new unit test GetLocalVariable/LocalVars is not stable
Comment out unstable checks in the test
Reviewed-by: jcbeyler, cjplummer
|
2018-11-13 12:11:34 -08:00 |
|
Kim Barrett
|
0050cd5776
|
8213440: Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
Remove INCLUDE_ALL_GCS conditionalization.
Reviewed-by: tschatzl
|
2018-11-13 13:45:43 -05:00 |
|
Thomas Schatzl
|
56db122656
|
8213307: G1 should clean up RMT with ClassUnloadingWithConcurrentMark
Re-enable cleanup of the ResolvedMethodTable after changes in JDK-8206423.
Reviewed-by: shade, coleenp
|
2018-11-13 11:45:16 +01:00 |
|
David Holmes
|
90cf7a7d12
|
8213718: [TEST] Wrong classname in vmTestbase/nsk/stress/except/except002 and except003
Reviewed-by: zgu, jcbeyler
|
2018-11-12 16:36:05 -05:00 |
|
Jean Christophe Beyler
|
1d340e454c
|
8212939: Add space after if/while/for/switch and parenthesis
Add spaces where needed
Reviewed-by: cjplummer, sspitsyn
|
2018-11-12 13:13:00 -08:00 |
|
Goetz Lindenmaier
|
b33edbf1ec
|
8213527: [testbug] Fix PrintMetaspaceDcmd test using UseCompressedOops for 32-bit
Reviewed-by: dholmes, mdoerr
|
2018-11-12 16:40:25 +01:00 |
|
Aleksey Shipilev
|
2df435e191
|
8211926: Catastrophic size_t underflow in BitMap::*_large methods
Reviewed-by: kbarrett, stuefe
|
2018-11-10 20:47:28 +01:00 |
|
Zhengyu Gu
|
83155e1ea6
|
8213707: [TEST] vmTestbase/nsk/stress/except/except011.java failed due to wrong class name
Fixed wrong class name in test
Reviewed-by: dholmes, jcbeyler
|
2018-11-10 09:06:33 -05:00 |
|
Daniel D. Daugherty
|
0f9e314cb5
|
8213704: increase default timeout for vmTestbase/metaspace/stressDictionary/StressDictionary.java
Reviewed-by: rehn
|
2018-11-09 15:19:33 -05:00 |
|
Dean Long
|
cc2fb36243
|
8213701: Add org.graalvm.compiler.debug.test.TimerKeyTest to problem list
Reviewed-by: kvn
|
2018-11-09 11:36:34 -08:00 |
|
Daniel D. Daugherty
|
6a9e3b9d29
|
8204529: gc/TestAllocateHeapAtMultiple.java fail with Agent 7 timed out
Increase default timeout to 360 seconds.
Reviewed-by: erikj, dholmes
|
2018-11-08 20:54:30 -05:00 |
|
Mikael Vidstedt
|
f69921f2fc
|
8213436: Obsolete UseMembar
Reviewed-by: kvn, dholmes, mdoerr, adinn
|
2018-11-08 11:45:13 -08:00 |
|
Bernard Blaser
|
1117fcb339
|
8213479: Missing x86_64.ad patterns for 8-bit logical operators with destination in memory
Reviewed-by: kvn
|
2018-11-08 15:11:32 +01:00 |
|
Roland Westrelin
|
b2541f90e6
|
8212673: jtreg/applications/runthese/RunThese30M.java fails in C2 with "assert(!had_error) failed: bad dominance"
Reviewed-by: thartmann, kvn, shade
|
2018-11-08 10:08:52 +01:00 |
|
Serguei Spitsyn
|
bf16c3a479
|
8080406: VM_GetOrSetLocal doesn't check local slot type against requested type
Provide possible type checks when LVT is absent
Reviewed-by: jcbeyler, cjplummer
|
2018-11-08 00:07:48 -08:00 |
|