1. 22 10月, 2016 1 次提交
  2. 01 4月, 2014 1 次提交
  3. 06 11月, 2013 1 次提交
  4. 26 10月, 2013 1 次提交
    • C
      8024927: Nashorn performance regression with CompressedOops · b6c254c4
      coleenp 提交于
      Summary: Allocate compressed class space at end of Java heap.  For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops
      Reviewed-by: stefank, hseigel, goetz
      b6c254c4
  5. 19 10月, 2013 1 次提交
    • M
      8008242: VerifyOops is broken on SPARC · 215e5b2c
      morris 提交于
      Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA
      Reviewed-by: kvn, twisti
      215e5b2c
  6. 08 10月, 2013 1 次提交
  7. 16 8月, 2013 1 次提交
    • H
      8003424: Enable Class Data Sharing for CompressedOops · 663f2686
      hseigel 提交于
      8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops
      8005933: The -Xshare:auto option is ignored for -server
      Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs.
      Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
      663f2686
  8. 12 8月, 2013 1 次提交
  9. 25 6月, 2013 1 次提交
  10. 08 6月, 2013 1 次提交
  11. 07 6月, 2013 1 次提交
  12. 18 3月, 2013 1 次提交
  13. 24 1月, 2013 1 次提交
  14. 08 1月, 2013 1 次提交
  15. 18 12月, 2012 1 次提交
  16. 07 12月, 2012 1 次提交
  17. 01 12月, 2012 1 次提交
  18. 09 10月, 2012 1 次提交
  19. 02 9月, 2012 1 次提交
  20. 25 7月, 2012 1 次提交
  21. 18 9月, 2012 1 次提交
  22. 07 12月, 2011 1 次提交
  23. 11 9月, 2011 1 次提交
  24. 01 9月, 2011 2 次提交
  25. 26 8月, 2011 1 次提交
    • K
      7059037: Use BIS for zeroing on T4 · db6f7d55
      kvn 提交于
      Summary: Use BIS for zeroing new allocated big (2Kb and more) objects and arrays.
      Reviewed-by: never, twisti, ysr
      db6f7d55
  26. 22 7月, 2011 1 次提交
    • K
      7063628: Use cbcond on T4 · 6ed3c318
      kvn 提交于
      Summary: Add new short branch instruction to Hotspot sparc assembler.
      Reviewed-by: never, twisti, jrose
      6ed3c318
  27. 04 6月, 2011 1 次提交
  28. 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
  29. 12 3月, 2011 1 次提交
  30. 14 2月, 2011 1 次提交
  31. 12 1月, 2011 1 次提交
  32. 07 1月, 2011 1 次提交
  33. 15 12月, 2010 1 次提交
  34. 03 12月, 2010 1 次提交
  35. 01 12月, 2010 1 次提交
    • I
      6985015: C1 needs to support compressed oops · 7e8f9e32
      iveresov 提交于
      Summary: This change implements compressed oops for C1 for x64 and sparc. The changes are mostly on the codegen level, with a few exceptions when we do access things outside of the heap that are uncompressed from the IR. Compressed oops are now also enabled with tiered.
      Reviewed-by: twisti, kvn, never, phh
      7e8f9e32
  36. 24 11月, 2010 1 次提交
  37. 11 10月, 2010 1 次提交
  38. 25 8月, 2010 1 次提交
    • T
      6978355: renaming for 6961697 · ffaef974
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ffaef974
  39. 29 7月, 2010 1 次提交