1. 27 11月, 2013 1 次提交
  2. 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
  3. 26 10月, 2013 1 次提交
    • C
      8024927: Nashorn performance regression with CompressedOops · b6c254c4
      coleenp 提交于
      Summary: Allocate compressed class space at end of Java heap.  For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops
      Reviewed-by: stefank, hseigel, goetz
      b6c254c4
  4. 23 10月, 2013 2 次提交
    • H
      8026809: [TESTBUG] Create regression test for JDK-8026041 · 392160e3
      hseigel 提交于
      Summary: Created simple regression test for the bug
      Reviewed-by: hseigel, lfoltan, zgu
      Contributed-by: mikhailo.seledtsov@oracle.com
      392160e3
    • H
      8026394: Eclipse fails with JDK8 build 111 · f4c3a268
      hseigel 提交于
      Summary: If the resolved interface does not itself contain "clone" or "finalize" methods, the method/interface method resolution looks to the interface's super class, java.lang.Object.  With the JDK 8 interface method accessability check requirement, since these two methods are declared within Object as protected, they must be special cased in LinkResolver::check_method_accessability() in order to avoid an IAE.
      Reviewed-by: acorn, dholmes
      Contributed-by: lois.foltan@oracle.com
      f4c3a268
  5. 20 10月, 2013 1 次提交
  6. 17 10月, 2013 1 次提交
  7. 06 10月, 2013 1 次提交
  8. 05 10月, 2013 1 次提交
    • S
      8024838: Significant slowdown due to transparent huge pages · 39578cad
      stefank 提交于
      Summary: Don't turn on transparent huge pages (-XX:+UseTransparentHugePages) unless explicitly specified on the command line. This has the effect that large pages are never turned on Linux unless the user has explicitly enabled any of the large pages flags: -XX:+UseLargePages, -XX:+UseTransparentHugePages, -XX:+UseHugeTLBFS, and -XX:+UseSHM.
      Reviewed-by: jwilhelm, tschatzl, brutisso
      39578cad
  9. 19 9月, 2013 1 次提交
  10. 18 9月, 2013 2 次提交
  11. 11 9月, 2013 1 次提交
  12. 01 9月, 2013 1 次提交
  13. 30 8月, 2013 1 次提交
  14. 27 8月, 2013 1 次提交
  15. 26 8月, 2013 1 次提交
  16. 24 8月, 2013 1 次提交
  17. 22 8月, 2013 1 次提交
  18. 16 8月, 2013 1 次提交
    • H
      8003424: Enable Class Data Sharing for CompressedOops · 663f2686
      hseigel 提交于
      8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops
      8005933: The -Xshare:auto option is ignored for -server
      Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs.
      Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
      663f2686
  19. 13 8月, 2013 1 次提交
  20. 12 8月, 2013 1 次提交
  21. 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
  22. 03 8月, 2013 1 次提交
  23. 02 8月, 2013 1 次提交
  24. 31 7月, 2013 1 次提交
  25. 20 7月, 2013 1 次提交
  26. 18 7月, 2013 1 次提交
  27. 12 7月, 2013 1 次提交
  28. 05 7月, 2013 1 次提交
    • D
      8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace · e377c127
      dcubed 提交于
      Summary: Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test
      Reviewed-by: dsamersoff, zgu, hseigel, coleenp
      e377c127
  29. 02 7月, 2013 2 次提交
  30. 14 6月, 2013 2 次提交
  31. 01 6月, 2013 1 次提交
  32. 31 5月, 2013 1 次提交
  33. 28 5月, 2013 2 次提交
  34. 23 5月, 2013 1 次提交
  35. 22 5月, 2013 1 次提交