1. 14 11月, 2013 1 次提交
  2. 13 11月, 2013 1 次提交
  3. 25 10月, 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. 22 10月, 2013 1 次提交
  6. 17 10月, 2013 1 次提交
  7. 15 10月, 2013 1 次提交
  8. 13 10月, 2013 1 次提交
  9. 08 10月, 2013 1 次提交
  10. 01 10月, 2013 1 次提交
  11. 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
  12. 14 9月, 2013 1 次提交
  13. 07 8月, 2013 1 次提交
  14. 03 7月, 2013 1 次提交
  15. 02 7月, 2013 1 次提交
  16. 24 6月, 2013 1 次提交
  17. 07 5月, 2013 1 次提交
  18. 01 5月, 2013 1 次提交
  19. 24 4月, 2013 1 次提交
  20. 18 4月, 2013 1 次提交
  21. 11 4月, 2013 1 次提交
  22. 10 4月, 2013 1 次提交
  23. 05 4月, 2013 1 次提交
  24. 28 3月, 2013 1 次提交
  25. 18 3月, 2013 1 次提交
  26. 09 3月, 2013 1 次提交
  27. 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
  28. 13 3月, 2013 1 次提交
  29. 26 1月, 2013 1 次提交
  30. 23 1月, 2013 1 次提交
  31. 09 1月, 2013 1 次提交
  32. 03 1月, 2013 1 次提交
  33. 01 12月, 2012 1 次提交
  34. 27 11月, 2012 2 次提交
  35. 13 11月, 2012 2 次提交
    • M
      6830717: replay of compilations would help with debugging · 00de2884
      minqi 提交于
      Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method.
      Reviewed-by: kvn, twisti, sspitsyn
      Contributed-by: yumin.qi@oracle.com
      00de2884
    • H
      8001471: Klass::cast() does nothing · 096d3481
      hseigel 提交于
      Summary: Remove function Klass::cast() and calls to it.
      Reviewed-by: dholmes, coleenp
      096d3481
  36. 07 11月, 2012 1 次提交
  37. 06 11月, 2012 1 次提交
  38. 03 11月, 2012 1 次提交