1. 28 10月, 2013 1 次提交
  2. 25 10月, 2013 1 次提交
  3. 24 10月, 2013 2 次提交
  4. 23 10月, 2013 3 次提交
    • T
      8025728: Missing volatile specifier for field G1AllocRegion::_alloc_region · f94ce49a
      tschatzl 提交于
      Summary: The field G1AllocRegion::_alloc_region needs to be declared volatile as it is used with that intention. Otherwise the compiler may generate the code that reloads the value which might have changed in the meantime, leading to spurious crashes.
      Reviewed-by: iveresov, simonis, tschatzl
      Contributed-by: NAxel Siebenborn <axel.siebenborn@sap.com>
      f94ce49a
    • I
      8014910: deadlock between JVM/TI ClassPrepare event handler and CompilerThread · 5a5905ee
      iklam 提交于
      Summary: Revert changes in JDK-8008962
      Reviewed-by: coleenp, sspitsyn
      5a5905ee
    • 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. 22 10月, 2013 1 次提交
  6. 21 10月, 2013 1 次提交
  7. 20 10月, 2013 1 次提交
  8. 18 10月, 2013 2 次提交
  9. 17 10月, 2013 6 次提交
  10. 16 10月, 2013 1 次提交
  11. 15 10月, 2013 5 次提交
  12. 18 10月, 2013 1 次提交
  13. 24 10月, 2013 2 次提交
  14. 23 10月, 2013 3 次提交
  15. 22 10月, 2013 1 次提交
  16. 21 10月, 2013 1 次提交
  17. 19 10月, 2013 2 次提交
  18. 18 10月, 2013 1 次提交
  19. 15 10月, 2013 1 次提交
  20. 14 10月, 2013 1 次提交
  21. 13 10月, 2013 1 次提交
  22. 12 10月, 2013 2 次提交