1. 29 7月, 2014 1 次提交
  2. 26 6月, 2014 1 次提交
  3. 21 7月, 2014 2 次提交
  4. 19 7月, 2014 2 次提交
  5. 18 7月, 2014 1 次提交
    • G
      8050978: Fix bad field access check in C1 and C2 · ce549026
      goetz 提交于
      Summary: JCK8 test vm/constantpool/accessControl/accessControl004/accessControl00402m3/accessControl00402m3.html fails with -Xbatch -Xcomp due to bad field access check in C1 and C2. Fix: In ciField::ciField(), just before the canonical holder is stored into the _holder variable (and which is used by ciField::will_link()) perform an additional access check with the holder declared in the class file. If this check fails, store the declared holder instead and ciField::will_link() will bail out compilation for this field later on. Then, the interpreter will throw an PrivilegedAccessException at runtime.
      Reviewed-by: kvn, vlivanov
      Contributed-by: andreas.schoesser@sap.com
      ce549026
  6. 17 7月, 2014 1 次提交
    • M
      8050972: Concurrency problem in PcDesc cache · 7c57f798
      mdoerr 提交于
      Summary: The entries of the PcDesc cache in nmethods are not declared as volatile, but they are accessed and modified by several threads concurrently.
      Reviewed-by: kvn, dholmes, dcubed
      7c57f798
  7. 22 7月, 2014 1 次提交
  8. 21 7月, 2014 13 次提交
  9. 11 7月, 2014 2 次提交
  10. 03 7月, 2014 1 次提交
  11. 01 7月, 2014 1 次提交
  12. 20 6月, 2014 1 次提交
  13. 13 6月, 2014 1 次提交
  14. 17 6月, 2014 1 次提交
  15. 13 6月, 2014 2 次提交
  16. 10 6月, 2014 1 次提交
  17. 04 6月, 2014 1 次提交
  18. 03 6月, 2014 1 次提交
    • D
      8029381: assert(is_method_type()) failed: bad cast · 8afd1d68
      drchase 提交于
      Summary: Access to method_type and appendix from constant pool (cpcache) needs to be guarded by is_f1_null() because of racy update/initialization.
      Reviewed-by: kvn, coleenp, jrose
      8afd1d68
  19. 11 6月, 2014 1 次提交
  20. 02 6月, 2014 1 次提交
  21. 30 5月, 2014 1 次提交
  22. 28 5月, 2014 2 次提交
  23. 22 5月, 2014 1 次提交