Richard Reingruber
|
a6ab9e4740
|
8258576: Try to get zerobased CCS if heap is above 32 and CDS is disabled
Reviewed-by: mdoerr, stuefe
|
2021-01-12 08:35:12 +00:00 |
|
Richard Reingruber
|
4a267f1bc2
|
8244847: Linux/PPC: runtime/CompressedOops/CompressedClassPointers: smallHeapTest fails
Reviewed-by: stuefe, mdoerr
|
2020-12-03 08:50:08 +00:00 |
|
Harold Seigel
|
56ea7864d4
|
8245215: Obsolete InitialBootClassLoaderMetaspaceSize and UseLargePagesInMetaspace
Reviewed-by: lfoltan, ccheung, stuefe, coleenp
|
2020-11-13 13:13:43 +00:00 |
|
Thomas Stuefe
|
7ba6a6bf00
|
8251158: Implementation of JEP 387: Elastic Metaspace
Reviewed-by: lkorinth, coleenp, iklam, rrich
|
2020-10-20 06:48:09 +00:00 |
|
Patric Hedlin
|
201d0a48d1
|
8246689: Enable independent compressed oops/class ptrs on Aarch64
Reviewed-by: eosterlund
|
2020-06-08 13:57:55 +02:00 |
|
Igor Ignatyev
|
dc91b06661
|
8244614: cleanup keywords used/available in hotspot testbase
Reviewed-by: coleenp, mseledtsov
|
2020-06-08 21:27:22 -07:00 |
|
Stefan Johansson
|
2ff952bf32
|
8245723: Remove PrintCompressedOopsMode and change gc+heap+coops info log to debug level
Reviewed-by: dholmes, coleenp, tschatzl
|
2020-05-27 11:48:13 +02:00 |
|
Thomas Stuefe
|
04e6b743db
|
8243392: Remodel CDS/Metaspace storage reservation
Reviewed-by: iklam, coleenp, ngasson, aph
|
2020-05-24 19:25:29 +02:00 |
|
Mikael Vidstedt
|
071bd521bc
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
|
2020-05-20 17:33:37 -07:00 |
|
Erik Österlund
|
382e5dc334
|
8241825: Make compressed oops and compressed class pointers independent (x86_64, PPC, S390)
Reviewed-by: coleenp, fparain, stuefe, mdoerr
|
2020-05-13 09:36:12 +00:00 |
|
Igor Ignatyev
|
c976be69c3
|
8244385: various clean-ups in runtime tests
Reviewed-by: minqi
|
2020-05-05 09:27:22 -07:00 |
|
Igor Ignatyev
|
46fe7e303b
|
8243945: use driver mode in runtime tests
Reviewed-by: dholmes, dcubed, gziemski
|
2020-04-29 19:51:45 -07:00 |
|
Stefan Karlsson
|
35af52dd4f
|
8244010: Simplify usages of ProcessTools.createJavaProcessBuilder in our tests
Reviewed-by: lmesnik, iignatyev, coleenp, dholmes
|
2020-04-29 08:52:18 +02:00 |
|
Igor Ignatyev
|
70e632d5ec
|
8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests
Reviewed-by: dholmes, stefank
|
2020-04-28 19:57:02 -07:00 |
|
Ioi Lam
|
d1ad0eaf8f
|
8233826: Change CDS dumping tty->print_cr() to unified logging
Reviewed-by: coleenp, dholmes, jiangli
|
2019-12-19 23:04:49 -08:00 |
|
Thomas Schatzl
|
bc97279caf
|
8235907: Fix tests referencing UseParallelOldGC
Remove tests using the obsolete UseParallelOldGC flag.
Reviewed-by: lkorinth, dlong
|
2019-12-16 23:07:37 +01:00 |
|
Harold Seigel
|
1c5322b998
|
8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
Don't run test on Windows because ASLR can cause unexpected memory addresses
Reviewed-by: coleenp
|
2019-11-21 18:54:21 +00:00 |
|
Leo Korinth
|
1fc67ab002
|
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
|
2019-11-13 11:37:29 +01:00 |
|
Coleen Phillimore
|
26da13e59c
|
8086003: Test fails on OSX with java.lang.RuntimeException 'Narrow klass base: 0x0000000000000000, Narrow klass shift: 3' missing
Make the test reserve 1G rather than 3G, so it is more reliable.
Reviewed-by: hseigel, stuefe
|
2019-10-28 16:41:47 -04:00 |
|
Rahul Raghavan
|
090734266c
|
8227439: Turn off AOT by default
Made UseAOT, AOTLibrary experimental and UseAOT false by default
Reviewed-by: iignatyev, kvn
|
2019-08-08 14:13:16 +05:30 |
|
Harold Seigel
|
871541b342
|
8220085: runtime/CompressedOops/UseCompressedOops.java times out on Windows intermittently
Increase the test's timeout to 480 and move it from tier1 to tier3.
Reviewed-by: lfoltan, mseledtsov
|
2019-03-08 08:19:16 -05:00 |
|
Harold Seigel
|
66aa45649a
|
8079353: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java failed on Windows when getting disjoint instead of zero based coops
On Windows, don't run sub-tests that can be affected by ASLR.
Reviewed-by: coleenp, mseledtsov
|
2019-02-15 07:53:03 -05:00 |
|
Aleksey Shipilev
|
12e769ad5a
|
8217854: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java fails with Shenandoah
Reviewed-by: dcubed, zgu
|
2019-01-28 10:24:23 +01:00 |
|
Roman Kennke
|
8b62a2ee9d
|
8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
Co-authored-by: Christine Flood <chf@redhat.com>
Co-authored-by: Aleksey Shipilev <shade@redhat.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Zhenygu Gu <zgu@redhat.com>
Co-authored-by: Andrew Haley <aph@redhat.com>
Co-authored-by: Andrew Dinn <adinn@redhat.com>
Co-authored-by: Mario Torre <mtorre@redhat.com>
Reviewed-by: kvn, roland, shade, coleenp, lmesnik, pliden, jgeorge, ihse, erikj
|
2018-12-10 15:47:44 +01: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 |
|
Igor Ignatyev
|
b3e18b4a1b
|
8208701: Fix for JDK-8208655 causes test failures in CI tier1
Reviewed-by: dholmes, dcubed
|
2018-08-02 16:16:02 -07:00 |
|
Igor Ignatyev
|
17891770c1
|
8208655: use JTreg skipped status in hotspot tests
Reviewed-by: kvn, hseigel, iklam
|
2018-08-02 14:40:55 -07:00 |
|
Vladimir Kozlov
|
42e75b8c79
|
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
Reviewed-by: iignatyev, kbarrett
|
2018-06-07 17:38:34 -07:00 |
|
Stefan Karlsson
|
a0b2b211cb
|
8204167: Filter out tests requiring compressed oops when CompressedOops is disabled
Reviewed-by: coleenp, kbarrett
|
2018-06-05 15:56:17 +02:00 |
|
Ioi Lam
|
cac6379cc4
|
8188105: Make -Xshare:auto the default for server VM
Reviewed-by: dholmes, lfoltan, acorn, mseledtsov, jiangli
|
2018-04-23 07:51:46 -07:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|