1. 20 9月, 2013 1 次提交
  2. 14 9月, 2013 3 次提交
    • S
      8024346: ~CautiouslyPreserveExceptionMark -... · e68680b8
      sspitsyn 提交于
      8024346: ~CautiouslyPreserveExceptionMark - assert(!_thread->has_pending_exception()) failed: unexpected exception generated
      Summary: Pending exceptions must be handled properly after a call to the JVMTI merge_cp_and_rewrite
      Reviewed-by: coleenp, dholmes
      Contributed-by: serguei.spitsyn@oracle.com
      e68680b8
    • S
      8024345: 'assert(_value != NULL) failed: resolving NULL _value' from... · f03b783f
      sspitsyn 提交于
      8024345: 'assert(_value != NULL) failed: resolving NULL _value' from VM_RedefineClasses::set_new_constant_pool
      Summary: The OOME's in the JVMTI merge_cp_and_rewrite and set_new_constant_pool must be handled correctly
      Reviewed-by: coleenp, dholmes
      Contributed-by: serguei.spitsyn@oracle.com
      f03b783f
    • S
      8017230: Internal Error (jvmtiRedefineClasses.cpp:1662): guarantee(false)... · aa40518d
      sspitsyn 提交于
      8017230: Internal Error (jvmtiRedefineClasses.cpp:1662): guarantee(false) failed: insert_space_at() failed
      Summary: Handle pending exceptions instead of firing a guarantee()
      Reviewed-by: coleenp, dholmes
      Contributed-by: serguei.spitsyn@oracle.com
      aa40518d
  3. 23 8月, 2013 1 次提交
  4. 20 8月, 2013 1 次提交
  5. 13 8月, 2013 1 次提交
  6. 18 7月, 2013 1 次提交
  7. 04 6月, 2013 1 次提交
  8. 14 5月, 2013 1 次提交
  9. 07 5月, 2013 1 次提交
  10. 25 4月, 2013 1 次提交
  11. 20 4月, 2013 1 次提交
  12. 20 2月, 2013 1 次提交
  13. 12 2月, 2013 1 次提交
  14. 07 2月, 2013 1 次提交
  15. 01 2月, 2013 2 次提交
  16. 25 1月, 2013 2 次提交
  17. 23 1月, 2013 1 次提交
  18. 18 1月, 2013 1 次提交
  19. 03 1月, 2013 1 次提交
  20. 20 12月, 2012 1 次提交
  21. 13 11月, 2012 1 次提交
  22. 29 9月, 2012 1 次提交
  23. 02 9月, 2012 1 次提交
  24. 09 7月, 2012 1 次提交
  25. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  26. 27 6月, 2012 1 次提交
  27. 14 3月, 2012 1 次提交
  28. 23 12月, 2011 1 次提交
  29. 11 9月, 2011 1 次提交
  30. 22 5月, 2011 1 次提交
  31. 22 3月, 2011 1 次提交
  32. 04 3月, 2011 1 次提交
  33. 08 2月, 2011 1 次提交
    • Y
      6912621: iCMS: Error: assert(_markBitMap.isMarked(addr + 1),"Missing Printezis bit?") · 251d4f53
      ysr 提交于
      Summary: Fix block_size_if_printezis_bits() so it does not expect the bits, only uses them when available. Fix block_size_no_stall() so it does not stall when the bits are missing such cases, letting the caller deal with zero size returns. Constant pool cache oops do not need to be unparsable or conc_unsafe after their klass pointer is installed. Some cosmetic clean-ups and some assertion checking for conc-usafety which, in the presence of class file redefinition, has no a-priori time boundedness, so all GCs must be able to safely deal with putatively conc-unsafe objects in a stop-world pause.
      Reviewed-by: jmasa, johnc
      251d4f53
  34. 28 1月, 2011 1 次提交
  35. 14 1月, 2011 1 次提交
  36. 04 12月, 2010 1 次提交