Ioi Lam
a0a108fb01
8214388: CDS dumping fails with java heap fragmentation
...
Force a full GC with a single thread before writing heap archive regions
Reviewed-by: sjohanss, jiangli
2018-12-03 22:27:24 -08:00
Jini George
ea532aa075
8213323: sa/TestJmapCoreMetaspace.java and sa/TestJmapCore.java fail with ZGC
...
Avoid creating the hprof file and throw an exception in HeapHprofBinWriter for ZGC and handle this in the TestJmap* testcases
Reviewed-by: gadams, jcbeyler, cjplummer
2018-12-04 11:10:19 +05:30
Jean Christophe Beyler
54dda86a98
8214502: Add space after/before {} in remaining vmTestbase tests
...
Added spaces around the {}
Reviewed-by: dholmes, sspitsyn
2018-12-03 19:47:37 -08:00
Per Lidén
6c7781572c
8214484: ZGC: Exclude SA tests ClhsdbJhisto and TestHeapDumpFor*
...
Reviewed-by: shade, tschatzl
2018-12-03 14:52:49 +01:00
Calvin Cheung
bd1cf50953
8210102: CDS tests timed out
...
Increase the timeout to 160s for the DifferentHeapSizes test.
Reviewed-by: iklam
2018-11-30 12:24:23 -08:00
Erik Österlund
50ffeaa507
8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
...
Reviewed-by: coleenp, dlong
2018-11-30 15:29:19 +01:00
Erik Österlund
3a5bccf5c6
8213565: Crash in DependencyContext::remove_dependent_nmethod
...
Reviewed-by: rehn, kvn
2018-11-30 11:40:48 +01:00
Robbin Ehn
83c8720879
8214271: Fast primitive to wake many threads
...
Reviewed-by: dholmes, dcubed
2019-01-11 10:58:46 +01:00
Tobias Hartmann
6622393221
8216480: Typo in test/hotspot/jtreg/compiler/graalunit/README.md
...
Removed -vmoptions:
Reviewed-by: epavlova
2019-01-11 09:59:28 +01:00
Jesper Wilhelmsson
e13cc6d3a6
Merge
2019-01-10 21:52:33 +01:00
Gerard Ziemski
301d0140ec
8215155: Remove get_insert() from concurrent hashtable and gtests
...
Replaced get_insert() with get()/insert() in gtest, removed get_insert() API from cht implementation.
Reviewed-by: coleenp, rehn
2019-01-10 11:16:17 -06:00
Harold Seigel
402ab4431a
8207964: [TESTBUG] Change stressTime to default to 30 for nsk tests
...
Change the default from 60 seconds to 30 seconds.
Reviewed-by: coleenp, dholmes
2019-01-10 10:15:02 -05:00
Igor Ignatyev
650e67cdf5
8216441: problem list org.graalvm.compiler.hotspot.test.ExplicitExceptionTest
...
Reviewed-by: dholmes
2019-01-09 17:12:17 -08:00
Jesper Wilhelmsson
67a5fc2529
Merge
2019-01-09 22:59:49 +01:00
Aleksey Shipilev
f44e59355c
8216302: StackTraceElement::fill_in can use cached Class.name
...
Reviewed-by: coleenp, dholmes, mchung
2019-01-09 20:28:16 +01:00
Gary Adams
d1922533ae
8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java debug agent times out
...
Reviewed-by: dcubed, jcbeyler
2019-01-09 12:09:20 -05:00
Aleksey Shipilev
508152b0a6
8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
...
Reviewed-by: eosterlund, lkorinth
2019-01-09 15:53:56 +01:00
Harold Seigel
467ba83c79
8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails intermittently
...
Change pattern match to not require that the matching string start at the beginning of a line.
Reviewed-by: dcubed, dholmes
2019-01-09 08:07:33 -05:00
Jesper Wilhelmsson
67abf1eef9
Merge
2019-01-08 07:29:13 +01:00
David Holmes
839d71f4ca
8216188: Remove expired flags in JDK 13
...
Reviewed-by: kbarrett, ccheung
2019-01-06 19:49:58 -05:00
Jini George
482a1838b6
8213457: serviceability/sa/ClhsdbInspect.java time out
...
Increase the timeout needed for ClhsdbInspect.java to 480
Reviewed-by: sspitsyn, cjplummer, lmesnik
2019-01-04 13:41:45 +05:30
Gary Adams
230f1bd5c9
8216059: nsk_jvmti_parseoptions still has dependency on tilde separator
...
Reviewed-by: sspitsyn, cjplummer
2019-01-03 15:54:01 -05:00
Harold Seigel
e159548718
8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'
...
On Windows, do not treat ':' as a delimeter when it's in a string such as "C:..."
Reviewed-by: dholmes, sspitsyn
2019-01-02 10:35:33 -05:00
Jesper Wilhelmsson
59716b0bb3
Merge
2019-01-02 16:05:13 +01:00
Gary Adams
32a5512763
8211343: nsk_jvmti_parseoptions should handle multiple suboptions
...
Reviewed-by: sspitsyn, cjplummer
2019-01-02 07:19:33 -05:00
David Holmes
6c4ec86cea
8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp
...
Reviewed-by: dcubed
2018-12-28 16:31:11 -05:00
David Holmes
526f854cc1
8214097: Rework thread initialization and teardown logic
...
Reviewed-by: rehn, mgronlun, dcubed, kbarrett
2018-12-27 21:17:11 -05:00
Alex Menkov
ae369f40a4
8215716: PopFrame() was unexpectedly done
...
Reviewed-by: dholmes, sspitsyn
2018-12-20 17:51:16 -08:00
Jesper Wilhelmsson
eb3549baf7
Merge
2018-12-21 01:25:46 +01:00
Alex Menkov
a4d4c07f7b
8215425: vmTestbase/nsk/jvmti/PopFrame should provide more detailed output
...
Reviewed-by: sspitsyn, jcbeyler
2018-12-19 14:08:08 -08:00
Jesper Wilhelmsson
f4f859b446
Merge
2018-12-19 20:53:30 +01:00
Gary Adams
cc65367331
8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly
...
Reviewed-by: dholmes, sspitsyn, cjplummer, jcbeyler
2018-12-18 07:33:07 -05:00
Jean Christophe Beyler
f3657753d6
8201655: Add thread-enabled support for the Heap Sampling
...
Added thread-enabled support
Reviewed-by: amenkov, sspitsyn
2018-12-14 13:13:06 -08:00
Jean Christophe Beyler
a9d7e075e5
8215329: Modify ZGC requirement for HeapMonitorThreadTest.java
...
Modify the requirement to be tested
Reviewed-by: amenkov, pliden, sspitsyn
2018-12-14 10:51:09 -08:00
Erik Gahlin
165c644cf8
8215362: JFR GTest JfrTestNetworkUtilization fails
...
Reviewed-by: mgronlun
2018-12-13 23:25:00 +01:00
Leonid Mesnik
f03df8356b
8215369: Jcstress pollute /var/tmp with temporary files
...
Reviewed-by: iignatyev, mseledtsov
2018-12-13 14:16:21 -08:00
Yang Zhang
dd6344fc76
8213134: AArch64: vector shift failed with MaxVectorSize=8
...
Add vshiftcnt instructions for vector64 and add vsra/vsrl instructions to AArch64 backend. To detect shift failures, MaxVectorSize options are added to jtreg test cases.
Reviewed-by: aph, kvn
2018-11-28 16:22:03 +08:00
Roland Westrelin
84cd74b013
8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed: elembt=byte; loadbt=void; unsigned=0
...
Reviewed-by: kvn, thartmann
2018-11-27 08:44:19 +01:00
Jean Christophe Beyler
1285c3cd30
8214417: Add space after/before {} in vmTestbase/nsk/jvmti/[A-I] tests
...
Fix the spaces around {}
Reviewed-by: amenkov, sspitsyn, dholmes
2018-11-29 18:57:18 -08:00
Igor Veresov
da77659d7e
8193577: nsk/jvmti/IterateThroughHeap/filter-tagged fails with Graal in Xcomp mode
...
Make field values opaque to compiler
Reviewed-by: dlong, sspitsyn
2018-11-29 11:47:08 -08:00
Leonid Mesnik
bbfe9d2168
8214400: Update hotspot application/jcstress jtreg tests wrappers to use jcstress 0.5
...
Reviewed-by: dholmes, mseledtsov
2018-11-29 11:14:36 -08:00
Leonid Mesnik
83cfba872c
8214462: Add serviceability/sa/ClhsdbInspect.java to ProblemList.txt
...
Reviewed-by: dholmes, jgeorge
2018-11-29 11:06:22 -08:00
Coleen Phillimore
dd9664f39b
8214356: Verification of class metadata unloading takes a long time
...
Conditionalize verify_chunk_in_freelist call.
Reviewed-by: shade, tschatzl
2018-11-29 13:04:25 -05:00
Jean Christophe Beyler
42563fdad8
8214408: Migrate EventsOnOff to using the same allocateAndCheck method
...
Move code to the more stable version used by other tests
Reviewed-by: sspitsyn, amenkov
2018-11-28 11:09:27 -08:00
Ioi Lam
16dc8e9634
8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found
...
Reviewed-by: lfoltan, sspitsyn, shade
2018-11-28 07:51:15 -08:00
Thomas Schatzl
9a4eed85df
8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout
...
Disable CMS precleaning to avoid accumulating too many classloaders to unload.
Reviewed-by: kbarrett, sangheki
2018-11-28 10:52:01 +01:00
David Holmes
cb861252d7
8214208: Nestmate package validation logging/exception should include classloader information
...
Reviewed-by: hseigel, coleenp, mchung
2018-11-27 21:20:16 -05:00
Coleen Phillimore
fdd11cac16
8214151: [TESTBUG] CleanProtectionDomain.java fails due to RuntimeException: 'protection domain unlinked' missing
...
Call WB_ProtectionDomainRemovedCount.
Reviewed-by: jiangli, pchilanomate
2018-11-27 19:46:57 -05:00
Daniel D. Daugherty
8e4e1a91c0
8202415: Incorrect time logged for monitor deflation
...
Add support for "deflating per-thread idle monitors" log mesgs.
Reviewed-by: dholmes, coleenp
2018-11-27 18:35:16 -05:00
Jiangli Zhou
bc215804a4
8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap
...
Improve the fragmentation error message. Set java heap size in LotsOfClasses.java.
Reviewed-by: iklam, ccheung
2018-11-27 17:53:17 -05:00
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
Coleen Phillimore
24218b904d
8210624: Clean up better loading tests
...
Reviewed-by: hseigel, jwilhelm
2018-09-12 08:26:31 -04:00
Coleen Phillimore
e66dfd30c4
8210094: Better loading of classloader classes
...
Reviewed-by: acorn, hseigel, ahgross, rhalade
2018-09-10 16:49:01 -04:00
Igor Ignatyev
7ec0fe5737
8167276: jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
...
Reviewed-by: kvn
2018-01-30 16:48:53 -08:00
Igor Ignatyev
dc8a062958
8150757: [TESTBUG] compiler/ciReplay/TestVM.sh and compiler/ciReplay/TestVM_no_comp_level.sh fail when no compilations are happening
...
Reviewed-by: kvn
2019-01-23 18:45:34 -08:00
Igor Ignatyev
01e4948836
8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
...
Reviewed-by: kvn
2019-01-23 16:36:45 -08:00
Igor Ignatyev
5fc5bf4054
8158646: [jittester] generated tests may not compile by javac
...
Reviewed-by: kvn
2019-01-23 16:25:40 -08: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
Gary Adams
bb0212400f
8213245: Restoring nsk/jvmti/scenarios/hotswap tests from ProblemList.txt
...
Reviewed-by: jcbeyler, cjplummer, amenkov
2018-11-01 11:42:59 -04:00
Lois Foltan
9c5c6947cb
8212937: Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader
...
Fix to obtain the class loader's name from the java.lang.ClassLoader object instead of its ClassLoaderData.
Reviewed-by: coleenp, mbalao, sgehwolf
2018-11-07 13:54:22 -05:00
Dean Long
a9ae141836
8212605: Pure-Java implementation of AccessController.doPrivileged
...
Reviewed-by: dholmes, mullan, vlivanov, mchung, alanb, rriggs
2018-11-06 16:04:50 -08:00
Mandy Chung
9ffe7e1205
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
...
Reviewed-by: alanb, dfuchs, kvn
2018-11-06 10:01:16 -08:00
Dean Long
88fec44661
8204521: compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java fails trying to delete temp file
...
Reviewed-by: kvn
2018-11-05 22:22:49 -08:00
Kim Barrett
1e9d3b5358
8210986: Add OopStorage cleanup to ServiceThread
...
Service thread performs cleanup when notified.
Reviewed-by: coleenp, rehn
2018-11-05 18:27:14 -05:00
Roland Westrelin
b5d2e875f6
8209835: Aarch64: elide barriers on all volatile operations
...
Reviewed-by: aph, adinn
2018-11-05 12:53:55 +01:00
Roland Westrelin
03ef2b0df5
8211320: Aarch64: unsafe.compareAndSetByte() and unsafe.compareAndSetShort() c2 intrinsics broken with negative expected value
...
Reviewed-by: adinn, aph
2018-10-04 09:24:27 +02:00
Jean Christophe Beyler
e3a2417b63
8213246: Fix typo in vmTestbase failuire to failure
...
Fix failuire typo in two spots
Reviewed-by: mikael, dcubed, iignatyev
2018-11-03 12:37:55 -07:00
Ioi Lam
51f2d9801b
8211336: [TESTBUG] appcds tests with incorrect usage of -XX:+UseStringDeduplication
...
Reviewed-by: dholmes, ccheung, mseledtsov
2018-10-29 14:01:46 -07:00
Igor Ignatyev
bf800514ff
8213337: windows-x64-slowdebug build is broken by 8177708
...
Reviewed-by: dholmes
2018-11-02 23:44:45 -07:00
Jiangli Zhou
4b813da8c8
8209564: runtime/appcds/CDSandJFR.java timeout on tier6 on sparc
...
Set timeout 500 in CDSandJFR.java
Reviewed-by: dcubed
2018-11-02 19:30:31 -04:00
Igor Ignatyev
35871a8ca1
8213058: remove ExecuteInternalVMTests and VerboseInternalVMTests flags
...
Reviewed-by: erikj, dholmes, ihse
2018-11-02 16:27:55 -07:00
Igor Ignatyev
de6f5b33ed
8177708: Convert TestReserveMemorySpecial_test to Gtest
...
Reviewed-by: gziemski, vlivanov
2018-11-02 16:26:11 -07:00
Ekaterina Pavlova
49a3af9513
8152988: [AOT] Update test batch definitions to include aot-ed java.base module mode into hs-comp testing
...
Reviewed-by: kvn, erikj, ihse
2018-11-02 14:00:29 -07:00
Daniel D. Daugherty
d17f8229f7
8213308: ProblemList runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java
...
Reviewed-by: ccheung, darcy
2018-11-02 12:49:42 -04:00
Doug Simon
3d2f28b540
8212934: [JVMCI] do not propagate resolution error in HotSpotResolvedJavaFieldImpl.getType
...
Reviewed-by: kvn
2018-11-01 11:23:12 +01:00
Igor Ignatyev
0c061174b6
8177711: Convert TestVirtualSpaceNode_test to GTest
...
Reviewed-by: jwilhelm
2018-10-31 19:56:51 -07:00
Calvin Cheung
fc19077b52
8213000: Obsolete the IgnoreUnverifiableClassesDuringDump vm option
...
Remove code referencing the IgnoreUnverifiableClassesDuringDump
Reviewed-by: dholmes, jiangli
2018-10-31 14:00:51 -07:00
Bob Vandette
c656dde507
Merge
2018-10-31 16:27:31 -04:00
Bob Vandette
f7ebca2763
8213204: ReservedStackTest and ReservedStackTestCompiler tests fail on windows
...
Reviewed-by: fparain, dcubed, jwilhelm
2018-10-31 16:27:01 -04:00
Coleen Phillimore
d302072f50
8213211: [BACKOUT] Allow Klass::_subklass and _next_sibling to have unloaded classes
...
Reviewed-by: jiangli, jwilhelm
2018-10-31 14:38:14 -04:00
Bob Vandette
f161afb806
Merge
2018-10-31 10:48:13 -04:00
Thomas Schatzl
0d19f0bb51
6490394: G1: Allow heap shrinking / memory unmapping after reclaiming regions during Remark
...
Reviewed-by: sjohanss, sangheki
2018-10-31 13:43:57 +01:00
Robbin Ehn
80aa38305d
8212933: Thread-SMR: requesting a VM operation whilst holding a ThreadsListHandle can cause deadlocks
...
Reviewed-by: eosterlund, dcubed, sspitsyn, dholmes
2018-10-31 08:09:45 +01:00
Kim Barrett
3185dcf0f2
8212827: GlobalCounter should support nested critical sections
...
Support nested critical sections.
Reviewed-by: eosterlund, rehn, tschatzl
2018-10-30 18:06:35 -04:00
Bob Vandette
05027c124c
8209093: JEP 340: One AArch64 Port, Not Two
...
Reviewed-by: dholmes, erikj, mikael, shade, avoitylov, bulasevich
2018-10-30 10:39:19 -04:00
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