1. 21 11月, 2016 1 次提交
  2. 18 11月, 2016 1 次提交
  3. 01 3月, 2016 1 次提交
  4. 11 6月, 2015 1 次提交
  5. 14 4月, 2015 1 次提交
  6. 02 3月, 2015 1 次提交
  7. 30 1月, 2015 1 次提交
  8. 24 11月, 2014 1 次提交
  9. 11 11月, 2014 1 次提交
  10. 25 11月, 2014 1 次提交
  11. 27 8月, 2014 1 次提交
  12. 09 8月, 2014 1 次提交
  13. 18 7月, 2014 1 次提交
    • G
      8050978: Fix bad field access check in C1 and C2 · e94e8637
      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
      e94e8637
  14. 14 7月, 2014 1 次提交
  15. 02 10月, 2014 1 次提交
  16. 07 7月, 2014 1 次提交
  17. 22 5月, 2014 1 次提交
  18. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  19. 30 4月, 2014 1 次提交
  20. 01 4月, 2014 1 次提交
  21. 29 10月, 2015 1 次提交
  22. 05 3月, 2014 1 次提交
  23. 03 9月, 2014 1 次提交
  24. 04 3月, 2014 1 次提交
  25. 26 2月, 2014 1 次提交
  26. 25 3月, 2014 1 次提交
  27. 21 3月, 2014 1 次提交
  28. 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
  29. 29 4月, 2014 1 次提交
  30. 09 1月, 2014 1 次提交
  31. 25 12月, 2013 1 次提交
  32. 15 11月, 2013 1 次提交
  33. 13 11月, 2013 1 次提交
  34. 08 11月, 2013 1 次提交
  35. 31 10月, 2013 1 次提交
  36. 23 10月, 2013 2 次提交
  37. 22 10月, 2013 1 次提交
  38. 12 10月, 2013 1 次提交
  39. 09 10月, 2013 1 次提交