1. 15 3月, 2016 1 次提交
  2. 21 8月, 2017 1 次提交
    • D
      6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of... · cf80a2fe
      dbuck 提交于
      6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack
      Summary: jni_DeleteGlobalRef does not really release the jni handle, instead, set the handle point to JNIHandles::_deleted_handle which holds an oop instance (java/lang/Object) in Java heap and never be GC'ed. When counting number of global reference, it counts all the handles on the chain list, which includes the already deleted ones.
      Reviewed-by: zgu, sla, coleenp
      Contributed-by: yumin.qi@oracle.com
      cf80a2fe
  3. 12 3月, 2015 1 次提交
  4. 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
  5. 25 12月, 2013 1 次提交
  6. 17 5月, 2013 1 次提交
  7. 27 11月, 2012 1 次提交
  8. 02 9月, 2012 1 次提交
  9. 26 9月, 2011 1 次提交
  10. 06 4月, 2011 1 次提交
  11. 20 1月, 2011 1 次提交
  12. 11 1月, 2011 1 次提交
  13. 24 11月, 2010 1 次提交
  14. 22 6月, 2010 1 次提交
  15. 28 5月, 2010 1 次提交
  16. 07 1月, 2010 1 次提交
  17. 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
  18. 14 4月, 2008 1 次提交
  19. 01 12月, 2007 1 次提交