History log of /openjdk10/langtools/test/tools/javac/classfiles/attributes/LineNumberTable/LineNumberTestBase.java
Revision Date Author Comments
# 3369:09e7096943d4 01-May-2016 jlahoda

8050993: There is no record for condition in ternary operator in LineNumberTable.
Summary: Make sure there is an entry in the LineNumberTable for the condition of the ternary operator
Reviewed-by: jjg
Contributed-by: andrey.x.nazarov@oracle.com, jan.lahoda@oracle.com


# 3038:6fdfa77ddeed 28-Sep-2015 aeremeev

8081472: Add a mode to the tests for class-file attributes which dumps in-memory sources to disk
Reviewed-by: ksrini


# 2669:01ea1efef3ea 16-Oct-2014 jjg

8040131: Implement classfile test for LineNumberTable attribute.
Reviewed-by: jjg, shurailine