1. 10 4月, 2013 1 次提交
    • Z
      8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed:... · 73c87a69
      zgu 提交于
      8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started"
      Summary: Fixed a racing condition when shutting down NMT while worker thread is being started, also fixed a few mis-declared volatile pointers.
      Reviewed-by: dholmes, dlong
      73c87a69
  2. 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
  3. 24 1月, 2013 1 次提交
  4. 27 11月, 2012 1 次提交
  5. 17 10月, 2012 1 次提交
  6. 11 10月, 2012 1 次提交
  7. 04 10月, 2012 1 次提交
  8. 02 9月, 2012 1 次提交
  9. 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
  10. 07 3月, 2012 1 次提交
  11. 02 2月, 2012 1 次提交
  12. 30 1月, 2012 1 次提交
  13. 12 1月, 2012 1 次提交
  14. 14 10月, 2011 1 次提交
  15. 26 9月, 2011 1 次提交
  16. 06 9月, 2011 1 次提交
  17. 01 9月, 2011 1 次提交
  18. 17 5月, 2011 1 次提交
  19. 03 5月, 2011 1 次提交
  20. 03 2月, 2011 2 次提交
  21. 11 1月, 2011 1 次提交
  22. 07 1月, 2011 1 次提交
  23. 02 12月, 2010 1 次提交
  24. 24 11月, 2010 1 次提交
  25. 23 10月, 2010 1 次提交
  26. 02 10月, 2010 1 次提交
    • T
      6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue · acd6a8e3
      tonyp 提交于
      Summary: Under certain circumstances a safepoint could happen between a JavaThread object being created and that object being added to the Java threads list. This could cause the active field of that thread's SATB queue to get out-of-sync with respect to the other Java threads. The solution is to activate the SATB queue, when necessary, before adding the thread to the Java threads list, not when the JavaThread object is created. The changeset also includes a small fix to rename the surrogate locker thread from "Surrogate Locker Thread (CMS)" to "Surrogate Locker Thread (Concurrent GC)" since it's also used in G1.
      Reviewed-by: iveresov, ysr, johnc, jcoomes
      acd6a8e3
  27. 22 9月, 2010 1 次提交
  28. 10 8月, 2010 1 次提交
  29. 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
  30. 03 7月, 2010 1 次提交
  31. 05 6月, 2010 1 次提交
  32. 04 6月, 2010 1 次提交
  33. 28 5月, 2010 1 次提交
  34. 08 4月, 2010 1 次提交
  35. 02 2月, 2010 1 次提交
  36. 05 1月, 2010 1 次提交
  37. 12 12月, 2009 1 次提交
  38. 16 10月, 2009 1 次提交
    • Y
      6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning · 349bfec0
      ysr 提交于
      6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks)
      Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store  and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers().
      Reviewed-by: jcoomes, kvn, never
      349bfec0
  39. 23 9月, 2009 1 次提交