|
Hi Stuart,
The Serviceability changes look good. But the fix below is not clear to me: http://cr.openjdk.java.net/~smarks/reviews/8204243/webrev.1/src/hotspot/share/prims/jvmti.xml.udiff.html <function id="StopThread" num="7">
<synopsis>Stop Thread</synopsis>
<description>
- Send the specified asynchronous exception to the specified thread
- (similar to <code>java.lang.Thread.stop</code>).
+ Send the specified asynchronous exception to the specified thread.
Normally, this function is used to kill the specified thread with an
- instance of the exception <code>ThreadDeath</code>.
+ instance of the exception <code>ThreadDeath</code>, similar to
+ <code>java.lang.Thread.stop</code>.
</description>
A reference to the java.lang.Thread.stop has
been removed in one place and added in another.I thought, we wanted to get rid of these references in the spec. Do I miss anything? Could you, explain this a little bit? Thanks, Serguei On 6/5/18 17:05, Stuart Marks wrote: [adding serviceability-dev] |
- Re: RFR(s): 8204243: remove Thread.destroy() an... Stuart Marks
- Re: RFR(s): 8204243: remove Thread.destroy... David Holmes
- Re: RFR(s): 8204243: remove Thread.destroy... Alan Bateman
- RE: RFR(s): 8204243: remove Thread.des... Iris Clark
- Re: RFR(s): 8204243: remove Thread... Stuart Marks
- Re: RFR(s): 8204243: remove Thread.destroy... [email protected]
