1. 16 5月, 2014 1 次提交
  2. 12 5月, 2014 1 次提交
  3. 10 5月, 2014 1 次提交
  4. 18 3月, 2014 1 次提交
  5. 09 1月, 2014 1 次提交
  6. 08 1月, 2014 1 次提交
  7. 30 8月, 2013 1 次提交
  8. 23 8月, 2013 1 次提交
    • G
      8023033: PPC64 (part 13): basic changes for AIX · 459c961e
      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
      459c961e
  9. 09 7月, 2013 1 次提交
  10. 25 6月, 2013 1 次提交
  11. 29 5月, 2013 1 次提交
  12. 15 5月, 2013 1 次提交
    • M
      8012902: remove use of global operator new - take 2 · 322bc6fc
      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
      322bc6fc
  13. 01 5月, 2013 1 次提交
  14. 22 4月, 2013 1 次提交
  15. 20 4月, 2013 1 次提交
  16. 08 3月, 2013 1 次提交
  17. 29 11月, 2012 1 次提交
  18. 20 10月, 2012 1 次提交
  19. 17 10月, 2012 1 次提交
  20. 02 9月, 2012 1 次提交
  21. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · 64d16447
      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
      64d16447
  22. 26 9月, 2011 1 次提交
  23. 27 4月, 2011 1 次提交
    • Z
      7036747: 7017009 reappeared, problem with ElfStringTable · 1cdb33ea
      zgu 提交于
      Summary: Created new "new" operator for CHeapObj that allows malloc to fail without causing fatal error. Also replaced "HeapAllocate" with "os::malloc" in decoder code to allow decoder to handle low memory scenario.
      Reviewed-by: coleenp, dholmes
      1cdb33ea
  24. 02 3月, 2011 1 次提交
  25. 08 2月, 2011 1 次提交
  26. 11 12月, 2010 1 次提交
  27. 24 11月, 2010 1 次提交
  28. 20 8月, 2010 1 次提交
  29. 19 8月, 2010 1 次提交
    • J
      6977924: Changes for 6975078 produce build error with certain gcc versions · 118736e3
      johnc 提交于
      Summary: The changes introduced for 6975078 assign badHeapOopVal to the _allocation field in the ResourceObj class. In 32 bit linux builds with certain versions of gcc this assignment will be flagged as an error while compiling allocation.cpp. In 32 bit builds the constant value badHeapOopVal (which is cast to an intptr_t) is negative. The _allocation field is typed as an unsigned intptr_t and gcc catches this as an error.
      Reviewed-by: jcoomes, ysr, phh
      118736e3
  30. 10 8月, 2010 1 次提交
  31. 04 8月, 2010 1 次提交
  32. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · f8f0cda1
      bobv 提交于
      Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
      Reviewed-by: phh, never, coleenp, dholmes
      f8f0cda1
  33. 28 5月, 2010 1 次提交
  34. 01 12月, 2007 1 次提交