1. 12 10月, 2013 1 次提交
  2. 10 10月, 2013 1 次提交
  3. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  4. 30 8月, 2013 1 次提交
  5. 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
  6. 17 7月, 2013 1 次提交
  7. 24 6月, 2013 1 次提交
  8. 12 6月, 2013 1 次提交
  9. 10 7月, 2013 1 次提交
  10. 10 6月, 2013 1 次提交
  11. 05 6月, 2013 1 次提交
  12. 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
  13. 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
  14. 24 1月, 2013 1 次提交
  15. 27 11月, 2012 1 次提交
  16. 17 10月, 2012 1 次提交
  17. 11 10月, 2012 1 次提交
  18. 04 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. 07 3月, 2012 1 次提交
  22. 02 2月, 2012 1 次提交
  23. 30 1月, 2012 1 次提交
  24. 12 1月, 2012 1 次提交
  25. 14 10月, 2011 1 次提交
  26. 26 9月, 2011 1 次提交
  27. 06 9月, 2011 1 次提交
  28. 01 9月, 2011 1 次提交
  29. 17 5月, 2011 1 次提交
  30. 03 5月, 2011 1 次提交
  31. 03 2月, 2011 2 次提交
  32. 11 1月, 2011 1 次提交
  33. 07 1月, 2011 1 次提交
  34. 02 12月, 2010 1 次提交
  35. 24 11月, 2010 1 次提交
  36. 23 10月, 2010 1 次提交
  37. 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
  38. 22 9月, 2010 1 次提交
  39. 10 8月, 2010 1 次提交