hg: jdk8/tl/jdk: 8021601: Add unit test for PriorityQueue(Comparator) constructor

2013-07-26 Thread mike . duigou
Changeset: f056728871f8 Author:mduigou Date: 2013-07-26 17:23 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f056728871f8 8021601: Add unit test for PriorityQueue(Comparator) constructor Reviewed-by: darcy, alanb ! src/share/classes/java/util/PriorityQueue.java ! test/java/u

hg: jdk8/tl/jdk: 26 new changesets

2013-07-26 Thread lana . steuck
Changeset: 56bc019a0525 Author:katleman Date: 2013-07-11 14:03 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/56bc019a0525 8020414: JDK8 b98 source with GPL header errors Reviewed-by: darcy, lancea, iris ! test/sun/security/krb5/auto/NoneReplayCacheTest.java Changeset: 030d

hg: jdk8/tl: 2 new changesets

2013-07-26 Thread lana . steuck
Changeset: d2dcb110e9db Author:cl Date: 2013-07-18 03:37 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/d2dcb110e9db Added tag jdk8-b99 for changeset 59dc9da81379 ! .hgtags Changeset: 9f74a220677d Author:cl Date: 2013-07-25 03:18 -0700 URL: http://hg.openjdk.java

hg: jdk8/tl/jaxp: 4 new changesets

2013-07-26 Thread lana . steuck
Changeset: 043da456d316 Author:cl Date: 2013-07-18 03:38 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/043da456d316 Added tag jdk8-b99 for changeset adf49c3ef83c ! .hgtags Changeset: 5d1974c1d7b9 Author:lana Date: 2013-07-22 17:29 -0700 URL: http://hg.openj

hg: jdk8/tl/nashorn: 4 new changesets

2013-07-26 Thread lana . steuck
Changeset: 10503ced6cc2 Author:cl Date: 2013-07-18 03:39 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/10503ced6cc2 Added tag jdk8-b99 for changeset 10a1ab9e20a4 ! .hgtags Changeset: 598321c438b5 Author:lana Date: 2013-07-22 17:40 -0700 URL: http://hg.op

hg: jdk8/tl/jaxws: 2 new changesets

2013-07-26 Thread lana . steuck
Changeset: 4fd722afae5c Author:cl Date: 2013-07-18 03:38 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/4fd722afae5c Added tag jdk8-b99 for changeset 8ef83d4b23c9 ! .hgtags Changeset: 60b623a36164 Author:cl Date: 2013-07-25 03:19 -0700 URL: http://hg.openjd

hg: jdk8/tl/hotspot: 15 new changesets

2013-07-26 Thread lana . steuck
Changeset: dc8afa03e5c9 Author:katleman Date: 2013-07-11 14:07 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/dc8afa03e5c9 8020414: JDK8 b98 source with GPL header errors Reviewed-by: darcy, lancea, iris ! test/runtime/8001071/Test8001071.sh Changeset: 1c474723a324 Auth

hg: jdk8/tl/langtools: 5 new changesets

2013-07-26 Thread lana . steuck
Changeset: 6d85acab769e Author:mcimadamore Date: 2013-07-17 19:28 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/6d85acab769e 8013638: Few policy tests are failing in Lambda nightly Summary: BridgeHarness test is leaving files open Reviewed-by: ksrini ! test/tools/java

hg: jdk8/tl/corba: 2 new changesets

2013-07-26 Thread lana . steuck
Changeset: 8d492f1dfd1b Author:cl Date: 2013-07-18 03:37 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/8d492f1dfd1b Added tag jdk8-b99 for changeset 3f67804ab613 ! .hgtags Changeset: a013024b0747 Author:cl Date: 2013-07-25 03:18 -0700 URL: http://hg.openjd

hg: jdk8/tl/jdk: 8019544: Need to run ProviderTest.java in othervm mode.

2013-07-26 Thread jason . uh
Changeset: 7ae061cfd4be Author:juh Date: 2013-07-26 14:16 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7ae061cfd4be 8019544: Need to run ProviderTest.java in othervm mode. Reviewed-by: wetmore, xuelei, vinnie Contributed-by: rajan.hal...@oracle.com ! test/sun/security/ssl/

hg: hsx/hotspot-rt/hotspot: 8019845: Memory leak during class redefinition

