1. 06 3月, 2013 1 次提交
  2. 27 2月, 2013 1 次提交
    • S
      8008959: Fix non-PCH build on Linux, Windows and MacOS X · 0c84cdb5
      simonis 提交于
      Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files.
      Reviewed-by: coleenp, stefank, dholmes
      0c84cdb5
  3. 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
  4. 20 2月, 2013 1 次提交
  5. 12 2月, 2013 1 次提交
  6. 07 2月, 2013 1 次提交
  7. 06 2月, 2013 1 次提交
  8. 05 2月, 2013 1 次提交
    • E
      8006949: Update hotspot for MethodParameters format change · 18ba0a7b
      emc 提交于
      8006907: Hotspot should reject classfiles with multiple MethodParameters attributes
      Summary: Update to Hotspot's processing of MethodParameters attributes in classfiles
      Reviewed-by: coleenp, jrose
      18ba0a7b
  9. 04 2月, 2013 1 次提交
  10. 01 2月, 2013 2 次提交
  11. 26 1月, 2013 1 次提交
    • A
      6479360: PrintClassHistogram improvements · f8a15064
      acorn 提交于
      Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions)
      Reviewed-by: coleenp, hseigel, sla, acorn
      Contributed-by: ioi.lam@oracle.com
      f8a15064
  12. 25 1月, 2013 2 次提交
  13. 24 1月, 2013 1 次提交
  14. 23 1月, 2013 1 次提交
  15. 18 1月, 2013 2 次提交
  16. 15 1月, 2013 2 次提交
  17. 14 1月, 2013 1 次提交
  18. 12 1月, 2013 1 次提交
  19. 09 1月, 2013 3 次提交
  20. 03 1月, 2013 1 次提交
  21. 20 12月, 2012 1 次提交
  22. 13 12月, 2012 1 次提交
  23. 12 12月, 2012 1 次提交
  24. 30 11月, 2012 1 次提交
  25. 29 11月, 2012 1 次提交
  26. 28 11月, 2012 1 次提交
  27. 27 11月, 2012 1 次提交
  28. 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
  29. 07 11月, 2012 1 次提交
  30. 03 11月, 2012 1 次提交
  31. 25 10月, 2012 1 次提交
  32. 12 10月, 2012 1 次提交
  33. 10 10月, 2012 1 次提交