Re: test/java/lang/invoke/InvokeGenericTest.java

2011-09-09 Thread Alan Bateman
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

Re: test/java/lang/invoke/InvokeGenericTest.java

2011-09-09 Thread John Rose
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

Re: test/java/lang/invoke/InvokeGenericTest.java

2011-09-09 Thread Joe Darcy
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 @