Damjan Jovanovic 5a09774353 tests don't compile when building with OpenJDK
I get this error when compiling with "make openjdk=...." on both x86_64 and
arm:

compiling test classes
test/Arrays.java:90: error: reference to equals is ambiguous, both method
equals(float[],float[]) in Arrays and method equals(Object[],Object[]) in
Arrays match
      expect(java.util.Arrays.equals(null, null));

test/Arrays.java:95: error: reference to hashCode is ambiguous, both method
hashCode(double[]) in Arrays and method hashCode(Object[]) in Arrays match
      java.util.Arrays.hashCode(null);

The attached patch fixes this.
2012-08-04 07:29:39 -06:00
..
2011-03-15 17:51:32 -06:00
2011-11-03 12:30:51 -06:00
2008-11-02 15:25:51 -07:00
2011-01-20 09:33:50 -07:00
2011-01-27 21:06:01 -07:00
2011-01-20 09:39:16 -07:00