aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/javac/jvm/Gen.java
AgeCommit message (Expand)Author
2014-09-098042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a...vromero
2014-07-168050386: javac, follow-up of fix for JDK-8049305vromero
2014-06-278047719: Incorrect LVT in switch statementvromero
2014-05-298037937: javac: AssertionError during LVT generation, wrong variable rangesvromero
2014-04-308039026: Definitely unassigned field can be accessedpgovereau
2013-11-268027789: Access method for Outer.super.m() references indirect superclassjlahoda
2013-10-238006732: support correct bytecode storage of type annotations in multicatchemc
2013-10-188026749: Missing LV table in lambda bodiesjjg
2013-10-168026704: Build failure with --enable-debugjjg
2013-10-148025998: Missing LV table in lambda bodiesjjg
2013-10-108008762: Type annotation on inner class in anonymous class show up as regular...emc
2013-09-147047734: javac, the LVT is not generated correctly in several scenariosvromero
2013-09-068024039: javac, previous solution for JDK-8022186 was incorrectvromero
2013-08-068022186: javac generates dead code if a try with an empty body has a finalizervromero
2013-07-288020689: Missing LineNumberTable entries in compiled class filesjlahoda
2013-06-277008643: inlined finally clauses confuse debuggersvromero
2013-06-278014230: Compilation incorrectly succeeds with inner class constructor with 2...emc
2013-06-048004643: Reduce javac space overhead introduced with compiler support for rep...jjg
2013-05-148013852: update reference impl for type-annotationsjjg
2013-04-088010404: Lambda debugging: redundant LineNumberTable entry for lambda capturemcimadamore
2013-04-024965689: class literal code wastes a bytevromero
2013-02-087166455: javac doesn't set ACC_STRICT bit on <clinit> for strictfp classvromero
2013-01-238006775: JSR 308: Compiler changes in JDK8jjg
2012-12-158000518: Javac generates duplicate name_and_type constant pool entry for clas...vromero
2012-11-297153958: add constant pool reference to class containing inlined constantsvromero
2012-10-257200915: convert TypeTags from a series of small ints to an enumjjg
2012-10-098000208: fix langtools javadoc comment issuesjjg
2012-09-257194586: Add back-end support for invokedynamicmcimadamore
2012-09-137177970: fix issues in langtools doc commentsjjg
2012-06-207174143: encapsulate doc comment tablejjg
2011-12-137120736: refactor javac option handlingjjg
2011-11-147106166: (javac) re-factor EndPos parserksrini
2011-11-086921494: provide way to print javac tree tag valuesjjg
2011-10-177093325: Redundant entry in bytecode exception tablemcimadamore
2011-09-027024096: Stack trace has invalid line numbersksrini
2011-04-137032975: API files in javax.annotation.processing need to be updated for refe...jjh
2011-04-067033809: Rename "disjunctive" to "union" in javax.lang.modeldarcy
2011-01-146992698: JSR 292: remove support for transient syntax in polymorphic signatur...mcimadamore
2011-01-106396503: javac should not require assertions enabledjjg
2011-01-106992999: fully remove JSR 308 from langtoolsjjg
2010-12-286962318: Update copyright yearjdk7-b124ohair
2010-12-094917091: javac rejects array over 128 in lengthjjg
2010-10-266949587: rename "DisjointType" to "DisjunctType"jjg
2010-09-306988436: Cleanup javac option handlingjjg
2010-08-236978574: return statement in try block with multi-catch causes ClassFormatErrormcimadamore
2010-06-29Mergelana
2010-06-18Mergejdk7-b99jrose
2010-06-106944312: Potential rebranding issues in openjdk/langtools repository sourcesjjg
2010-05-256943119: Rebrand source copyright noticesohair
2010-05-036943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')mcimadamore