Maybe hasBeenInvalidated() can be made @Deprecated, just like
Thread.suspend() and Thread.resume() which are tagged like that, not because
they won't be supported in the future, but because most of the time, you
should use LockSupport.park(), unpark(), or some other locking mechanism
(which may use suspend() and so).
_______________________________________________
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to