Re: JDK 9 RFR to remove a raw lint warning from java/lang/invoke/MethodHandleImpl.java

2014-03-05 Thread Vladimir Ivanov
Joe, Looks good (not a Reviewer)! Thanks for the fix. Best regards, Vladimir Ivanov On 3/4/14 6:03 AM, Joe Darcy wrote: Hello, The recent changeset for 8027827: Improve performance of catchException combinator 8034120: MethodHandles.catchException doesn't handle VarargsCollector ri

Re: JDK 9 RFR to remove a raw lint warning from java/lang/invoke/MethodHandleImpl.java

2014-03-05 Thread Remi Forax
On 03/05/2014 07:56 PM, Joe Darcy wrote: *ping* Fixing this issue will restore raw lint warning cleanliness to core libs :-) Thanks, -Joe looks good :) Rémi On 03/03/2014 06:03 PM, Joe Darcy wrote: Hello, The recent changeset for 8027827: Improve performance of catchException co

Re: JDK 9 RFR to remove a raw lint warning from java/lang/invoke/MethodHandleImpl.java

2014-03-05 Thread Joe Darcy
*ping* Fixing this issue will restore raw lint warning cleanliness to core libs :-) Thanks, -Joe On 03/03/2014 06:03 PM, Joe Darcy wrote: Hello, The recent changeset for 8027827: Improve performance of catchException combinator 8034120: MethodHandles.catchException doesn't handle V

JDK 9 RFR to remove a raw lint warning from java/lang/invoke/MethodHandleImpl.java

2014-03-03 Thread Joe Darcy
Hello, The recent changeset for 8027827: Improve performance of catchException combinator 8034120: MethodHandles.catchException doesn't handle VarargsCollector right introduced a raw lint warning to the core libraries. Please review the patch below which removes the warning by adding