From abhi.saha at oracle.com Thu Jun 16 10:57:00 2011 From: abhi.saha at oracle.com (abhi.saha at oracle.com) Date: Thu, 16 Jun 2011 17:57:00 +0000 Subject: hg: jdk6/jdk6/hotspot: 2 new changesets Message-ID: <20110616175705.A16B847092@hg.openjdk.java.net> Changeset: f6b8cfca1b53 Author: kamg Date: 2011-03-24 14:42 -0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/f6b8cfca1b53 7020373: JSR rewriting can overflow memory address size variables Summary: Abort if incoming classfile's parameters would cause overflows Reviewed-by: coleenp, dcubed, never ! src/share/vm/oops/generateOopMap.cpp + test/runtime/7020373/Test7020373.sh Changeset: 9b013e207574 Author: asaha Date: 2011-05-10 10:46 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/9b013e207574 Merge - make/linux/makefiles/makedeps.make - make/solaris/makefiles/makedeps.make - make/windows/README - make/windows/makefiles/makedeps.make - src/os/linux/launcher/java.c - src/os/linux/launcher/java.h - src/os/linux/launcher/java_md.c - src/os/linux/launcher/java_md.h - src/os/linux/vm/hpi_linux.cpp - src/os/linux/vm/hpi_linux.hpp - src/os/linux/vm/objectMonitor_linux.cpp - src/os/linux/vm/objectMonitor_linux.hpp - src/os/linux/vm/objectMonitor_linux.inline.hpp - src/os/solaris/launcher/java.c - src/os/solaris/launcher/java.h - src/os/solaris/launcher/java_md.c - src/os/solaris/launcher/java_md.h - src/os/solaris/vm/hpi_solaris.cpp - src/os/solaris/vm/hpi_solaris.hpp - src/os/solaris/vm/objectMonitor_solaris.cpp - src/os/solaris/vm/objectMonitor_solaris.hpp - src/os/solaris/vm/objectMonitor_solaris.inline.hpp - src/os/windows/vm/hpi_windows.cpp - src/os/windows/vm/hpi_windows.hpp - src/os/windows/vm/objectMonitor_windows.cpp - src/os/windows/vm/objectMonitor_windows.hpp - src/os/windows/vm/objectMonitor_windows.inline.hpp - src/share/tools/MakeDeps/ArgsParser.java - src/share/tools/MakeDeps/BuildConfig.java - src/share/tools/MakeDeps/Database.java - src/share/tools/MakeDeps/DirectoryTree.java - src/share/tools/MakeDeps/DirectoryTreeNode.java - src/share/tools/MakeDeps/FileFormatException.java - src/share/tools/MakeDeps/FileList.java - src/share/tools/MakeDeps/FileName.java - src/share/tools/MakeDeps/Macro.java - src/share/tools/MakeDeps/MacroDefinitions.java - src/share/tools/MakeDeps/MakeDeps.java - src/share/tools/MakeDeps/MetroWerksMacPlatform.java - src/share/tools/MakeDeps/Platform.java - src/share/tools/MakeDeps/UnixPlatform.java - src/share/tools/MakeDeps/Util.java - src/share/tools/MakeDeps/WinGammaPlatform.java - src/share/tools/MakeDeps/WinGammaPlatformVC6.java - src/share/tools/MakeDeps/WinGammaPlatformVC7.java - src/share/tools/MakeDeps/WinGammaPlatformVC8.java - src/share/tools/MakeDeps/WinGammaPlatformVC9.java - src/share/vm/gc_implementation/g1/concurrentZFThread.cpp - src/share/vm/gc_implementation/g1/concurrentZFThread.hpp - src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep - src/share/vm/gc_implementation/includeDB_gc_g1 - src/share/vm/gc_implementation/includeDB_gc_parNew - src/share/vm/gc_implementation/includeDB_gc_parallelScavenge - src/share/vm/gc_implementation/includeDB_gc_serial - src/share/vm/gc_implementation/includeDB_gc_shared - src/share/vm/includeDB_compiler1 - src/share/vm/includeDB_compiler2 - src/share/vm/includeDB_core - src/share/vm/includeDB_features - src/share/vm/includeDB_gc - src/share/vm/includeDB_gc_parallel - src/share/vm/includeDB_jvmti - src/share/vm/includeDB_shark - src/share/vm/includeDB_zero ! src/share/vm/oops/generateOopMap.cpp - src/share/vm/prims/hpi_imported.h - src/share/vm/runtime/hpi.cpp - src/share/vm/runtime/hpi.hpp From abhi.saha at oracle.com Thu Jun 16 10:57:22 2011 From: abhi.saha at oracle.com (abhi.saha at oracle.com) Date: Thu, 16 Jun 2011 17:57:22 +0000 Subject: hg: jdk6/jdk6/jaxp: 7013970: Code.toString can exit VM Message-ID: <20110616175722.508E947094@hg.openjdk.java.net> Changeset: 0f04bd88a3b0 Author: asaha Date: 2011-05-10 11:32 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/jaxp/rev/0f04bd88a3b0 7013970: Code.toString can exit VM Reviewed-by: joehw ! jaxp.properties From abhi.saha at oracle.com Thu Jun 16 10:57:31 2011 From: abhi.saha at oracle.com (abhi.saha at oracle.com) Date: Thu, 16 Jun 2011 17:57:31 +0000 Subject: hg: jdk6/jdk6/jaxws: 2 new changesets Message-ID: <20110616175731.7E82047096@hg.openjdk.java.net> Changeset: 88218198cf32 Author: asaha Date: 2011-05-11 16:46 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/jaxws/rev/88218198cf32 7013971: Problem with saaj/soap1.2 7016340: Problem with saaj/soap1.2 Reviewed-by: ramap ! jaxws.properties Changeset: a470e1b22e50 Author: asaha Date: 2011-06-16 10:11 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/jaxws/rev/a470e1b22e50 7052870: Update bundle name and download location for jaxws bundle Reviewed-by: ramap ! jaxws.properties From abhi.saha at oracle.com Thu Jun 16 10:57:48 2011 From: abhi.saha at oracle.com (abhi.saha at oracle.com) Date: Thu, 16 Jun 2011 17:57:48 +0000 Subject: hg: jdk6/jdk6/jdk: 11 new changesets Message-ID: <20110616175914.EAFEF47098@hg.openjdk.java.net> Changeset: 05a59c28ae9f Author: weijun Date: 2011-02-09 11:52 +0800 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/05a59c28ae9f 6618658: Deserialization allows creation of mutable SignedObject Reviewed-by: hawtin, mullan ! src/share/classes/java/security/SignedObject.java + test/java/security/SignedObject/Correctness.java Changeset: 4c569f18b5a1 Author: chegar Date: 2011-02-18 10:40 +0000 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/4c569f18b5a1 7013969: NetworkInterface.toString can reveal bindings Reviewed-by: alanb, michaelm, hawtin ! src/share/classes/java/net/NetworkInterface.java Changeset: 50636a6053f8 Author: flar Date: 2011-03-01 18:14 -0800 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/50636a6053f8 7016495: Crash in Java 2D transforming an image with scale close to zero Reviewed-by: prr, bae ! src/share/classes/sun/java2d/pipe/DrawImage.java ! src/share/native/sun/java2d/loops/TransformHelper.c + test/java/awt/image/BufferedImage/TinyScale.java Changeset: 16fbb8d0b834 Author: ksrini Date: 2011-03-07 08:22 -0800 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/16fbb8d0b834 7016985: (launcher) implement safe secure dll loading Reviewed-by: asaha ! src/share/bin/java.c ! src/share/bin/java.h ! src/solaris/bin/java_md.c ! src/windows/bin/java_md.c Changeset: bfc1a4516e20 Author: asaha Date: 2011-03-24 10:43 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/bfc1a4516e20 6213702: (so) non-blocking sockets with TCP urgent disabled get still selected for read ops (win) Reviewed-by: alanb ! src/windows/classes/sun/nio/ch/WindowsSelectorImpl.java ! src/windows/native/sun/nio/ch/WindowsSelectorImpl.c + test/java/nio/channels/Selector/OutOfBand.java Changeset: dc0eabbd9955 Author: bae Date: 2011-03-29 19:53 +0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/dc0eabbd9955 7013519: [parfait] Integer overflows in 2D code Reviewed-by: prr ! src/share/native/sun/awt/image/jpeg/imageioJPEG.c ! src/share/native/sun/font/layout/SunLayoutEngine.cpp Changeset: 049b0098d27c Author: dcherepanov Date: 2011-04-04 16:52 +0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/049b0098d27c 7012520: Heap overflow vulnerability in FileDialog.show() Reviewed-by: art, anthony ! src/windows/native/sun/windows/awt_FileDialog.cpp Changeset: 6f026326eef7 Author: ksrini Date: 2011-04-15 08:27 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/6f026326eef7 7032593: DLL_LOADING: Upgrade solution to 7016985 to reflect JDK7 solution Reviewed-by: asaha ! src/share/bin/java.c ! src/share/bin/java.h ! src/solaris/bin/java_md.c ! src/windows/bin/java_md.c Changeset: bf0758eb099e Author: asaha Date: 2011-05-10 10:47 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/bf0758eb099e Merge ! src/solaris/bin/java_md.c Changeset: 055d6c57c430 Author: alexp Date: 2011-05-17 20:35 +0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/055d6c57c430 7020198: ImageIcon creates Component with null acc Reviewed-by: rupashka ! src/share/classes/javax/swing/ImageIcon.java Changeset: 1aec61210fef Author: asaha Date: 2011-05-24 21:27 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/1aec61210fef Merge From kelly.ohair at oracle.com Fri Jun 24 11:33:18 2011 From: kelly.ohair at oracle.com (Kelly O'Hair) Date: Fri, 24 Jun 2011 11:33:18 -0700 Subject: OpenJDK6 b23 Message-ID: I know I know, I'm late getting this going, my apologies. Since this is my first OpenJDK6 release, be kind. Right now I am doing full builds of the jdk6/jdk6 sources, including testing on multiple platforms. I suspect I may be adjusting some of the ProblemLists for the jdk regression tests, and I'll need to see about running the JCK tests too. I will report status as replies to this email The OpenJDK6 project is defined here: http://openjdk.java.net/projects/jdk6/ In the meantime, does anyone have anything they would like to get into jdk6-b23? --- I will try and leave documents describing the release process somewhere in the open, and originally thought of using http://openjdk.java.net/projects/jdk6/ for it, but it might be better to just add them to the jdk6/jdk6 repository, I'd appreciate comments on that. -kto From kelly.ohair at oracle.com Fri Jun 24 19:38:27 2011 From: kelly.ohair at oracle.com (Kelly O'Hair) Date: Fri, 24 Jun 2011 19:38:27 -0700 Subject: Need reviewer: webrev.ksh fixes and Release Process document Message-ID: 7046448: Correct webrev.ksh to tidy up html output Contributed-By: Michael Tandy http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-rel-process/webrev/ Also a start on a Release Process document: http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-rel-process/webrev/raw_files/new/ReleaseProcess.html -kto From kelly.ohair at oracle.com Mon Jun 27 10:02:03 2011 From: kelly.ohair at oracle.com (Kelly O'Hair) Date: Mon, 27 Jun 2011 10:02:03 -0700 Subject: OpenJDK6 b23 In-Reply-To: References: Message-ID: <50250205-A8DA-4CBC-ABAB-37C3A5C4A83C@oracle.com> My testing results running the regression tests in the repositories, with the jdk/test/Makefile: * All Platforms: Failing testcase: java/security/SignedObject/Correctness.java Throws java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available * Windows: It appears that test case javax/imageio/plugins/png/ITXtTest.java is not closing a file, causing tests that follow to fail. The jdk/testMakefile uses 'jtreg -samevm' which expects each testcase to clean up after itself, on Windows this can cause cascading failures. * Windows: The testcase java/util/concurrent/SynchronousQueue/Fairness.java failed once. I will watch out for this one, and hope it does not repeatedly fail. * Windows: It appears that test case java/nio/MappedByteBuffer/Force.java is not closing a file. * Windows: java.net.SocketException: maximum number of DatagramSockets reached and JVM crashes! Investigating further, but this may be a fluke. The hotspot crash files have been attached. Example output from the failed tests below along with the overall lists of test batches run and on what systems. I am very reluctant to release this OpenJDK6 b23 until these issues are well understood and acceptable, or fixed. In some cases, the test cases mentioned above were changed recently, and should be fixed before we proceed with jdk6 b23. I know many people are busy with jdk7 and moving on to jdk8, hopefully I can get some attention on these issues soon. -kto -------------------------------------------------- TEST: java/security/SignedObject/Correctness.java JDK under test: (/tmp/jprt/P1/T/192200.ohair/testproduct/linux_i586_2.6-product) openjdk version "1.6.0-internal" OpenJDK Runtime Environment (build 1.6.0-internal-jprtadm_25_jun_2011_01_30-b00) OpenJDK Client VM (build 20.0-b11, mixed mode, sharing) ACTION: build -- Passed. Build successful REASON: Named class compiled on demand TIME: 0.015 seconds messages: command: build Correctness reason: Named class compiled on demand elapsed time (seconds): 0.015 ACTION: compile -- Passed. Compilation successful REASON: .class file out of date or does not exist TIME: 0.015 seconds messages: command: compile /tmp/jprt/P1/T/192200.ohair/source/jdk/test/java/security/SignedObject/Correctness.java reason: .class file out of date or does not exist elapsed time (seconds): 0.015 ACTION: main -- Failed. Execution failed: `main' threw exception: java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available REASON: Assumed action based on file name: run main Correctness TIME: 0.004 seconds messages: command: main Correctness reason: Assumed action based on file name: run main Correctness elapsed time (seconds): 0.004 STDOUT: STDERR: java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available at java.security.KeyPairGenerator.getInstance(KeyPairGenerator.java:193) at Correctness.main(Correctness.java:45) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:680) at java.lang.Thread.run(Thread.java:679) JavaTest Message: Test threw exception: java.security.NoSuchAlgorithmException JavaTest Message: shutting down test TEST RESULT: Failed. Execution failed: `main' threw exception: java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available -------------------------------------------------- -------------------------------------------------- warning: failed to delete C:\temp\jprt\P2\T\192200.ohair\source\jdk\build\windows-amd64\testoutput\jdk_misc\JTwork\scratch\test.png TEST: javax/imageio/plugins/png/ITXtTest.java JDK under test: (C:\temp\jprt\P2\T\192200~1.OHA\TESTPR~1\WINDOW~1.2-P) openjdk version "1.6.0-internal" OpenJDK Runtime Environment (build 1.6.0-internal-jprtadm_25_jun_2011_01_38-b00) OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode) Test result (overridden): Passed. Execution successful ACTION: build -- Passed. Build successful REASON: Named class compiled on demand TIME: 0.047 seconds messages: command: build ITXtTest reason: Named class compiled on demand elapsed time (seconds): 0.047 ACTION: compile -- Passed. Compilation successful REASON: .class file out of date or does not exist TIME: 0.047 seconds messages: command: compile C:\temp\jprt\P2\T\192200.ohair\source\jdk\test\javax\imageio\plugins\png\ITXtTest.java reason: .class file out of date or does not exist elapsed time (seconds): 0.047 ACTION: main -- Passed. Execution successful REASON: User specified action: run main ITXtTest TIME: 0.094 seconds messages: command: main ITXtTest reason: User specified action: run main ITXtTest elapsed time (seconds): 0.094 STDOUT: Test: xml - en Writing done. Test passed. Test: xml - en - compressed Writing done. Test passed. Test: xml - ru Writing done. Test passed. Test: xml - ru - compressed Writing done. Test passed. STDERR: JavaTest Message: Test complete. TEST RESULT: Error. failed to clean up files after test -------------------------------------------------- -------------------------------------------------- TEST: java/util/concurrent/SynchronousQueue/Fairness.java JDK under test: (C:\temp\jprt\P1\T\192200~1.OHA\TESTPR~1\WINDOW~1.0-P) openjdk version "1.6.0-internal" OpenJDK Runtime Environment (build 1.6.0-internal-jprtadm_25_jun_2011_01_35-b00) OpenJDK Client VM (build 20.0-b11, mixed mode, sharing) ACTION: compile -- Passed. Compilation successful REASON: User specified action: run compile -source 1.5 Fairness.java TIME: 0.032 seconds messages: command: compile -source 1.5 C:\temp\jprt\P1\T\192200.ohair\source\jdk\test\java\util\concurrent\SynchronousQueue\Fairness.java reason: User specified action: run compile -source 1.5 Fairness.java elapsed time (seconds): 0.032 ACTION: build -- Passed. All files up to date REASON: Named class compiled on demand TIME: 0.0 seconds messages: command: build Fairness reason: Named class compiled on demand elapsed time (seconds): 0.0 ACTION: main -- Failed. Execution failed: `main' threw exception: java.lang.Exception: No fair! REASON: User specified action: run main Fairness TIME: 1.015 seconds messages: command: main Fairness reason: User specified action: run main Fairness elapsed time (seconds): 1.015 STDOUT: STDERR: 2 1 0 1 java.lang.Exception: No fair! at Fairness.testFairness(Fairness.java:51) at Fairness.main(Fairness.java:57) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:680) at java.lang.Thread.run(Thread.java:679) JavaTest Message: Test threw exception: java.lang.Exception JavaTest Message: shutting down test TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.Exception: No fair! -------------------------------------------------- -------------------------------------------------- warning: failed to delete C:\temp\jprt\P1\T\192200.ohair\source\jdk\build\windows-i586\testoutput\jdk_nio\JTwork\java\nio\MappedByteBuffer\Force\Blah TEST: java/nio/MappedByteBuffer/Force.java JDK under test: (C:\temp\jprt\P1\T\192200~1.OHA\TESTPR~1\WINDOW~1.0-P) openjdk version "1.6.0-internal" OpenJDK Runtime Environment (build 1.6.0-internal-jprtadm_25_jun_2011_01_35-b00) OpenJDK Client VM (build 20.0-b11, mixed mode, sharing) Test result (overridden): Passed. Execution successful ACTION: build -- Passed. Build successful REASON: Named class compiled on demand TIME: 0.453 seconds messages: command: build Force reason: Named class compiled on demand elapsed time (seconds): 0.453 ACTION: compile -- Passed. Compilation successful REASON: .class file out of date or does not exist TIME: 0.453 seconds messages: command: compile C:\temp\jprt\P1\T\192200.ohair\source\jdk\test\java\nio\MappedByteBuffer\Force.java reason: .class file out of date or does not exist elapsed time (seconds): 0.453 STDOUT: STDERR: ACTION: main -- Passed. Execution successful REASON: Assumed action based on file name: run main Force TIME: 0.11 seconds messages: command: main Force reason: Assumed action based on file name: run main Force elapsed time (seconds): 0.11 STDOUT: STDERR: STATUS:Passed. TEST RESULT: Error. failed to clean up files after test ------------------------------------------------- ------------------------------------------------------------------------------ Build (Release:openjdk6 Boot: Import:): solaris_sparc_5.10-product success(39m 27s elapsed) solaris_sparc_5.10-fastdebug success(49m 29s elapsed) solaris_sparcv9_5.10-product success(33m 37s elapsed) solaris_sparcv9_5.10-fastdebug success(40m 49s elapsed) solaris_i586_5.10-product success(25m 40s elapsed) solaris_i586_5.10-fastdebug success(34m 50s elapsed) solaris_x64_5.10-product success(21m 39s elapsed) solaris_x64_5.10-fastdebug success(22m 41s elapsed) linux_i586_2.6-product success(22m 17s elapsed) linux_i586_2.6-fastdebug success(25m 11s elapsed) linux_x64_2.6-product success(19m 33s elapsed) linux_x64_2.6-fastdebug success(20m 25s elapsed) windows_i586_5.0-product success(40m 16s elapsed) ATTRS: compiler=VS2003 windows_i586_5.0-fastdebug success(39m 59s elapsed) ATTRS: compiler=VS2003 windows_x64_5.2-product success(50m 37s elapsed) ATTRS: compiler=VS2003 windows_x64_5.2-fastdebug success(51m 03s elapsed) ATTRS: compiler=VS2003 Tests: solaris_sparc-product-c1-jvm98 success(03m 32s elapsed) solaris_sparc-product-c2-jvm98 success(02m 49s elapsed) solaris_sparcv9-product-c2-jvm98 success(03m 18s elapsed) solaris_i586-product-c1-jvm98 success(02m 31s elapsed) solaris_i586-product-c2-jvm98 success(02m 05s elapsed) solaris_x64-product-c2-jvm98 success(01m 52s elapsed) linux_i586-product-c1-jvm98 success(02m 00s elapsed) linux_i586-product-c2-jvm98 success(01m 51s elapsed) linux_x64-product-c2-jvm98 success(01m 38s elapsed) windows_i586-product-c1-jvm98 success(01m 55s elapsed) NOTE: Used windows_i586_5.1 for above target. windows_i586-product-c2-jvm98 success(02m 23s elapsed) windows_x64-product-c2-jvm98 success(02m 14s elapsed) solaris_sparc-product-c1-scimark success( 54s elapsed) solaris_sparc-product-c2-scimark success( 47s elapsed) solaris_sparcv9-product-c2-scimark success( 41s elapsed) solaris_i586-product-c1-scimark success( 39s elapsed) solaris_i586-product-c2-scimark success( 45s elapsed) solaris_x64-product-c2-scimark success( 35s elapsed) linux_i586-product-c1-scimark success( 32s elapsed) linux_i586-product-c2-scimark success( 41s elapsed) linux_x64-product-c2-scimark success( 43s elapsed) windows_i586-product-c1-scimark success(01m 26s elapsed) windows_i586-product-c2-scimark success(01m 12s elapsed) NOTE: Used windows_i586_5.1 for above target. windows_x64-product-c2-scimark success(01m 09s elapsed) solaris_sparc-product-c1-runThese success(07m 54s elapsed) solaris_sparc-product-c2-runThese success(07m 34s elapsed) solaris_sparcv9-product-c2-runThese success(07m 43s elapsed) solaris_i586-product-c1-runThese success(06m 55s elapsed) solaris_i586-product-c2-runThese success(06m 57s elapsed) solaris_x64-product-c2-runThese success(07m 23s elapsed) linux_i586-product-c1-runThese success(07m 15s elapsed) linux_i586-product-c2-runThese success(07m 22s elapsed) linux_x64-product-c2-runThese success(09m 09s elapsed) windows_i586-product-c1-runThese success(08m 08s elapsed) NOTE: Used windows_i586_5.1 for above target. windows_i586-product-c2-runThese success(13m 55s elapsed) windows_x64-product-c2-runThese success(08m 39s elapsed) solaris_sparc-product-c1-GCBasher_default success(05m 31s elapsed) solaris_sparc-product-c2-GCBasher_default success(05m 12s elapsed) solaris_sparcv9-product-c2-GCBasher_default success(05m 29s elapsed) solaris_i586-product-c1-GCBasher_default success(05m 13s elapsed) solaris_i586-product-c2-GCBasher_default success(05m 25s elapsed) solaris_x64-product-c2-GCBasher_default success(05m 15s elapsed) linux_i586-product-c1-GCBasher_default success(05m 14s elapsed) linux_i586-product-c2-GCBasher_default success(05m 14s elapsed) linux_x64-product-c2-GCBasher_default success(05m 27s elapsed) windows_i586-product-c1-GCBasher_default success(05m 58s elapsed) windows_i586-product-c2-GCBasher_default success(06m 12s elapsed) windows_x64-product-c2-GCBasher_default success(05m 48s elapsed) solaris_sparc-product-c1-GCOld_default success(01m 28s elapsed) solaris_sparc-product-c2-GCOld_default success( 50s elapsed) solaris_sparcv9-product-c2-GCOld_default success( 41s elapsed) solaris_i586-product-c1-GCOld_default success( 32s elapsed) solaris_i586-product-c2-GCOld_default success( 27s elapsed) solaris_x64-product-c2-GCOld_default success( 36s elapsed) linux_i586-product-c1-GCOld_default success( 24s elapsed) linux_i586-product-c2-GCOld_default success( 17s elapsed) linux_x64-product-c2-GCOld_default success( 23s elapsed) windows_i586-product-c1-GCOld_default success( 46s elapsed) NOTE: Used windows_i586_5.1 for above target. windows_i586-product-c2-GCOld_default success(01m 06s elapsed) windows_x64-product-c2-GCOld_default success( 43s elapsed) solaris_sparc-product-c1-jbb_default success(07m 50s elapsed) solaris_sparc-product-c2-jbb_default success(07m 56s elapsed) solaris_sparcv9-product-c2-jbb_default success(07m 59s elapsed) solaris_i586-product-c1-jbb_default success(07m 48s elapsed) solaris_i586-product-c2-jbb_default success(07m 45s elapsed) solaris_x64-product-c2-jbb_default success(07m 41s elapsed) linux_i586-product-c1-jbb_default success(07m 50s elapsed) linux_i586-product-c2-jbb_default success(07m 44s elapsed) linux_x64-product-c2-jbb_default success(07m 56s elapsed) windows_i586-product-c1-jbb_default success(07m 59s elapsed) windows_i586-product-c2-jbb_default success(07m 50s elapsed) NOTE: Used windows_i586_5.1 for above target. windows_x64-product-c2-jbb_default success(08m 36s elapsed) solaris_sparc-product-c1-jdk_beans1 success(01m 04s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 solaris_sparc-product-c2-jdk_beans1 success( 53s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 solaris_sparcv9-product-c2-jdk_beans1 success(01m 14s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 solaris_i586-product-c1-jdk_beans1 success( 38s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 solaris_i586-product-c2-jdk_beans1 success( 35s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 solaris_x64-product-c2-jdk_beans1 success( 31s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 linux_i586-product-c1-jdk_beans1 success(01m 04s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 linux_i586-product-c2-jdk_beans1 success( 46s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 linux_x64-product-c2-jdk_beans1 success( 42s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 windows_i586-product-c1-jdk_beans1 success(03m 30s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 windows_i586-product-c2-jdk_beans1 success(05m 48s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 NOTE: Used windows_i586_5.1 for above target. windows_x64-product-c2-jdk_beans1 success(02m 37s elapsed) STATS: name=jdk_beans1 run=30 pass=30 fail=0 excluded=17 solaris_sparc-product-c1-jdk_beans2 success(04m 12s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 solaris_sparc-product-c2-jdk_beans2 success(04m 55s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 solaris_sparcv9-product-c2-jdk_beans2 success(05m 13s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 solaris_i586-product-c1-jdk_beans2 success(02m 39s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 solaris_i586-product-c2-jdk_beans2 success(02m 48s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 solaris_x64-product-c2-jdk_beans2 success(02m 56s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 linux_i586-product-c1-jdk_beans2 success(03m 15s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 linux_i586-product-c2-jdk_beans2 success(03m 52s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 linux_x64-product-c2-jdk_beans2 success(04m 03s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 windows_i586-product-c1-jdk_beans2 success(06m 50s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 NOTE: Used windows_i586_5.1 for above target. windows_i586-product-c2-jdk_beans2 success(05m 28s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 windows_x64-product-c2-jdk_beans2 success(10m 16s elapsed) STATS: name=jdk_beans2 run=83 pass=83 fail=0 excluded=3 solaris_sparc-product-c1-jdk_beans3 success(06m 03s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 solaris_sparc-product-c2-jdk_beans3 success(06m 12s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 solaris_sparcv9-product-c2-jdk_beans3 success(06m 46s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 solaris_i586-product-c1-jdk_beans3 success(03m 45s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 solaris_i586-product-c2-jdk_beans3 success(03m 56s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 solaris_x64-product-c2-jdk_beans3 success(04m 10s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 linux_i586-product-c1-jdk_beans3 success(04m 09s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 linux_i586-product-c2-jdk_beans3 success(04m 25s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 linux_x64-product-c2-jdk_beans3 success(04m 29s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 windows_i586-product-c1-jdk_beans3 success(06m 50s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 windows_i586-product-c2-jdk_beans3 success(08m 46s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 windows_x64-product-c2-jdk_beans3 success(04m 09s elapsed) STATS: name=jdk_beans3 run=119 pass=119 fail=0 excluded=1 solaris_sparc-product-c1-jdk_io success(02m 22s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 solaris_sparc-product-c2-jdk_io success(02m 41s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 solaris_sparcv9-product-c2-jdk_io success(04m 14s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 solaris_i586-product-c1-jdk_io success(01m 23s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 solaris_i586-product-c2-jdk_io success(01m 42s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 solaris_x64-product-c2-jdk_io success(02m 52s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 linux_i586-product-c1-jdk_io success(02m 03s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 linux_i586-product-c2-jdk_io success(01m 52s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 linux_x64-product-c2-jdk_io success(02m 01s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 windows_i586-product-c1-jdk_io success(05m 35s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 windows_i586-product-c2-jdk_io success(05m 35s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 NOTE: Used windows_i586_5.1 for above target. windows_x64-product-c2-jdk_io success(09m 06s elapsed) STATS: name=jdk_io run=238 pass=238 fail=0 excluded=93 solaris_sparc-product-c1-jdk_lang success(04m 25s elapsed) STATS: name=jdk_lang run=259 pass=259 fail=0 excluded=49 solaris_sparc-product-c2-jdk_lang success(06m 02s elapsed) STATS: name=jdk_lang run=259 pass=259 fail=0 excluded=49 solaris_sparcv9-product-c2-jdk_lang success(05m 40s elapsed) STATS: name=jdk_lang run=259 pass=259 fail=0 excluded=49 solaris_i586-product-c1-jdk_lang success(02m 55s elapsed) STATS: name=jdk_lang run=259 pass=259 fail=0 excluded=49 solaris_i586-product-c2-jdk_lang success(03m 40s elapsed) STATS: name=jdk_lang run=259 pass=259 fail=0 excluded=49 solaris_x64-product-c2-jdk_lang success(04m 02s elapsed) STATS: name=jdk_lang run=259 pass=259 fail=0 excluded=49 linux_i586-product-c1-jdk_lang success(04m 36s elapsed) STATS: name=jdk_lang run=260 pass=260 fail=0 excluded=48 linux_i586-product-c2-jdk_lang success(04m 48s elapsed) STATS: name=jdk_lang run=260 pass=260 fail=0 excluded=48 linux_x64-product-c2-jdk_lang success(04m 34s elapsed) STATS: name=jdk_lang run=260 pass=260 fail=0 excluded=48 windows_i586-product-c1-jdk_lang success(06m 13s elapsed) STATS: name=jdk_lang run=260 pass=260 fail=0 excluded=48 NOTE: Used windows_i586_5.1 for above target. windows_i586-product-c2-jdk_lang success(05m 13s elapsed) STATS: name=jdk_lang run=260 pass=260 fail=0 excluded=48 NOTE: Used windows_i586_5.1 for above target. windows_x64-product-c2-jdk_lang success(10m 10s elapsed) STATS: name=jdk_lang run=260 pass=260 fail=0 excluded=48 solaris_sparc-product-c1-jdk_management1 success(08m 39s elapsed) STATS: name=jdk_management1 run=143 pass=143 fail=0 excluded=49 solaris_sparc-product-c2-jdk_management1 success(07m 44s elapsed) STATS: name=jdk_management1 run=143 pass=143 fail=0 excluded=49 solaris_sparcv9-product-c2-jdk_management1 success(07m 45s elapsed) STATS: name=jdk_management1 run=143 pass=143 fail=0 excluded=49 solaris_i586-product-c1-jdk_management1 success(05m 10s elapsed) STATS: name=jdk_management1 run=143 pass=143 fail=0 excluded=49 solaris_i586-product-c2-jdk_management1 success(05m 14s elapsed) STATS: name=jdk_management1 run=143 pass=143 fail=0 excluded=49 solaris_x64-product-c2-jdk_management1 success(05m 26s elapsed) STATS: name=jdk_management1 run=143 pass=143 fail=0 excluded=49 linux_i586-product-c1-jdk_management1 success(05m 50s elapsed) STATS: name=jdk_management1 run=143 pass=143 fail=0 excluded=49 linux_i586-product-c2-jdk_management1 success(05m 41s elapsed) STATS: name=jdk_management1 run=143 pass=143 fail=0 excluded=49 linux_x64-product-c2-jdk_management1 success(06m 48s elapsed) STATS: name=jdk_management1 run=143 pass=143 fail=0 excluded=49 windows_i586-product-c1-jdk_management1 success(06m 06s elapsed) STATS: name=jdk_management1 run=142 pass=142 fail=0 excluded=50 windows_i586-product-c2-jdk_management1 success(07m 15s elapsed) STATS: name=jdk_management1 run=142 pass=142 fail=0 excluded=50 windows_x64-product-c2-jdk_management1 success(07m 01s elapsed) STATS: name=jdk_management1 run=142 pass=142 fail=0 excluded=50 solaris_sparc-product-c1-jdk_management2 success(01m 58s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 solaris_sparc-product-c2-jdk_management2 success(01m 52s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 solaris_sparcv9-product-c2-jdk_management2 success(02m 02s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 solaris_i586-product-c1-jdk_management2 success(01m 08s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 solaris_i586-product-c2-jdk_management2 success(01m 08s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 solaris_x64-product-c2-jdk_management2 success(01m 15s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 linux_i586-product-c1-jdk_management2 success(01m 34s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 linux_i586-product-c2-jdk_management2 success(01m 31s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 linux_x64-product-c2-jdk_management2 success(02m 05s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 windows_i586-product-c1-jdk_management2 success(03m 32s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 NOTE: Used windows_i586_5.1 for above target. windows_i586-product-c2-jdk_management2 success(05m 53s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 windows_x64-product-c2-jdk_management2 success(08m 21s elapsed) STATS: name=jdk_management2 run=29 pass=29 fail=0 excluded=8 solaris_sparc-product-c1-jdk_math success( 39s elapsed) STATS: name=jdk_math run=22 pass=22 fail=0 excluded=4 solaris_sparc-product-c2-jdk_math success( 48s elapsed) STATS: name=jdk_math run=22 pass=22 fail=0 excluded=4 solaris_sparcv9-product-c2-jdk_math success( 47s elapsed) STATS: name=jdk_math run=22 pass=22 fail=0 excluded=4 solaris_i586-product-c1-jdk_math success( 22s elapsed) STATS: name=jdk_math run=23 pass=23 fail=0 excluded=2 solaris_i586-product-c2-jdk_math success( 23s elapsed) STATS: name=jdk_math run=23 pass=23 fail=0 excluded=2 solaris_x64-product-c2-jdk_math success( 27s elapsed) STATS: name=jdk_math run=23 pass=23 fail=0 excluded=2 linux_i586-product-c1-jdk_math success(01m 31s elapsed) STATS: name=jdk_math run=23 pass=23 fail=0 excluded=2 linux_i586-product-c2-jdk_math success(01m 50s elapsed) STATS: name=jdk_math run=23 pass=23 fail=0 excluded=2 linux_x64-product-c2-jdk_math success( 30s elapsed) STATS: name=jdk_math run=23 pass=23 fail=0 excluded=2 windows_i586-product-c1-jdk_math success(03m 54s elapsed) STATS: name=jdk_math run=23 pass=23 fail=0 excluded=2 NOTE: Used windows_i586_5.1 for above target. windows_i586-product-c2-jdk_math success(03m 28s elapsed) STATS: name=jdk_math run=23 pass=23 fail=0 excluded=2 windows_x64-product-c2-jdk_math success(01m 42s elapsed) STATS: name=jdk_math run=23 pass=23 fail=0 excluded=2 solaris_sparc-product-c1-jdk_misc success(02m 38s elapsed) STATS: name=jdk_misc run=330 pass=330 fail=0 excluded=14 solaris_sparc-product-c2-jdk_misc success(02m 18s elapsed) STATS: name=jdk_misc run=330 pass=330 fail=0 excluded=14 solaris_sparcv9-product-c2-jdk_misc success(02m 27s elapsed) STATS: name=jdk_misc run=330 pass=330 fail=0 excluded=14 solaris_i586-product-c1-jdk_misc success(01m 20s elapsed) STATS: name=jdk_misc run=330 pass=330 fail=0 excluded=14 solaris_i586-product-c2-jdk_misc success(01m 20s elapsed) STATS: name=jdk_misc run=330 pass=330 fail=0 excluded=14 solaris_x64-product-c2-jdk_misc success(01m 29s elapsed) STATS: name=jdk_misc run=330 pass=330 fail=0 excluded=14 linux_i586-product-c1-jdk_misc success(02m 01s elapsed) STATS: name=jdk_misc run=330 pass=330 fail=0 excluded=14 linux_i586-product-c2-jdk_misc success(02m 39s elapsed) STATS: name=jdk_misc run=330 pass=330 fail=0 excluded=14 linux_x64-product-c2-jdk_misc success(01m 21s elapsed) STATS: name=jdk_misc run=330 pass=330 fail=0 excluded=14 windows_i586-product-c1-jdk_misc FAILED(07m 02s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_misc run=330 pass=301 fail=29 excluded=14 windows_i586-product-c2-jdk_misc FAILED(04m 15s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_misc run=330 pass=308 fail=22 excluded=14 windows_x64-product-c2-jdk_misc FAILED(04m 03s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_misc run=330 pass=262 fail=68 excluded=14 solaris_sparc-product-c1-jdk_net success(06m 00s elapsed) STATS: name=jdk_net run=228 pass=228 fail=0 excluded=85 solaris_sparc-product-c2-jdk_net success(05m 57s elapsed) STATS: name=jdk_net run=228 pass=228 fail=0 excluded=85 solaris_sparcv9-product-c2-jdk_net success(06m 03s elapsed) STATS: name=jdk_net run=228 pass=228 fail=0 excluded=85 solaris_i586-product-c1-jdk_net success(05m 11s elapsed) STATS: name=jdk_net run=228 pass=228 fail=0 excluded=85 solaris_i586-product-c2-jdk_net success(05m 15s elapsed) STATS: name=jdk_net run=228 pass=228 fail=0 excluded=85 solaris_x64-product-c2-jdk_net success(05m 23s elapsed) STATS: name=jdk_net run=228 pass=228 fail=0 excluded=85 linux_i586-product-c1-jdk_net success(06m 07s elapsed) STATS: name=jdk_net run=227 pass=227 fail=0 excluded=87 linux_i586-product-c2-jdk_net success(06m 12s elapsed) STATS: name=jdk_net run=227 pass=227 fail=0 excluded=87 linux_x64-product-c2-jdk_net success(06m 59s elapsed) STATS: name=jdk_net run=228 pass=228 fail=0 excluded=85 windows_i586-product-c1-jdk_net FAILED(04m 28s elapsed) NOTE: Test process returned exit code 2. NOTE: Used windows_i586_5.1 for above target. windows_i586-product-c2-jdk_net FAILED(07m 44s elapsed) NOTE: Test process returned exit code 2. windows_x64-product-c2-jdk_net FAILED(07m 45s elapsed) NOTE: Test process returned exit code 2. solaris_sparc-product-c1-jdk_nio success(22m 24s elapsed) STATS: name=jdk_nio run=187 pass=187 fail=0 excluded=35 solaris_sparc-product-c2-jdk_nio success(16m 23s elapsed) STATS: name=jdk_nio run=187 pass=187 fail=0 excluded=35 solaris_sparcv9-product-c2-jdk_nio success(18m 03s elapsed) STATS: name=jdk_nio run=188 pass=188 fail=0 excluded=33 solaris_i586-product-c1-jdk_nio success(11m 21s elapsed) STATS: name=jdk_nio run=188 pass=188 fail=0 excluded=33 solaris_i586-product-c2-jdk_nio success(09m 39s elapsed) STATS: name=jdk_nio run=188 pass=188 fail=0 excluded=33 solaris_x64-product-c2-jdk_nio success(09m 48s elapsed) STATS: name=jdk_nio run=188 pass=188 fail=0 excluded=33 linux_i586-product-c1-jdk_nio success(11m 17s elapsed) STATS: name=jdk_nio run=192 pass=192 fail=0 excluded=29 linux_i586-product-c2-jdk_nio success(10m 19s elapsed) STATS: name=jdk_nio run=192 pass=192 fail=0 excluded=29 linux_x64-product-c2-jdk_nio success(10m 00s elapsed) STATS: name=jdk_nio run=192 pass=192 fail=0 excluded=29 windows_i586-product-c1-jdk_nio success(12m 14s elapsed) STATS: name=jdk_nio run=188 pass=188 fail=0 excluded=34 windows_i586-product-c2-jdk_nio FAILED(12m 14s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_nio run=188 pass=187 fail=1 excluded=34 NOTE: Used windows_i586_5.1 for above target. windows_x64-product-c2-jdk_nio success(09m 31s elapsed) STATS: name=jdk_nio run=188 pass=188 fail=0 excluded=34 solaris_sparc-product-c1-jdk_security1 FAILED(01m 23s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 solaris_sparc-product-c2-jdk_security1 FAILED(01m 21s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 solaris_sparcv9-product-c2-jdk_security1 FAILED(01m 32s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 solaris_i586-product-c1-jdk_security1 FAILED( 51s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 solaris_i586-product-c2-jdk_security1 FAILED( 46s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 solaris_x64-product-c2-jdk_security1 FAILED( 59s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 linux_i586-product-c1-jdk_security1 FAILED(01m 06s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 linux_i586-product-c2-jdk_security1 FAILED(01m 22s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 linux_x64-product-c2-jdk_security1 FAILED(01m 03s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 windows_i586-product-c1-jdk_security1 FAILED(06m 44s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 windows_i586-product-c2-jdk_security1 FAILED(04m 39s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 NOTE: Used windows_i586_5.1 for above target. windows_x64-product-c2-jdk_security1 FAILED(03m 55s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_security1 run=79 pass=78 fail=1 excluded=14 solaris_sparc-product-c1-jdk_security2 success(04m 07s elapsed) STATS: name=jdk_security2 run=88 pass=88 fail=0 excluded=4 solaris_sparc-product-c2-jdk_security2 success(04m 23s elapsed) STATS: name=jdk_security2 run=88 pass=88 fail=0 excluded=4 solaris_sparcv9-product-c2-jdk_security2 success(04m 19s elapsed) STATS: name=jdk_security2 run=88 pass=88 fail=0 excluded=4 solaris_i586-product-c1-jdk_security2 success(02m 27s elapsed) STATS: name=jdk_security2 run=88 pass=88 fail=0 excluded=4 solaris_i586-product-c2-jdk_security2 success(02m 47s elapsed) STATS: name=jdk_security2 run=88 pass=88 fail=0 excluded=4 solaris_x64-product-c2-jdk_security2 success(02m 47s elapsed) STATS: name=jdk_security2 run=88 pass=88 fail=0 excluded=4 linux_i586-product-c1-jdk_security2 success(03m 32s elapsed) STATS: name=jdk_security2 run=89 pass=89 fail=0 excluded=3 linux_i586-product-c2-jdk_security2 success(04m 15s elapsed) STATS: name=jdk_security2 run=89 pass=89 fail=0 excluded=3 linux_x64-product-c2-jdk_security2 success(04m 09s elapsed) STATS: name=jdk_security2 run=89 pass=89 fail=0 excluded=3 windows_i586-product-c1-jdk_security2 success(07m 20s elapsed) STATS: name=jdk_security2 run=89 pass=89 fail=0 excluded=3 windows_i586-product-c2-jdk_security2 success(07m 19s elapsed) STATS: name=jdk_security2 run=89 pass=89 fail=0 excluded=3 windows_x64-product-c2-jdk_security2 success(07m 39s elapsed) STATS: name=jdk_security2 run=89 pass=89 fail=0 excluded=3 solaris_sparc-product-c1-jdk_security3 success(12m 07s elapsed) STATS: name=jdk_security3 run=282 pass=282 fail=0 excluded=45 solaris_sparc-product-c2-jdk_security3 success(12m 40s elapsed) STATS: name=jdk_security3 run=282 pass=282 fail=0 excluded=45 solaris_sparcv9-product-c2-jdk_security3 success(14m 32s elapsed) STATS: name=jdk_security3 run=290 pass=290 fail=0 excluded=29 solaris_i586-product-c1-jdk_security3 success(08m 47s elapsed) STATS: name=jdk_security3 run=290 pass=290 fail=0 excluded=29 solaris_i586-product-c2-jdk_security3 success(09m 18s elapsed) STATS: name=jdk_security3 run=290 pass=290 fail=0 excluded=29 solaris_x64-product-c2-jdk_security3 success(09m 23s elapsed) STATS: name=jdk_security3 run=290 pass=290 fail=0 excluded=29 linux_i586-product-c1-jdk_security3 success(10m 19s elapsed) STATS: name=jdk_security3 run=294 pass=294 fail=0 excluded=25 linux_i586-product-c2-jdk_security3 success(11m 43s elapsed) STATS: name=jdk_security3 run=294 pass=294 fail=0 excluded=25 linux_x64-product-c2-jdk_security3 success(12m 25s elapsed) STATS: name=jdk_security3 run=294 pass=294 fail=0 excluded=25 windows_i586-product-c1-jdk_security3 success(10m 25s elapsed) STATS: name=jdk_security3 run=265 pass=265 fail=0 excluded=60 NOTE: Used windows_i586_5.1 for above target. windows_i586-product-c2-jdk_security3 success(11m 50s elapsed) STATS: name=jdk_security3 run=265 pass=265 fail=0 excluded=60 windows_x64-product-c2-jdk_security3 success(14m 21s elapsed) STATS: name=jdk_security3 run=263 pass=263 fail=0 excluded=62 solaris_sparc-product-c1-jdk_text success(01m 22s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 solaris_sparc-product-c2-jdk_text success(01m 18s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 solaris_sparcv9-product-c2-jdk_text success(01m 27s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 solaris_i586-product-c1-jdk_text success(01m 06s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 solaris_i586-product-c2-jdk_text success(01m 08s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 solaris_x64-product-c2-jdk_text success(01m 12s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 linux_i586-product-c1-jdk_text success(01m 42s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 linux_i586-product-c2-jdk_text success(01m 28s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 linux_x64-product-c2-jdk_text success(02m 01s elapsed) STATS: name=jdk_text run=5 pass=5 fail=0 excluded=1 windows_i586-product-c1-jdk_text success(06m 21s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 windows_i586-product-c2-jdk_text success(04m 14s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 windows_x64-product-c2-jdk_text success(04m 13s elapsed) STATS: name=jdk_text run=6 pass=6 fail=0 excluded=0 solaris_sparc-product-c1-jdk_tools1 success(16m 53s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 solaris_sparc-product-c2-jdk_tools1 success(16m 49s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 solaris_sparcv9-product-c2-jdk_tools1 success(17m 43s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 solaris_i586-product-c1-jdk_tools1 success(12m 52s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 solaris_i586-product-c2-jdk_tools1 success(13m 01s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 solaris_x64-product-c2-jdk_tools1 success(14m 04s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 linux_i586-product-c1-jdk_tools1 success(13m 59s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 linux_i586-product-c2-jdk_tools1 success(14m 00s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 linux_x64-product-c2-jdk_tools1 success(13m 10s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 windows_i586-product-c1-jdk_tools1 success(14m 20s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 NOTE: Used windows_i586_5.1 for above target. windows_i586-product-c2-jdk_tools1 success(14m 29s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 NOTE: Used windows_i586_5.1 for above target. windows_x64-product-c2-jdk_tools1 success(16m 43s elapsed) STATS: name=jdk_tools1 run=135 pass=135 fail=0 excluded=0 solaris_sparc-product-c1-jdk_tools2 success(07m 41s elapsed) STATS: name=jdk_tools2 run=64 pass=64 fail=0 excluded=23 solaris_sparc-product-c2-jdk_tools2 success(07m 56s elapsed) STATS: name=jdk_tools2 run=64 pass=64 fail=0 excluded=23 solaris_sparcv9-product-c2-jdk_tools2 success(07m 50s elapsed) STATS: name=jdk_tools2 run=64 pass=64 fail=0 excluded=23 solaris_i586-product-c1-jdk_tools2 success(05m 37s elapsed) STATS: name=jdk_tools2 run=64 pass=64 fail=0 excluded=23 solaris_i586-product-c2-jdk_tools2 success(05m 29s elapsed) STATS: name=jdk_tools2 run=64 pass=64 fail=0 excluded=23 solaris_x64-product-c2-jdk_tools2 success(05m 33s elapsed) STATS: name=jdk_tools2 run=64 pass=64 fail=0 excluded=23 linux_i586-product-c1-jdk_tools2 success(06m 11s elapsed) STATS: name=jdk_tools2 run=66 pass=66 fail=0 excluded=21 linux_i586-product-c2-jdk_tools2 success(06m 15s elapsed) STATS: name=jdk_tools2 run=66 pass=66 fail=0 excluded=21 linux_x64-product-c2-jdk_tools2 success(06m 45s elapsed) STATS: name=jdk_tools2 run=66 pass=66 fail=0 excluded=21 windows_i586-product-c1-jdk_tools2 success(06m 15s elapsed) STATS: name=jdk_tools2 run=64 pass=64 fail=0 excluded=23 windows_i586-product-c2-jdk_tools2 success(06m 53s elapsed) STATS: name=jdk_tools2 run=64 pass=64 fail=0 excluded=23 windows_x64-product-c2-jdk_tools2 success(08m 41s elapsed) STATS: name=jdk_tools2 run=64 pass=64 fail=0 excluded=23 solaris_sparc-product-c1-jdk_util success(15m 56s elapsed) STATS: name=jdk_util run=285 pass=285 fail=0 excluded=27 solaris_sparc-product-c2-jdk_util success(15m 14s elapsed) STATS: name=jdk_util run=285 pass=285 fail=0 excluded=27 solaris_sparcv9-product-c2-jdk_util success(15m 48s elapsed) STATS: name=jdk_util run=286 pass=286 fail=0 excluded=25 solaris_i586-product-c1-jdk_util success(13m 46s elapsed) STATS: name=jdk_util run=286 pass=286 fail=0 excluded=25 solaris_i586-product-c2-jdk_util success(13m 34s elapsed) STATS: name=jdk_util run=286 pass=286 fail=0 excluded=25 solaris_x64-product-c2-jdk_util success(13m 52s elapsed) STATS: name=jdk_util run=286 pass=286 fail=0 excluded=25 linux_i586-product-c1-jdk_util success(13m 23s elapsed) STATS: name=jdk_util run=286 pass=286 fail=0 excluded=25 linux_i586-product-c2-jdk_util success(13m 22s elapsed) STATS: name=jdk_util run=286 pass=286 fail=0 excluded=25 linux_x64-product-c2-jdk_util success(13m 27s elapsed) STATS: name=jdk_util run=286 pass=286 fail=0 excluded=25 windows_i586-product-c1-jdk_util FAILED(20m 46s elapsed) NOTE: Test process returned exit code 2. STATS: name=jdk_util run=286 pass=285 fail=1 excluded=25 windows_i586-product-c2-jdk_util success(21m 25s elapsed) STATS: name=jdk_util run=286 pass=286 fail=0 excluded=25 windows_x64-product-c2-jdk_util success(13m 41s elapsed) STATS: name=jdk_util run=286 pass=286 fail=0 excluded=25 ------------------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20110627/b3dbb342/attachment-0004.html -------------- next part -------------- A non-text attachment was scrubbed... Name: windows_x64-product-c2-jdk_net.hs_err_pid2984.log Type: application/octet-stream Size: 11208 bytes Desc: not available Url : http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20110627/b3dbb342/attachment-0003.obj -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20110627/b3dbb342/attachment-0005.html -------------- next part -------------- A non-text attachment was scrubbed... Name: windows_i586-product-c2-jdk_net.hs_err_pid2632.log Type: application/octet-stream Size: 11359 bytes Desc: not available Url : http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20110627/b3dbb342/attachment-0004.obj -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20110627/b3dbb342/attachment-0006.html -------------- next part -------------- A non-text attachment was scrubbed... Name: windows_i586-product-c1-jdk_net.hs_err_pid4352.log Type: application/octet-stream Size: 11139 bytes Desc: not available Url : http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20110627/b3dbb342/attachment-0005.obj -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20110627/b3dbb342/attachment-0007.html From philip.race at oracle.com Mon Jun 27 10:28:05 2011 From: philip.race at oracle.com (Phil Race) Date: Mon, 27 Jun 2011 10:28:05 -0700 Subject: OpenJDK6 b23 In-Reply-To: <50250205-A8DA-4CBC-ABAB-37C3A5C4A83C@oracle.com> References: <50250205-A8DA-4CBC-ABAB-37C3A5C4A83C@oracle.com> Message-ID: <4E08BDA5.60600@oracle.com> On 6/27/2011 10:02 AM, Kelly O'Hair wrote: > > My testing results running the regression tests in the repositories, > with the jdk/test/Makefile: > .. > > * Windows: It appears that test case > javax/imageio/plugins/png/ITXtTest.java is not closing a file, > causing tests that follow to fail. The jdk/testMakefile uses 'jtreg > -samevm' which expects each > testcase to clean up after itself, on Windows this can cause > cascading failures. > Looking at it I see that it probably is that a created ImageInputStream isn't being closed but this can' t be new .. the test is unchanged in 2 1/2 years and is in build 22. Are we excluding it in JDK 7? I'd say its simplest to do the same here and update the test in 8. BTW although the test may look like its only 6 months old in 6-open that's because it was backported to 6-open about 6 months ago. So far as I can tell although its got Andrew's name on it, he didn't have any involvement in the back port. I think ports should use the openjdk id of the person doing the backport, not the original author. -phil. From Alan.Bateman at oracle.com Mon Jun 27 10:33:21 2011 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Mon, 27 Jun 2011 18:33:21 +0100 Subject: OpenJDK6 b23 In-Reply-To: <50250205-A8DA-4CBC-ABAB-37C3A5C4A83C@oracle.com> References: <50250205-A8DA-4CBC-ABAB-37C3A5C4A83C@oracle.com> Message-ID: <4E08BEE1.5080900@oracle.com> Kelly O'Hair wrote: > > My testing results running the regression tests in the repositories, > with the jdk/test/Makefile: > : > > * Windows: The > testcase java/util/concurrent/SynchronousQueue/Fairness.java failed once. > I will watch out for this one, and hope it does not repeatedly fail. It might be this one: 6633113: test/java/util/concurrent/SynchronousQueue/Fairness.java fails intermittently > > * Windows: It appears that test case > java/nio/MappedByteBuffer/Force.java is not closing a file. These tests were updated in jdk7 and I suspect this one is: 7012823: TEST_BUG: java/nio/MappedByteBuffer tests leave file mappings that prevent clean-up (win) Sorry I don't have time to look at any of the others. -Alan. From jonathan.gibbons at oracle.com Mon Jun 27 10:35:48 2011 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Mon, 27 Jun 2011 10:35:48 -0700 Subject: OpenJDK6 b23 In-Reply-To: <4E08BDA5.60600@oracle.com> References: <50250205-A8DA-4CBC-ABAB-37C3A5C4A83C@oracle.com> <4E08BDA5.60600@oracle.com> Message-ID: <4E08BF74.5020902@oracle.com> On 06/27/2011 10:28 AM, Phil Race wrote: > On 6/27/2011 10:02 AM, Kelly O'Hair wrote: >> >> My testing results running the regression tests in the repositories, >> with the jdk/test/Makefile: >> > .. >> >> * Windows: It appears that test case >> javax/imageio/plugins/png/ITXtTest.java is not closing a file, >> causing tests that follow to fail. The jdk/testMakefile uses >> 'jtreg -samevm' which expects each >> testcase to clean up after itself, on Windows this can cause >> cascading failures. >> > > Looking at it I see that it probably is that a created > ImageInputStream isn't being closed > but this can' t be new .. the test is unchanged in 2 1/2 years and is > in build 22. > Are we excluding it in JDK 7? I'd say its simplest to do the same here > and update the test in 8. > > BTW although the test may look like its only 6 months old in 6-open > that's because > it was backported to 6-open about 6 months ago. So far as I can tell > although its got > Andrew's name on it, he didn't have any involvement in the back port. > I think ports > should use the openjdk id of the person doing the backport, not the > original author. > > -phil. > > > > Phil, It helps to use jtreg 4.1 b02, and to use -agentvm instead of -samevm. Agentvm is like samevm, but better. It tries to clean up after tests, and if it can't, it closes the JVM and starts a new one. Also, in b03, upcoming, jtreg supports concurrent test execution, if the tests are up to the challenge. -- Jon From kelly.ohair at oracle.com Wed Jun 29 16:46:10 2011 From: kelly.ohair at oracle.com (Kelly O'Hair) Date: Wed, 29 Jun 2011 16:46:10 -0700 Subject: Need reviewer for final OpenJDK6 B23 changes References: <961069E4-E88C-4254-A0DC-B07AB32624B2@oracle.com> Message-ID: <00B75EC3-902E-48D5-8F8E-A45F3F515826@oracle.com> OpenJDK systems are back! Finally.... For OpenJDK6 B23. I have these 3 CRs to integrate and need reviewers: 7060890: Update openjdk6 problemList file on jdk regression tests 7046448: Correct webrev.ksh to tidy up html output 7060888: Document OpenJDK6 release procedure See http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/raw_files/new/ReleaseProcess.html Webrev: http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/ I will also be adding the script to make/scripts that generates the change history for b22->b23, but need to polish up the script a little. Once the above are integrated I will be asking Oracle JDK Release Engineering to do an OpenJDK6 build and post the bundles to the public download site, then I will finish it up with adding the jdk6-b23 tags, do some blogs, etc. -kto From joe.darcy at oracle.com Wed Jun 29 17:10:48 2011 From: joe.darcy at oracle.com (joe.darcy at oracle.com) Date: Wed, 29 Jun 2011 17:10:48 -0700 Subject: Need reviewer for final OpenJDK6 B23 changes In-Reply-To: <00B75EC3-902E-48D5-8F8E-A45F3F515826@oracle.com> References: <961069E4-E88C-4254-A0DC-B07AB32624B2@oracle.com> <00B75EC3-902E-48D5-8F8E-A45F3F515826@oracle.com> Message-ID: <4E0BBF08.3080506@oracle.com> On 6/29/2011 4:46 PM, Kelly O'Hair wrote: > OpenJDK systems are back! Finally.... > > For OpenJDK6 B23. I have these 3 CRs to integrate and need reviewers: > > 7060890: Update openjdk6 problemList file on jdk regression tests > 7046448: Correct webrev.ksh to tidy up html output > 7060888: Document OpenJDK6 release procedure > See http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/raw_files/new/ReleaseProcess.html > > Webrev: > http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/ > > I will also be adding the script to make/scripts that generates the change history for b22->b23, > but need to polish up the script a little. > > Once the above are integrated I will be asking Oracle JDK Release Engineering to do an > OpenJDK6 build and post the bundles to the public download site, then I will finish it up > with adding the jdk6-b23 tags, do some blogs, etc. > > -kto > Hello. Looks fine. However, I'd add at least in a comment the minimum jtreg version needed for agentvm mode to be supported; does 4.1 from last year support it? http://download.java.net/openjdk/jtreg/ -Joe From joe.darcy at oracle.com Tue Jun 28 17:04:32 2011 From: joe.darcy at oracle.com (Joe Darcy) Date: Tue, 28 Jun 2011 17:04:32 -0700 Subject: Need reviewer: webrev.ksh fixes and Release Process document In-Reply-To: References: Message-ID: <4E0A6C10.1000903@oracle.com> Kelly O'Hair wrote: > 7046448: Correct webrev.ksh to tidy up html output > Contributed-By: Michael Tandy > > http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-rel-process/webrev/ > > Also a start on a Release Process document: > > http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-rel-process/webrev/raw_files/new/ReleaseProcess.html > > -kto > > Looks fine to me. -Joe From lana.steuck at oracle.com Wed Jun 29 17:05:21 2011 From: lana.steuck at oracle.com (Lana Steuck) Date: Wed, 29 Jun 2011 17:05:21 -0700 Subject: Need reviewer for final OpenJDK6 B23 changes In-Reply-To: <00B75EC3-902E-48D5-8F8E-A45F3F515826@oracle.com> References: <961069E4-E88C-4254-A0DC-B07AB32624B2@oracle.com> <00B75EC3-902E-48D5-8F8E-A45F3F515826@oracle.com> Message-ID: <4E0BBDC1.3040802@oracle.com> Hi Kelly, Thank you for documenting OpenJDK6 release procedure. See http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/raw_files/new/ReleaseProcess.html I reviewed the doc - it looks good. We may want to add more information, but this can be done later. Thank you, Lana On 06/29/2011 04:46 PM, Kelly O'Hair wrote: > OpenJDK systems are back! Finally.... > > For OpenJDK6 B23. I have these 3 CRs to integrate and need reviewers: > > 7060890: Update openjdk6 problemList file on jdk regression tests > 7046448: Correct webrev.ksh to tidy up html output > 7060888: Document OpenJDK6 release procedure > See http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/raw_files/new/ReleaseProcess.html > > Webrev: > http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/ > > I will also be adding the script to make/scripts that generates the change history for b22->b23, > but need to polish up the script a little. > > Once the above are integrated I will be asking Oracle JDK Release Engineering to do an > OpenJDK6 build and post the bundles to the public download site, then I will finish it up > with adding the jdk6-b23 tags, do some blogs, etc. > > -kto > From kelly.ohair at oracle.com Wed Jun 29 18:49:23 2011 From: kelly.ohair at oracle.com (Kelly O'Hair) Date: Wed, 29 Jun 2011 18:49:23 -0700 Subject: Need reviewer for final OpenJDK6 B23 changes In-Reply-To: <4E0BBDC1.3040802@oracle.com> References: <961069E4-E88C-4254-A0DC-B07AB32624B2@oracle.com> <00B75EC3-902E-48D5-8F8E-A45F3F515826@oracle.com> <4E0BBDC1.3040802@oracle.com> Message-ID: <75914BA8-C304-4F24-B349-4183FAB9F26D@oracle.com> Thanks Lana, Joe, and David. Minor edits to document to fix links, added jdkreport.pl to make/scripts. 7046448: Correct webrev.ksh to tidy up html output 7060888: Document OpenJDK6 release procedure 7060890: Update openjdk6 problemList file on jdk regression tests 7060927: Add jdkreport.pl to make/scripts, used to generate changes between tags http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23-2/webrev/ I think these are ready to go in, will wait for one for reply on this last webrev that it looks ok. Since I am not changing any sources or makefiles, I know what we have builds and tests out fine, so once I push these changesets in, I'll give Release Engineering the GO. -kto On Jun 29, 2011, at 5:05 PM, Lana Steuck wrote: > Hi Kelly, > > Thank you for documenting OpenJDK6 release procedure. > > See http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/raw_files/new/ReleaseProcess.html > > I reviewed the doc - it looks good. We may want to add more information, but this can be done later. > > Thank you, > Lana > > > On 06/29/2011 04:46 PM, Kelly O'Hair wrote: >> OpenJDK systems are back! Finally.... >> >> For OpenJDK6 B23. I have these 3 CRs to integrate and need reviewers: >> >> 7060890: Update openjdk6 problemList file on jdk regression tests >> 7046448: Correct webrev.ksh to tidy up html output >> 7060888: Document OpenJDK6 release procedure >> See http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/raw_files/new/ReleaseProcess.html >> >> Webrev: >> http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/ >> >> I will also be adding the script to make/scripts that generates the change history for b22->b23, >> but need to polish up the script a little. >> >> Once the above are integrated I will be asking Oracle JDK Release Engineering to do an >> OpenJDK6 build and post the bundles to the public download site, then I will finish it up >> with adding the jdk6-b23 tags, do some blogs, etc. >> >> -kto >> > From denisl at openscg.com Wed Jun 29 21:58:10 2011 From: denisl at openscg.com (Lussier, Denis) Date: Thu, 30 Jun 2011 00:58:10 -0400 Subject: Need reviewer for final OpenJDK6 B23 changes In-Reply-To: <75914BA8-C304-4F24-B349-4183FAB9F26D@oracle.com> References: <961069E4-E88C-4254-A0DC-B07AB32624B2@oracle.com> <00B75EC3-902E-48D5-8F8E-A45F3F515826@oracle.com> <4E0BBDC1.3040802@oracle.com> <75914BA8-C304-4F24-B349-4183FAB9F26D@oracle.com> Message-ID: Great stuff. I'm looking forward to upgrading OpenSCG's cross platform one-click OpenJDK6 installers to Build 23 (Windoze & Linux). Also, with Build 23 we are planning to introduce & announce our cross platform RPM & DEB packages similar to what we presently do for Postgres. --Luss http://www.openscg.org On Wed, Jun 29, 2011 at 9:49 PM, Kelly O'Hair wrote: > Thanks Lana, Joe, and David. > > Minor edits to document to fix links, added jdkreport.pl to make/scripts. > > 7046448: Correct webrev.ksh to tidy up html output > 7060888: Document OpenJDK6 release procedure > 7060890: Update openjdk6 problemList file on jdk regression tests > 7060927: Add jdkreport.pl to make/scripts, used to generate changes > between tags > > http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23-2/webrev/ > > I think these are ready to go in, will wait for one for reply on this last > webrev that it looks ok. > > Since I am not changing any sources or makefiles, I know what we have > builds and tests > out fine, so once I push these changesets in, I'll give Release Engineering > the GO. > > -kto > > > On Jun 29, 2011, at 5:05 PM, Lana Steuck wrote: > > > Hi Kelly, > > > > Thank you for documenting OpenJDK6 release procedure. > > > > See > http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/raw_files/new/ReleaseProcess.html > > > > I reviewed the doc - it looks good. We may want to add more information, > but this can be done later. > > > > Thank you, > > Lana > > > > > > On 06/29/2011 04:46 PM, Kelly O'Hair wrote: > >> OpenJDK systems are back! Finally.... > >> > >> For OpenJDK6 B23. I have these 3 CRs to integrate and need reviewers: > >> > >> 7060890: Update openjdk6 problemList file on jdk regression tests > >> 7046448: Correct webrev.ksh to tidy up html output > >> 7060888: Document OpenJDK6 release procedure > >> See > http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/raw_files/new/ReleaseProcess.html > >> > >> Webrev: > >> http://cr.openjdk.java.net/~ohair/openjdk6/openjdk6-b23/webrev/ > >> > >> I will also be adding the script to make/scripts that generates the > change history for b22->b23, > >> but need to polish up the script a little. > >> > >> Once the above are integrated I will be asking Oracle JDK Release > Engineering to do an > >> OpenJDK6 build and post the bundles to the public download site, then I > will finish it up > >> with adding the jdk6-b23 tags, do some blogs, etc. > >> > >> -kto > >> > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20110630/46e69a05/attachment.html From michael.x.mcmahon at oracle.com Thu Jun 30 09:13:16 2011 From: michael.x.mcmahon at oracle.com (Michael McMahon) Date: Thu, 30 Jun 2011 17:13:16 +0100 Subject: Code Review: 7031238: Problem with fix for 6981922 Message-ID: <4E0CA09C.1000707@oracle.com> Hi, Could I get the following webrev reviewed please? http://cr.openjdk.java.net/~michaelm/7031238/webrev.1/ As the subject line says, there was a problem with the fix for 6981922, where a file was missed in the push. The missing file is here. Thanks, Michael. From kelly.ohair at oracle.com Thu Jun 30 11:43:12 2011 From: kelly.ohair at oracle.com (Kelly O'Hair) Date: Thu, 30 Jun 2011 11:43:12 -0700 Subject: Code Review: 7031238: Problem with fix for 6981922 In-Reply-To: <4E0CA09C.1000707@oracle.com> References: <4E0CA09C.1000707@oracle.com> Message-ID: <1C56F7F5-2FE2-43C6-A82D-E796BAA0EF65@oracle.com> Looks ok to me. Approved for OpenJDK6 B23, please push in ASAP. Thanks! -kto On Jun 30, 2011, at 9:13 AM, Michael McMahon wrote: > Hi, > > Could I get the following webrev reviewed please? > > http://cr.openjdk.java.net/~michaelm/7031238/webrev.1/ > > As the subject line says, there was a problem with the fix for > 6981922, where a file was missed in the push. The missing file > is here. > > Thanks, > Michael. From kelly.ohair at oracle.com Thu Jun 30 12:00:14 2011 From: kelly.ohair at oracle.com (kelly.ohair at oracle.com) Date: Thu, 30 Jun 2011 19:00:14 +0000 Subject: hg: jdk6/jdk6: 3 new changesets Message-ID: <20110630190014.C9B47470AB@hg.openjdk.java.net> Changeset: 1512bd8466f2 Author: ohair Date: 2011-06-30 11:58 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/rev/1512bd8466f2 7046448: Correct webrev.ksh to tidy up html output Reviewed-by: katleman, darcy, lana Contributed-by: Michael Tandy ! make/scripts/webrev.ksh Changeset: f06803f82308 Author: ohair Date: 2011-06-30 11:59 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/rev/f06803f82308 7060927: Add jdkreport.pl to make/scripts, used to generate changes between tags Reviewed-by: katleman, darcy, lana + make/scripts/jdkreport.pl Changeset: bc945e8013c7 Author: ohair Date: 2011-06-30 11:59 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/rev/bc945e8013c7 7060888: Document OpenJDK6 release procedure Reviewed-by: katleman, darcy, lana + ReleaseProcess.html From kelly.ohair at oracle.com Thu Jun 30 12:01:15 2011 From: kelly.ohair at oracle.com (kelly.ohair at oracle.com) Date: Thu, 30 Jun 2011 19:01:15 +0000 Subject: hg: jdk6/jdk6/jdk: 7060890: Update openjdk6 problemList file on jdk regression tests Message-ID: <20110630190123.C8F33470AE@hg.openjdk.java.net> Changeset: ba4d9105a2e8 Author: ohair Date: 2011-06-30 12:01 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/ba4d9105a2e8 7060890: Update openjdk6 problemList file on jdk regression tests Reviewed-by: katleman, darcy, lana ! test/Makefile ! test/ProblemList.txt