hg: jdk7/tl/langtools: 4 new changesets

2009-03-05 Thread maurizio . cimadamore
Changeset: 850869f70213 Author:mcimadamore Date: 2009-03-05 17:24 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/850869f70213 6467183: javac fails to raise unchecked warning on cast of parameterized generic subclass Summary: cleanup code for generating unchecked cast

hg: jdk7/tl/jdk: 2 new changesets

2009-03-05 Thread yu-ching . peng
Changeset: da9d0283a496 Author:valeriep Date: 2009-03-03 19:50 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/da9d0283a496 6812738: SSL stress test with GF leads to 32 bit max process size in less than 5 minutes with PCKS11 provider Summary: Removed finalize() and add more

Re: Meaning of -XX:MaxDirectMemorySize

2009-03-05 Thread Alan Bateman
Mark Reinhold wrote: : The original intent was to limit the total capacity, measured in bytes, of all direct buffers. Additional memory allocated due to rounding the size of each direct buffer up to the nearest page size was not to be counted. We assumed that large pages wouldn't be an issue

Re: Review request for 6810254

2009-03-05 Thread David Holmes - Sun Microsystems
Hi Mandy, Note that my main concern is the use of reflection. If the class involved has not previously had it's reflection objects initialized then getDeclaredMethod can lead to a lot of native and Java-level allocation (I'm assuming this hasn't changed a great deal from the Java 5 code).