1. 28 5月, 2014 1 次提交
  2. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  3. 16 5月, 2014 1 次提交
  4. 09 1月, 2014 1 次提交
  5. 08 1月, 2014 1 次提交
  6. 30 8月, 2013 1 次提交
  7. 23 8月, 2013 1 次提交
    • G
      8023033: PPC64 (part 13): basic changes for AIX · 4c8ea96d
      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
      4c8ea96d
  8. 09 7月, 2013 1 次提交
  9. 25 6月, 2013 1 次提交
  10. 29 5月, 2013 1 次提交
  11. 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
  12. 01 5月, 2013 1 次提交
  13. 22 4月, 2013 1 次提交
  14. 20 4月, 2013 1 次提交
  15. 08 3月, 2013 1 次提交
  16. 29 11月, 2012 1 次提交
  17. 20 10月, 2012 1 次提交
  18. 17 10月, 2012 1 次提交
  19. 02 9月, 2012 1 次提交
  20. 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
  21. 26 9月, 2011 1 次提交
  22. 27 4月, 2011 1 次提交
    • Z
      7036747: 7017009 reappeared, problem with ElfStringTable · 2c79479b
      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
      2c79479b
  23. 02 3月, 2011 1 次提交
  24. 08 2月, 2011 1 次提交
  25. 11 12月, 2010 1 次提交
  26. 24 11月, 2010 1 次提交
  27. 20 8月, 2010 1 次提交
  28. 19 8月, 2010 1 次提交
    • J
      6977924: Changes for 6975078 produce build error with certain gcc versions · f70a9c53
      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
      f70a9c53
  29. 10 8月, 2010 1 次提交
  30. 04 8月, 2010 1 次提交
  31. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · 1d7def72
      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
      1d7def72
  32. 28 5月, 2010 1 次提交
  33. 01 12月, 2007 1 次提交