1. 15 5月, 2013 1 次提交
    • M
      8012902: remove use of global operator new - take 2 · 73092391
      minqi 提交于
      Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms.
      Reviewed-by: coleenp, dholmes, zgu
      Contributed-by: yumin.qi@oracle.com
      73092391
  2. 14 5月, 2013 1 次提交
  3. 07 5月, 2013 1 次提交
  4. 13 4月, 2013 1 次提交
  5. 16 4月, 2013 1 次提交
  6. 13 4月, 2013 1 次提交
    • D
      7104565: trim jprt build targets · f0e7c0d7
      drchase 提交于
      Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources
      Reviewed-by: dholmes, kvn, coleenp
      f0e7c0d7
  7. 05 4月, 2013 1 次提交
  8. 26 3月, 2013 1 次提交
  9. 21 3月, 2013 1 次提交
  10. 14 3月, 2013 1 次提交
    • M
      8003348: SA can not read core file on OS · 8458636d
      minqi 提交于
      Summary: Macosx uses Mach-O file format for binary files, not ELF format. Currently SA works on core files on other platforms, t his change enables SA work on core file generated on Darwin.
      Reviewed-by: sla, sspitsyn
      Contributed-by: yumin.qi@oracle.com
      8458636d
  11. 07 3月, 2013 1 次提交
  12. 05 3月, 2013 1 次提交
  13. 20 2月, 2013 1 次提交
  14. 15 2月, 2013 1 次提交
  15. 28 1月, 2013 1 次提交
  16. 25 1月, 2013 1 次提交
    • Z
      8000692: Remove old KERNEL code · 5a6c724a
      zgu 提交于
      Summary: Removed depreciated kernel VM source code from hotspot VM
      Reviewed-by: dholmes, acorn
      5a6c724a
  17. 24 1月, 2013 1 次提交
  18. 18 1月, 2013 1 次提交
  19. 09 1月, 2013 1 次提交
  20. 20 12月, 2012 1 次提交
  21. 15 12月, 2012 1 次提交
  22. 11 10月, 2012 1 次提交
  23. 10 10月, 2012 1 次提交
  24. 08 10月, 2012 1 次提交
  25. 06 10月, 2012 1 次提交
  26. 25 9月, 2012 1 次提交
    • M
      6879063: SA should use hsdis for disassembly · cce1dd3d
      minqi 提交于
      Summary: We should in SA to use hsdis for it like the JVM does to replace the current java based disassembler.
      Reviewed-by: twisti, jrose, sla
      Contributed-by: yumin.qi@oracle.com
      cce1dd3d
  27. 19 9月, 2012 1 次提交
  28. 17 9月, 2012 1 次提交
  29. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  30. 27 6月, 2012 1 次提交
  31. 12 6月, 2012 1 次提交
  32. 19 3月, 2012 1 次提交
  33. 15 3月, 2012 1 次提交
  34. 23 2月, 2012 1 次提交
  35. 22 2月, 2012 1 次提交
  36. 13 2月, 2012 1 次提交
  37. 07 2月, 2012 1 次提交
  38. 06 2月, 2012 1 次提交
  39. 02 2月, 2012 1 次提交
  40. 31 1月, 2012 1 次提交
    • O
      7132779: build-infra merge: Enable ccache to work for most developer builds. · 79ea5155
      ohrstrom 提交于
      Summary: When a build number is not specified, the JRE_RELEASE_VERSION define contains a date and timestamp. Thus ccache cannot cache the object files for longer than a minute since the define is passed to the compilation of all source files. This change passes JRE_RELEASE_VERSION only to vm_version.cpp and adds a function jre_release_version() to Abstract_VM_Version. This allows all other source files to be ccached.
      Reviewed-by: ohair, rottenha
      Contributed-by: fredrik.ohrstrom@oracle.com
      79ea5155