Author: Knut Anders Hatlen <[email protected]>
Repository: /hg/opengrok/trunk
Branch: default
Latest revision: d91dcc85adc3927332d46d0c311e7e7cbe9d81fc
Total changesets: 1
Log message:
Don't use String.intern() in the fix for bug #809.
The String.intern() method may exhaust permgen space, so it's better
to use the Interner class which places the seen symbols on the heap.
Files:
update: src/org/opensolaris/opengrok/analysis/Ctags.java
update: src/org/opensolaris/opengrok/analysis/Definitions.java
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev