1. 11 9月, 2011 1 次提交
  2. 10 9月, 2011 1 次提交
  3. 08 9月, 2011 2 次提交
    • B
      7087445: Improve platform independence of JSR292 shared code · 15bdbb1e
      bdelsart 提交于
      Summary: changes necessary for some JSR292 ports
      Reviewed-by: jrose, dholmes
      15bdbb1e
    • Y
      4965777: GC changes to support use of discovered field for pending references · d5318109
      ysr 提交于
      Summary: If and when the reference handler thread is able to use the discovered field to link reference objects in its pending list, so will GC. In that case, GC will scan through this field once a reference object has been placed on the pending list, but not scan that field before that stage, as the field is used by the concurrent GC thread to link discovered objects. When ReferenceHandleR thread does not use the discovered field for the purpose of linking the elements in the pending list, as would be the case in older JDKs, the JVM will fall back to the old behaviour of using the next field for that purpose.
      Reviewed-by: jcoomes, mchung, stefank
      d5318109
  4. 06 9月, 2011 1 次提交
  5. 03 9月, 2011 1 次提交
  6. 01 9月, 2011 1 次提交
  7. 30 8月, 2011 1 次提交
  8. 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
  9. 25 8月, 2011 1 次提交
  10. 17 8月, 2011 1 次提交
  11. 10 8月, 2011 1 次提交
  12. 03 8月, 2011 1 次提交
    • J
      7069863: G1: SIGSEGV running SPECjbb2011 and -UseBiasedLocking · ab994026
      johnc 提交于
      Summary: Align the reserved size of the heap and perm to the heap region size to get a preferred heap base that is aligned to the region size, and call the correct heap reservation constructor. Also add a check in the heap reservation code that the reserved space starts at the requested address (if any).
      Reviewed-by: kvn, ysr
      ab994026
  13. 28 7月, 2011 2 次提交
  14. 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
  15. 21 7月, 2011 1 次提交
  16. 09 7月, 2011 1 次提交
    • K
      7059034: Use movxtod/movdtox on T4 · b2659942
      kvn 提交于
      Summary: Use new VIS3 mov instructions on T4 for move data between general and float registers.
      Reviewed-by: never, twisti
      b2659942
  17. 08 7月, 2011 1 次提交
  18. 07 7月, 2011 4 次提交
  19. 02 7月, 2011 2 次提交
  20. 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
  21. 17 6月, 2011 1 次提交
  22. 15 6月, 2011 1 次提交
  23. 14 6月, 2011 1 次提交
    • Y
      7051430: CMS: ongoing CMS cycle should terminate abruptly to allow prompt JVM termination at exit · a4a62971
      ysr 提交于
      Summary: It turns out that there is no need to explicitly stop CMS since the JVM is taken down at a terminal safepoint during which CMS threads are (terminally) inactive. This  will need to be revised if and when we evolve in the future to a point where we allow JVM reincarnation in the same process, but those changes will be much more sweeping than just terminating CMS threads. The unused ::stop() methods will be removed in a separate CR. Also include in this CR is the fix for a small typo in the spelling of UseGCLogFileRotation in a message in arguments.cpp, brought to our attention by Rainer Jung and reviewed by minqi.
      Reviewed-by: johnc, jwilhelm
      a4a62971
  24. 11 6月, 2011 1 次提交
  25. 04 6月, 2011 1 次提交
  26. 02 6月, 2011 1 次提交
  27. 18 5月, 2011 1 次提交
  28. 17 5月, 2011 1 次提交
  29. 13 5月, 2011 2 次提交
  30. 11 5月, 2011 1 次提交
  31. 10 5月, 2011 2 次提交
  32. 07 5月, 2011 1 次提交