1. 04 12月, 2013 2 次提交
  2. 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
  3. 13 11月, 2013 1 次提交
  4. 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
  5. 17 10月, 2013 1 次提交
  6. 15 10月, 2013 1 次提交
  7. 13 10月, 2013 1 次提交
  8. 08 10月, 2013 1 次提交
  9. 01 10月, 2013 1 次提交
  10. 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
  11. 14 9月, 2013 1 次提交
  12. 18 4月, 2013 1 次提交
  13. 11 4月, 2013 1 次提交
  14. 28 3月, 2013 1 次提交
  15. 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
  16. 23 1月, 2013 1 次提交
  17. 27 11月, 2012 1 次提交
  18. 13 11月, 2012 1 次提交
  19. 07 11月, 2012 1 次提交
  20. 06 11月, 2012 1 次提交
  21. 12 10月, 2012 1 次提交
  22. 02 10月, 2012 1 次提交
  23. 05 9月, 2012 1 次提交
  24. 02 9月, 2012 1 次提交
  25. 08 8月, 2012 1 次提交
  26. 25 7月, 2012 1 次提交
  27. 26 9月, 2011 1 次提交
  28. 21 7月, 2011 1 次提交
  29. 24 6月, 2011 1 次提交
  30. 02 6月, 2011 1 次提交
  31. 05 5月, 2011 1 次提交
  32. 08 4月, 2011 1 次提交
  33. 31 3月, 2011 1 次提交
  34. 18 3月, 2011 1 次提交
  35. 12 3月, 2011 2 次提交
  36. 28 1月, 2011 1 次提交
  37. 24 11月, 2010 1 次提交
  38. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · d2bc8599
      iveresov 提交于
      Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
      Reviewed-by: kvn, never, phh, twisti
      d2bc8599