<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div>Yes, it should be documented.</div>
<div>Or maybe we can consider removal of handler label from ExceptionCatch and stream and collect it synchronously at the handler start position. Practically it defines handler block start, where try start and try end labels are just additional information.</div>
<div><br>
</div>
<div>StackTracker is actually not verifying content nor merging stack at branch targets, however it indicates lost track by returning empty Optional. Handler block start usually follows "no-flow" instruction (goto, return, athrow...) - and it represents a
(temporary) dead code (as the handler has not been yet declared), so the stack tracking is lost and stack method indicates failure by returning empty Optional.<br>
<br style="box-sizing: border-box; caret-color: rgb(33, 33, 33); font-family: Roboto, Helvetica, Arial, sans-serif">
<div style="box-sizing: border-box; margin: 0px; font-family: Roboto, Helvetica, Arial, sans-serif; caret-color: rgb(33, 33, 33)">
Thanks,</div>
<div style="box-sizing: border-box; margin: 0px; font-family: Roboto, Helvetica, Arial, sans-serif; caret-color: rgb(33, 33, 33)">
Adam</div>
<hr tabindex="-1" style="box-sizing: border-box; caret-color: rgb(33, 33, 33); font-family: Roboto, Helvetica, Arial, sans-serif; display: inline-block; width: 458.625px">
<div dir="ltr" style="box-sizing: border-box; margin: 0px; font-family: Roboto, Helvetica, Arial, sans-serif; caret-color: rgb(33, 33, 33)">
<font face="Calibri, sans-serif" color="#000000" style="box-sizing: border-box; font-size: 11pt"><b style="box-sizing: border-box">From:</b><span> </span>Paul Sandoz <paul.sandoz@oracle.com><br style="box-sizing: border-box">
</font></div>
</div>
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><br>
</font></div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Requiring ExceptionCatch (and ExceptionCatchAll, not suppported) be reported before the target label is bound is awkward, but it's clear why. I think that would require documentation, and perhaps it should fail since it will otherwise
report incorrect stack data?<br>
<br>
<br>
<br>
</div>
</span></font></div>
</body>
</html>