Re: RFR: implementation for JEP 334: JVM Constants API

2018-06-03 Thread Vicente Romero
Hi all, There is a new iteration of the implementation at: [1] http://cr.openjdk.java.net/~vromero/constant.api/webrev.10 [2] http://cr.openjdk.java.net/~vromero/constant.api/javadoc.10 main changes in this iteration: we have added additional tests to improve code coverage. Thanks, Vicente

Re: RFR(s): 8204243: remove Thread.destroy() and Thread.stop(Throwable)

2018-06-03 Thread Alan Bateman
On 03/06/2018 13:11, David Holmes wrote: Any suggestions as to how to do that in a practical and effective way? "As if done by the highly-dangerous, long-deprecated and finally removed Thread.stop(Throwable)" ? ;-) In all seriousness I hate to do anything that might suggest these are valid

Re: RFR(s): 8204243: remove Thread.destroy() and Thread.stop(Throwable)

2018-06-03 Thread David Holmes
On 2/06/2018 4:38 PM, Alan Bateman wrote: On 02/06/2018 06:36, David Holmes wrote: On 2/06/2018 10:43 AM, Stuart Marks wrote: : It looks to me like this interface resides on the debugger side of JDWP. I don't know exactly where it's implemented in the target VM, but I imagine it goes through