1. 24 6月, 2013 1 次提交
  2. 10 6月, 2013 1 次提交
  3. 29 5月, 2013 1 次提交
  4. 25 5月, 2013 2 次提交
  5. 24 5月, 2013 1 次提交
  6. 23 5月, 2013 1 次提交
  7. 14 5月, 2013 1 次提交
  8. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef
  9. 07 5月, 2013 2 次提交
  10. 01 5月, 2013 2 次提交
  11. 30 4月, 2013 1 次提交
  12. 29 4月, 2013 1 次提交
  13. 26 4月, 2013 1 次提交
  14. 25 4月, 2013 2 次提交
  15. 24 4月, 2013 1 次提交
  16. 20 4月, 2013 1 次提交
  17. 10 4月, 2013 2 次提交
  18. 05 4月, 2013 1 次提交
  19. 02 4月, 2013 1 次提交
  20. 04 4月, 2013 1 次提交
  21. 28 3月, 2013 1 次提交
  22. 27 3月, 2013 1 次提交
  23. 26 3月, 2013 1 次提交
  24. 22 3月, 2013 1 次提交
  25. 21 3月, 2013 1 次提交
  26. 20 3月, 2013 1 次提交
  27. 19 3月, 2013 1 次提交
  28. 16 3月, 2013 1 次提交
  29. 14 3月, 2013 1 次提交
  30. 13 3月, 2013 1 次提交
  31. 09 3月, 2013 1 次提交
  32. 06 3月, 2013 1 次提交
  33. 27 2月, 2013 1 次提交
    • S
      8008959: Fix non-PCH build on Linux, Windows and MacOS X · 0c84cdb5
      simonis 提交于
      Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files.
      Reviewed-by: coleenp, stefank, dholmes
      0c84cdb5
  34. 22 2月, 2013 1 次提交
    • C
      8000797: NPG: is_pseudo_string_at() doesn't work · 9073fdda
      coleenp 提交于
      Summary: Zero Symbol* for constant pool strings to indicate pseudo_strings (objects that aren't strings).  Clean up JVM_CONSTANT_Object and unused flags.
      Reviewed-by: sspitsyn, jrose
      9073fdda
  35. 20 2月, 2013 1 次提交