[aarch64-port-dev ] Type profiling for interpreter and C1

Edward Nevill ed at camswl.com
Fri Jun 27 20:58:42 UTC 2014


On Tue, 2014-06-24 at 13:35 +0100, Andrew Haley wrote:
> New tests which pass:
> 
> Passed: compiler/types/TestSpeculationFailedHigherEqual.java
> Passed: compiler/types/TestMeetTopArrayExactConstantArray.java
> Passed: compiler/types/TypeSpeculation.java
> Passed: compiler/types/correctness/CorrectnessTest.java
> Passed: compiler/types/correctness/OffTest.java
> Passed: compiler/profiling/TestMethodHandleInvokesIntrinsic.java
> Passed: compiler/profiling/TestUnexpectedProfilingMismatch.java
> Passed: compiler/profiling/unloadingconflict/TestProfileConflictClassUnloading.java
> 
> Andrew.
> 

Thanks for doing this. The following patch re-enables these tests in the overnight tests.

Ed.

--- CUT HERE ---
# HG changeset patch
# User Edward Nevill edward.nevill at linaro.org
# Date 1403901587 -3600
#      Fri Jun 27 21:39:47 2014 +0100
# Node ID 9e42859353cb54f866580d035fae58dbc02a763e
# Parent  a7b7cd76104dc0bd4c5cb82e2f7e32c15c5ee257
Reinstate type profiling tests

diff -r a7b7cd76104d -r 9e42859353cb test/exclude_aarch64.txt
--- a/test/exclude_aarch64.txt  Tue Jun 17 15:15:00 2014 +0100
+++ b/test/exclude_aarch64.txt  Fri Jun 27 21:39:47 2014 +0100
@@ -1,13 +1,3 @@
-# The following all fail with the message
-# "Type profiling not implemented on this platform"
-compiler/types/TestSpeculationFailedHigherEqual.java generic-all
-compiler/types/correctness/CorrectnessTest.java generic-all
-compiler/types/correctness/OffTest.java generic-all
-compiler/types/TestMeetTopArrayExactConstantArray.java generic-all
-compiler/types/TypeSpeculation.java generic-all
-compiler/profiling/unloadingconflict/TestProfileConflictClassUnloading.java generic-all
-compiler/profiling/TestUnexpectedProfilingMismatch.java generic-all
-#---------------------------------------------------------------------
 # These tests also fail on x86
 gc/arguments/TestMinInitialErgonomics.java generic-all
 gc/g1/TestGCLogMessages.java generic-all
--- CUT HERE ---




More information about the aarch64-port-dev mailing list