Calvin Cheung
|
81032ed30f
|
8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
Backout the fix for 8190975
Reviewed-by: iklam, kvn
|
2017-11-22 16:08:39 -08:00 |
|
Christian Tornqvist
|
cd0c6d0fae
|
8191768: Introduce a concurrency factor to be able to scale up or down jtreg concurrency when running Hotspot tests
Reviewed-by: erikj
|
2017-11-22 14:31:48 -05:00 |
|
Alexander Harlap
|
cb1ea0fc33
|
8187819: gc/TestFullGCALot.java fails on jdk10 started with "-XX:-UseCompressedOops" option
Need to initialized metaspace performance counters before their potential use
Reviewed-by: tschatzl, sjohanss
|
2017-11-16 14:06:44 -05:00 |
|
Calvin Cheung
|
4b08777a6a
|
8191739: [TESTBUG] test/hotspot/jtreg/runtime/LoadClass/TestResize.java fails to compile after JDK-8191580
Added missing import statement
Reviewed-by: dcubed, dholmes
|
2017-11-21 15:45:33 -08:00 |
|
Calvin Cheung
|
e7ff0665e4
|
8188122: Path length limits on Windows leads to obscure class loading failures
Used the unicode version of windows API's to handled long paths and avoid using the stat() function.
Reviewed-by: stuefe, iklam
|
2017-11-21 09:49:52 -08:00 |
|
Dean Long
|
fb89c1729c
|
8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
Reviewed-by: vlivanov, dpochepk
|
2017-11-21 09:04:42 -08:00 |
|
Gerard Ziemski
|
cdabc7a61c
|
8191580: open/test/hotspot/jtreg/runtime/LoadClass/TestResize fails on product build
Guarded the test with the tag requiring debug build
Reviewed-by: jiangli
|
2017-11-21 10:21:24 -06:00 |
|
Erik Helin
|
26aa579a78
|
8182284: G1Analytics uses uninitialized fields
Reviewed-by: tschatzl, sjohanss
|
2017-11-21 08:33:54 +01:00 |
|
Sharath Ballal
|
7367af0bf3
|
8191401: [TESTBUG] serviceability/sa/ClhsdbFlags.java can fail due to UseJVMCICompiler
Reviewed-by: dholmes, jgeorge
|
2017-11-21 11:27:46 +05:30 |
|
Ekaterina Pavlova
|
d7f5a6e86e
|
8190975: [Graal] Tests which run with "--limit-modules java.base" could fail when Graal is used as JIT
Reviewed-by: dholmes, alanb
|
2017-11-20 14:02:10 -08:00 |
|
Nils Eliasson
|
fc7955d5fc
|
8160548: Inconsistent inlining behavior with CompileOnly
Can_be_compiled should not affect inlining
Reviewed-by: thartmann
|
2017-11-20 09:50:27 +01:00 |
|
Nils Eliasson
|
c5e0971547
|
8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds
Compile fewer methods
Reviewed-by: thartmann, kvn
|
2017-11-20 09:50:23 +01:00 |
|
Mikhailo Seledtsov
|
eadfc06bd0
|
8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
Created tests for the feature
Reviewed-by: bobv, iignatyev
|
2017-11-16 19:01:01 -08:00 |
|
Bob Vandette
|
b1569d5b55
|
Merge
|
2017-11-16 18:06:14 -05:00 |
|
Chris Plummer
|
24694f63fe
|
8186540: [TESTBUG] serviceability/dcmd/jvmti/LoadAgentDcmdTest.java failed to clean up files in agentvm mode
Run the test in "othervm" mode
Reviewed-by: sspitsyn, dholmes
|
2017-11-16 14:47:31 -08:00 |
|
Bob Vandette
|
68c5f06bc1
|
Merge
|
2017-11-16 09:50:49 -05:00 |
|
Bob Vandette
|
20a8de0f70
|
8146115: Improve docker container detection and resource configuration usage
Reviewed-by: dholmes, kbarrett, phh
|
2017-11-15 10:34:17 -05:00 |
|
Coleen Phillimore
|
2f84103a78
|
Merge
|
2017-11-15 08:25:28 -05:00 |
|
Coleen Phillimore
|
f93a6a5715
|
8179603: create a jtreg test group for hotspot tests excluding application testing
Reviewed-by: dholmes, sspitsyn
|
2017-11-15 08:14:56 -05:00 |
|
Coleen Phillimore
|
7e7935286b
|
8191315: Add serviceability/sa/TestRevPtrsForInvokeDynamic.java to ProblemList.txt
Reviewed-by: dholmes, sspitsyn
|
2017-11-15 08:14:31 -05:00 |
|
Stefan Johansson
|
6929e0f05a
|
8186571: Implementation: JEP 307: Parallel Full GC for G1
Improve G1 worst-case latencies by making the full GC parallel.
Reviewed-by: tschatzl, sangheki, ehelin
|
2017-11-14 11:33:23 +01:00 |
|
Tobias Hartmann
|
b0c9129d6c
|
8190797: OSR compilation fails with "assert(__the_thread__->can_call_java()) failed: can not load classes with compiler thread"
Bail out with a meaningful error message in case we cannot throw a Java exception.
Reviewed-by: kvn, dholmes
|
2017-11-10 13:10:54 +01:00 |
|
Roland Westrelin
|
85d2a057a4
|
8186125: "DU iteration must converge quickly" assert in split if with unsafe accesses
Added missing checks for Opaque4Node in split-if code
Reviewed-by: kvn
|
2017-11-09 12:43:13 -08:00 |
|
Jini George
|
45cdd91ca3
|
8190307: SA tests for the clhsdb commands: universe, intconstant, type
SA Test cases for the clhsdb commands: universe, intconstant, type
Reviewed-by: dholmes, sballal
|
2017-11-16 11:58:20 +05:30 |
|
Sharath Ballal
|
776767764b
|
8190198: SA: Framework for writing 'jhsdb clhsdb' commands tests and testcases for some of the commands
Reviewed-by: jgeorge, dholmes
|
2017-11-16 09:26:48 +05:30 |
|
Coleen Phillimore
|
97afaf1423
|
8191370: Add serviceability agent tests to tier1
Reviewed-by: gtriantafill, dcubed
|
2017-11-15 16:48:24 -05:00 |
|
Roland Westrelin
|
002aff0a75
|
8190375: Java Crash in JavaBug.formatPos(I)Ljava/lang/String
Skip the logic that set the value of the Phi iv if the exit condition is "not equal"
Reviewed-by: thartmann, mdoerr
|
2017-11-13 14:53:28 -05:00 |
|
David Holmes
|
2aecf1b321
|
8190881: [TESTBUG] test.runtime.ErrorHandling.TestOnError comment is incomplete
Reviewed-by: iignatyev
|
2017-11-09 00:52:15 -05:00 |
|
Igor Ignatyev
|
8c073d124b
|
8190890 : remove hotspot_tier1_{compiler,gc}_closed groups
Reviewed-by: ehelin, lmesnik
|
2017-11-08 11:44:37 -08:00 |
|
Jesper Wilhelmsson
|
3c76c33dba
|
Merge
|
2017-11-07 08:47:47 +01:00 |
|
Thomas Schatzl
|
d7b2fafd3d
|
8190703: TestSystemGCWith* infrequently times out on SPARC
Give the test a timeout after which it ends on its own.
Reviewed-by: shade, sjohanss
|
2017-11-07 13:51:18 +01:00 |
|
Doug Simon
|
67b21ffa1d
|
8186478: [JVMCI] rename HotSpotResolvedJavaMethod#setNotInlineableOrCompileable
Reviewed-by: kvn, thartmann
|
2017-11-06 12:17:59 +01:00 |
|
Jamsheed Mohammed C M
|
34deb9cc2a
|
8167409: Invalid value passed to critical JNI function
The tmp reg used to break the shuffling cycle (handled in ComputeMoveOrder) is set to 64 bit.
Reviewed-by: dlong
|
2017-11-06 04:14:22 -08:00 |
|
Leo Korinth
|
c2935fa4a4
|
8186502: Assert when range testing G1RefProcDrainInterval on 64-bit systems
Reviewed-by: sjohanss, sangheki
|
2017-11-06 09:41:54 +01:00 |
|
Stefan Johansson
|
16963a0d5c
|
8190353: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can still fail
Reviewed-by: sangheki, eosterlund
|
2017-11-06 11:11:44 +01:00 |
|
Jamsheed Mohammed C M
|
ef98509665
|
8167408: Invalid critical JNI function lookup
Made correction to arg_size calculation in NativeLookup::lookup_critical_entry
Reviewed-by: dholmes, dlong, mdoerr, vlivanov
|
2017-11-06 00:30:36 -08:00 |
|
Calvin Cheung
|
c39d2071f0
|
8187347: Do not abort CDS archive creation when some classes are unverifiable
Deprecating the IgnoreUnverifiableClassesDuringDump vm option in JDK10 and set its default value to true
Reviewed-by: dholmes, jiangli
|
2017-11-03 10:48:26 -07:00 |
|
Kumar Srinivasan
|
105a51b96d
|
8190287: Update JDK's internal ASM to ASMv6
Reviewed-by: alanb, mchung, sundar
|
2017-11-02 13:18:23 -07:00 |
|
Gerard Ziemski
|
a043febf6f
|
8184765: Dynamically resize SystemDictionary
Implemented dynamic resizing, which triggers when load factor is too high
Reviewed-by: coleenp, rehn
|
2017-11-02 11:00:34 -05:00 |
|
Igor Ignatyev
|
92254a72a4
|
8186618: [TESTBUG] Test applications/ctw/Modules.java doesn't have timeout and hang on windows
Reviewed-by: jwilhelm, epavlova
|
2017-10-31 16:31:39 -07:00 |
|
Coleen Phillimore
|
e908052a71
|
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Removed hotspot version of jvm*h and jni*h files.
Reviewed-by: ihse, mchung, dholmes
|
2017-10-31 11:55:09 -04:00 |
|
Tobias Hartmann
|
832d68597e
|
8190351: InitialAndMaxUsageTest does not free allocated blob
Refactored test to add blob to free list and changed the allocation loop to start with blobs of size ~36 Mb.
Reviewed-by: kvn
|
2017-10-31 09:33:47 +01:00 |
|
Sangheon Kim
|
4101ba9a13
|
8185278: TestGreyReclaimedHumongousObjects.java fails guarantee(index != trim_index(_head_index + 1)) failed: should not go past head
Add STS to avoid MMU concurrency problem between VM Thread and Concurrent Mark Thread
Reviewed-by: tschatzl, ehelin
|
2017-10-26 21:30:48 -07:00 |
|
Roland Westrelin
|
3a205924e4
|
8188151: "assert(entry_for(catch_pco, handler_bcis->at(i), scope_depth)->pco() == handler_pcos->at(i))" failure with C1
Reviewed-by: kvn, dlong
|
2017-10-10 14:05:04 +02:00 |
|
Sharath Ballal
|
b7dc6e4e41
|
8189061: serviceability/sa/TestInstanceKlassSize.java - Unable to find instance klass for null
Reviewed-by: jgeorge, dholmes
|
2017-10-24 15:44:29 +05:30 |
|
Jamsheed Mohammed C M
|
dc50d0a8b2
|
8168712: [AOT] assert(false) failed: DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_base: last_sp != NULL
Skip the assert for this specific case, as it is not an issue.
Reviewed-by: coleenp, dlong, kvn
|
2017-10-24 06:06:56 -07:00 |
|
Roman Kennke
|
7030019135
|
8171853: Remove Shark compiler
Reviewed-by: dholmes, kvn, erikj, ihse
|
2017-10-15 22:54:03 +02:00 |
|
Harold Seigel
|
99bf982432
|
8174954: Parameter target type is allowed access after a module read edge or a package export has occurred after failed resolution
Store resolution exception in resolution_error table and set flag in cpCache indicating resolution failed.
Reviewed-by: acorn, jrose, dholmes, lfoltan
|
2017-10-23 10:42:26 -04:00 |
|
Serguei Spitsyn
|
ba7368fbd6
|
Merge
|
2017-10-21 00:06:50 +00:00 |
|
Yasumasa Suenaga
|
c4706f598d
|
8151815: Could not parse core image with JSnap
Reviewed-by: dholmes, sspitsyn
|
2017-10-21 07:00:23 +09:00 |
|