1. 30 6月, 2013 1 次提交
  2. 10 6月, 2013 1 次提交
  3. 21 5月, 2013 1 次提交
  4. 05 4月, 2013 1 次提交
  5. 16 3月, 2013 1 次提交
  6. 24 1月, 2013 1 次提交
  7. 27 11月, 2012 2 次提交
  8. 13 11月, 2012 2 次提交
    • M
      6830717: replay of compilations would help with debugging · 00de2884
      minqi 提交于
      Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method.
      Reviewed-by: kvn, twisti, sspitsyn
      Contributed-by: yumin.qi@oracle.com
      00de2884
    • H
      8001471: Klass::cast() does nothing · 096d3481
      hseigel 提交于
      Summary: Remove function Klass::cast() and calls to it.
      Reviewed-by: dholmes, coleenp
      096d3481
  9. 07 11月, 2012 1 次提交
  10. 11 10月, 2012 1 次提交
  11. 08 10月, 2012 1 次提交
  12. 29 9月, 2012 1 次提交
  13. 02 9月, 2012 1 次提交
  14. 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
  15. 14 6月, 2012 1 次提交
    • C
      7158800: Improve storage of symbol tables · 98df2891
      coleenp 提交于
      Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance
      Reviewed-by: pbk, kamg, dlong, kvn, fparain
      98df2891
  16. 05 6月, 2012 1 次提交
  17. 12 1月, 2012 1 次提交
  18. 14 12月, 2011 1 次提交
    • S
      7121373: Clean up CollectedHeap::is_in · dce4ac5f
      stefank 提交于
      Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual.
      Reviewed-by: brutisso, tonyp, jcoomes
      dce4ac5f
  19. 31 10月, 2011 1 次提交
  20. 14 10月, 2011 1 次提交
  21. 26 9月, 2011 1 次提交
  22. 11 9月, 2011 1 次提交
  23. 08 7月, 2011 1 次提交
  24. 28 6月, 2011 1 次提交
    • B
      7016112: CMS: crash during promotion testing · cf62aa47
      brutisso 提交于
      Summary: Also reviewed by mikael.gerdin@oracle.com; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates.
      Reviewed-by: never, coleenp, ysr
      cf62aa47
  25. 08 4月, 2011 1 次提交
    • J
      7009266: G1: assert(obj->is_oop_or_null(true )) failed: Error · 6f87c7dd
      johnc 提交于
      Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer.
      Reviewed-by: kvn, iveresov, never, tonyp, dholmes
      6f87c7dd
  26. 19 3月, 2011 1 次提交
  27. 28 1月, 2011 1 次提交
  28. 07 12月, 2010 1 次提交
  29. 02 12月, 2010 1 次提交
  30. 24 11月, 2010 1 次提交
  31. 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
  32. 28 5月, 2010 1 次提交
  33. 23 4月, 2010 1 次提交
  34. 03 3月, 2010 1 次提交
  35. 07 1月, 2010 1 次提交
  36. 04 1月, 2010 1 次提交
  37. 27 11月, 2009 1 次提交
  38. 21 10月, 2009 1 次提交