hg: jdk8/tl/jdk: 8019341: Update CookieHttpsClientTest to use the newer framework.

2013-07-05 Thread bradford . wetmore
Changeset: 11c15607e43f Author:wetmore Date: 2013-07-05 18:22 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/11c15607e43f 8019341: Update CookieHttpsClientTest to use the newer framework. Reviewed-by: xuelei, smarks, michaelm ! test/sun/security/ssl/sun/net/www/protocol/htt

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

2013-07-05 Thread frederic . parain
Changeset: c92b74c62d97 Author:brutisso Date: 2013-06-27 09:59 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/c92b74c62d97 8017483: G1 tests fail with native OOME on Solaris x86 after HeapBaseMinAddress has been increased Summary: Set HeapBaseMinAddress as default

hg: jdk8/tl/jdk: 20 new changesets

2013-07-05 Thread lana . steuck
Changeset: 8339c83b16c6 Author:ehelin Date: 2013-07-02 13:06 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8339c83b16c6 8019500: Exclude MemoryTest.java and MemoryTestAllGC.sh to enable integration Reviewed-by: erikj, alanb ! test/ProblemList.txt Changeset: 87cab043cb5e Au

hg: jdk8/tl/hotspot: 26 new changesets

2013-07-05 Thread lana . steuck
Changeset: fc8a1a5de78e Author:amurillo Date: 2013-06-21 00:59 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/fc8a1a5de78e 8017253: new hotspot build - hs25-b39 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 91acb82a8b7a Author:dholmes Date: 2013-06-19

hg: jdk8/tl/jaxws: Added tag jdk8-b97 for changeset dcde7f049111

2013-07-05 Thread lana . steuck
Changeset: b1fb4612a2ca Author:cl Date: 2013-07-04 01:00 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/b1fb4612a2ca Added tag jdk8-b97 for changeset dcde7f049111 ! .hgtags

hg: jdk8/tl/jaxp: 3 new changesets

2013-07-05 Thread lana . steuck
Changeset: c96691d84a7c Author:katleman Date: 2013-06-28 16:25 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/c96691d84a7c 8019347: JDK8 b96 source with GPL header errors Reviewed-by: iris, alanb, lancea ! src/com/sun/org/apache/xerces/internal/impl/msg/DOMMessages_de.prope

hg: jdk8/tl/corba: Added tag jdk8-b97 for changeset 469995a8e974

2013-07-05 Thread lana . steuck
Changeset: 3370fb6146e4 Author:cl Date: 2013-07-04 01:00 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/3370fb6146e4 Added tag jdk8-b97 for changeset 469995a8e974 ! .hgtags

hg: jdk8/tl/langtools: 3 new changesets

2013-07-05 Thread lana . steuck
Changeset: 2364e94ae67b Author:cl Date: 2013-07-04 01:01 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/2364e94ae67b Added tag jdk8-b97 for changeset 6a11a81a8824 ! .hgtags Changeset: ce5a90df517b Author:lana Date: 2013-07-05 11:06 -0700 URL: http://hg.

hg: jdk8/tl: 9 new changesets

2013-07-05 Thread lana . steuck
Changeset: f5eb23490e6a Author:erikj Date: 2013-06-27 09:27 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/rev/f5eb23490e6a 8017047: Can't use --with-java-devtools and --with-devkit at the same time Reviewed-by: tbell ! common/autoconf/basics.m4 ! common/autoconf/generated-configure

hg: jdk8/tl/nashorn: 2 new changesets

2013-07-05 Thread lana . steuck
Changeset: da63a99481da Author:cl Date: 2013-07-04 01:01 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/da63a99481da Added tag jdk8-b97 for changeset 1bf1d6ce3042 ! .hgtags Changeset: 542b7803f038 Author:lana Date: 2013-07-05 11:05 -0700 URL: http://hg.op

hg: jdk8/tl/jdk: 2 new changesets

2013-07-05 Thread sean . mullan
Changeset: 028ef97797c1 Author:mullan Date: 2013-07-05 15:54 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/028ef97797c1 8011547: Update XML Signature implementation to Apache Santuario 1.5.4 Reviewed-by: xuelei ! src/share/classes/com/sun/org/apache/xml/internal/security/a

Re: Attach API on Linux and Root

2013-07-05 Thread Elliott Baron
Hi, On 06/05/2013 06:05 PM, Elliott Baron wrote: Hi, We use Hotspot's dynamic attach mechanism in our Thermostat monitoring tool [1], however we have discovered a bit of a problem with access control. One of our typical use-cases is to have our agent running as root, which will monitor all J

Re: RFR: 8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace

2013-07-05 Thread Alan Bateman
On 05/07/2013 15:08, Erik Helin wrote: Hi all, still looking for a review for this testfix. Looping in hotspot-gc-...@openjdk.java.net as well. It looks like okay to me and the comments make it clear the memory pools that it expects. -Alan

Re: RFR: 8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace

2013-07-05 Thread Erik Helin
Hi all, still looking for a review for this testfix. Looping in hotspot-gc-...@openjdk.java.net as well. Thanks, Erik On 2013-07-01, Erik Helin wrote: > Hi all, > > this change updates MemoryTest.java to take the newly added Metaspace > and Compressed Class Space MemoryMXBeans into account, as

Re: RFR [8016838] java/lang/instrument/RedefineBigClass.sh needs modification

2013-07-05 Thread Seán Coffey
Nice work indeed Ivan. Good to have a reliable testcase to catch leaks in this area. I'd also suggest that this test goes on the ProblemList until the new leak is sorted out for jdk8. The goal of JPRT runs is to have clean runs. If it's on the problemList, then it's a known issue and is norm

Re: RFR [8016838] java/lang/instrument/RedefineBigClass.sh needs modification

2013-07-05 Thread Ivan Gerasimov
On 05.07.2013 8:35, Daniel D. Daugherty wrote: Ivan, The changes look fine, I can sponsor your commit, looks like your OpenJDK user name is 'igerasim', but I need to know a little bit more about your testing of these fixes. Did you do a test JPRT job to run the JLI tests (or just the two tests

hg: hsx/hotspot-rt/hotspot: 8016465: The hs_err file gets wrong name

2013-07-05 Thread frederic . parain
Changeset: 93e6dce53ba7 Author:fparain Date: 2013-07-05 08:26 + URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/93e6dce53ba7 8016465: The hs_err file gets wrong name Reviewed-by: dcubed, dholmes, rdurbin ! src/share/vm/utilities/vmError.cpp

Re: RFR [8016838] java/lang/instrument/RedefineBigClass.sh needs modification

2013-07-05 Thread Ivan Gerasimov
I'm looking at the log of the job you've run: http://prt-web.us.oracle.com//archive/2013/07/2013-07-05-045326.ddaugher.8016838_exp/logs/linux_x64-product-c2-jdk_lang.log.FAILED.log And it looks like both tests failed, not only the first one: FAIL: Virtual memory usage increased by 1411072Kb (gre

hg: jdk8/tl/langtools: 5 new changesets

2013-07-05 Thread maurizio . cimadamore
Changeset: 7b756b307e12 Author:mcimadamore Date: 2013-07-05 11:00 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7b756b307e12 8017618: NullPointerException in RichDiagnosticFormatter for bad input program Summary: RDF crashes when diagnostic contains type 'void' Reviewe