On Nov 6, 2013, at 5:32 PM, Boris Davidovich wrote:
> Am I missing something?
>
The intrinsic would be looking at a constant string. — John
On 7/11/2013 12:04 AM, taras ledkov wrote:
Hi Everyone
I am working on bug https://bugs.openjdk.java.net/browse/JDK-7195249.
Based on my colleagues' research,
Root cause:
hotspot/test/runtime/6294277/SourceDebugExtension.java
jdk/test/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.java
On Nov 6, 2013, at 11:30 AM, Peter Levart wrote:
> Well, indexOf(char) or lastIndexOf(char) searches for a single char. We can
> do better searching backwards for two chars at the same time.
>
> If the "name" of VM-anonymous class is always ending with pattern: "slash
> followed by some decima
Changeset: 81cbdd5876e8
Author:ksrini
Date: 2013-11-06 11:22 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/81cbdd5876e8
8027227: [asm] generate CONSTANT_InterfaceMethodref for invoke{special/static)
of non-abstract methods on ifaces
Reviewed-by: ksrini, lagergren
Contribute
Changeset: 6ea1f9d8ec78
Author:dxu
Date: 2013-11-06 13:25 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6ea1f9d8ec78
8025698: (fs) Typo in exception thrown by encode() in UnixPath.java
Reviewed-by: dxu, mduigou, henryjen, weijun
Contributed-by: ajuc...@gmail.com
! src/solar
On 11/05/2013 10:10 AM, Brian Goetz wrote:
Ineexof(char) sounds like as fast and simpler?
Well, indexOf(char) or lastIndexOf(char) searches for a single char. We
can do better searching backwards for two chars at the same time.
If the "name" of VM-anonymous class is always ending with patte
Changeset: 9c30cbc316e9
Author:mduigou
Date: 2013-11-05 19:44 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9c30cbc316e9
8021309: replace test/Makefile jdk_* targets with jtreg groups
8015068: Use jtreg -exclude for handling problemList.txt exclusions
Reviewed-by: jjg, smark
Hi Everyone
I am working on bug https://bugs.openjdk.java.net/browse/JDK-7195249.
Based on my colleagues' research,
Root cause:
hotspot/test/runtime/6294277/SourceDebugExtension.java
jdk/test/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.java
jdk/test/sun/management/jmxremote/bootstrap/
Changeset: 75c8cde12ab6
Author:jlahoda
Date: 2013-11-06 17:48 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/75c8cde12ab6
8027281: Incorrect invokespecial generated for JCK lang
EXPR/expr636/expr63602m* tests
Summary: When invoking interface default method via a superc