> @all: Some interesting link about String internalisation: > http://www.codeinstructions.com/2009/01/busting-javalangstringintern-myths.html
Ah, it seems I have to take back that interned string objects will never get collected. Here's the announcement, straight from the horse's mouth: http://www.oracle.com/technetwork/java/javase/jdk7-relnotes-418459.html#jdk7changes (it's the 11th section down the list) At least the bit about dubious performance differences remains in force :-) -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
