History log of /openjdk10/hotspot/test/compiler/whitebox/ClearMethodStateTest.java
Revision Date Author Comments
# 11833:1cbffa2beba6 19-Aug-2016 ctornqvi

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


# 11707:ad7af1afda7a 12-Jul-2016 tpivovarova

8132919: Put compiler tests in packages
Reviewed-by: vlivanov, dpochepk
Contributed-by: igor.ignatyev@oracle.com


# 11098:927d84d0b391 30-Apr-2016 dsamersoff

8154258: [TESTBUG] Various serviceability tests fail compilation
Summary: Replace sun.misc.Unsafe with jdk.internal.misc.Unsafe
Reviewed-by: chegar, kvn


# 10971:9ca5fe972401 06-Apr-2016 neliasso

8151880: EnqueueMethodForCompilationTest.java still fails to compile method
Summary: Extract SimpleTestCaseHelper inner class
Reviewed-by: kvn


# 10473:ca0cd486254f 09-Mar-2016 neliasso

8066770: EnqueueMethodForCompilationTest.java fails to compile method
Summary: Make compiles blocking and always check queue
Reviewed-by: kvn


# 9473:5132864a5d5f 13-Nov-2015 neliasso

Merge


# 9443:a7b9e9e46fd4 06-Nov-2015 dpochepk

8138689: use package for /compiler/whitebox common classes
Summary: Moved CompilerWhiteBoxTest to package, updating tests accordingly
Reviewed-by: iignatyev


# 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


# 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


# 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


# 7217:2b1ea93ea45e 12-Oct-2014 thartmann

8046268: compiler/whitebox/ tests fail : must be osr_compiled
Summary: Added code to 'warm up' the methods before triggering OSR compilation by executing them a limited number of times. Like this, the profile information marks the loop exit as taken and we don't add an uncommon trap.
Reviewed-by: kvn, dlong, iignatyev


# 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


# 6781:7f6b21a3beb0 18-Jul-2014 iignatyev

8032449: Get rid of JMX in test/compiler
Reviewed-by: kvn


# 6674:f684db04b1b9 01-Jul-2014 iignatyev

8047996: Quarantine compiler/whitebox tests
Reviewed-by: vlivanov


# 5756:f9a4b59ae350 31-Dec-2013 iignatyev

8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
Reviewed-by: twisti
Contributed-by: anton.ivanov@oracle.com


# 5106:f99558245e5c 14-Aug-2013 iignatyev

8022832: Add WB APIs for OSR compilation
Reviewed-by: kvn


# 5077:11237ee74aae 10-Aug-2013 iignatyev

8019915: whitebox testClearMethodStateTest fails with tiered on sparc
Summary: 'compileonly' directive has beens added to each 'compiler/whitebox' test
Reviewed-by: kvn


# 4516:4b2eebe03f93 16-Apr-2013 iignatyev

8011971: WB API doesn't accept j.l.reflect.Constructor
Reviewed-by: kvn, vlivanov


# 4473:b84fd7d73702 09-Apr-2013 iignatyev

8007288: Additional WB API for compiler's testing
Reviewed-by: kvn, vlivanov