Re: RFR[9]:Fix java/lang/invoke/MethodHandleImpl's use of Unsafe.defineAnonymousClass()

2016-05-15 Thread shilpi.rast...@oracle.com
Thanks Vladimir and Remi. Please review updated webrev http://cr.openjdk.java.net/~srastogi/8149574/webrev/ Regards, Shilpi On 5/13/2016 7:31 PM, Vladimir Ivanov wrote: Good point, Remi. I agree that it's redundant. Best regards, Vladimir Ivanov On 5/13/16 4:51 PM, Remi Forax wrote: Also

Cleaner cleanup

2016-05-15 Thread Peter Levart
Hi Roger and others, When the new Cleaner API was created the implementation of Cleanable(s) was split into the low-level abstract [Soft|Weak|Phantom]Cleanable classes to be used internally for purposes where the footprint matters and their corresponding

Re: RFR: 8147588: Jar file and Zip file not removed in spite of the OPEN_DELETE flag

2016-05-15 Thread Xueming Shen
Thanks Alan, Here is the webrev with the first proposed change. http://cr.openjdk.java.net/~sherman/8147588/webrev/ -sherman On 5/14/2016 1:01 PM, Alan Bateman wrote: On 13/05/2016 22:09, Xueming Shen wrote: My memory suggests the reason we went to winFileHandleOpen() is for that windows'