1. 06 5月, 2013 1 次提交
    • Z
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL ||... · 5bfa7e7e
      zgu 提交于
      8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
      Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it
      Reviewed-by: acorn, coleenp
      5bfa7e7e
  2. 01 5月, 2013 1 次提交
  3. 30 4月, 2013 1 次提交
  4. 27 4月, 2013 1 次提交
    • J
      8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException:... · 3d995cdf
      johnc 提交于
      8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException: '[Verifying' missing from stdout/stderr: [Error: Could not find or load main class]
      Summary: System.getProperty("test.java.opts") can return NULL, which gets converted to to the empty string, and the child java command then interprets that as the name of the main class.
      Reviewed-by: jmasa, brutisso
      3d995cdf
  5. 26 4月, 2013 3 次提交
  6. 16 4月, 2013 1 次提交
  7. 13 4月, 2013 1 次提交
  8. 17 4月, 2013 1 次提交
  9. 13 4月, 2013 2 次提交
  10. 10 4月, 2013 3 次提交
  11. 09 4月, 2013 1 次提交
  12. 08 4月, 2013 1 次提交
  13. 04 4月, 2013 1 次提交
  14. 02 4月, 2013 1 次提交
    • M
      8009763: Add WB test for String.intern() · 8ea574c5
      mgerdin 提交于
      Summary: Add convenience method in StringTable, add WhiteBox method and simple sanity test
      Reviewed-by: mgerdin, zgu
      Contributed-by: leonid.mesnik@oracle.com
      8ea574c5
  15. 04 4月, 2013 1 次提交
  16. 28 3月, 2013 1 次提交
    • C
      8009152: A number of jtreg tests need review/improvement · 8d7574c0
      collins 提交于
      Summary: Added a new test_env.txt file to capture common shell variable. Added concept of COMPILEJAVA for use when TESTJAVA is a JRE. If COMPILEJAVA not set then TESTJAVA will be the default with assumption it is a JDK.
      Reviewed-by: kvn, brutisso, coleenp
      8d7574c0
  17. 27 3月, 2013 2 次提交
  18. 26 3月, 2013 1 次提交
  19. 24 3月, 2013 1 次提交
  20. 23 3月, 2013 1 次提交
  21. 30 3月, 2013 1 次提交
  22. 22 3月, 2013 2 次提交
  23. 21 3月, 2013 1 次提交
  24. 20 3月, 2013 2 次提交
  25. 18 3月, 2013 1 次提交
  26. 12 3月, 2013 1 次提交
  27. 06 3月, 2013 1 次提交
    • I
      7107135: Stack guard pages are no more protected after loading a shared... · e447b861
      iklam 提交于
      7107135: Stack guard pages are no more protected after loading a shared library with executable stack
      Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op.
      Reviewed-by: dholmes, zgu
      Contributed-by: ioi.lam@oracle.com
      e447b861
  28. 28 2月, 2013 1 次提交
  29. 27 2月, 2013 1 次提交
    • D
      8007776: Test6852078.java timeouts · c934eeb5
      drchase 提交于
      Summary: if more than 100 seconds and more than 100 iterations have both passed, then exit is allowed.
      Reviewed-by: kvn
      c934eeb5
  30. 26 2月, 2013 1 次提交
  31. 25 2月, 2013 1 次提交
  32. 21 2月, 2013 1 次提交
    • J
      8008188: Add regression test for 8005875 · 36784d6b
      johnc 提交于
      Summary: Add regression test for crash seen in 8005875. Test is run with G1 and PGCT=0 and issues "jcmd <pid> Thread.print" against itself. Without the fix for 8005875 the test will crash.
      Reviewed-by: brutisso
      36784d6b