Re: Request for Review (XS): 7143760 Memory leak in GarbageCollectionNotifications

2012-02-13 Thread David Holmes
Hi Fred, On 13/02/2012 8:11 PM, Frederic Parain wrote: Here's the new webrev: http://cr.openjdk.java.net/~fparain/7143760/webrev.02/ The changes are: - fix typo in comments - roll-back wrong THREAD->CHECK modifications - add a wrapper catching exceptions around the method sending notifications

hg: hsx/hotspot-rt/hotspot: 7059899: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV

2012-02-13 Thread coleen . phillimore
Changeset: 849412a95e45 Author:coleenp Date: 2012-02-13 12:30 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/849412a95e45 7059899: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV Summary: Increase StackShadowPages to accomodate the JDK changes

hg: jdk8/tl/langtools: 7142672: Problems with the value passed to the 'classes' param of JavaCompiler.CompilationTask.getTask(...)

2012-02-13 Thread jim . holmlund
Changeset: 237198ef45f5 Author:jjh Date: 2012-02-13 16:01 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/237198ef45f5 7142672: Problems with the value passed to the 'classes' param of JavaCompiler.CompilationTask.getTask(...) Reviewed-by: jjg ! src/share/classes/com/s

Diagnostic command fixes

2012-02-13 Thread Nils Loodin
Hey all! The new diagnostic command parser needs some additional specializations for time and bytes, here included. Also a few fixes for crashes for some combinations of commandlines. Tested by throwing a lot of different arguments on the parser, also by running the tests in sun/tools/jcmd. ht

hg: hsx/hotspot-rt/hotspot: 15 new changesets

2012-02-13 Thread frederic . parain
Changeset: 5e9fba4e8718 Author:kvn Date: 2012-02-07 11:33 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/5e9fba4e8718 7142167: MAC: _get_previous_fp broken on bsd with llvm-gcc Summary: LLVM-GCC (__llvm__) should use the same _get_previous_fp implementation as __c

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2012-02-13 Thread zhengyu . gu
Changeset: db006a85bf91 Author:zgu Date: 2012-02-09 10:16 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/db006a85bf91 7141259: Native stack is missing in hs_err Summary: Code cleanup and creating a private decoder for error handler, since it can be triggered from

hg: jdk8/tl/jdk: 7144086: TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java failing intermittently

2012-02-13 Thread alan . bateman
Changeset: 8326d434681d Author:alanb Date: 2012-02-09 16:38 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8326d434681d 7144086: TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java failing intermittently Reviewed-by: chegar ! test/java/nio/file/WatchService/Sensit

hg: jdk8/tl/jdk: 2 new changesets

2012-02-13 Thread vincent . x . ryan
Changeset: 3554f175341a Author:vinnie Date: 2012-02-13 14:26 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3554f175341a 7142339: PKCS7.java is needlessly creating SHA1PRNG SecureRandom instances when timestamping is not done Reviewed-by: xuelei, wetmore ! src/share/classes

Re: Request for Review (XS): 7143760 Memory leak in GarbageCollectionNotifications

2012-02-13 Thread Frederic Parain
Here's the new webrev: http://cr.openjdk.java.net/~fparain/7143760/webrev.02/ The changes are: - fix typo in comments - roll-back wrong THREAD->CHECK modifications - add a wrapper catching exceptions around the method sending notifications in order to prevent premature termination of the

Re: Request for Review (XS): 7143760 Memory leak in GarbageCollectionNotifications

2012-02-13 Thread Frederic Parain
On 02/13/12 03:56 AM, David Holmes wrote: Hi Fred, 182 class NotificationMark : public StackObj { Really we should have a general purpose utility class that can serve in this role. This is the second time in a couple of weeks that the need to deal with cleanup with CHECK has been uncovered.

hg: hsx/hotspot-rt/hotspot: 7009098: SA cannot open core files larger than 2GB on Linux 32-bit

2012-02-13 Thread poonam . bajaj
Changeset: 54d3535a6dd3 Author:poonam Date: 2012-02-12 19:33 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/54d3535a6dd3 7009098: SA cannot open core files larger than 2GB on Linux 32-bit Summary: Added Large File Support by compiling libsaproc.so with -D_FILE_OFF