1. 01 8月, 2017 1 次提交
  2. 02 2月, 2017 1 次提交
  3. 14 12月, 2016 2 次提交
  4. 14 4月, 2015 1 次提交
  5. 02 12月, 2014 2 次提交
  6. 07 5月, 2015 1 次提交
  7. 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
  8. 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
  9. 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
  10. 17 1月, 2014 1 次提交
  11. 06 2月, 2014 1 次提交
  12. 16 12月, 2013 1 次提交
  13. 11 12月, 2013 1 次提交
  14. 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
  15. 04 12月, 2013 2 次提交
  16. 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
  17. 13 11月, 2013 1 次提交
  18. 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
  19. 17 10月, 2013 1 次提交
  20. 15 10月, 2013 1 次提交
  21. 13 10月, 2013 1 次提交
  22. 08 10月, 2013 1 次提交
  23. 01 10月, 2013 1 次提交
  24. 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
  25. 14 9月, 2013 1 次提交
  26. 18 4月, 2013 1 次提交
  27. 11 4月, 2013 1 次提交
  28. 28 3月, 2013 1 次提交
  29. 22 2月, 2013 1 次提交
    • C
      8000797: NPG: is_pseudo_string_at() doesn't work · 9073fdda
      coleenp 提交于
      Summary: Zero Symbol* for constant pool strings to indicate pseudo_strings (objects that aren't strings).  Clean up JVM_CONSTANT_Object and unused flags.
      Reviewed-by: sspitsyn, jrose
      9073fdda
  30. 23 1月, 2013 1 次提交
  31. 27 11月, 2012 1 次提交
  32. 13 11月, 2012 1 次提交
  33. 07 11月, 2012 1 次提交
  34. 06 11月, 2012 1 次提交
  35. 12 10月, 2012 1 次提交
  36. 02 10月, 2012 1 次提交
  37. 05 9月, 2012 1 次提交