1. 07 3月, 2015 1 次提交
  2. 13 1月, 2015 2 次提交
  3. 12 12月, 2014 1 次提交
  4. 25 2月, 2015 1 次提交
  5. 18 11月, 2014 1 次提交
  6. 16 11月, 2014 1 次提交
    • D
      8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC · 3e31e839
      dcubed 提交于
      8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86
      Summary: Solaris needs objcopy version of 2.21.1 or newer is needed to create valid .debuginfo files.
      Reviewed-by: dsamersoff, sspitsyn, dholmes, ihse
      3e31e839
  7. 12 11月, 2014 1 次提交
  8. 27 8月, 2014 1 次提交
  9. 22 8月, 2014 1 次提交
  10. 27 8月, 2014 1 次提交
  11. 19 7月, 2014 1 次提交
  12. 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
  13. 25 4月, 2014 1 次提交
  14. 10 4月, 2014 1 次提交
  15. 21 3月, 2014 1 次提交
  16. 15 3月, 2014 1 次提交
  17. 03 4月, 2014 1 次提交
  18. 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
  19. 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
  20. 14 2月, 2014 1 次提交
  21. 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
  22. 20 2月, 2014 1 次提交
  23. 20 3月, 2014 1 次提交
  24. 20 2月, 2014 1 次提交
  25. 24 1月, 2014 1 次提交
  26. 21 7月, 2014 1 次提交
  27. 19 7月, 2014 1 次提交
  28. 08 5月, 2014 1 次提交
  29. 29 4月, 2014 1 次提交
  30. 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
  31. 08 1月, 2014 1 次提交
  32. 25 12月, 2013 1 次提交
  33. 03 4月, 2014 1 次提交
  34. 01 4月, 2014 1 次提交
  35. 06 12月, 2013 1 次提交
  36. 22 11月, 2013 1 次提交
  37. 16 11月, 2013 1 次提交
  38. 25 10月, 2013 2 次提交