1. 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
  2. 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
  3. 22 7月, 2014 1 次提交
  4. 21 7月, 2014 14 次提交
  5. 16 4月, 2014 1 次提交
    • T
      8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0)... · aca6ade5
      tschatzl 提交于
      8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) failed: No elements must have been handed out yet
      Summary: The test incorrectly assumed that it had been started with no other previous compilation activity. Fix this by allowing multiple code root free chunk lists, and use one separate from the global one to perform the test.
      Reviewed-by: brutisso
      aca6ade5
  6. 21 5月, 2014 1 次提交
  7. 11 7月, 2014 4 次提交
  8. 27 6月, 2014 1 次提交
  9. 26 6月, 2014 1 次提交
  10. 21 6月, 2014 2 次提交
  11. 19 6月, 2014 1 次提交
  12. 14 6月, 2014 2 次提交
  13. 13 6月, 2014 1 次提交
  14. 14 6月, 2014 1 次提交
  15. 17 6月, 2014 1 次提交
  16. 14 6月, 2014 1 次提交
  17. 13 6月, 2014 5 次提交
  18. 12 6月, 2014 1 次提交