1. 27 3月, 2015 1 次提交
  2. 25 3月, 2015 1 次提交
  3. 15 12月, 2014 1 次提交
  4. 02 12月, 2014 1 次提交
  5. 26 11月, 2014 1 次提交
  6. 25 2月, 2015 1 次提交
  7. 11 11月, 2014 1 次提交
  8. 29 9月, 2014 1 次提交
  9. 01 7月, 2014 1 次提交
  10. 29 5月, 2014 1 次提交
  11. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  12. 16 4月, 2014 1 次提交
    • L
      8036805: Correct linker method lookup. · 24d75b99
      lfoltan 提交于
      Summary: Correct handling of array of primitive type qualifiers during field and method resolution.
      Reviewed-by: acorn, hseigel, ahgross
      24d75b99
  13. 01 4月, 2014 1 次提交
  14. 30 8月, 2014 1 次提交
  15. 26 2月, 2014 1 次提交
  16. 15 4月, 2014 1 次提交
    • L
      8033150: invokestatic: IncompatibleClassChangeError trying to invoke static... · 7c6811e8
      lfoltan 提交于
      8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults.
      Summary: A static method should be preferred during method resolution over an overpass, search the current class as well as its superclasses.
      Reviewed-by: acorn, coleenp, kamg
      7c6811e8
  17. 10 3月, 2014 1 次提交
  18. 20 2月, 2014 1 次提交
  19. 17 1月, 2014 1 次提交
  20. 29 4月, 2014 1 次提交
  21. 16 1月, 2014 1 次提交
  22. 06 2月, 2014 1 次提交
  23. 08 2月, 2014 1 次提交
  24. 25 12月, 2013 1 次提交
  25. 16 12月, 2013 1 次提交
  26. 11 12月, 2013 2 次提交
  27. 07 12月, 2013 1 次提交
    • H
      8029415:... · 8cb2a129
      hseigel 提交于
      8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61
      Summary: Check first that a class is not a dynamically-generated bytecode associated with 1.4 reflection implementation, to emitting an ICCE of an invokespecial IMR of a method in an indirect superinterface.
      Reviewed-by: acorn, hseigel
      Contributed-by: lois.foltan@oracle.com
      8cb2a129
  28. 04 12月, 2013 2 次提交
  29. 26 11月, 2013 1 次提交
    • H
      8026065: InterfaceMethodref for invokespecial must name a direct superinterface · 37f9a7d2
      hseigel 提交于
      Summary: Add verification to check that invokespecial of an InterfaceMethodref names a method in a direct superinterface of the current class or interface in accordance with JSR 335, JVMS 4.9.2 Structural Constraints.
      Reviewed-by: acorn, hseigel, coleenp
      Contributed-by: lois.foltan@oracle.com
      37f9a7d2
  30. 20 11月, 2013 1 次提交
  31. 16 11月, 2013 1 次提交
  32. 14 11月, 2013 1 次提交
  33. 13 11月, 2013 1 次提交
  34. 25 10月, 2013 1 次提交
  35. 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
  36. 22 10月, 2013 1 次提交
  37. 17 10月, 2013 1 次提交
  38. 15 10月, 2013 1 次提交