hg: loom/loom: 2 new changesets

Alan Bateman Alan.Bateman at oracle.com
Tue Jan 8 07:46:29 UTC 2019


On 07/01/2019 22:33, Remi Forax wrote:
> Hi,
> for the StackWalker API, i would prefer to get the ContinuationScope instead of the name of the continuation scope,
> given that the continuation scope can be a user defined object, it means you can insert user defined object in the stacktrace which will be very helpful for people that write interpreters on top of Java.
>
A ContinuationScope is something that needs to be guarded closely so 
leaking a reference when doing a stack walk would need a lot of 
consideration. Also STE is Serializable so there are several issues 
there too.

-Alan


More information about the loom-dev mailing list