Re: Review Request (M) 7187554: JSR 292: JVMTI PopFrame needs to handle appendix arguments

2013-09-06 Thread serguei.spit...@oracle.com
New bug: https://bugs.openjdk.java.net/browse/JDK-8024380 JSR-292: new internal contract between linker primitives and PopFrame is hard to support Thanks! Serguei On 9/4/13 12:01 PM, John Rose wrote: Yes, please file this bug. I'm working on MH-related optimizations, and I am finding

hg: jdk8/tl/jdk: 8024260: 10 closed/java/lang/invoke/* tests failing after overhaul to MethodHandleInfo

2013-09-06 Thread robert . field
Changeset: f2487bb0c0d2 Author:rfield Date: 2013-09-06 00:43 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f2487bb0c0d2 8024260: 10 closed/java/lang/invoke/* tests failing after overhaul to MethodHandleInfo Reviewed-by: vlivanov, briangoetz Contributed-by: john.r.r...@oracl

hg: jdk8/tl/jdk: 6815130: Intermittent ThreadMXBean/Locks.java test failure

2013-09-06 Thread jaroslav . bachorik
Changeset: da9de6f5cd6f Author:jbachorik Date: 2013-09-06 10:03 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/da9de6f5cd6f 6815130: Intermittent ThreadMXBean/Locks.java test failure Summary: Preventing stale reads from ThreadExecutionSynchronizer.waiting flag Reviewed-by: dh

hg: jdk8/tl/langtools: 8024039: javac, previous solution for JDK-8022186 was incorrect

2013-09-06 Thread vicente . romero
Changeset: 7c7b4aea6d50 Author:vromero Date: 2013-09-06 09:53 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7c7b4aea6d50 8024039: javac, previous solution for JDK-8022186 was incorrect Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/comp/Lower.java ! src/shar

Codereview request: 8023529 MBean*Info.equals: throw NPE

2013-09-06 Thread shanliang
Hi, Thanks to review the following fix: webrev: http://cr.openjdk.java.net/~sjiang/jdk-8023529/00/ bug: https://bugs.openjdk.java.net/browse/JDK-8023954 Shanliang

Project to improve hs_err files

2013-09-06 Thread Mattis Castegren
Hi (re-sending mail after joining the mailing lists, sorry if you get this mail twice) My name is Mattis and I work with the JVM sustaining engineering team at Oracle. I am starting up a project to improve the data we get in the hs_err files when the JVM crashes. I have filed a JEP, but it h

Re: Project to improve hs_err files

2013-09-06 Thread Volker Simonis
Hi Mattis, just some quick comments: On Fri, Sep 6, 2013 at 1:32 PM, Mattis Castegren wrote: > > Hi (re-sending mail after joining the mailing lists, sorry if you get this > mail twice) > > > > My name is Mattis and I work with the JVM sustaining engineering team at > Oracle. I am starting up

Re: jmx-dev Codereview request: 8023529 MBean*Info.equals: throw NPE

2013-09-06 Thread Daniel Fuchs
On 9/6/13 1:24 PM, shanliang wrote: Hi, Thanks to review the following fix: webrev: http://cr.openjdk.java.net/~sjiang/jdk-8023529/00/ bug: https://bugs.openjdk.java.net/browse/JDK-8023954 Shanliang Hi Shanliang, Looks good - but it looks as if some hashCode() will suffer from the same iss

Re: Project to improve hs_err files

2013-09-06 Thread Staffan Larsen
On 6 sep 2013, at 14:44, Volker Simonis wrote: >> My name is Mattis and I work with the JVM sustaining engineering team at >> Oracle. I am starting up a project to improve the data we get in the hs_err >> files when the JVM crashes. I have filed a JEP, but it has not yet been >> approved. See

Re: jmx-dev Codereview request: 8023529 MBean*Info.equals: throw NPE

2013-09-06 Thread shanliang
Daniel Fuchs wrote: On 9/6/13 1:24 PM, shanliang wrote: Hi, Thanks to review the following fix: webrev: http://cr.openjdk.java.net/~sjiang/jdk-8023529/00/ bug: https://bugs.openjdk.java.net/browse/JDK-8023954 Shanliang Hi Shanliang, Looks good - but it looks as if some hashCode() will suf

hg: jdk8/tl/jdk: 5047859: (reflect) Class.getField can't find String[].length

2013-09-06 Thread joel . franck
Changeset: 2064b2077a62 Author:jfranck Date: 2013-09-06 14:20 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2064b2077a62 5047859: (reflect) Class.getField can't find String[].length Reviewed-by: darcy, mchung ! src/share/classes/java/lang/Class.java + test/java/lang/Class/g

hg: jdk8/tl/jdk: 2 new changesets

2013-09-06 Thread sean . mullan
Changeset: 0aba8b6232af Author:mullan Date: 2013-09-06 12:04 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0aba8b6232af 8023362: Don't allow soft-fail behavior if OCSP responder returns "unauthorized" Reviewed-by: vinnie, xuelei ! src/share/classes/java/security/cert/PKIXRe

Re: RFR: Changes to disable and/or remove Solaris 32-bit from JDK8

2013-09-06 Thread Kumar Srinivasan
On 9/6/2013 12:21 PM, Alan Bateman wrote: On 06/09/2013 17:47, Kumar Srinivasan wrote: Hello, Please review the changes to remove Solaris 32-bit binaries from JDK8 distros, at this time the dual mode support in the launcher is being disabled. Message regarding this: http://mail.openjdk.java.

hg: hsx/hotspot-rt/hotspot: 8022335: Native stack walk while generating hs_err does not work on Windows x64

2013-09-06 Thread ioi . lam
Changeset: 38f750491293 Author:iklam Date: 2013-09-06 08:42 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/38f750491293 8022335: Native stack walk while generating hs_err does not work on Windows x64 Summary: Use WinDbg API StackWalk64() Reviewed-by: zgu, dholmes

hg: jdk8/tl/langtools: 8024434: problem running javadoc tests in samevm mode on Windows

2013-09-06 Thread jonathan . gibbons
Changeset: 64328fe5e4a6 Author:jjg Date: 2013-09-06 15:31 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/64328fe5e4a6 8024434: problem running javadoc tests in samevm mode on Windows Reviewed-by: darcy ! src/share/classes/com/sun/tools/doclets/internal/toolkit/util/Pa

DTrace on BSD, future support

2013-09-06 Thread Charles Oliver Nutter
Hello all! I'm working with a GSoC student adding dtrace probe support to JRuby, and ran into the issue that user-defined dtrace probes only work on Solaris. So I started poking around hotspot source and found that both the linux and bsd JSDT sources are empty and return false for isSupported. Onl

hg: jdk8/tl/nashorn: 4 new changesets

2013-09-06 Thread lana . steuck
Changeset: 824d33e678f2 Author:cl Date: 2013-08-29 09:42 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/824d33e678f2 Added tag jdk8-b105 for changeset f484bfb624dd ! .hgtags Changeset: bf70cbd2c836 Author:lana Date: 2013-08-29 16:34 -0700 URL: http://hg.o

hg: jdk8/tl: 11 new changesets

2013-09-06 Thread lana . steuck
Changeset: f8405a0fa69c Author:erikj Date: 2013-08-26 13:43 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/rev/f8405a0fa69c 8023216: Feedback on README-builds.html Reviewed-by: anthony, robilad, tbell ! README-builds.html Changeset: 5166118c5917 Author:katleman Date: 2013-

hg: jdk8/tl/jaxp: 2 new changesets

2013-09-06 Thread lana . steuck
Changeset: d3be8e3b429d Author:cl Date: 2013-08-29 09:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/d3be8e3b429d Added tag jdk8-b105 for changeset 09a46ec11f88 ! .hgtags Changeset: d6a32e3831aa Author:cl Date: 2013-09-05 02:45 -0700 URL: http://hg.openjd

hg: jdk8/tl/corba: 3 new changesets

2013-09-06 Thread lana . steuck
Changeset: 2e3a056c84a7 Author:cl Date: 2013-08-29 09:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/2e3a056c84a7 Added tag jdk8-b105 for changeset 4e38de7c767e ! .hgtags Changeset: 23fc34133152 Author:cl Date: 2013-09-05 02:45 -0700 URL: http://hg.openj

hg: jdk8/tl/jaxws: 3 new changesets

2013-09-06 Thread lana . steuck
Changeset: 01be6f93d0a4 Author:cl Date: 2013-08-29 09:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/01be6f93d0a4 Added tag jdk8-b105 for changeset 88390df7ed2c ! .hgtags Changeset: 6908370afe83 Author:lana Date: 2013-08-29 16:18 -0700 URL: http://hg.ope

hg: jdk8/tl/langtools: 5 new changesets

2013-09-06 Thread lana . steuck
Changeset: e431c9bfb171 Author:cl Date: 2013-08-29 09:42 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/e431c9bfb171 Added tag jdk8-b105 for changeset 375834b5cf08 ! .hgtags Changeset: fcd768844b99 Author:lana Date: 2013-08-29 16:34 -0700 URL: http://hg

hg: jdk8/tl/jdk: 6 new changesets

2013-09-06 Thread lana . steuck
Changeset: 0417358184a1 Author:omajid Date: 2013-08-22 16:00 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0417358184a1 8023480: Create a jvm.cfg for zero on 32 bit architectures Reviewed-by: dholmes, erikj ! makefiles/CopyFiles.gmk Changeset: 1fe211ae3d2b Author:katle

hg: jdk8/tl/hotspot: 70 new changesets

2013-09-06 Thread lana . steuck
Changeset: 37165c3618a3 Author:amurillo Date: 2013-08-16 04:24 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/37165c3618a3 8023152: new hotspot build - hs25-b47 Reviewed-by: jcoomes ! make/hotspot_version Changeset: d96f52012aaa Author:rdurbin Date: 2013-08-14

Re: DTrace on BSD, future support

2013-09-06 Thread Andrew Hughes
- Original Message - > Hello all! > > I'm working with a GSoC student adding dtrace probe support to JRuby, > and ran into the issue that user-defined dtrace probes only work on > Solaris. So I started poking around hotspot source and found that both > the linux and bsd JSDT sources are em