1. 16 1月, 2014 1 次提交
  2. 11 12月, 2013 2 次提交
  3. 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
  4. 04 12月, 2013 2 次提交
  5. 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
  6. 20 11月, 2013 1 次提交
  7. 16 11月, 2013 1 次提交
  8. 14 11月, 2013 1 次提交
  9. 13 11月, 2013 1 次提交
  10. 25 10月, 2013 1 次提交
  11. 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
  12. 22 10月, 2013 1 次提交
  13. 17 10月, 2013 1 次提交
  14. 15 10月, 2013 1 次提交
  15. 13 10月, 2013 1 次提交
  16. 08 10月, 2013 1 次提交
  17. 01 10月, 2013 1 次提交
  18. 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
  19. 15 9月, 2013 1 次提交
  20. 14 9月, 2013 2 次提交
  21. 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
  22. 07 8月, 2013 1 次提交
  23. 09 7月, 2013 1 次提交
  24. 03 7月, 2013 4 次提交
  25. 02 7月, 2013 1 次提交
  26. 26 6月, 2013 1 次提交
  27. 24 6月, 2013 1 次提交
  28. 21 6月, 2013 1 次提交
    • G
      8016586: PPC64 (part 3): basic changes for PPC64 · 5f92a492
      goetz 提交于
      Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32.
      Reviewed-by: dholmes, kvn
      5f92a492
  29. 07 5月, 2013 1 次提交
  30. 01 5月, 2013 1 次提交
  31. 24 4月, 2013 1 次提交
  32. 18 4月, 2013 1 次提交
  33. 11 4月, 2013 1 次提交
  34. 10 4月, 2013 1 次提交