1. 13 12月, 2013 1 次提交
  2. 04 12月, 2013 1 次提交
    • S
      8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on... · 491540d9
      sspitsyn 提交于
      8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Solaris-sparc64 fastdebug builds: only current thread can flush its registers
      Summary: Fix a race between VMOp_GetCurrentLocation reaching a safepoint and arget thread exiting from Java execution
      Reviewed-by: sla, dholmes, dsamersoff
      Contributed-by: serguei.spitsyn@oracle.com
      491540d9
  3. 20 11月, 2013 1 次提交
  4. 08 11月, 2013 1 次提交
    • M
      8027237: New tests on ReservedSpace/VirtualSpace classes · b161c86c
      mgerdin 提交于
      Summary: Three tests added: 1) test stressing VirtualSpace by resizing it constantly 2) test running unit tests in several threads 3) test checking protected area in ReservedHeapSpace class
      Reviewed-by: stefank, zgu
      Contributed-by: aleksey.timofeev@oracle.com
      b161c86c
  5. 02 11月, 2013 1 次提交
  6. 01 11月, 2013 1 次提交
    • C
      8026946: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint should use MethodHandle · b1ca3bae
      coleenp 提交于
      8026948: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint might not work with anonymous classes
      Summary: Walk methods in breakpoints for marking on stack so they aren't deallocated by redefine classes.  Use class_holder rather than class_loader to keep GC from reclaiming class owning the method.
      Reviewed-by: sspitsyn, ehelin, sla
      b1ca3bae
  7. 24 10月, 2013 2 次提交
  8. 23 10月, 2013 1 次提交
  9. 21 10月, 2013 1 次提交
  10. 15 10月, 2013 2 次提交
  11. 08 10月, 2013 2 次提交
  12. 05 10月, 2013 1 次提交
  13. 04 10月, 2013 1 次提交
  14. 03 10月, 2013 1 次提交
  15. 02 10月, 2013 1 次提交
  16. 27 9月, 2013 1 次提交
  17. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  18. 25 9月, 2013 2 次提交
  19. 20 9月, 2013 1 次提交
  20. 18 9月, 2013 1 次提交
  21. 17 9月, 2013 1 次提交
    • M
      7164841: Improvements to the GC log file rotation · fcfbef18
      minqi 提交于
      Summary: made changes to easily identify current log file in rotation. Parameterize the input with %t for time replacement in file name.
      Reviewed-by: ccheung, tschatzl, tamao, zgu
      Contributed-by: yumin.qi@oracle.com
      fcfbef18
  22. 14 9月, 2013 4 次提交
  23. 12 9月, 2013 2 次提交
  24. 11 9月, 2013 1 次提交
    • T
      8010722: assert: failed: heap size is too big for compressed oops · 95a96a89
      tschatzl 提交于
      Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation.
      Reviewed-by: stefank, dholmes
      95a96a89
  25. 26 8月, 2013 1 次提交
  26. 24 8月, 2013 2 次提交
  27. 23 8月, 2013 1 次提交
  28. 20 8月, 2013 1 次提交
  29. 16 8月, 2013 1 次提交
    • S
      8007074: SIGSEGV at ParMarkBitMap::verify_clear() · e52f7476
      stefank 提交于
      Summary: Replace the broken large pages implementation on Linux. New flag: -XX:+UseTransparentHugePages - Linux specific flag to turn on transparent huge page hinting with madvise(..., MAP_HUGETLB). Changed behavior: -XX:+UseLargePages - tries to use -XX:+UseTransparentHugePages before trying other large pages implementations (on Linux). Changed behavior: -XX:+UseHugeTLBFS - Use upfront allocation of Large Pages instead of using the broken implementation to dynamically committing large pages. Changed behavior: -XX:LargePageSizeInBytes - Turned off the ability to use this flag on Linux and provides warning to user if set to a value different than the OS chosen large page size. Changed behavior: Setting no large page size - Now defaults to use -XX:UseTransparentHugePages if the OS supports it. Previously, -XX:+UseHugeTLBFS was chosen if the OS was configured to use large pages.
      Reviewed-by: tschatzl, dcubed, brutisso
      e52f7476
  30. 13 8月, 2013 1 次提交
  31. 15 8月, 2013 1 次提交