mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-06 03:35:10 +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