mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-14 14:40:43 +00:00
When emitting invokedynamic instruction, write pendingStatPos, if set, into the LineNumberTable. Invokedynamic itself does not set the pendingStatPos. Reviewed-by: jjg, jrose, ksrini, vromero