[hibernate-commits] [hibernate/hibernate-orm] 7eb0ce: HHH-12907 Avoid creating too many ByteBuddy object...

GitHub noreply at github.com
Mon Aug 13 10:27:12 EDT 2018


  Branch: refs/heads/5.3
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 7eb0cee1787ce5c4a0c91da56f2218f42db5662c
      https://github.com/hibernate/hibernate-orm/commit/7eb0cee1787ce5c4a0c91da56f2218f42db5662c
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-08-13 (Mon, 13 Aug 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/bytecode/internal/bytebuddy/BasicProxyFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/bytecode/internal/bytebuddy/ByteBuddyState.java
    M hibernate-core/src/main/java/org/hibernate/proxy/pojo/bytebuddy/ByteBuddyProxyHelper.java

  Log Message:
  -----------
  HHH-12907 Avoid creating too many ByteBuddy objects

This commit should reduce the garbage collection pressure as reported at
https://github.com/raphw/byte-buddy/issues/515.



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list