log graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/AheadOfTimeCompilationTest.java @ 10075:c0e9ae41ed17

age author description
Mon, 17 Jun 2013 22:09:44 +0200 Bernhard Urban unittest/aot: add testcase for BoxingSnippets
Thu, 13 Jun 2013 11:25:46 +0200 Christos Kotselidis Merge
Thu, 13 Jun 2013 11:25:07 +0200 Christos Kotselidis Remove graph from HotSpotNMethod
Wed, 12 Jun 2013 16:04:43 +0200 Bernhard Urban unittest/aot: add testcase for string objects
Wed, 12 Jun 2013 16:04:43 +0200 Bernhard Urban unittest/aot: use assert methods instead of keyword
Wed, 12 Jun 2013 16:04:43 +0200 Bernhard Urban unittest/aot: add test for primitive types
Wed, 12 Jun 2013 16:04:42 +0200 Bernhard Urban add option to enable ahead of time compilation for hotspot (GRAAL-290)
Wed, 12 Jun 2013 10:12:46 +0200 Bernhard Urban class constants: add hotspot specific phase to load java mirror via klass* (GRAAL-290)
Wed, 12 Jun 2013 10:12:38 +0200 Bernhard Urban unittest/aot: create suites on every compilation
Mon, 10 Jun 2013 17:00:14 +0200 Roland Schatz Use Suites mechanism for HotSpot specific compiler phases.
Mon, 10 Jun 2013 16:06:09 +0200 Roland Schatz Create Suites instance in runtime.
Mon, 10 Jun 2013 15:41:23 +0200 Bernhard Urban GraalOptions: use static import
Thu, 06 Jun 2013 21:22:43 +0200 Bernhard Urban unittest/aot: disable one part of the test
Thu, 06 Jun 2013 11:36:07 +0200 Bernhard Urban unittest: add test for OptCanonicalizeReads