[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Fri Jun 8 09:32:10 EDT 2007


  User: chiba   
  Date: 07/06/08 09:32:10

  Modified:    javassist  Readme.html
  Log:
  made automatic pruning off by default because I found that pruning does not really save memory (only 20%).  I changed Javassist to compress a class file on memory after toBytecode().
  
  Revision  Changes    Path
  1.86      +8 -1      javassist/Readme.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Readme.html
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/Readme.html,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -b -r1.85 -r1.86
  --- Readme.html	4 Jun 2007 03:11:13 -0000	1.85
  +++ Readme.html	8 Jun 2007 13:32:10 -0000	1.86
  @@ -285,6 +285,13 @@
   
   <ul>
    	<li>The stack map table introduced since Java 6 has been supported.
  +    <li>CtClass#getDeclaredBehaviors() now returns a class initializer
  +        as well as methods and constructors.
  +    <li>The default status of automatic pruning was made off.
  +        Instead of pruning, this version of Javassist compresses
  +        the data structure of a class file after toBytecode() is called.
  +        The compressed class file is automatically decompressed when needed.
  +        This saves memory space better than pruning.
       <li><a href="http://jira.jboss.com/jira/browse/JASSIST-33">JIRA JASSIST-33</a> has been fixed.
   </ul>
   
  
  
  



More information about the jboss-cvs-commits mailing list