1. 23 10月, 2013 1 次提交
    • H
      8026394: Eclipse fails with JDK8 build 111 · f4c3a268
      hseigel 提交于
      Summary: If the resolved interface does not itself contain "clone" or "finalize" methods, the method/interface method resolution looks to the interface's super class, java.lang.Object.  With the JDK 8 interface method accessability check requirement, since these two methods are declared within Object as protected, they must be special cased in LinkResolver::check_method_accessability() in order to avoid an IAE.
      Reviewed-by: acorn, dholmes
      Contributed-by: lois.foltan@oracle.com
      f4c3a268
  2. 22 10月, 2013 2 次提交
  3. 20 10月, 2013 1 次提交
  4. 19 10月, 2013 5 次提交
  5. 18 10月, 2013 6 次提交
  6. 17 10月, 2013 10 次提交
  7. 16 10月, 2013 3 次提交
  8. 15 10月, 2013 10 次提交
  9. 14 10月, 2013 1 次提交
  10. 13 10月, 2013 1 次提交