History log of /openjdk9/hotspot/test/gc/g1/TestHumongousCodeCacheRoots.java
Revision Date Author Comments
# 11909:59fe439d8f97 29-Aug-2016 dfazunen

8164660: MinimalVM is not tested with GC tests
Reviewed-by: jmasa, tschatzl


# 11833:1cbffa2beba6 19-Aug-2016 ctornqvi

8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff


# 10551:b64432bae527 09-Apr-2016 chegar

8153737: Unsupported Module
Reviewed-by: alanb, mchung, psandoz


# 9300:f81484d852ac 29-Oct-2015 cjplummer

8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests
Summary: Use new external.lib.roots property in TEST.ROOT so /../../test/lib is not needed.
Reviewed-by: mseledtsov, sla, iklam


# 8359:ed6389f70257 04-May-2015 ykantser

8067013: Rename the com.oracle.java.testlibary package
Reviewed-by: dholmes, gtriantafill, sla
Contributed-by: alexander.kulyakhtin@oracle.com


# 8013:f4b8d39bd2a7 26-Mar-2015 ykantser

8075586: Add @modules as needed to the open hotspot tests
Reviewed-by: sla, ctornqvi, lfoltan, mchung, alanb
Contributed-by: alexander.kulyakhtin@oracle.com


# 7719:8dfd8b00c7f1 15-Jan-2015 jwilhelm

8068026: [TESTBUG] Check for -client in gc/g1/TestHumongousCodeCacheRoots.java
Summary: Skip test if -client is not supported.
Reviewed-by: jwilhelm, simonis
Contributed-by: goetz.lindenmaier@sap.com


# 7578:579e9a019f35 12-Dec-2014 thartmann

8066433: Move Whitebox test library to top level repository
Summary: Moved Whitebox test library to top level repository.
Reviewed-by: iignatyev, sla, mr


# 7280:956bdea3c7e0 24-Oct-2014 anoll

8046809: vm/mlvm/meth/stress/compiler/deoptimize CodeCache is full.
Summary: Use separate sweeper thread; enables more aggressive sweeping.
Reviewed-by: kvn, jrose


# 6865:d5d005f1d973 11-Aug-2014 mgerdin

8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
Reviewed-by: kvn, iignatyev, mgerdin
Contributed-by: andrey.x.zakharov@oracle.com


# 5652:28674af341ac 07-Nov-2013 tschatzl

8027756: assert(!hr->isHumongous()) failed: code root in humongous region?
Summary: Change checks for isHumongous() to continuesHumongous() as installing a code root for a humongous object is valid, but not for continuations of humongous objects. Cleaned up asserts.
Reviewed-by: jmasa, tamao