1. 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
  2. 25 6月, 2013 1 次提交
  3. 08 6月, 2013 1 次提交
  4. 07 6月, 2013 1 次提交
  5. 18 3月, 2013 1 次提交
  6. 24 1月, 2013 1 次提交
  7. 08 1月, 2013 1 次提交
  8. 18 12月, 2012 1 次提交
  9. 07 12月, 2012 1 次提交
  10. 01 12月, 2012 1 次提交
  11. 09 10月, 2012 1 次提交
  12. 02 9月, 2012 1 次提交
  13. 25 7月, 2012 1 次提交
  14. 18 9月, 2012 1 次提交
  15. 07 12月, 2011 1 次提交
  16. 11 9月, 2011 1 次提交
  17. 01 9月, 2011 2 次提交
  18. 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
  19. 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
  20. 04 6月, 2011 1 次提交
  21. 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
  22. 12 3月, 2011 1 次提交
  23. 14 2月, 2011 1 次提交
  24. 12 1月, 2011 1 次提交
  25. 07 1月, 2011 1 次提交
  26. 15 12月, 2010 1 次提交
  27. 03 12月, 2010 1 次提交
  28. 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
  29. 24 11月, 2010 1 次提交
  30. 11 10月, 2010 1 次提交
  31. 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
  32. 29 7月, 2010 1 次提交
  33. 28 5月, 2010 1 次提交
  34. 30 4月, 2010 1 次提交
  35. 29 4月, 2010 1 次提交
    • T
      6829193: JSR 292 needs to support SPARC · 9c88edc1
      twisti 提交于
      Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC.
      Reviewed-by: kvn, never, jrose
      9c88edc1
  36. 12 10月, 2009 1 次提交
  37. 06 10月, 2009 1 次提交
  38. 15 9月, 2009 1 次提交
  39. 15 7月, 2009 1 次提交