1. 27 11月, 2009 1 次提交
  2. 25 11月, 2009 1 次提交
    • C
      Merge · f00fd8ba
      cfang 提交于
      f00fd8ba
  3. 20 11月, 2009 1 次提交
  4. 19 11月, 2009 1 次提交
    • T
      6902000: use ShouldNotReachHere() for btos/ctos/stos in... · e22d745b
      twisti 提交于
      6902000: use ShouldNotReachHere() for btos/ctos/stos in TemplateInterpreterGenerator::set_short_entry_points
      Summary: set_entry_point is only ever used with the tos states of bytecode templates in templateTable.cpp and none of those use the subword tos states like btos, ctos and stos.
      Reviewed-by: kvn
      e22d745b
  5. 12 11月, 2009 1 次提交
  6. 11 11月, 2009 2 次提交
    • K
      Merge · 2410fd55
      kamg 提交于
      2410fd55
    • C
      Merge · b59c502c
      cfang 提交于
      b59c502c
  7. 07 11月, 2009 2 次提交
    • K
      Merge · 6652bf0c
      kamg 提交于
      6652bf0c
    • K
      Merge · b9ed1181
      kamg 提交于
      b9ed1181
  8. 06 11月, 2009 3 次提交
  9. 05 11月, 2009 3 次提交
  10. 04 11月, 2009 1 次提交
  11. 02 11月, 2009 1 次提交
  12. 31 10月, 2009 5 次提交
  13. 30 10月, 2009 2 次提交
    • K
      6896084: VM does not reserve protected page below heap for compressed oops implicit null checks · 8e027dd1
      kvn 提交于
      Summary: Set narrow_oop_base and narrow_oop_use_implicit_null_checks in Universe::preferred_heap_base().
      Reviewed-by: twisti, jcoomes
      8e027dd1
    • J
      6889740: G1: OpenDS fails with "unhandled exception in compiled code" · 195fc83d
      johnc 提交于
      Summary: Incorrect code was being generated for the store operation in the null case of the aastore bytecode template. The bad code was generated by the store_heap_oop routine which takes a Register as its second argument. Passing NULL_WORD (0) as the second argument causes the value to be converted to Register(0), which is rax. Thus the generated store was "mov (dst), $rax" instead of "mov (dst), $0x0". Changed calls to store_heap_oop that pass NULL_WORD as the second argument to a new routine store_heap_oop_null.
      Reviewed-by: kvn, twisti
      195fc83d
  14. 29 10月, 2009 4 次提交
    • C
      Merge · 9c74c9fb
      cfang 提交于
      9c74c9fb
    • P
      6887571: Increase default heap config sizes · df9deb15
      phh 提交于
      Summary: Apply modification of existing server heap size ergo to all collectors except CMS.
      Reviewed-by: jmasa, ysr, xlu
      df9deb15
    • Y
      6818264: Heap dumper unexpectedly adds .hprof suffix · 6c780766
      ysr 提交于
      Summary: Restore old behaviour wrt HeapDumpPath; first dump goes to <file>, <n>th dump goes to <file>.<n-1>, with default value of <file> the same as before.
      Reviewed-by: alanb, jcoomes, tonyp
      6c780766
    • X
      Merge · 09df7075
      xlu 提交于
      09df7075
  15. 27 10月, 2009 2 次提交
    • T
      6893554: SPECjvm2008 mpegaudio fails with SecurityException · d2f200e4
      twisti 提交于
      Summary: The problem occurs with negative numbers, as the 32-bit input values are sign extended into the 64-bit registers.
      Reviewed-by: kvn
      d2f200e4
    • A
      6870843: G1: G1 GC memory leak · 3fddbba6
      apetrusenko 提交于
      Summary: The fix addresses two memory leaks in G1 code: (1) _evac_failure_scan_stack - a resource object allocated on the C heap was not freed; (2) RSHashTable were linked into deleted list which was only cleared at full GC.
      Reviewed-by: tonyp, iveresov
      3fddbba6
  16. 24 10月, 2009 3 次提交
  17. 22 10月, 2009 2 次提交
  18. 21 10月, 2009 2 次提交
  19. 20 10月, 2009 2 次提交
  20. 18 10月, 2009 1 次提交