1. 20 6月, 2013 1 次提交
  2. 08 6月, 2013 1 次提交
  3. 01 5月, 2013 1 次提交
  4. 20 3月, 2013 1 次提交
  5. 06 3月, 2013 1 次提交
    • I
      7107135: Stack guard pages are no more protected after loading a shared... · e447b861
      iklam 提交于
      7107135: Stack guard pages are no more protected after loading a shared library with executable stack
      Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op.
      Reviewed-by: dholmes, zgu
      Contributed-by: ioi.lam@oracle.com
      e447b861
  6. 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
  7. 11 1月, 2013 1 次提交
  8. 07 12月, 2012 1 次提交
  9. 27 11月, 2012 1 次提交
  10. 26 10月, 2012 1 次提交
  11. 10 10月, 2012 1 次提交
  12. 04 10月, 2012 1 次提交
    • N
      8000102: Resolve include conflicts · 3b8d4528
      neliasso 提交于
      Summary: Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files.
      Reviewed-by: kvn
      Contributed-by: nils.eliasson@oracle.com
      3b8d4528
  13. 17 9月, 2012 1 次提交
  14. 02 9月, 2012 1 次提交
  15. 22 5月, 2012 1 次提交
  16. 27 2月, 2012 1 次提交
  17. 06 4月, 2011 1 次提交
  18. 02 2月, 2011 1 次提交
    • C
      6588413: Use -fvisibility=hidden for gcc compiles · e02b7391
      coleenp 提交于
      Summary: Add option for gcc 4 and above, define JNIEXPORT and JNIIMPORT to visibility=default, add for jio_snprintf and others since -fvisibility=hidden overrides --version-script definitions.
      Reviewed-by: kamg, never
      e02b7391
  19. 08 1月, 2011 1 次提交
  20. 02 12月, 2010 1 次提交
  21. 24 11月, 2010 1 次提交
  22. 22 10月, 2010 1 次提交
  23. 11 8月, 2010 1 次提交
    • Y
      6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and... · 83a3a6f0
      ysr 提交于
      6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging
      Summary: volatile store to static variable removed in favour of a volatile store to stack to avoid excessive cache coherency traffic; verified that the volatile store is not elided by any of our current compilers.
      Reviewed-by: dholmes, dice, jcoomes, kvn
      83a3a6f0
  24. 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
  25. 28 5月, 2010 1 次提交
  26. 23 4月, 2010 1 次提交
  27. 29 7月, 2009 1 次提交
    • X
      6862919: Update copyright year · 84c0f327
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 07/09
      Reviewed-by: tbell, ohair
      84c0f327
  28. 27 3月, 2009 1 次提交
  29. 13 3月, 2009 1 次提交
  30. 20 7月, 2008 1 次提交
  31. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  32. 25 4月, 2008 1 次提交