1. c0bd7bd 8055963: Inference failure with nested invocation by Maurizio Cimadamore · 9 years ago
  2. 2b19eb4 8080815: Update 8u jdeps list of internal APIs by Mandy Chung · 9 years ago
  3. 665c331 8068937: jdeps shows "not found" if target class has no reference other than its own package by Mandy Chung · 9 years ago
  4. d03a434 8065077: MethodTypes are not localized by Bhavesh Patel · 9 years ago
  5. 8748f34 8078560: The crash reporting URL listed by javac needs to be updated by Joe Darcy · 9 years ago
  6. 07da94e 8064803: Javac erroneously uses instantiated signatures when merging abstract most-specific methods by Maurizio Cimadamore · 9 years ago
  7. 67589cf 8061778: Wrong LineNumberTable for default constructors by Maurizio Cimadamore · 10 years ago
  8. e0ae597 8075520: Varargs access check mishandles capture variables by Dan Smith · 9 years ago
  9. 4af3847 8054220: Debugger doesn't show variables *outside* lambda by Jan Lahoda · 9 years ago
  10. 99ced8f 8037546: javac -parameters does not emit parameter names for lambda expressions by Srikanth Adayapalam · 10 years ago
  11. a7878a1 8069545: javac shouldn't check nested stuck lambdas during overload resolution by Vicente Romero · 9 years ago
  12. b19fc1c 8072461: Table's field width in "Use" page generated by javadoc with '-s' is unbalanced by Ivan Gerasimov · 9 years ago
  13. ca3cd27 8068517: Compiler may generate wrong InnerClasses attribute for static enum reference by Jan Lahoda · 9 years ago
  14. 9a126a2 8069181: java.lang.AssertionError when compiling JDK 1.4 code in JDK 8 by Maurizio Cimadamore · 10 years ago
  15. 6dea79e 8064857: javac generates LVT entry with length 0 for local variable by Vicente Romero · 10 years ago
  16. 96294a4 8068495: Update the protocol for references of docs.oracle.com to HTTPS in langtools by Bhavesh Patel · 10 years ago
  17. 51f333e 8068639: Make certain annotation classfile warnings opt-in by Joe Darcy · 10 years ago
  18. 6e5bd5c 8068548: jdeps needs a different mechanism to recognize javax.jnlp as supported API by Mandy Chung · 10 years ago
  19. ba82472 8067039: Revert changes to annotation attribute generation by Eric McCorkle · 10 years ago
  20. f008e09 8057794: Compiler Error when obtaining .class property by Jan Lahoda · 10 years ago
  21. e0a85bf 8062359: javac Attr crashes with NPE in TypeAnnotationsValidator visitNewClass by Joel Borggrén-Franck · 10 years ago
  22. bff0932 8058112: Invalid BootstrapMethod for constructor/method reference by Robert Field · 10 years ago
  23. 8c01cb9 8065132: Parameter annotations not updated when synthetic parameters are prepended by Eric McCorkle · 10 years ago
  24. d8c5287 8029012: parameter_index for type annotation not updated after outer.this added by Eric McCorkle · 10 years ago
  25. 7bcf70d 8063052: Inference chokes on wildcard derived from method reference by Vicente Romero · 10 years ago
  26. 2019705 8059921: Missing compile error in Java 8 mode for Interface.super.field access by Vicente Romero · 10 years ago
  27. b7a0369 8055798: Japanese translation for a warning from javac looks incorrect by Michael Fang · 10 years ago
  28. 8e169e8 8048121: javac complex method references: revamp and simplify by Robert Field · 10 years ago
  29. dab7c43 8062747: Compiler error when anonymous class uses method with parametrized exception by Jan Lahoda · 10 years ago
  30. 28cd00e 8057800: Method reference with generic type creates NPE when compiling by Vicente Romero · 10 years ago
  31. da1abd6 8058511: StackOverflowError at com.sun.tools.javac.code.Types.lub by Maurizio Cimadamore · 10 years ago
  32. d70857a 8054448: (ann) Cannot reference field of inner class in an anonymous class by Joel Borggrén-Franck · 10 years ago
  33. efa51d6 8059710: javac, the same approach used in fix for JDK-8058708 should be applied to Code.closeAliveRanges by Vicente Romero · 10 years ago
  34. 69a942a 8054210: NullPointerException when compiling specific code by Paul Govereau · 10 years ago
  35. bc1519a 8056051: int[]::clone causes "java.lang.NoClassDefFoundError: Array" by Robert Field · 10 years ago
  36. c226640 Merge by Michael Fang · 10 years ago
  37. cb0ffe1 8059177: jdk8u40 l10n resource file translation update 1 by Michael Fang · 10 years ago
  38. e6b975e 8058708: java.lang.AssertionError compiling source code by Vicente Romero · 10 years ago
  39. b1f21b8 8033483: Should ignore nested lambda bodies during overload resolution by Vicente Romero · 10 years ago
  40. a6605c2 8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class by Vicente Romero · 10 years ago
  41. 97130dc 8056984: Exception in compiler: java.lang.AssertionError: isSubClass T by Jan Lahoda · 10 years ago
  42. 2b4a423c 8056014: Type inference may be skipped for a complex receiver generic method in a parameter position by Jan Lahoda · 10 years ago
  43. 02b4e96 8055514: Wrong, confusing error when non-static varargs referenced in static context by Maurizio Cimadamore · 10 years ago
  44. 7836c89 8051958: Cannot assign a value to final variable in lambda by Maurizio Cimadamore · 10 years ago
  45. 0b54fb2 8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method by Jan Lahoda · 10 years ago
  46. 1f1ae2c 8043926: javac, code valid in 7 is not compiling for 8 by Maurizio Cimadamore · 10 years ago
  47. 0a9b5d7 8051402: javac, type containment should accept that CAP <= ? extends CAP and CAP <= ? super CAP by Vicente Romero · 10 years ago
  48. 7a3b752 8044546: Crash on faulty reduce/lambda by Vicente Romero · 10 years ago
  49. cc2d691 8050386: javac, follow-up of fix for JDK-8049305 by Vicente Romero · 10 years ago
  50. 4f041a3 8050804: (jdeps) Recommend supported API to replace use of JDK internal API by Mandy Chung · 10 years ago
  51. d45650dc 8029548: (jdeps) use @jdk.Exported to determine supported vs JDK internal API by Mandy Chung · 10 years ago
  52. 59f80f3 8049075: javac, wildcards and generic vararg method invocation not accepted by Vicente Romero · 10 years ago
  53. 0fe9666 8047719: Incorrect LVT in switch statement by Vicente Romero · 10 years ago
  54. 17d20e4 Merge by Michael Fang · 10 years ago
  55. 450741f 8047145: 8u20 l10n resource file translation update 2 by Michael Fang · 10 years ago
  56. a027ae4 8043253: Slow javac compile times in JDK 8 by Maurizio Cimadamore · 10 years ago
  57. affdbb3 8038975: Access control in enhanced for by Paul Govereau · 10 years ago
  58. 6e0cb61 8027886: javac allows illegal receiver parameters by Paul Govereau · 10 years ago
  59. 8e79908 8042803: Types.wildLowerBound and cvarLowerBound should call unannotatedType() by Dan Smith · 10 years ago
  60. bac50f1 8036953: Fix timing of varargs access check, per JDK-8016205 by Vicente Romero · 10 years ago
  61. 94c3a45 8046762: Revert some inference fixes in JDK-8033718 by Dan Smith · 10 years ago
  62. fabdfb5 8015101: Covariance of return type implied by upper bounding on type parameter is ignored by Dan Smith · 10 years ago
  63. 894e594 8037385: constant pool errors with -target 1.7 and static default methods by Dan Smith · 10 years ago
  64. e7c152d 8036007: javac crashes when encountering an unresolvable interface by Paul Govereau · 10 years ago
  65. 9c99245 8046060: Different results of floating point multiplication for lambda code block by Robert Field · 10 years ago
  66. b08d1c7 8034147: javac crashes with a NullPointerException during bounds checking by Dan Smith · 10 years ago
  67. 6d55f59 8042759: Lambda returning implicitly-typed lambdas considered pertinent to applicability by Vicente Romero · 10 years ago
  68. e3df0c1 8038182: javac crash with FunctionDescriptorLookupError for invalid functional interface by Vicente Romero · 10 years ago
  69. ec2f4ae 8046916: Type parameter annotations don't work with multiple type parameters by Jan Lahoda · 10 years ago
  70. 53583ae 8033287: Reduce the size of the endPosTable by Per Bothner · 10 years ago
  71. 8e2c713 8043725: javac fails with StackOverflowException by Maurizio Cimadamore · 10 years ago
  72. be4cf4a 8043186: javac test langtools/tools/javac/util/StringUtilsTest.java fails by Jan Lahoda · 10 years ago
  73. f67718a 8029800: Flags.java uses String.toLowerCase without specifying Locale by Jan Lahoda · 11 years ago
  74. 5c11c65 8041713: Type inference of non-existent method references crashes the compiler by Vicente Romero · 10 years ago
  75. 1a258d7 8044487: Fix for 8042785 causes regression tests to fail with java.lang.VerifyError by Vicente Romero · 10 years ago
  76. 4126a92 8031967: For some sources compiler compiles for ever by Jan Lahoda · 10 years ago
  77. 4fdf5fb 8042785: javac, bridge methods are not getting the flags from the original method by Vicente Romero · 10 years ago
  78. 1eeb47c 8042741: Java 8 compiler throws NullPointerException depending location in source file by Paul Govereau · 10 years ago
  79. 39412a6 8037934: Javac generates invalid signatures for local types by Stephane Epardaud · 10 years ago
  80. 7c2e512 8037937: javac: AssertionError during LVT generation, wrong variable ranges by Vicente Romero · 10 years ago
  81. def1f24 8042338: Refactor Types.upperBound to treat wildcards and variables separately by Dan Smith · 10 years ago
  82. 6b0e459 8041704: wrong error message when mixing lambda expression and inner class by Paul Govereau · 10 years ago
  83. c01eecb 8033437: javac, inconsistent generic types behaviour when compiling together vs. separate by Paul Govereau · 10 years ago
  84. 1521e69 8034223: Most-specific should not have any special treatment for boxed vs. unboxed types by Dan Smith · 10 years ago
  85. 3d0a705 8037379: fix for JDK-8029569 doesn't cover all possible cases by Vicente Romero · 10 years ago
  86. 6aa281e 8028503: javac, for method references a primitive type can be added as a bound by Vicente Romero · 10 years ago
  87. 3a1e8e7 8029102: Enhance compiler warnings for Lambda by Vicente Romero · 10 years ago
  88. 839748e Merge by Michael Fang · 10 years ago
  89. 99467ee 8041424: 8u20 l10n resource file translation update 1 by Michael Fang · 10 years ago
  90. a3447a6 8041663: Sensitive dependence on location of nested interface by Jan Lahoda · 10 years ago
  91. 2d4fa62 8040822: Duplicated notifications can be sent to TaskListener by Jan Lahoda · 10 years ago
  92. 63c105c 8042656: Inference produces spurious error for intersection type bounds check by Dan Smith · 10 years ago
  93. f64282b 8033718: Inference ignores capture variable as upper bound by Dan Smith · 10 years ago
  94. c91f098 8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800 by Vicente Romero · 10 years ago
  95. d4d9a02 8029852: Bad code generated (VerifyError) when lambda instantiates enclosing local class and has captured variables by Robert Field · 10 years ago
  96. 00f3581 8036942: javac generates incorrect exception table for multi-catch statements inside a lambda by Robert Field · 10 years ago
  97. 716baf3 8039026: Definitely unassigned field can be accessed by Paul Govereau · 10 years ago
  98. a652cf0 8038023: Compiler crash ClassCastException by Paul Govereau · 10 years ago
  99. 487d017 8029002: javac should take multiple upper bounds into account in incorporation by Vicente Romero · 10 years ago
  100. 89f108e 8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose by Vicente Romero · 10 years ago