[hibernate-commits] [hibernate/hibernate-orm] 34f58e: HHH-12907 Avoid creating too many ByteBuddy object...
    GitHub 
    noreply at github.com
       
    Mon Aug 13 10:26:53 EDT 2018
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 34f58e91c6fae370dc3d546aaaab254c0ebe6fba
      https://github.com/hibernate/hibernate-orm/commit/34f58e91c6fae370dc3d546aaaab254c0ebe6fba
  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