Christian Tornqvist
|
ad85e18f23
|
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
|
2016-08-19 10:06:30 -04:00 |
|
Dmitry Fazunenko
|
b831167138
|
8161990: Un-quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java
Reviewed-by: tschatzl
|
2016-07-27 21:16:38 +04:00 |
|
Alejandro Murillo
|
560886751b
|
Merge
|
2016-07-21 20:09:19 -07:00 |
|
Dmitry Fazunenko
|
92110548e8
|
8161552: Test issue: VM init failed: GC triggered before VM initialization completed. Try increasing NewSize, current value 768K
Reviewed-by: tschatzl, jmasa, zmajo
|
2016-07-21 17:12:35 +04:00 |
|
Stefan Johansson
|
277d5f6f08
|
8152239: hotspot/test/gc/TestSmallHeap.java failed in jdk9
Reviewed-by: mgerdin, dfazunen, mchernov
|
2016-06-02 09:44:41 +02:00 |
|
Dmitry Samersoff
|
85deb5aa7e
|
8154258: [TESTBUG] Various serviceability tests fail compilation
Replace sun.misc.Unsafe with jdk.internal.misc.Unsafe
Reviewed-by: chegar, kvn
|
2016-05-01 12:47:00 +03:00 |
|
Zoltan Majo
|
a9adc6f650
|
8161660: Quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java
Quarantine test.
Reviewed-by: dholmes, thartmann
|
2016-07-19 10:14:34 +02:00 |
|
Alan Bateman
|
f30fc1c88b
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: acorn, ccheung, coleenp, ctornqvi, dholmes, dsimms, gtriantafill, iklam, jiangli, mgronlun, mseledtsov, cjplummer, sspitsyn, stefank, twisti, hseigel, lfoltan, alanb, mchung, dfazunen
|
2016-03-17 19:04:01 +00:00 |
|
Chris Plummer
|
d78d0c4fa4
|
8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests
Use new external.lib.roots property in TEST.ROOT so /../../test/lib is not needed.
Reviewed-by: mseledtsov, sla, iklam
|
2015-10-29 12:04:04 -07:00 |
|
Kim Barrett
|
30a72c7647
|
8076613: gc/TestSmallHeap.java failed with OOME
Disable test when compressed oops are disabled.
Reviewed-by: tschatzl, brutisso
|
2015-06-02 19:19:37 -04:00 |
|
Alexander Kulyakthin
|
462f735dac
|
8067013: Rename the com.oracle.java.testlibary package
Reviewed-by: dholmes, gtriantafill, sla
|
2015-05-04 16:30:07 +02:00 |
|
Shanliang Jiang
|
38e3be4c28
|
8042901: Allow com.sun.management to be in a different module to java.lang.management
Reviewed-by: mchung, dfuchs, erikj, jbachorik
|
2015-04-17 10:53:31 +02:00 |
|
Alexander Kulyakthin
|
01b9971365
|
8075586: Add @modules as needed to the open hotspot tests
Reviewed-by: sla, ctornqvi, lfoltan, mchung, alanb
|
2015-03-26 16:36:56 +01:00 |
|
Jesper Wilhelmsson
|
8107130954
|
8071335: gc/TestSmallHeap.java throw OOM
To avoid OOME, do not run with -Xcomp
Reviewed-by: brutisso, tschatzl
|
2015-03-02 16:19:59 +01:00 |
|
Stefan Johansson
|
3a11c1d75c
|
8069011: gc/TestSmallHeap.java failing in nightly
Using @requires to avoid running with AggressiveOpts turned on.
Reviewed-by: jwilhelm, brutisso
|
2015-01-19 10:08:07 +01:00 |
|
Bengt Rutisson
|
24d3bb517b
|
8068653: TestSmalllHeap.java fails when the page size is 64k
Reviewed-by: tschatzl
|
2015-01-09 08:38:23 +01:00 |
|
Bengt Rutisson
|
d418f56e60
|
8067873: gc/TestSmallHeap.java does not compile
Reviewed-by: mgerdin, jwilhelm
|
2014-12-18 13:37:02 +01:00 |
|
Bengt Rutisson
|
eec8524e84
|
8067438: Add test to verify minimal heap size
Reviewed-by: dfazunen, ehelin
|
2014-12-17 09:47:14 +01:00 |
|