1. 25 4月, 2014 1 次提交
  2. 10 4月, 2014 1 次提交
  3. 21 3月, 2014 1 次提交
  4. 15 3月, 2014 1 次提交
  5. 03 4月, 2014 1 次提交
  6. 27 2月, 2014 1 次提交
    • M
      6498581: ThreadInterruptTest3 produces wrong output on Windows · 195d273c
      minqi 提交于
      Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set.
      Reviewed-by: acorn, kvn
      Contributed-by: david.holmes@oracle.com, yumin.qi@oracle.com
      195d273c
  7. 06 3月, 2014 1 次提交
    • D
      8029775: Solaris code cleanup · cf94d9df
      dcubed 提交于
      Summary: cleaned up warnings in solaris specific os code.
      Reviewed-by: coleenp, fparain, dcubed
      Contributed-by: gerald.thornbrugh@oracle.com
      cf94d9df
  8. 25 3月, 2014 1 次提交
    • D
      8033464: Linux code cleanup · 833fe6b1
      dcubed 提交于
      8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size
      Summary: cleaned up warnings in linux specific os code.
      Reviewed-by: dcubed, hseigel, coleenp, dsamersoff
      Contributed-by: gerald.thornbrugh@oracle.com
      833fe6b1
  9. 20 2月, 2014 1 次提交
  10. 20 3月, 2014 1 次提交
  11. 20 2月, 2014 1 次提交
  12. 24 1月, 2014 1 次提交
  13. 23 1月, 2014 1 次提交
    • S
      8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and... · 5975a8a8
      sla 提交于
      8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked.
      Summary: Make sure we only look for statically linked agents in the main process image
      Reviewed-by: dsamersoff, bpittore, dcubed
      5975a8a8
  14. 08 1月, 2014 1 次提交
  15. 25 12月, 2013 1 次提交
  16. 03 4月, 2014 1 次提交
  17. 01 4月, 2014 1 次提交
  18. 06 12月, 2013 1 次提交
  19. 22 11月, 2013 1 次提交
  20. 16 11月, 2013 1 次提交
  21. 25 10月, 2013 2 次提交
  22. 16 10月, 2013 1 次提交
  23. 13 10月, 2013 1 次提交
  24. 05 10月, 2013 1 次提交
    • S
      8024838: Significant slowdown due to transparent huge pages · 39578cad
      stefank 提交于
      Summary: Don't turn on transparent huge pages (-XX:+UseTransparentHugePages) unless explicitly specified on the command line. This has the effect that large pages are never turned on Linux unless the user has explicitly enabled any of the large pages flags: -XX:+UseLargePages, -XX:+UseTransparentHugePages, -XX:+UseHugeTLBFS, and -XX:+UseSHM.
      Reviewed-by: jwilhelm, tschatzl, brutisso
      39578cad
  25. 03 10月, 2013 2 次提交
  26. 25 9月, 2013 1 次提交
  27. 17 9月, 2013 1 次提交
  28. 16 9月, 2013 1 次提交
  29. 12 9月, 2013 1 次提交
  30. 11 9月, 2013 2 次提交
  31. 07 9月, 2013 1 次提交
  32. 06 9月, 2013 1 次提交
  33. 30 8月, 2013 1 次提交
  34. 29 8月, 2013 1 次提交
  35. 24 8月, 2013 1 次提交
  36. 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
  37. 22 8月, 2013 1 次提交