1. 27 2月, 2020 1 次提交
  2. 11 5月, 2019 1 次提交
  3. 09 8月, 2013 1 次提交
    • M
      8019583: [TESTBUG] runtime/7107135 always passes · 95b27154
      minqi 提交于
      Summary: If java test return none zero, the value will be override by 'if' statement, the exit value will always '0' and pass. Fix by recording the result in a variable.
      Reviewed-by: coleenp, dholmes, iklam
      Contributed-by: yumin.qi@oracle.com
      95b27154
  4. 31 7月, 2013 1 次提交
  5. 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
  6. 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