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
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
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
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
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
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
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
!
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