John Rose wrote:
On Sep 9, 2011, at 6:24 AM, Joe Darcy wrote:
So, I recommend the compile line for this test just be
@compile InvokeGenericTest.java
I agree. Thanks, Joe.
-- John
Thanks Joe, thanks John. I'll get this done as this test failure has
been annoying me.
-Alan
On Sep 9, 2011, at 6:24 AM, Joe Darcy wrote:
> So, I recommend the compile line for this test just be
>
> @compile InvokeGenericTest.java
I agree. Thanks, Joe.
-- John
Hello.
In langtools, our policy is *not* to have explicit -source or -target
flags in the regression tests unless a non-default older source/target
is needed. Unnecessary options have been removed from both langtools
and jdk. [1] [2]
So, I recommend the compile line for this test just be
@