log test/compiler/whitebox/IsMethodCompilableTest.java @ 20651:600c44255e5f

age author description
Tue, 11 Nov 2014 11:05:41 +0100 thartmann 8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations'
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Mon, 09 Jun 2014 10:32:49 +0200 neliasso 8040244: compiler/whitebox/IsMethodCompilableTest.java fails
Tue, 28 Jan 2014 15:05:46 +0100 neliasso 8007270: Make IsMethodCompilable test work with tiered
Thu, 06 Mar 2014 12:47:45 +0400 iignatyev 8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Mon, 24 Mar 2014 21:30:43 +0100 Doug Simon Backed out merge changeset: b51e29501f30
Thu, 06 Mar 2014 12:47:45 +0400 iignatyev 8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
Tue, 28 Jan 2014 15:05:46 +0100 neliasso 8007270: Make IsMethodCompilable test work with tiered
Tue, 31 Dec 2013 19:26:57 +0400 iignatyev 8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
Sat, 28 Sep 2013 12:32:10 +0400 iignatyev 8023452: TestCase$Helper(java.lang.Object) must be osr_compiled
Wed, 14 Aug 2013 23:50:23 +0400 iignatyev 8022832: Add WB APIs for OSR compilation
Sat, 10 Aug 2013 10:01:12 +0400 iignatyev 8019915: whitebox testClearMethodStateTest fails with tiered on sparc
Tue, 16 Apr 2013 10:04:01 -0700 iignatyev 8011971: WB API doesn't accept j.l.reflect.Constructor
Tue, 09 Apr 2013 09:54:17 -0700 iignatyev 8007288: Additional WB API for compiler's testing
Mon, 18 Mar 2013 04:29:08 -0700 iignatyev 8008211: Some of WB tests on compiler fail
Tue, 19 Feb 2013 18:45:49 +0100 mgerdin 8006753: fix failed for JDK-8002415 White box testing API for HotSpot
Wed, 13 Feb 2013 08:29:04 -0800 iignatyev 8006683: Add WhiteBox API to testing of compiler