[hibernate-commits] [hibernate/hibernate-orm] f3da20: HHH-8946 Optimize JdbcCoordinatorImpl for CPU perf...

GitHub noreply at github.com
Tue Feb 11 15:28:06 EST 2014


  Branch: refs/heads/4.3
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: f3da202b4c02182f174f3565ccf54491ef67b041
      https://github.com/hibernate/hibernate-orm/commit/f3da202b4c02182f174f3565ccf54491ef67b041
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcCoordinatorImpl.java

  Log Message:
  -----------
  HHH-8946 Optimize JdbcCoordinatorImpl for CPU performance

- unnecessary HashMap lookups
- size HashMap allocations appropriately
- a leak of tracked statements
- complex logging logic


  Commit: fa707a7de7fe9903399cd41bb420c957a322f2d3
      https://github.com/hibernate/hibernate-orm/commit/fa707a7de7fe9903399cd41bb420c957a322f2d3
  Author: Brett Meyer <brett at 3riverdev.com>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcCoordinatorImpl.java

  Log Message:
  -----------
  HHH-8946 corrected bug in register(ResultSet, Statement), improved
javadoc


Compare: https://github.com/hibernate/hibernate-orm/compare/7f9dc27de9e0...fa707a7de7fe


More information about the hibernate-commits mailing list