1. 30 8月, 2014 1 次提交
  2. 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
  3. 01 4月, 2014 1 次提交
  4. 26 2月, 2014 1 次提交
  5. 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
  6. 10 3月, 2014 1 次提交
  7. 20 2月, 2014 1 次提交
  8. 17 1月, 2014 1 次提交
  9. 29 4月, 2014 1 次提交
  10. 16 1月, 2014 1 次提交
  11. 06 2月, 2014 1 次提交
  12. 08 2月, 2014 1 次提交
  13. 25 12月, 2013 1 次提交
  14. 16 12月, 2013 1 次提交
  15. 11 12月, 2013 2 次提交
  16. 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
  17. 04 12月, 2013 2 次提交
  18. 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
  19. 20 11月, 2013 1 次提交
  20. 16 11月, 2013 1 次提交
  21. 14 11月, 2013 1 次提交
  22. 13 11月, 2013 1 次提交
  23. 25 10月, 2013 1 次提交
  24. 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
  25. 22 10月, 2013 1 次提交
  26. 17 10月, 2013 1 次提交
  27. 15 10月, 2013 1 次提交
  28. 13 10月, 2013 1 次提交
  29. 08 10月, 2013 1 次提交
  30. 01 10月, 2013 1 次提交
  31. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  32. 15 9月, 2013 1 次提交
  33. 14 9月, 2013 2 次提交
  34. 23 8月, 2013 1 次提交
    • G
      8023033: PPC64 (part 13): basic changes for AIX · 4c8ea96d
      goetz 提交于
      Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.).
      Reviewed-by: kvn, dholmes, stefank
      4c8ea96d
  35. 07 8月, 2013 1 次提交
  36. 09 7月, 2013 1 次提交
  37. 03 7月, 2013 1 次提交