1. 17 12月, 2012 2 次提交
  2. 13 12月, 2012 3 次提交
    • J
      8001028: Improve GC option handling · 12356b4f
      johnc 提交于
      Summary: If there are not enough native resources to create the ReferenceHandler or Finalizer Java threads, the VM will attempt to throw an OOME before the java.lang.Class class has been initialized. This can result in assertion failures and other crashes. Move the initialization of the java.lang.Class class to just before the initialization of the java.lang.ref.Finalizer class.
      Reviewed-by: jwilhelm, dholmes, coleenp
      12356b4f
    • B
      8004661: Comment and function name java_lang_String::toHash is wrong · 73e608d2
      brutisso 提交于
      Summary: renamed to hash_code
      Reviewed-by: dholmes, coleenp, brutisso
      Contributed-by: erik.helin@oracle.com
      73e608d2
    • S
      8004674: Add necessary .inline.hpp files to fix non-PCH build · b7d6ab30
      stefank 提交于
      Reviewed-by: stefank, coleenp
      Contributed-by: volker.simonis@gmail.com
      b7d6ab30
  3. 07 12月, 2012 1 次提交
  4. 04 12月, 2012 1 次提交
  5. 01 12月, 2012 2 次提交
  6. 30 11月, 2012 2 次提交
  7. 01 12月, 2012 1 次提交
  8. 29 11月, 2012 1 次提交
  9. 28 11月, 2012 7 次提交
  10. 27 11月, 2012 5 次提交
  11. 26 11月, 2012 1 次提交
  12. 22 11月, 2012 2 次提交
  13. 21 11月, 2012 1 次提交
  14. 20 11月, 2012 1 次提交
  15. 16 11月, 2012 2 次提交
    • Z
      8003487: NMT: incorrect assertion in... · 372b7e04
      zgu 提交于
      8003487: NMT: incorrect assertion in VMMemPointerIterator::remove_released_region method (memSnapshot.cpp)
      Summary: The assertion is applied to only the region to be released, also performs region integrity checking
      Reviewed-by: acorn, coleenp
      372b7e04
    • B
      8001077: remove ciMethod::will_link · b4bc21c1
      bharadwaj 提交于
      Summary: Removed will_link and changed all calls to is_loaded().
      Reviewed-by: kvn
      b4bc21c1
  16. 15 11月, 2012 1 次提交
  17. 13 11月, 2012 3 次提交
    • 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
    • H
      7122219: Passed StringTableSize value not verified · 22dc1d9b
      hseigel 提交于
      Summary: Check that the values specified for -XX:StringTableSize are within a certain range.
      Reviewed-by: dholmes, coleenp
      22dc1d9b
  18. 10 11月, 2012 2 次提交
  19. 09 11月, 2012 1 次提交
  20. 08 11月, 2012 1 次提交