hg: hsx/hotspot-rt/hotspot: 8028347: Rewriter::scan_method asserts with array oob in RT_Baseline

2013-11-15 Thread coleen . phillimore
Changeset: d61a1a166f44 Author:coleenp Date: 2013-11-15 17:20 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/d61a1a166f44 8028347: Rewriter::scan_method asserts with array oob in RT_Baseline Summary: Fix reversing rewriting for invokespecial Reviewed-by: jrose, hse

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

2013-11-15 Thread markus . gronlund
Changeset: 4288e54fd145 Author:jwilhelm Date: 2013-10-21 18:51 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/4288e54fd145 8026851: Remove unnecessary code in GenRemSet Summary: Removed the GenRemSet::rem_set_name() since we only have one remset. Reviewed-by: stefa

Re: RFR: 8027630 SIGSEGV in const char*Klass::external_name()

2013-11-15 Thread serguei.spit...@oracle.com
Looks good. Thanks, Serguei On 11/15/13 1:47 AM, Staffan Larsen wrote: All, The StackFrameInfo class used when creating stack dumps from the management APIs keeps references to Methods. This is similar to what BacktraceBuilder does when creating stack traces in java_lang_Throwable::fill_in_s

RFR 8022221: Intermittent test failures in sun/management/jmxremote/startstop/JMXStartStopTest.sh

2013-11-15 Thread Jaroslav Bachorik
Please, review this test fix. Issue : https://bugs.openjdk.java.net/browse/JDK-801 Webrev: http://cr.openjdk.java.net/~jbachorik/801/webrev.00 The test was facing intermittent failures due to not 100% failproof interprocess synchronization using lock files. The solution is rewriting th

RFR: JDK-8028430 JDI: ReferenceType.visibleMethods() return wrong visible methods

2013-11-15 Thread Staffan Larsen
All, ReferenceType.visibleMethods() has some problems with diamond shaped interface hierarchies. There is more information on the problem in the bug report. The solution here is to maintain a list of interfaces that we have visited so that we do not visit interfaces (above the top of the diamo

RE: RFR: 8027630 SIGSEGV in const char*Klass::external_name()

2013-11-15 Thread Markus Gronlund
Hi Staffan, Looks good. Thanks Markus -Original Message- From: Staffan Larsen Sent: den 15 november 2013 10:48 To: hotspot-runtime-...@openjdk.java.net; serviceability-dev@openjdk.java.net serviceability-dev@openjdk.java.net Subject: RFR: 8027630 SIGSEGV in const char*Klass::external_n

hg: jdk8/tl/langtools: 8026231: Look at 'static' flag when checking method references

2013-11-15 Thread vicente . romero
Changeset: d4cbb671de1c Author:vromero Date: 2013-11-15 11:08 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d4cbb671de1c 8026231: Look at 'static' flag when checking method references Reviewed-by: jjg, dlsmith ! src/share/classes/com/sun/tools/javac/code/Kinds.java !

RFR: 8027630 SIGSEGV in const char*Klass::external_name()

2013-11-15 Thread Staffan Larsen
All, The StackFrameInfo class used when creating stack dumps from the management APIs keeps references to Methods. This is similar to what BacktraceBuilder does when creating stack traces in java_lang_Throwable::fill_in_stack_trace(). For permgen removal, BacktraceBuilder was updated to add a r