Re: code review for 7067811: Update demo/sample code to state it should not be used for production

2011-08-12 Thread Nils Loodin
Ah, you're right, i forgot the samples directory. And as for the text being in each source file, that's how I undestood the requirement from Aurelio after some email conversation. Looping him in and he might shed some light on it. As I understood On 08/11/2011 05:58 PM, Alan Bateman wrote:

Re: code review for 7067811: Update demo/sample code to state it should not be used for production

2011-08-12 Thread Steve Poole
On Fri, 2011-08-12 at 09:21 +0200, Nils Loodin wrote: Ah, you're right, i forgot the samples directory. And as for the text being in each source file, that's how I undestood the requirement from Aurelio after some email conversation. Looping him in and he might shed some light on it. I'm

hg: jdk8/tl/jdk: 7078355: sun/net/www/protocol/file/DirPermissionDenied.sh leaves garbage on some linux systems

2011-08-12 Thread weijun . wang
Changeset: e533c13df9ad Author:weijun Date: 2011-08-12 21:04 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e533c13df9ad 7078355: sun/net/www/protocol/file/DirPermissionDenied.sh leaves garbage on some linux systems Reviewed-by: chegar !

Re: code review for 7067811: Update demo/sample code to state it should not be used for production

2011-08-12 Thread Daniel D. Daugherty
On 8/11/11 9:05 AM, Nils Loodin wrote: Added a comment in each demo source file stating that the code below is unfit for production. Made a separate comment blog from the copyright one to make it stand out more and be more warning-like :) http://cr.openjdk.java.net/~nloodin/7067811/webrev.00/

RedefineClasses() API

2011-08-12 Thread suraj puvvada
I use RedefineClasses() API extensively. Wanted to know what is the impact redefining a class has on Perm Gen ? Are the older versions of a redefined class retained in memory forever ? If there is a more appropriate forum to post appreciate if you can let me know. Thanks Suraj

Re: RedefineClasses() API

2011-08-12 Thread Daniel D. Daugherty
On 8/12/11 1:08 PM, suraj puvvada wrote: I use RedefineClasses() API extensively. Wanted to know what is the impact redefining a class has on Perm Gen ? Are the older versions of a redefined class retained in memory forever ? If there is a more appropriate forum to post appreciate if you can