Paul Sandoz
|
2c9ed8e178
|
8188870: Bump classfile version number to 54
Reviewed-by: alanb, dholmes, coleenp, mcimadamore
|
2017-11-03 10:01:08 -07:00 |
|
Calvin Cheung
|
6feaa2cb69
|
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 |
|
Rahul Raghavan
|
2c74ca8c08
|
8191313: compiler/runtime/SpreadNullArg.java fails in tier1
Corrected SpreadNullArg.java test to expect NullPointerException after 8157246 fix
Reviewed-by: dcubed, mchung
|
2017-11-26 09:05:13 -08: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 |
|
Claes Redestad
|
3880f3db74
|
8221724: Enable archiving of Strings with hash 0
Reviewed-by: jiangli, iklam
|
2019-04-02 11:37:11 +02:00 |
|
Sangheon Kim
|
4494be3b5f
|
8221517: G1: Reserved page size for heap can be wrong
Reviewed-by: tschatzl, kbarrett
|
2019-04-01 14:54:48 -07:00 |
|
Christian Tornqvist
|
9910128b44
|
8212627: [TESTBUG] runtime/CreateMirror/ArraysNewInstanceBug.java timed out
Reviewed-by: coleenp, dcubed, hseigel
|
2019-04-01 14:34:24 -07:00 |
|
Nick Gasson
|
0eadf53694
|
8220707: [TESTBUG] serviceability/sa/TestHeapDumpForLargeArray.java fails with jtreg -vmoption:-Xmx < 8g
Reviewed-by: clanger, sballal, jcbeyler
|
2019-03-29 09:31:44 +00:00 |
|
Thomas Stuefe
|
be4416fdda
|
8221480: jcmd VM.metaspace shall print limits in basic mode
Reviewed-by: adinn, rehn
|
2019-03-26 16:26:33 +01:00 |
|
Ioi Lam
|
e2ffa15762
|
8221351: Crash in KlassFactory::check_shared_class_file_load_hook
Reviewed-by: dholmes, ccheung
|
2019-03-29 08:42:32 -07:00 |
|
Zhengyu Gu
|
b51de3d73a
|
8221688: Quarantine Shenandoah string dedup tests
Reviewed-by: rkennke
|
2019-03-29 10:21:18 -04:00 |
|
Per Lidén
|
7a623e6e46
|
8221540: ZGC: Reduce width of zForwardingEntry::from_index field
Reviewed-by: stefank, eosterlund
|
2019-03-28 19:43:59 +01:00 |
|
Thomas Stuefe
|
dbe0da648a
|
8220786: Create new switch to redirect error reporting output to stdout or stderr
Reviewed-by: dholmes, goetz
|
2019-03-25 09:35:40 +01:00 |
|
Goetz Lindenmaier
|
2da45f12f2
|
8221398: Move test NoClassDefFoundMsg.java to subdir exceptionMsgs/
Reviewed-by: coleenp
|
2019-03-28 09:15:41 +01:00 |
|
Daniil Titov
|
6d77c76cf2
|
8218727: vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/TestDescription.java crash in native library
Reviewed-by: sspitsyn, gadams
|
2019-03-28 04:26:36 +00:00 |
|
Mikhailo Seledtsov
|
ea59f49e55
|
8221527: [TESTBUG] DockerBasicTest.java contains hard-coded reference to JDK 10
Using Docker test library to get the image name
Reviewed-by: dholmes
|
2019-03-27 08:38:05 -07:00 |
|
Rahul Raghavan
|
3f0955154d
|
8219612: compiler.codecache.stress.Helper.TestCaseImpl can't be defined in different runtime package as its nest host
Test rewritten to use top level classes rather then nested ones
Reviewed-by: iignatyev, kvn, thartmann
|
2019-03-27 18:33:48 +05:30 |
|
Per Lidén
|
229d923b27
|
8221396: Clean up serviceability/sa/TestUniverse.java
Reviewed-by: stefank, jcbeyler
|
2019-03-27 10:38:49 +01:00 |
|
Ioi Lam
|
c532be950a
|
8217347: [TESTBUG] runtime/appcds/jvmti/InstrumentationTest.java timed out
Avoid using VirtualMachine.list(). Use Process.pid() instead.
Reviewed-by: dholmes
|
2019-03-26 11:34:40 -07:00 |
|
Serguei Spitsyn
|
4df14bb14b
|
8221513: Add vmTestbase/nsk/jdb/eval/eval001/eval001.java to ProblemList.txt
Add test to the ProblemList.txt
Reviewed-by: dcubed
|
2019-03-26 14:43:23 -07:00 |
|
Mikhailo Seledtsov
|
7f9103968f
|
8221342: [TESTBUG] Generate Dockerfile for docker testing
Dockerfile is generated; introduced properties to specify custom base image
Reviewed-by: sgehwolf, dholmes, jiefu
|
2019-03-26 13:25:26 -07:00 |
|
Volker Simonis
|
6efb59fad7
|
8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected"
Reviewed-by: kvn, mdoerr
|
2019-03-26 18:42:10 +01:00 |
|
Robbin Ehn
|
06fa31e9bc
|
8221472: Fix HandshakeSuspendExitTest
Reviewed-by: dcubed, redestad
|
2019-03-26 14:49:54 +01:00 |
|
Gary Adams
|
c986cef7ba
|
8218128: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003 and 004 use wrong path to test classes
Reviewed-by: cjplummer, dholmes, lmesnik
|
2019-03-26 07:24:26 -04:00 |
|
Robbin Ehn
|
ed3542d53b
|
8220774: Add HandshakeALot diag option
Reviewed-by: dcubed, dholmes
|
2019-03-26 12:08:51 +01:00 |
|
Volker Simonis
|
f9c08cc6fb
|
8221083: [ppc64] Wrong oop compare in C1-generated code
Reviewed-by: mdoerr, goetz
|
2019-03-26 11:51:41 +01:00 |
|
Daniil Titov
|
57bf6a1800
|
8217827: [Graal] Some vmTestbase/nsk/jvmti/ResourceExhausted tests failing
Reviewed-by: cjplummer, jcbeyler, dholmes
|
2019-03-26 04:19:39 +00:00 |
|
Thomas Schatzl
|
efe03d5a90
|
8219100: Improve do_collection_pause_at_safepoint
Reviewed-by: kbarrett, sangheki
|
2019-03-25 14:11:09 +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 |
|