2013-07-26 Thread frederic . parain
Changeset: 83ca9dc4564d Author:fparain Date: 2013-07-26 15:24 + URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/83ca9dc4564d 8019845: Memory leak during class redefinition Reviewed-by: acorn, jmasa, coleenp, dcubed, mgerdin ! src/share/vm/memory/metaspace.cpp

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

2013-07-26 Thread serguei.spit...@oracle.com
On 7/26/13 9:34 AM, Christian Thalinger wrote: On Jul 25, 2013, at 5:14 PM, serguei.spit...@oracle.com wrote: Please, review the fix for: bug: http://bugs.sun.com/view_bug.do?bug_id=7187554 jbs: https://jbs.oracle.com/bugs/browse/JDK-7187554 Open webrev: http://cr.openjdk.java.net/~sspits

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

2013-07-26 Thread Christian Thalinger
On Jul 25, 2013, at 5:14 PM, serguei.spit...@oracle.com wrote: > > Please, review the fix for: > bug: http://bugs.sun.com/view_bug.do?bug_id=7187554 > jbs: https://jbs.oracle.com/bugs/browse/JDK-7187554 > > Open webrev: > http://cr.openjdk.java.net/~sspitsyn/webrevs/2013/hotspot/7187554-JVMTI

Re: RFR(S): 8021444: SA: ClassDump.run() should not ignore existing ClassFilter.

2013-07-26 Thread Yumin Qi
Looks good! Thanks for fixing it. Yumin On 7/26/2013 3:06 AM, Kevin Walls wrote: Hi again, That seemed to go OK. I retitled the bug: 8021444: SA: ClassDump.run() should not ignore existing ClassFilter. https://jbs.oracle.com/bugs/browse/JDK-8021444 http://bugs.sun.com/view_bug.do?bug_id=80

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

2013-07-26 Thread frederic . parain
Changeset: c90c698831d7 Author:kvn Date: 2013-07-12 14:01 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/c90c698831d7 8020215: Different execution plan when using JIT vs interpreter Summary: fix bytecode analyzer Reviewed-by: twisti ! src/share/vm/ci/bcEscapeAnaly

RFR(S): 8021444: SA: ClassDump.run() should not ignore existing ClassFilter.

2013-07-26 Thread Kevin Walls
Hi again, That seemed to go OK. I retitled the bug: 8021444: SA: ClassDump.run() should not ignore existing ClassFilter. https://jbs.oracle.com/bugs/browse/JDK-8021444 http://bugs.sun.com/view_bug.do?bug_id=8021444 (in due time, I expect...) webrev: http://cr.openjdk.java.net/~kevinw/8021444

Re: About bug fix of 8010278

2013-07-26 Thread Kevin Walls
Hi Yumin, Sure no problem I'll look into it. Looks like in ClassDump we should check classFilter != null before doing that initialisation in the run() method. At the moment trying jtreg on test/compiler/ciReplay I get a failure in TestSA.sh, as it calls sun.jvm.hotspot.CLHSDB, and gives t

Re: RFR - Changes to address CCC 8014135: Support for statically linked agents

2013-07-26 Thread serguei.spit...@oracle.com
Hi Bill, Sorry for the big delay. http://cr.openjdk.java.net/~bpittore/8014135/jdk/webrev.01/ src/share/classes/com/sun/tools/attach/VirtualMachine.java: I'm suggesting to use the reference *Agent_OnAttach[_L]**||* even more consistently. (If, in some cases, you prefer the longer form to

hg: jdk8/tl/jdk: 8021108: Clean up doclint warnings and errors in java.text package

2013-07-26 Thread yuka . kamiya
Changeset: 6cc15a808b93 Author:peytoia Date: 2013-07-26 17:22 +0900 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6cc15a808b93 8021108: Clean up doclint warnings and errors in java.text package Reviewed-by: darcy, okutsu ! src/share/classes/java/text/Annotation.java ! src/share/c

hg: jdk8/tl/jdk: 8020875: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently

2013-07-26 Thread jaroslav . bachorik
Changeset: 952476b80fa7 Author:jbachorik Date: 2013-07-26 10:12 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/952476b80fa7 8020875: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently Reviewed-by: dfuchs, chegar ! test/java/lang/management/Thre