From mr at sun.com Thu Apr 1 20:56:45 2010 From: mr at sun.com (Mark Reinhold) Date: Thu, 01 Apr 2010 20:56:45 -0700 Subject: No JDK 7 promotion this week Message-ID: <20100402035645.61752450@eggemoggin.niobe.net> There have been no changes in the master forest since last week, so build 88 will instead be promoted next week. The build calendar will be updated shortly. - Mark From sarah.kho at gmail.com Mon Apr 5 12:20:12 2010 From: sarah.kho at gmail.com (Sarah kho) Date: Mon, 5 Apr 2010 23:50:12 +0430 Subject: where to download openjdk 7 for linux? Message-ID: hi, I am looking for binary version of jdk7 builds. if you know where i can download them, please let me know. thank you. From joe.darcy at oracle.com Mon Apr 5 13:05:56 2010 From: joe.darcy at oracle.com (Joe Darcy) Date: Mon, 05 Apr 2010 13:05:56 -0700 Subject: where to download openjdk 7 for linux? In-Reply-To: References: Message-ID: <4BBA42A4.80105@oracle.com> Sarah kho wrote: > hi, > I am looking for binary version of jdk7 builds. if you know where i can > download them, please let me know. > > Typing "jdk 7 linux binary" into a popular search engine will locate what you're seeking. -Joe From erik.trimble at oracle.com Tue Apr 6 14:48:21 2010 From: erik.trimble at oracle.com (Erik Trimble) Date: Tue, 06 Apr 2010 14:48:21 -0700 Subject: jdk7-b88: Hotspot Message-ID: <1270590501.11361.13.camel@ghostbox.sfbay.sun.com> Build 02 of Hotspot 18 has been integrated to the RE master repository for JDK 7 Build 88. http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/39e14d2da687 http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/4b60f23c4223 http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/d8ebd1591003 http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/8c666f8f3565 http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/b3c69282f6d3 http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/f9b5d4867a26 http://hg.openjdk.java.net/jdk7/jdk7/rev/82135c848d5f -------- Component : VM Status : 0 major failures, 0 minor failures Date : 04/06/2010 at 09:55 Tested By : VM SQE Team and Leonid.Mesnik at sun.com Cost(total man-days): 1 Workspace : /java/jdk/ws/hotspot/ws/master Bundles : /net/jprt-web/jprt/archive/2010/04/2010-04-02-043013.et151817.hs18b02 Platforms : Solaris Sparc 11(32), -client Solaris Sparc 11(32), -server Solaris Sparc 10(32), -client Solaris Sparc 10(32), -server Solaris x86 11(32), -client Solaris x86 11(32), -server Solaris x86 10(32), -client Solaris x86 10(32), -server WinXP Prof(32), -client WinXP Prof(32), -server WinXP Home(32), -client WinXP Home(32), -server Win Server 2003(32), -client Win Server 2003(32), -server Windows Vista 32 bit, -client Windows Vista 32 bit, -server Windows Vista 64 bit, -client Windows Vista 64 bit, -server RH AS4.0 (32), -client RH AS4.0 (32), -server SuSE SLES 8(32), -client SuSE SLES 8(32), -server Tests : /net/sqenfs-1.sfbay/export1/comp/vm/testbase Browsers : NA Patches : NA Logs : http://sqeweb.sfbay/nfs/results/vm/gtee/HSX/PIT/VM/18/b02/jdk7b88/product Number of Tests Executed : 312373 product tests, 0 unit tests, 0 tck tests Bug verification status: ====================================== Tested, Pass: Tested, Pass (partial fixes): Tested, Fail: Untested bug fixes: Bugs/rfes with no unit tests: Other reasons: New bugs filed: Bugs in PIT build: Bugs in earlier promoted build: Number of PIT requested: 1 Integration target J2SE build number: 1.7.0-b88 Issues and Notes: his is HS 18 b02 PIT for JDK 1.7.0 b88 ------------------------------- >From VM SQE Team and Leonid.Mesnik at sun.com -- Erik Trimble Java System Support Mailstop: usca22-123 Phone: x17195 Santa Clara, CA Timezone: US/Pacific (GMT-0800) From erik.trimble at sun.com Tue Apr 6 14:42:34 2010 From: erik.trimble at sun.com (erik.trimble at sun.com) Date: Tue, 06 Apr 2010 21:42:34 +0000 Subject: hg: jdk7/jdk7/hotspot: 22 new changesets Message-ID: <20100406214342.B3B584441F@hg.openjdk.java.net> Changeset: 2a1472c30599 Author: jcoomes Date: 2010-03-03 14:48 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/2a1472c30599 4396719: Mark Sweep stack overflow on deeply nested Object arrays Summary: Use an explicit stack for object arrays and process them in chunks. Reviewed-by: iveresov, apetrusenko ! src/share/vm/gc_implementation/g1/concurrentMark.hpp ! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp ! src/share/vm/gc_implementation/g1/g1MarkSweep.cpp ! src/share/vm/gc_implementation/includeDB_gc_parallelScavenge ! src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp ! src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp ! src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.hpp + src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.inline.hpp ! src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp ! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp ! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp ! src/share/vm/gc_implementation/shared/markSweep.cpp ! src/share/vm/gc_implementation/shared/markSweep.hpp ! src/share/vm/gc_implementation/shared/markSweep.inline.hpp ! src/share/vm/includeDB_core ! src/share/vm/includeDB_gc_parallel ! src/share/vm/memory/genMarkSweep.cpp ! src/share/vm/memory/genOopClosures.hpp ! src/share/vm/oops/objArrayKlass.cpp ! src/share/vm/oops/objArrayKlass.hpp + src/share/vm/oops/objArrayKlass.inline.hpp ! src/share/vm/runtime/arguments.cpp ! src/share/vm/runtime/globals.hpp ! src/share/vm/utilities/globalDefinitions.hpp ! src/share/vm/utilities/taskqueue.cpp ! src/share/vm/utilities/taskqueue.hpp Changeset: 94946bdf36bd Author: apetrusenko Date: 2010-03-15 02:56 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/94946bdf36bd Merge Changeset: 664ae0c5e0e5 Author: johnc Date: 2010-03-11 11:44 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/664ae0c5e0e5 6755988: G1: assert(new_obj != 0 || ... "should be forwarded") Summary: A TLAB became large enough to be considered a humongous object allowing multiple objects to be allocated in a humongous region, which violates a basic assumption about humongous regions. The changes ensure that TLABs cannot be regarded as humongous. Reviewed-by: iveresov, tonyp ! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp ! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp Changeset: 3f0549ed0c98 Author: apetrusenko Date: 2010-03-18 01:48 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/3f0549ed0c98 6921710: G1: assert(new_finger >= _finger && new_finger < _region_limit,"invariant") Summary: If CM task was aborted while scanning the last object of the specified region and the size of that object is equal to bitmap's granularity then the next offset would be equal or over the region limit which is exactly what the assertion states. Reviewed-by: ysr, tonyp, jmasa ! src/share/vm/gc_implementation/g1/concurrentMark.cpp Changeset: c385bf94cfb8 Author: jcoomes Date: 2010-03-18 13:31 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/c385bf94cfb8 6935839: excessive marking stack growth during full gcs Summary: process one item at a time from the objarray stack/queue Reviewed-by: apetrusenko, tonyp ! src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp ! src/share/vm/gc_implementation/shared/markSweep.cpp Changeset: cc98cc548f51 Author: apetrusenko Date: 2010-03-22 02:40 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/cc98cc548f51 Merge ! src/share/vm/includeDB_core ! src/share/vm/runtime/arguments.cpp Changeset: d4197f8d516a Author: tonyp Date: 2010-03-18 12:14 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/d4197f8d516a 6935821: G1: threads created during marking do not active their SATB queues Summary: Newly-created threads always had the active field of their SATB queue initialized to false, even if they were created during marking. As a result, updates from threads created during a marking cycle were never enqueued and never processed. The fix includes remaining a method from active() to is_active() for readability and naming consistency. Reviewed-by: ysr, johnc ! src/share/vm/gc_implementation/g1/concurrentMark.cpp ! src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp ! src/share/vm/gc_implementation/g1/ptrQueue.cpp ! src/share/vm/gc_implementation/g1/ptrQueue.hpp ! src/share/vm/gc_implementation/g1/satbQueue.cpp ! src/share/vm/gc_implementation/g1/satbQueue.hpp Changeset: 5c9df1575c39 Author: trims Date: 2010-04-01 16:10 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/5c9df1575c39 Merge Changeset: 096b18156d91 Author: trims Date: 2010-04-01 16:15 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/096b18156d91 6940419: Bump the HS18 build number to 02 Summary: Update the HS18 build number to 02 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 3b3d12e645e7 Author: coleenp Date: 2010-03-12 10:42 -0500 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/3b3d12e645e7 6929067: Stack guard pages should be removed when thread is detached Summary: Add code to unmap stack guard area when thread is detached. Reviewed-by: coleenp, kamg ! src/os/linux/vm/os_linux.cpp ! src/os/solaris/vm/os_solaris.cpp ! src/os/windows/vm/os_windows.cpp ! src/share/vm/runtime/os.hpp ! src/share/vm/runtime/thread.cpp + test/runtime/6929067/T.java + test/runtime/6929067/Test6929067.sh + test/runtime/6929067/invoke.c Changeset: 0f6600cee529 Author: xlu Date: 2010-03-13 16:32 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/0f6600cee529 6934758: Expose the break down of clean up task time during safepoint. Summary: Use -XX:+TraceSafepointCleanupTime to print out the details of each clean up tasks. Reviewed-by: dholmes, ysr ! src/share/vm/runtime/globals.hpp ! src/share/vm/runtime/safepoint.cpp Changeset: 21141e23627a Author: dcubed Date: 2010-03-16 17:47 -0600 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/21141e23627a 6923488: 4/4 need minor tweaks to HotSpot build for Cygwin Summary: Clean up get_msc_ver, build.bat and build.make in general and for Cygwin. Reviewed-by: ohair ! make/windows/build.bat ! make/windows/build.make ! make/windows/get_msc_ver.sh Changeset: cd20a6f46fec Author: dcubed Date: 2010-03-16 20:47 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/cd20a6f46fec Merge Changeset: e392695de029 Author: fparain Date: 2010-03-17 11:01 +0100 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/e392695de029 6935224: Adding new DTrace probes to work with Palantir Summary: Adding probes related to thread scheduling and class initialization Reviewed-by: kamg, never ! src/os/solaris/dtrace/hotspot.d ! src/os/solaris/vm/attachListener_solaris.cpp ! src/share/vm/includeDB_core ! src/share/vm/oops/instanceKlass.cpp ! src/share/vm/prims/jvm.cpp ! src/share/vm/prims/unsafe.cpp ! src/share/vm/runtime/vmThread.cpp ! src/share/vm/services/dtraceAttacher.cpp ! src/share/vm/services/dtraceAttacher.hpp Changeset: 98ba8ca25feb Author: coleenp Date: 2010-03-18 16:47 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/98ba8ca25feb 6936168: Recent fix for unmapping stack guard pages doesn't close /proc/self/maps Summary: Add close to returns (fix for 6929067 also contributed by aph) Reviewed-by: aph, dcubed, andrew, acorn Contributed-by: aph at redhat.com, andreas.kohn at fredhopper.com ! src/os/linux/vm/os_linux.cpp Changeset: 4f7af0dc447b Author: dcubed Date: 2010-03-23 14:37 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/4f7af0dc447b 6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540 Summary: Remove assert to decouple JDK and HotSpot additions of known types. Reviewed-by: mchung ! src/share/vm/services/management.cpp Changeset: 5d393243d487 Author: dcubed Date: 2010-03-23 17:29 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/5d393243d487 Merge Changeset: 39e409a664b3 Author: dcubed Date: 2010-03-25 16:27 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/39e409a664b3 6938185: 3/4 6923488 breaks Windows command shell builds Summary: Fix build.bat so invoking command shell doesn't exit on error. Fix dirname assumptions. Document some MKS environment dependencies. Reviewed-by: coleenp ! make/windows/build.bat ! make/windows/build.make ! make/windows/create.bat ! make/windows/get_msc_ver.sh Changeset: 84043c7507b9 Author: dcubed Date: 2010-03-25 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/84043c7507b9 Merge Changeset: 4a9cc99938e3 Author: acorn Date: 2010-03-26 11:10 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/4a9cc99938e3 Merge ! src/cpu/x86/vm/methodHandles_x86.cpp ! src/share/vm/includeDB_core ! src/share/vm/runtime/globals.hpp Changeset: 7c358fbb6a84 Author: acorn Date: 2010-04-01 11:23 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/7c358fbb6a84 Merge Changeset: 4b60f23c4223 Author: acorn Date: 2010-04-01 20:48 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/4b60f23c4223 Merge From erik.trimble at oracle.com Tue Apr 6 15:51:20 2010 From: erik.trimble at oracle.com (Erik Trimble) Date: Tue, 06 Apr 2010 15:51:20 -0700 Subject: jdk7-b88: Hotspot (addendum) Message-ID: <1270594280.15830.3.camel@ghostbox.sfbay.sun.com> The PIT certificate that went out with the original email did not contain the actual CR numbers for the fixes included in this build, due to an issue with the testing certificate software. CRs which were fixed in Hotspot 18 b02 for JDK 7 b88 are: 4396719: Mark Sweep stack overflow on deeply nested Object arrays 6755988: G1: assert(new_obj != 0 || ... "should be forwarded") 6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540 6921710: G1: assert(new_finger >= _finger && new_finger < _region_limit,"invariant") 6923488: 4/4 need minor tweaks to HotSpot build for Cygwin 6929067: Stack guard pages should be removed when thread is detached 6934758: Expose the break down of clean up task time during safepoint. 6935224: Adding new DTrace probes to work with Palantir 6935821: G1: threads created during marking do not active their SATB queues 6935839: excessive marking stack growth during full gcs 6936168: Recent fix for unmapping stack guard pages doesn't close /proc/self/maps 6938185: 3/4 6923488 breaks Windows command shell builds 6940419: Bump the HS18 build number to 02 -- Erik Trimble Java System Support Mailstop: usca22-123 Phone: x17195 Santa Clara, CA Timezone: US/Pacific (GMT-0800) From michael.wilkerson at sun.com Thu Apr 8 20:41:32 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 09 Apr 2010 03:41:32 +0000 Subject: hg: jdk7/jdk7: Added tag jdk7-b88 for changeset 82135c848d5f Message-ID: <20100409034132.4F10F44482@hg.openjdk.java.net> Changeset: 9d9097eb4b5a Author: mikejwre Date: 2010-04-08 17:02 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/rev/9d9097eb4b5a Added tag jdk7-b88 for changeset 82135c848d5f ! .hgtags From michael.wilkerson at sun.com Thu Apr 8 20:41:38 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 09 Apr 2010 03:41:38 +0000 Subject: hg: jdk7/jdk7/corba: Added tag jdk7-b88 for changeset 39e14d2da687 Message-ID: <20100409034140.844BB44484@hg.openjdk.java.net> Changeset: bb4424c5e778 Author: mikejwre Date: 2010-04-08 17:02 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/bb4424c5e778 Added tag jdk7-b88 for changeset 39e14d2da687 ! .hgtags From michael.wilkerson at sun.com Thu Apr 8 20:42:45 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 09 Apr 2010 03:42:45 +0000 Subject: hg: jdk7/jdk7/hotspot: Added tag jdk7-b88 for changeset 4b60f23c4223 Message-ID: <20100409034256.1E9A344486@hg.openjdk.java.net> Changeset: 3f12a94552cc Author: mikejwre Date: 2010-04-08 17:02 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/3f12a94552cc Added tag jdk7-b88 for changeset 4b60f23c4223 ! .hgtags From michael.wilkerson at sun.com Thu Apr 8 20:46:40 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 09 Apr 2010 03:46:40 +0000 Subject: hg: jdk7/jdk7/jaxp: Added tag jdk7-b88 for changeset d8ebd1591003 Message-ID: <20100409034640.7C22444488@hg.openjdk.java.net> Changeset: d2818fd2b036 Author: mikejwre Date: 2010-04-08 17:02 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/d2818fd2b036 Added tag jdk7-b88 for changeset d8ebd1591003 ! .hgtags From michael.wilkerson at sun.com Thu Apr 8 20:46:46 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 09 Apr 2010 03:46:46 +0000 Subject: hg: jdk7/jdk7/jaxws: Added tag jdk7-b88 for changeset 8c666f8f3565 Message-ID: <20100409034646.777994448A@hg.openjdk.java.net> Changeset: bf3675aa7f20 Author: mikejwre Date: 2010-04-08 17:02 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/bf3675aa7f20 Added tag jdk7-b88 for changeset 8c666f8f3565 ! .hgtags From michael.wilkerson at sun.com Thu Apr 8 20:46:54 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 09 Apr 2010 03:46:54 +0000 Subject: hg: jdk7/jdk7/jdk: Added tag jdk7-b88 for changeset b3c69282f6d3 Message-ID: <20100409034738.17BDC4448C@hg.openjdk.java.net> Changeset: b50cfd4479fa Author: mikejwre Date: 2010-04-08 17:02 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/b50cfd4479fa Added tag jdk7-b88 for changeset b3c69282f6d3 ! .hgtags From michael.wilkerson at sun.com Thu Apr 8 20:52:29 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 09 Apr 2010 03:52:29 +0000 Subject: hg: jdk7/jdk7/langtools: Added tag jdk7-b88 for changeset f9b5d4867a26 Message-ID: <20100409035237.1469D4448E@hg.openjdk.java.net> Changeset: 737185f3300f Author: mikejwre Date: 2010-04-08 17:03 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/737185f3300f Added tag jdk7-b88 for changeset f9b5d4867a26 ! .hgtags From Artem.Ananiev at Sun.COM Mon Apr 12 04:20:34 2010 From: Artem.Ananiev at Sun.COM (Artem Ananiev) Date: Mon, 12 Apr 2010 15:20:34 +0400 Subject: Pop quiz In-Reply-To: <4BB38AB0.2060306@oracle.com> References: <4BB38AB0.2060306@oracle.com> Message-ID: <4BC30202.1070305@sun.com> On 3/31/2010 9:47 PM, Jonathan Gibbons wrote: > JDK 7 folk, > > I'm curious, what tools do people use to work on JDK 7 source code? > > NetBeans or any other IDE? emacs? vi?? I personally use emacs running on my linux box with X display set to a (primary) windows desktop. I tried moving to some IDE (NetBeans, IDEA) several times, but with no success. Thanks, Artem > As we start using new language features within JDK itself, it would be > good to be able to estimate the impact on JDK developers. > > -- Jon From martinrb at google.com Mon Apr 12 11:39:56 2010 From: martinrb at google.com (Martin Buchholz) Date: Mon, 12 Apr 2010 11:39:56 -0700 Subject: Pop quiz In-Reply-To: <4BB38AB0.2060306@oracle.com> References: <4BB38AB0.2060306@oracle.com> Message-ID: While most Java developers are adopting what we think of as "Java IDEs" such IDEs have less value for JDK developers ( Are you ever gonna get the chance to "refactor" anything? Does your IDE understand UNIXProcess.java.linux? ) and JDK developers are more likely to be set-in-their-ways Unix greybeards such as myself, who end up using idiosyncratic development environments. E.g. I use my own personal fork of XEmacs, with 15-year old private customizations. Martin On Wed, Mar 31, 2010 at 10:47, Jonathan Gibbons wrote: > JDK 7 folk, > > I'm curious, what tools do people use to work on JDK 7 source code? > > NetBeans or any other IDE? ?emacs? ?vi?? > > As we start using new language features within JDK itself, it would be good > to be able to estimate the impact on JDK developers. > > -- Jon > From erik.trimble at oracle.com Mon Apr 12 12:08:41 2010 From: erik.trimble at oracle.com (Erik Trimble) Date: Mon, 12 Apr 2010 12:08:41 -0700 Subject: Pop quiz In-Reply-To: References: <4BB38AB0.2060306@oracle.com> Message-ID: <4BC36FB9.3050500@oracle.com> Martin Buchholz wrote: > While most Java developers are adopting > what we think of as "Java IDEs" > such IDEs have less value for JDK developers > ( > Are you ever gonna get the chance to "refactor" anything? > Does your IDE understand UNIXProcess.java.linux? > ) > and JDK developers are more likely to be > set-in-their-ways Unix greybeards such as myself, > who end up using idiosyncratic development environments. > E.g. I use my own personal fork of XEmacs, > with 15-year old private customizations. > > Martin I do hear you on that. I /do/ use an IDE (Netbeans) for looking at Java code, simply because I'm not "real" developer, and it's so much easier to look at the JDK codebase via an IDE, so I can get the annotations and library references simply. IDEs are just so darned useful for code browsing, that I'm not even going to think about going elsewhere. That said, I'm not actually writing code, so I'm not using the various other tools as much (and, thus, have less of a feel for where an IDE might be less useful than other custom solutions). That said, I do look at the Hotspot VM codebase using emacs (19.1, to be exact), as it's C++ (mostly), and I'm far too attached to my MIT MediaLab/SIPB lisp extensions to let them go at this point. I hate to think of myself as a greybeard, but, damnit, looking in the mirror, there's just too many white hairs on my chin to dispute the categorization anymore. -- Erik Trimble Java System Support Mailstop: usca22-123 Phone: x17195 Santa Clara, CA Timezone: US/Pacific (GMT-0800) From lana.steuck at sun.com Tue Apr 13 18:43:31 2010 From: lana.steuck at sun.com (lana.steuck at sun.com) Date: Wed, 14 Apr 2010 01:43:31 +0000 Subject: hg: jdk7/jdk7: 6 new changesets Message-ID: <20100414014331.BFF1344536@hg.openjdk.java.net> Changeset: bbd817429100 Author: jjg Date: 2010-03-12 15:22 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/rev/bbd817429100 6934712: run langtools jtreg tests from top level test/Makefile Reviewed-by: ohair ! test/Makefile Changeset: c60ed0f6d91a Author: ohair Date: 2010-03-12 17:44 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/rev/c60ed0f6d91a 6934759: Add langtools testing to jprt control builds Reviewed-by: jjg ! make/jprt.properties Changeset: 98505d97a822 Author: lana Date: 2010-03-18 18:50 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/rev/98505d97a822 Merge Changeset: 35d272ef7598 Author: ohair Date: 2010-03-19 18:17 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/rev/35d272ef7598 6936788: Minor adjustment to top repo test/Makefile, missing non-zero exit case Reviewed-by: jjg ! test/Makefile Changeset: b1c3b0e44b9d Author: lana Date: 2010-04-08 15:02 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/rev/b1c3b0e44b9d Merge Changeset: 7f1ba4459972 Author: lana Date: 2010-04-13 16:35 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/rev/7f1ba4459972 Merge From lana.steuck at sun.com Tue Apr 13 18:44:12 2010 From: lana.steuck at sun.com (lana.steuck at sun.com) Date: Wed, 14 Apr 2010 01:44:12 +0000 Subject: hg: jdk7/jdk7/hotspot: 8 new changesets Message-ID: <20100414014446.2B65444539@hg.openjdk.java.net> Changeset: b5d78a3b8843 Author: kvn Date: 2009-12-03 14:20 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/b5d78a3b8843 6892265: System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes Summary: Use size_t type cast to widen int values in typeArrayKlass::copy_array(). Reviewed-by: never, jcoomes ! src/share/vm/oops/typeArrayKlass.cpp + test/compiler/6892265/Test.java Changeset: ae4032fb0a5b Author: kvn Date: 2010-01-21 10:07 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/ae4032fb0a5b 6894807: No ClassCastException for HashAttributeSet constructors if run with -Xcomp Summary: Return interface klass type if it is exact. Reviewed-by: never ! src/share/vm/opto/cfgnode.cpp ! src/share/vm/opto/type.cpp Changeset: 0c3f888b7636 Author: acorn Date: 2010-01-19 16:03 -0500 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/0c3f888b7636 6626217: Fixed loader constraint array handling Summary: Loader constraints track array elements, not arrays themselves. Reviewed-by: dcubed, kevinw ! src/share/vm/ci/ciEnv.cpp ! src/share/vm/classfile/loaderConstraints.cpp ! src/share/vm/classfile/loaderConstraints.hpp ! src/share/vm/classfile/systemDictionary.cpp Changeset: 3d531bbe5917 Author: acorn Date: 2010-01-28 13:59 -0500 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/3d531bbe5917 Merge Changeset: f5dd08ad65df Author: acorn Date: 2010-03-15 15:51 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/f5dd08ad65df 6932480: Fix crash in CompilerThread/Parser. Unloaded array klass? Summary: Restore code deleted in 6626217 Reviewed-by: asaha, kevinw ! src/share/vm/ci/ciEnv.cpp Changeset: 09ac706c2623 Author: asaha Date: 2010-03-24 17:16 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/09ac706c2623 Merge ! src/share/vm/ci/ciEnv.cpp ! src/share/vm/classfile/loaderConstraints.cpp ! src/share/vm/classfile/loaderConstraints.hpp ! src/share/vm/classfile/systemDictionary.cpp - src/share/vm/gc_implementation/g1/ptrQueue.inline.hpp ! src/share/vm/opto/type.cpp Changeset: 5b29c2368d93 Author: lana Date: 2010-04-08 15:28 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/5b29c2368d93 Merge ! src/share/vm/opto/type.cpp Changeset: 15836273ac24 Author: lana Date: 2010-04-13 16:36 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/15836273ac24 Merge From lana.steuck at sun.com Tue Apr 13 18:48:02 2010 From: lana.steuck at sun.com (lana.steuck at sun.com) Date: Wed, 14 Apr 2010 01:48:02 +0000 Subject: hg: jdk7/jdk7/jdk: 76 new changesets Message-ID: <20100414021213.11B5A4453C@hg.openjdk.java.net> Changeset: 0137b5857c63 Author: okutsu Date: 2010-03-10 14:32 +0900 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0137b5857c63 6932473: (tz) javazic produces incorrect SimpleTimeZone parameters with Sun<=7 Reviewed-by: peytoia ! make/tools/src/build/tools/javazic/RuleDay.java Changeset: 0e0ce1aa1bba Author: peytoia Date: 2010-03-11 11:54 +0900 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0e0ce1aa1bba 6933032: (tz) Support tzdata2010e Reviewed-by: okutsu ! make/sun/javazic/tzdata/VERSION ! make/sun/javazic/tzdata/asia ! make/sun/javazic/tzdata/australasia ! make/sun/javazic/tzdata/southamerica Changeset: ce3770eadf85 Author: malenkov Date: 2010-03-11 17:39 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ce3770eadf85 6707226: java.beans.Statement & java.beans.Expression miss one important usecase Reviewed-by: rupashka ! src/share/classes/java/beans/Expression.java ! src/share/classes/java/beans/Statement.java + test/java/beans/Statement/Test6707226.java Changeset: d86c053ca938 Author: rupashka Date: 2010-03-15 16:16 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d86c053ca938 6931347: SynthTabbedPaneUI.paintTabArea() is not called when tabbed pane is painted Reviewed-by: peterz ! src/share/classes/javax/swing/plaf/synth/SynthTabbedPaneUI.java Changeset: 1224c1388e86 Author: rupashka Date: 2010-03-17 12:48 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/1224c1388e86 6933784: NIMBUS: ImageView getNoImageIcon and getLoadingImageIcon returns nulls instead of an icon Reviewed-by: peterz ! src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java + test/javax/swing/plaf/synth/Test6933784.java Changeset: ac4c8e3bf93f Author: lana Date: 2010-03-17 14:19 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ac4c8e3bf93f Merge - test/java/nio/file/WatchService/OverflowEventIsLoner.java Changeset: 325823a26aac Author: peterz Date: 2010-03-18 12:02 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/325823a26aac 6932524: NIMBUS: 3 constructors of JSplitPane creates new jsp with continuous layout - they should not. Reviewed-by: alexp ! src/share/classes/javax/swing/JSplitPane.java ! src/share/classes/javax/swing/plaf/nimbus/skin.laf Changeset: ef892cd084ec Author: rupashka Date: 2010-03-24 15:14 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ef892cd084ec 6922214: SynthTextPaneUI.installUI() doesn't install the default caret and highlighter Reviewed-by: alexp ! src/share/classes/javax/swing/plaf/basic/BasicTextUI.java Changeset: f799c62ad4f8 Author: peytoia Date: 2010-03-30 18:35 +0900 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f799c62ad4f8 6939021: (tz) Support tzdata2010g Reviewed-by: okutsu ! make/sun/javazic/tzdata/VERSION ! make/sun/javazic/tzdata/antarctica ! make/sun/javazic/tzdata/asia ! make/sun/javazic/tzdata/australasia ! make/sun/javazic/tzdata/europe ! make/sun/javazic/tzdata/zone.tab ! src/share/classes/sun/util/resources/TimeZoneNames.java Changeset: dbde35ddda78 Author: peytoia Date: 2010-03-30 21:16 +0900 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/dbde35ddda78 6907881: Different undesired behavior for entering Asian characters in Windows IME starting with Java 6.0 Reviewed-by: okutsu ! src/windows/native/sun/windows/awt_Component.cpp Changeset: eb39ccbd95f9 Author: lana Date: 2010-04-08 15:00 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/eb39ccbd95f9 Merge Changeset: d23dcd3e3ce4 Author: andrew Date: 2010-03-12 01:09 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d23dcd3e3ce4 6934327: Update linux fontconfigs for Ubuntu and Fedora. Summary: Use fontconfigs suitable for recent Fedora, Ubuntu and Debian releases. Reviewed-by: prr ! src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties ! src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Ubuntu.properties Changeset: 45bd445f6250 Author: lana Date: 2010-03-19 18:49 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/45bd445f6250 Merge - make/java/text/FILES_java.gmk - test/java/nio/file/WatchService/OverflowEventIsLoner.java Changeset: bf23bec88222 Author: lana Date: 2010-04-08 15:01 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/bf23bec88222 Merge Changeset: 47958f76babc Author: chegar Date: 2010-03-10 14:44 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/47958f76babc 6933618: java/net/MulticastSocket/NoLoopbackPackets.java fails when rerun Reviewed-by: alanb ! test/java/net/MulticastSocket/NoLoopbackPackets.java Changeset: 467484e025d6 Author: martin Date: 2010-03-10 14:53 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/467484e025d6 6931812: A better implementation of sun.nio.cs.Surrogate.isBMP(int) Summary: uc >> 16 == 0 is superior to (int) (char) uc == uc Reviewed-by: sherman Contributed-by: Ulf Zibis ! src/share/classes/sun/nio/cs/Surrogate.java Changeset: 07e1c5a90c6a Author: chegar Date: 2010-03-11 16:17 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/07e1c5a90c6a 6934054: java/net/Socket/FDClose.java return error in samevm Summary: test is no longer useful Reviewed-by: alanb ! test/ProblemList.txt - test/java/net/Socket/FDClose.java Changeset: c342735a3e58 Author: chegar Date: 2010-03-11 17:37 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c342735a3e58 6933629: java/net/HttpURLConnection/HttpResponseCode.java fails if run in samevm mode Reviewed-by: alanb ! test/ProblemList.txt ! test/java/net/CookieHandler/CookieHandlerTest.java Changeset: c6f8c58ed51a Author: chegar Date: 2010-03-11 17:50 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c6f8c58ed51a 6223635: Code hangs at connect call even when Timeout is specified when using a socks proxy Reviewed-by: michaelm, chegar Contributed-by: damjan.jov at gmail.com ! src/share/classes/java/net/SocketInputStream.java ! src/share/classes/java/net/SocksSocketImpl.java + test/java/net/Socket/SocksConnectTimeout.java Changeset: ee385b4e2ffb Author: sherman Date: 2010-03-11 14:06 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ee385b4e2ffb 6929479: Add a system property sun.zip.disableMemoryMapping to disable mmap use in ZipFile Summary: system property sun.zip.disableMemoryMapping to disable mmap use Reviewed-by: alanb ! src/share/classes/java/util/zip/ZipFile.java ! src/share/native/java/util/zip/ZipFile.c ! src/share/native/java/util/zip/zip_util.c ! src/share/native/java/util/zip/zip_util.h Changeset: bf6eb240e718 Author: ohair Date: 2010-03-12 09:03 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/bf6eb240e718 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults Reviewed-by: jjg ! test/Makefile ! test/ProblemList.txt Changeset: cda90ceb7176 Author: ohair Date: 2010-03-12 09:06 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/cda90ceb7176 Merge ! test/ProblemList.txt Changeset: f88f6f8ddd21 Author: chegar Date: 2010-03-16 10:05 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f88f6f8ddd21 6934923: test/java/net/ipv6tests/TcpTest.java hangs on Solaris 10 Reviewed-by: alanb ! test/java/net/ipv6tests/TcpTest.java ! test/java/net/ipv6tests/Tests.java Changeset: 895a1211b2e1 Author: chegar Date: 2010-03-16 14:31 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/895a1211b2e1 6935199: java/net regression tests failing with Assertions Reviewed-by: michaelm ! test/ProblemList.txt ! test/java/net/CookieHandler/TestHttpCookie.java ! test/java/net/URLClassLoader/closetest/CloseTest.java Changeset: 0500f7306cbe Author: weijun Date: 2010-03-17 09:55 +0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0500f7306cbe 6868865: Test: sun/security/tools/jarsigner/oldsig.sh fails under all platforms Reviewed-by: wetmore ! test/sun/security/tools/jarsigner/oldsig.sh Changeset: 2796f839e337 Author: weijun Date: 2010-03-18 18:26 +0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/2796f839e337 6829283: HTTP/Negotiate: Autheticator triggered again when user cancels the first one Reviewed-by: chegar ! src/share/classes/sun/net/www/protocol/http/spnego/NegotiateCallbackHandler.java ! test/sun/security/krb5/auto/HttpNegotiateServer.java Changeset: c52f292a8f86 Author: valeriep Date: 2010-03-18 17:05 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c52f292a8f86 6695485: SignedObject constructor throws ProviderException if it's called using provider "SunPKCS11-Solaris" Summary: Added checking for RSA key lengths in initSign and initVerify Reviewed-by: vinnie ! src/share/classes/sun/security/pkcs11/P11Signature.java + test/sun/security/pkcs11/Signature/TestRSAKeyLength.java Changeset: df5714cbe76d Author: valeriep Date: 2010-03-18 17:32 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/df5714cbe76d 6591117: Poor preformance of PKCS#11 security provider compared to Sun default provider Summary: Added internal buffering to PKCS11 SecureRandom impl Reviewed-by: wetmore ! src/share/classes/sun/security/pkcs11/P11SecureRandom.java Changeset: dc42c9d9ca16 Author: valeriep Date: 2010-03-18 17:56 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/dc42c9d9ca16 6837847: PKCS#11 A SecureRandom and a serialization error following installation of 1.5.0_18 Summary: Added a custom readObject method to PKCS11 SecureRandom impl Reviewed-by: wetmore ! src/share/classes/sun/security/pkcs11/P11SecureRandom.java + test/sun/security/pkcs11/SecureRandom/TestDeserialization.java Changeset: dff4f51b73d4 Author: lana Date: 2010-03-18 18:52 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/dff4f51b73d4 Merge Changeset: 3bb93c410f41 Author: chegar Date: 2010-03-19 13:07 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3bb93c410f41 6935233: java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java fails with modules build Reviewed-by: alanb ! test/ProblemList.txt ! test/java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java + test/java/net/ServerSocket/AcceptCauseFileDescriptorLeak.sh Changeset: c40572afb29e Author: chegar Date: 2010-03-22 11:55 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c40572afb29e 6632169: HttpClient and HttpsClient should not try to reverse lookup IP address of a proxy server Reviewed-by: michaelm ! src/share/classes/sun/net/www/protocol/https/HttpsClient.java Changeset: 31dcf23042f9 Author: weijun Date: 2010-03-23 10:41 +0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/31dcf23042f9 6586707: NTLM authentication with proxy fails Reviewed-by: chegar ! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java Changeset: 8a9ebdc27045 Author: chegar Date: 2010-03-23 13:54 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/8a9ebdc27045 6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets 6771432: createSocket() - smpatch fails using 1.6.0_10 because of "Unconnected sockets not implemented" 6766775: X509 certificate hostname checking is broken in JDK1.6.0_10 Summary: All three bugs are interdependent Reviewed-by: xuelei ! src/share/classes/javax/net/SocketFactory.java ! src/share/classes/sun/net/NetworkClient.java ! src/share/classes/sun/net/www/protocol/https/HttpsClient.java ! src/share/classes/sun/security/ssl/SSLSocketImpl.java + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsSocketFacTest.java + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java Changeset: f8c9a5e3f5db Author: dcubed Date: 2010-03-23 19:03 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f8c9a5e3f5db 6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540 Summary: Remove exception throw to decouple JDK and HotSpot additions of known types. Reviewed-by: mchung ! src/share/native/sun/management/Flag.c Changeset: 26477628f2d5 Author: weijun Date: 2010-03-25 12:07 +0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/26477628f2d5 6813340: X509Factory should not depend on is.available()==0 Reviewed-by: xuelei ! src/share/classes/sun/security/provider/X509Factory.java ! src/share/classes/sun/security/tools/KeyTool.java + test/java/security/cert/CertificateFactory/ReturnStream.java + test/java/security/cert/CertificateFactory/SlowStream.java + test/java/security/cert/CertificateFactory/slowstream.sh Changeset: 6109b166bf68 Author: chegar Date: 2010-03-25 09:38 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/6109b166bf68 6937703: java/net regression test issues with samevm Reviewed-by: alanb ! test/ProblemList.txt ! test/java/net/ProxySelector/B6737819.java ! test/java/net/ResponseCache/ResponseCacheTest.java ! test/java/net/ResponseCache/getResponseCode.java ! test/java/net/URL/TestIPv6Addresses.java ! test/java/net/URLClassLoader/HttpTest.java ! test/java/net/URLConnection/B5052093.java ! test/java/net/URLConnection/contentHandler/UserContentHandler.java Changeset: 31517a0345d1 Author: xuelei Date: 2010-03-29 13:27 +0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/31517a0345d1 6693917: regression tests need to update for supporting ECC on solaris 11 Reviewed-by: weijun ! test/sun/security/ssl/etc/keystore ! test/sun/security/ssl/etc/truststore ! test/sun/security/ssl/sanity/ciphersuites/CheckCipherSuites.java Changeset: 3771ac2a8b3b Author: sherman Date: 2010-03-30 19:10 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3771ac2a8b3b 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7 6911753: NSN wants to add Big5 HKSCS-2004 support Summary: support HKSCS2008 in Big5_HKSCS and MS950_HKSCS Reviewed-by: okutsu ! make/sun/nio/cs/FILES_java.gmk ! make/sun/nio/cs/Makefile + make/tools/CharsetMapping/Big5.c2b + make/tools/CharsetMapping/Big5.map + make/tools/CharsetMapping/Big5.nr + make/tools/CharsetMapping/HKSCS2001.c2b + make/tools/CharsetMapping/HKSCS2001.map + make/tools/CharsetMapping/HKSCS2008.c2b + make/tools/CharsetMapping/HKSCS2008.map + make/tools/CharsetMapping/HKSCS_XP.c2b + make/tools/CharsetMapping/HKSCS_XP.map ! make/tools/CharsetMapping/dbcs - make/tools/src/build/tools/charsetmapping/CharsetMapping.java + make/tools/src/build/tools/charsetmapping/DBCS.java + make/tools/src/build/tools/charsetmapping/EUC_TW.java - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java - make/tools/src/build/tools/charsetmapping/GenerateMapping.java - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java + make/tools/src/build/tools/charsetmapping/HKSCS.java + make/tools/src/build/tools/charsetmapping/JIS0213.java ! make/tools/src/build/tools/charsetmapping/Main.java + make/tools/src/build/tools/charsetmapping/SBCS.java + make/tools/src/build/tools/charsetmapping/Utils.java ! src/share/classes/sun/awt/HKSCS.java ! src/share/classes/sun/io/ByteToCharBig5.java ! src/share/classes/sun/io/ByteToCharBig5_HKSCS.java ! src/share/classes/sun/io/ByteToCharBig5_Solaris.java - src/share/classes/sun/io/ByteToCharHKSCS.java - src/share/classes/sun/io/ByteToCharHKSCS_2001.java ! src/share/classes/sun/io/ByteToCharMS950_HKSCS.java ! src/share/classes/sun/io/CharToByteBig5.java ! src/share/classes/sun/io/CharToByteBig5_HKSCS.java ! src/share/classes/sun/io/CharToByteBig5_Solaris.java - src/share/classes/sun/io/CharToByteHKSCS.java - src/share/classes/sun/io/CharToByteHKSCS_2001.java ! src/share/classes/sun/io/CharToByteMS950_HKSCS.java - src/share/classes/sun/nio/cs/ext/Big5.java ! src/share/classes/sun/nio/cs/ext/Big5_HKSCS.java + src/share/classes/sun/nio/cs/ext/Big5_HKSCS_2001.java ! src/share/classes/sun/nio/cs/ext/Big5_Solaris.java ! src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java ! src/share/classes/sun/nio/cs/ext/HKSCS.java - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java ! src/share/classes/sun/nio/cs/ext/MS950_HKSCS.java + src/share/classes/sun/nio/cs/ext/MS950_HKSCS_XP.java ! src/solaris/classes/sun/awt/fontconfigs/solaris.fontconfig.properties ! src/solaris/native/java/lang/java_props_md.c ! src/windows/classes/sun/awt/windows/fontconfig.properties ! src/windows/native/java/lang/java_props_md.c ! test/java/nio/charset/Charset/NIOCharsetAvailabilityTest.java ! test/java/nio/charset/Charset/RegisteredCharsets.java Changeset: 1105276dbd6a Author: sherman Date: 2010-04-03 18:29 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/1105276dbd6a 4947220: (process)Runtime.exec() cannot invoke applications with unicode parameters(win) Summary: to use CreateProcessW on Windowns platform Reviewed-by: martin ! src/share/native/java/lang/System.c ! src/share/native/java/lang/java_props.h ! src/solaris/native/java/lang/java_props_md.c ! src/windows/native/java/lang/ProcessImpl_md.c ! src/windows/native/java/lang/java_props_md.c ! test/java/lang/ProcessBuilder/Basic.java Changeset: d3309aae68ef Author: dl Date: 2009-10-06 12:20 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d3309aae68ef 6888149: AtomicReferenceArray causes SIGSEGV -> SEGV_MAPERR error Summary: Avoid integer overflow by using long arithmetic Reviewed-by: martin, dholmes ! src/share/classes/java/util/concurrent/atomic/AtomicIntegerArray.java ! src/share/classes/java/util/concurrent/atomic/AtomicLongArray.java ! src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java Changeset: 08f57141c305 Author: asaha Date: 2009-11-20 14:24 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/08f57141c305 Merge - test/sun/tools/native2ascii/test2 Changeset: b1e8f41ed755 Author: chegar Date: 2009-11-23 12:40 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/b1e8f41ed755 6639665: ThreadGroup finalizer allows creation of false root ThreadGroups Reviewed-by: alanb, hawtin ! src/share/classes/java/lang/ThreadGroup.java Changeset: e943f6b0b0e9 Author: alanb Date: 2009-11-25 10:02 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/e943f6b0b0e9 6736390: File TOCTOU deserialization vulnerability Reviewed-by: hawtin ! src/share/classes/java/io/File.java Changeset: ff9c2f53594e Author: sherman Date: 2009-11-25 11:29 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ff9c2f53594e 6745393: Inflater/Deflater clone issue Summary: To use explicit lobk object. Reviewed-by: alanb ! src/share/classes/java/util/zip/Deflater.java ! src/share/classes/java/util/zip/Inflater.java ! src/share/native/java/util/zip/Deflater.c ! src/share/native/java/util/zip/Inflater.c Changeset: d893f890b4dd Author: sherman Date: 2009-11-25 12:51 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d893f890b4dd 6904925: Changeset for 6745393 for jdk7 ssr forest was incomplete Summary: To add, commit and push back the ZStreamRef.java Reviewed-by: alanb + src/share/classes/java/util/zip/ZStreamRef.java Changeset: df3091222715 Author: mchung Date: 2009-11-25 09:09 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/df3091222715 6893947: Deserialization of RMIConnectionImpl objects should enforce stricter checks [ZDI-CAN-588] Summary: narrow the doPrivileged block to only set context ClassLoader Reviewed-by: hawtin, emcmanus ! src/share/classes/javax/management/remote/rmi/RMIConnectionImpl.java Changeset: bc309e9233ce Author: mchung Date: 2009-11-25 11:19 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/bc309e9233ce Merge Changeset: 621edf6b03fc Author: mchung Date: 2009-11-25 16:02 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/621edf6b03fc Merge Changeset: 338c8775f0a3 Author: asaha Date: 2009-11-26 07:17 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/338c8775f0a3 Merge Changeset: f0b63b6d9709 Author: asaha Date: 2009-12-01 08:55 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f0b63b6d9709 Merge - test/tools/launcher/SolarisDataModel.sh - test/tools/launcher/SolarisRunpath.sh - test/tools/launcher/libraryCaller.c - test/tools/launcher/libraryCaller.h - test/tools/launcher/libraryCaller.java Changeset: 121fa73c7185 Author: michaelm Date: 2009-12-02 12:17 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/121fa73c7185 6893954: Subclasses of InetAddress may incorrectly interpret network addresses Summary: runtime type checks and deserialization check Reviewed-by: chegar, alanb, jccollet ! src/share/classes/java/net/DatagramSocket.java ! src/share/classes/java/net/InetAddress.java ! src/share/classes/java/net/MulticastSocket.java ! src/share/classes/java/net/NetworkInterface.java ! src/share/classes/java/net/Socket.java ! src/share/classes/sun/nio/ch/Net.java Changeset: edaa7e2efd63 Author: asaha Date: 2009-12-04 10:23 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/edaa7e2efd63 Merge - make/tools/CharsetMapping/DoubleByte-X.java - make/tools/CharsetMapping/SingleByte-X.java - src/share/classes/sun/util/CoreResourceBundleControl-XLocales.java - src/share/classes/sun/util/LocaleDataMetaInfo-XLocales.java - test/java/util/Formatter/Basic-X.java Changeset: 3598d6eb087c Author: xuelei Date: 2009-12-07 21:16 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3598d6eb087c 6898739: TLS renegotiation issue Summary: the interim fix disables TLS/SSL renegotiation Reviewed-by: mullan, chegar, wetmore ! src/share/classes/sun/security/ssl/ClientHandshaker.java ! src/share/classes/sun/security/ssl/Handshaker.java ! src/share/classes/sun/security/ssl/SSLEngineImpl.java ! src/share/classes/sun/security/ssl/SSLSocketImpl.java ! src/share/classes/sun/security/ssl/ServerHandshaker.java ! test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/InvalidateServerSessionRenegotiate.java ! test/sun/security/ssl/javax/net/ssl/NewAPIs/JSSERenegotiate.java ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/CheckStatus.java ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ConnectionTest.java ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/NoAuthClientAuth.java Changeset: 91a4840fa9b4 Author: mullan Date: 2009-12-08 15:58 -0500 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/91a4840fa9b4 6633872: Policy/PolicyFile leak dynamic ProtectionDomains. Reviewed-by: hawtin ! src/share/classes/java/security/Policy.java ! src/share/classes/java/security/ProtectionDomain.java + src/share/classes/sun/misc/JavaSecurityProtectionDomainAccess.java ! src/share/classes/sun/misc/SharedSecrets.java ! src/share/classes/sun/security/provider/PolicyFile.java Changeset: 7a60d100ffa5 Author: mullan Date: 2009-12-18 09:09 -0500 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/7a60d100ffa5 6904162: Add new VeriSign root CA certificates to JRE and remove some old/unused ones Reviewed-by: asaha - test/lib/security/cacerts/VerifyCACerts.java Changeset: 3dabb7d5be98 Author: malenkov Date: 2009-12-22 17:56 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3dabb7d5be98 6904691: Java Applet Trusted Methods Chaining Privilege Escalation Vulnerability Reviewed-by: hawtin, peterz ! src/share/classes/java/beans/EventHandler.java ! src/share/classes/java/beans/Statement.java ! test/java/beans/EventHandler/Test6277246.java ! test/java/beans/EventHandler/Test6277266.java Changeset: c80b6350de63 Author: michaelm Date: 2010-01-12 12:13 +0000 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c80b6350de63 6910590: Application can modify command array, in ProcessBuilder Summary: clone array returned by List.toArray() Reviewed-by: chegar, alanb ! src/share/classes/java/lang/ProcessBuilder.java Changeset: 0667ab707c48 Author: bae Date: 2010-02-17 12:49 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0667ab707c48 6914866: Sun JRE ImagingLib arbitrary code execution vulnerability Reviewed-by: prr, hawtin ! src/share/native/sun/awt/medialib/awt_ImagingLib.c ! src/share/native/sun/awt/medialib/safe_alloc.h Changeset: 494aea51f26f Author: bae Date: 2010-02-17 13:10 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/494aea51f26f 6914823: Java AWT Library Invalid Index Vulnerability Reviewed-by: flar, hawtin ! src/share/classes/sun/awt/image/ImageRepresentation.java Changeset: 45ead4a2c48b Author: bae Date: 2010-02-17 13:32 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/45ead4a2c48b 6909597: Sun Java Runtime Environment JPEGImageReader stepX Integer Overflow Vulnerability Reviewed-by: igor ! src/share/native/sun/awt/image/jpeg/imageioJPEG.c Changeset: 1ff19af7b735 Author: bae Date: 2010-02-19 22:30 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/1ff19af7b735 6899653: Sun Java Runtime CMM readMabCurveData Buffer Overflow Vulnerability Reviewed-by: prr, hawtin ! src/share/native/sun/java2d/cmm/lcms/cmsio1.c ! src/share/native/sun/java2d/cmm/lcms/cmsxform.c Changeset: cda01c4b091c Author: ksrini Date: 2010-02-22 14:33 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/cda01c4b091c 6902299: Java JAR "unpack200" must verify input parameters Summary: Added several checks for addition of values before memory allocation Reviewed-by: asaha ! src/share/native/com/sun/java/util/jar/pack/bytes.cpp ! src/share/native/com/sun/java/util/jar/pack/unpack.cpp Changeset: 7a6b3cc68e92 Author: denis Date: 2010-02-26 03:54 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/7a6b3cc68e92 6887703: Unsigned applet can retrieve the dragged information before drop action occur Reviewed-by: uta ! src/share/classes/sun/awt/dnd/SunDropTargetContextPeer.java Changeset: c5c6f8fa92ae Author: denis Date: 2010-03-06 03:37 +0300 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c5c6f8fa92ae 6932659: JTreg test files were missed in push of 6887703 Reviewed-by: uta ! test/java/awt/regtesthelpers/process/ProcessCommunicator.java Changeset: 2805db6e6ff6 Author: asaha Date: 2010-03-24 14:16 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/2805db6e6ff6 Merge - make/java/redist/FILES.gmk - make/java/text/FILES_java.gmk - make/sun/nio/FILES_java.gmk ! src/share/classes/java/beans/Statement.java ! src/share/classes/java/util/zip/Deflater.java - src/share/classes/javax/swing/plaf/synth/DefaultMenuLayout.java - src/share/classes/sun/awt/ComponentAccessor.java - src/share/classes/sun/awt/WindowAccessor.java - src/share/classes/sun/dyn/util/BytecodeSignature.java - src/share/classes/sun/security/provider/IdentityDatabase.java ! src/share/classes/sun/security/provider/PolicyFile.java - src/share/classes/sun/security/provider/SystemIdentity.java - src/share/classes/sun/security/provider/SystemSigner.java - src/share/classes/sun/security/x509/X500Signer.java - src/share/classes/sun/security/x509/X509Cert.java - src/share/classes/sun/swing/plaf/synth/SynthUI.java - src/share/classes/sun/tools/jar/JarVerifierStream.java - src/solaris/classes/sun/nio/ch/SctpSocketDispatcher.java ! test/java/awt/regtesthelpers/process/ProcessCommunicator.java - test/java/net/Socket/FDClose.java Changeset: 1dccfa00dc64 Author: asaha Date: 2010-03-24 17:32 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/1dccfa00dc64 Merge ! src/share/classes/sun/security/ssl/SSLSocketImpl.java Changeset: 6ec14b5ede77 Author: asaha Date: 2010-03-25 07:12 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/6ec14b5ede77 Merge Changeset: 3ef9b3446677 Author: asaha Date: 2010-03-29 07:17 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3ef9b3446677 Merge Changeset: a9fdd143a58e Author: asaha Date: 2010-04-05 16:11 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/a9fdd143a58e Merge - make/tools/src/build/tools/charsetmapping/CharsetMapping.java - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java - make/tools/src/build/tools/charsetmapping/GenerateMapping.java - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java - src/share/classes/sun/io/ByteToCharHKSCS.java - src/share/classes/sun/io/ByteToCharHKSCS_2001.java - src/share/classes/sun/io/CharToByteHKSCS.java - src/share/classes/sun/io/CharToByteHKSCS_2001.java - src/share/classes/sun/nio/cs/ext/Big5.java - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java Changeset: 69002275e0e2 Author: chegar Date: 2010-04-06 13:47 +0100 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/69002275e0e2 6648001: Cancelling HTTP authentication causes subsequent deadlocks Reviewed-by: michaelm ! src/share/classes/sun/net/www/protocol/http/AuthenticationInfo.java ! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java + test/java/net/Authenticator/Deadlock.java Changeset: 495ba30cf02f Author: chegar Date: 2010-04-06 15:44 +0100 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/495ba30cf02f 6921111: NullPointerException in PlainDatagramSocketImpl.socketSetOption Reviewed-by: alanb ! src/solaris/native/java/net/PlainDatagramSocketImpl.c ! src/windows/native/java/net/TwoStacksPlainDatagramSocketImpl.c Changeset: 0b7f10901f30 Author: sherman Date: 2010-04-06 15:45 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0b7f10901f30 6717164: FilterInputStream.skip incorrectly inherits wording specifying how the InputStream.skip works Summary: restoring the javadoc Reviewed-by: alanb ! src/share/classes/java/io/FilterInputStream.java Changeset: fc7c38b2584c Author: martin Date: 2010-04-07 12:30 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/fc7c38b2584c 6941130: Semaphore should throw if number of permits overflows or underflows Summary: Check if release could make number of permits negative Reviewed-by: dl, dholmes ! src/share/classes/java/util/concurrent/Semaphore.java + test/java/util/concurrent/Semaphore/PermitOverflow.java Changeset: 025f9e57566a Author: lana Date: 2010-04-08 15:34 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/025f9e57566a Merge - make/tools/src/build/tools/charsetmapping/CharsetMapping.java - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java - make/tools/src/build/tools/charsetmapping/GenerateMapping.java - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java ! src/share/classes/java/beans/Statement.java - src/share/classes/sun/io/ByteToCharHKSCS.java - src/share/classes/sun/io/ByteToCharHKSCS_2001.java - src/share/classes/sun/io/CharToByteHKSCS.java - src/share/classes/sun/io/CharToByteHKSCS_2001.java - src/share/classes/sun/nio/cs/ext/Big5.java - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java - test/java/net/Socket/FDClose.java - test/lib/security/cacerts/VerifyCACerts.java Changeset: 4a6abb7e224c Author: lana Date: 2010-04-13 16:41 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/4a6abb7e224c Merge - make/tools/src/build/tools/charsetmapping/CharsetMapping.java - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java - make/tools/src/build/tools/charsetmapping/GenerateMapping.java - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java - src/share/classes/sun/io/ByteToCharHKSCS.java - src/share/classes/sun/io/ByteToCharHKSCS_2001.java - src/share/classes/sun/io/CharToByteHKSCS.java - src/share/classes/sun/io/CharToByteHKSCS_2001.java - src/share/classes/sun/nio/cs/ext/Big5.java - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java - test/java/net/Socket/FDClose.java - test/lib/security/cacerts/VerifyCACerts.java From lana.steuck at sun.com Tue Apr 13 20:07:27 2010 From: lana.steuck at sun.com (lana.steuck at sun.com) Date: Wed, 14 Apr 2010 03:07:27 +0000 Subject: hg: jdk7/jdk7/langtools: 9 new changesets Message-ID: <20100414030756.51B114453E@hg.openjdk.java.net> Changeset: 9871ce4fd56f Author: jjg Date: 2010-03-10 16:23 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/9871ce4fd56f 6933914: fix missing newlines Reviewed-by: ohair ! test/tools/javac/OverrideChecks/6738538/T6738538a.java ! test/tools/javac/OverrideChecks/6738538/T6738538b.java ! test/tools/javac/api/6731573/Erroneous.java ! test/tools/javac/api/6731573/T6731573.java ! test/tools/javac/cast/6548436/T6548436d.java ! test/tools/javac/cast/6558559/T6558559a.java ! test/tools/javac/cast/6558559/T6558559b.java ! test/tools/javac/cast/6586091/T6586091.java ! test/tools/javac/enum/T6724345.java ! test/tools/javac/generics/T6557954.java ! test/tools/javac/generics/T6751514.java ! test/tools/javac/generics/T6869075.java ! test/tools/javac/generics/inference/6569789/T6569789.java ! test/tools/javac/generics/inference/6650759/T6650759a.java ! test/tools/javac/generics/wildcards/T6732484.java ! test/tools/javac/processing/model/util/elements/Foo.java ! test/tools/javac/varargs/T6746184.java - test/tools/javap/T6305779.java ! test/tools/javap/T6715251.java ! test/tools/javap/T6715753.java Changeset: f856c0942c06 Author: jjg Date: 2010-03-12 12:00 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/f856c0942c06 6934224: update langtools/test/Makefile Reviewed-by: ohair ! make/jprt.properties ! test/Makefile Changeset: 6fad35d25b1e Author: lana Date: 2010-03-18 18:52 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/6fad35d25b1e Merge Changeset: dd30de080cb9 Author: jjg Date: 2010-03-23 18:05 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/dd30de080cb9 6937244: sqe ws7 tools javap/javap_t10a fail jdk7 b80 used output of javap is changed Reviewed-by: darcy ! src/share/classes/com/sun/tools/javap/ClassWriter.java + test/tools/javap/6937244/T6937244.java + test/tools/javap/6937244/T6937244A.java Changeset: 3058880c0b8d Author: jjg Date: 2010-03-24 12:18 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/3058880c0b8d 6937318: jdk7 b86: javah and javah -help is no output for these commands Reviewed-by: darcy ! src/share/classes/com/sun/tools/javah/JavahTask.java ! test/tools/javah/T6893943.java Changeset: 65e422bbb984 Author: darcy Date: 2010-03-24 17:02 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/65e422bbb984 6937417: javac -Xprint returns IndexOutOfBoundsException Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java + test/tools/javac/processing/model/util/elements/VacuousEnum.java Changeset: de6375751eb7 Author: ohair Date: 2010-03-26 22:37 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/de6375751eb7 6938326: Use of "ant -diagnostics" a problem with ant 1.8.0, exit code 1 now Reviewed-by: jjg ! make/Makefile Changeset: ad1bf317cc57 Author: lana Date: 2010-04-08 15:35 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/ad1bf317cc57 Merge - test/tools/javap/T6305779.java Changeset: 6cea9a143208 Author: lana Date: 2010-04-13 16:42 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/6cea9a143208 Merge - test/tools/javap/T6305779.java From rdifalco at tripwire.com Tue Apr 13 21:11:41 2010 From: rdifalco at tripwire.com (Robert DiFalco) Date: Tue, 13 Apr 2010 21:11:41 -0700 Subject: hg: jdk7/jdk7/jdk: 76 new changesets In-Reply-To: <20100414021213.11B5A4453C@hg.openjdk.java.net> References: <20100414021213.11B5A4453C@hg.openjdk.java.net> Message-ID: <15463DDF-3F1A-448E-B7EA-B35416AF67CC@tripwire.com> Is there a way to manually kill those close wait sockets and see if that unblocks the server? Another WAG to try is to comment out that server props setting that tunes down the socket pool idle time. Can't remember the name of the property and not by a computer right now. Sent from my iPhone On Apr 13, 2010, at 7:13 PM, "lana.steuck at sun.com" wrote: > Changeset: 0137b5857c63 > Author: okutsu > Date: 2010-03-10 14:32 +0900 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0137b5857c63 > > 6932473: (tz) javazic produces incorrect SimpleTimeZone parameters > with Sun<=7 > Reviewed-by: peytoia > > ! make/tools/src/build/tools/javazic/RuleDay.java > > Changeset: 0e0ce1aa1bba > Author: peytoia > Date: 2010-03-11 11:54 +0900 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0e0ce1aa1bba > > 6933032: (tz) Support tzdata2010e > Reviewed-by: okutsu > > ! make/sun/javazic/tzdata/VERSION > ! make/sun/javazic/tzdata/asia > ! make/sun/javazic/tzdata/australasia > ! make/sun/javazic/tzdata/southamerica > > Changeset: ce3770eadf85 > Author: malenkov > Date: 2010-03-11 17:39 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ce3770eadf85 > > 6707226: java.beans.Statement & java.beans.Expression miss one > important usecase > Reviewed-by: rupashka > > ! src/share/classes/java/beans/Expression.java > ! src/share/classes/java/beans/Statement.java > + test/java/beans/Statement/Test6707226.java > > Changeset: d86c053ca938 > Author: rupashka > Date: 2010-03-15 16:16 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d86c053ca938 > > 6931347: SynthTabbedPaneUI.paintTabArea() is not called when tabbed > pane is painted > Reviewed-by: peterz > > ! src/share/classes/javax/swing/plaf/synth/SynthTabbedPaneUI.java > > Changeset: 1224c1388e86 > Author: rupashka > Date: 2010-03-17 12:48 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/1224c1388e86 > > 6933784: NIMBUS: ImageView getNoImageIcon and getLoadingImageIcon > returns nulls instead of an icon > Reviewed-by: peterz > > ! src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java > + test/javax/swing/plaf/synth/Test6933784.java > > Changeset: ac4c8e3bf93f > Author: lana > Date: 2010-03-17 14:19 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ac4c8e3bf93f > > Merge > > - test/java/nio/file/WatchService/OverflowEventIsLoner.java > > Changeset: 325823a26aac > Author: peterz > Date: 2010-03-18 12:02 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/325823a26aac > > 6932524: NIMBUS: 3 constructors of JSplitPane creates new jsp with > continuous layout - they should not. > Reviewed-by: alexp > > ! src/share/classes/javax/swing/JSplitPane.java > ! src/share/classes/javax/swing/plaf/nimbus/skin.laf > > Changeset: ef892cd084ec > Author: rupashka > Date: 2010-03-24 15:14 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ef892cd084ec > > 6922214: SynthTextPaneUI.installUI() doesn't install the default > caret and highlighter > Reviewed-by: alexp > > ! src/share/classes/javax/swing/plaf/basic/BasicTextUI.java > > Changeset: f799c62ad4f8 > Author: peytoia > Date: 2010-03-30 18:35 +0900 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f799c62ad4f8 > > 6939021: (tz) Support tzdata2010g > Reviewed-by: okutsu > > ! make/sun/javazic/tzdata/VERSION > ! make/sun/javazic/tzdata/antarctica > ! make/sun/javazic/tzdata/asia > ! make/sun/javazic/tzdata/australasia > ! make/sun/javazic/tzdata/europe > ! make/sun/javazic/tzdata/zone.tab > ! src/share/classes/sun/util/resources/TimeZoneNames.java > > Changeset: dbde35ddda78 > Author: peytoia > Date: 2010-03-30 21:16 +0900 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/dbde35ddda78 > > 6907881: Different undesired behavior for entering Asian characters > in Windows IME starting with Java 6.0 > Reviewed-by: okutsu > > ! src/windows/native/sun/windows/awt_Component.cpp > > Changeset: eb39ccbd95f9 > Author: lana > Date: 2010-04-08 15:00 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/eb39ccbd95f9 > > Merge > > > Changeset: d23dcd3e3ce4 > Author: andrew > Date: 2010-03-12 01:09 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d23dcd3e3ce4 > > 6934327: Update linux fontconfigs for Ubuntu and Fedora. > Summary: Use fontconfigs suitable for recent Fedora, Ubuntu and > Debian releases. > Reviewed-by: prr > > ! src/solaris/classes/sun/awt/fontconfigs/ > linux.fontconfig.Fedora.properties > ! src/solaris/classes/sun/awt/fontconfigs/ > linux.fontconfig.Ubuntu.properties > > Changeset: 45bd445f6250 > Author: lana > Date: 2010-03-19 18:49 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/45bd445f6250 > > Merge > > - make/java/text/FILES_java.gmk > - test/java/nio/file/WatchService/OverflowEventIsLoner.java > > Changeset: bf23bec88222 > Author: lana > Date: 2010-04-08 15:01 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/bf23bec88222 > > Merge > > > Changeset: 47958f76babc > Author: chegar > Date: 2010-03-10 14:44 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/47958f76babc > > 6933618: java/net/MulticastSocket/NoLoopbackPackets.java fails when > rerun > Reviewed-by: alanb > > ! test/java/net/MulticastSocket/NoLoopbackPackets.java > > Changeset: 467484e025d6 > Author: martin > Date: 2010-03-10 14:53 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/467484e025d6 > > 6931812: A better implementation of sun.nio.cs.Surrogate.isBMP(int) > Summary: uc >> 16 == 0 is superior to (int) (char) uc == uc > Reviewed-by: sherman > Contributed-by: Ulf Zibis > > ! src/share/classes/sun/nio/cs/Surrogate.java > > Changeset: 07e1c5a90c6a > Author: chegar > Date: 2010-03-11 16:17 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/07e1c5a90c6a > > 6934054: java/net/Socket/FDClose.java return error in samevm > Summary: test is no longer useful > Reviewed-by: alanb > > ! test/ProblemList.txt > - test/java/net/Socket/FDClose.java > > Changeset: c342735a3e58 > Author: chegar > Date: 2010-03-11 17:37 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c342735a3e58 > > 6933629: java/net/HttpURLConnection/HttpResponseCode.java fails if > run in samevm mode > Reviewed-by: alanb > > ! test/ProblemList.txt > ! test/java/net/CookieHandler/CookieHandlerTest.java > > Changeset: c6f8c58ed51a > Author: chegar > Date: 2010-03-11 17:50 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c6f8c58ed51a > > 6223635: Code hangs at connect call even when Timeout is specified > when using a socks proxy > Reviewed-by: michaelm, chegar > Contributed-by: damjan.jov at gmail.com > > ! src/share/classes/java/net/SocketInputStream.java > ! src/share/classes/java/net/SocksSocketImpl.java > + test/java/net/Socket/SocksConnectTimeout.java > > Changeset: ee385b4e2ffb > Author: sherman > Date: 2010-03-11 14:06 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ee385b4e2ffb > > 6929479: Add a system property sun.zip.disableMemoryMapping to > disable mmap use in ZipFile > Summary: system property sun.zip.disableMemoryMapping to disable > mmap use > Reviewed-by: alanb > > ! src/share/classes/java/util/zip/ZipFile.java > ! src/share/native/java/util/zip/ZipFile.c > ! src/share/native/java/util/zip/zip_util.c > ! src/share/native/java/util/zip/zip_util.h > > Changeset: bf6eb240e718 > Author: ohair > Date: 2010-03-12 09:03 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/bf6eb240e718 > > 6933294: Fix some test/Makefile issues around Linux ARCH settings, > better defaults > Reviewed-by: jjg > > ! test/Makefile > ! test/ProblemList.txt > > Changeset: cda90ceb7176 > Author: ohair > Date: 2010-03-12 09:06 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/cda90ceb7176 > > Merge > > ! test/ProblemList.txt > > Changeset: f88f6f8ddd21 > Author: chegar > Date: 2010-03-16 10:05 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f88f6f8ddd21 > > 6934923: test/java/net/ipv6tests/TcpTest.java hangs on Solaris 10 > Reviewed-by: alanb > > ! test/java/net/ipv6tests/TcpTest.java > ! test/java/net/ipv6tests/Tests.java > > Changeset: 895a1211b2e1 > Author: chegar > Date: 2010-03-16 14:31 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/895a1211b2e1 > > 6935199: java/net regression tests failing with Assertions > Reviewed-by: michaelm > > ! test/ProblemList.txt > ! test/java/net/CookieHandler/TestHttpCookie.java > ! test/java/net/URLClassLoader/closetest/CloseTest.java > > Changeset: 0500f7306cbe > Author: weijun > Date: 2010-03-17 09:55 +0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0500f7306cbe > > 6868865: Test: sun/security/tools/jarsigner/oldsig.sh fails under > all platforms > Reviewed-by: wetmore > > ! test/sun/security/tools/jarsigner/oldsig.sh > > Changeset: 2796f839e337 > Author: weijun > Date: 2010-03-18 18:26 +0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/2796f839e337 > > 6829283: HTTP/Negotiate: Autheticator triggered again when user > cancels the first one > Reviewed-by: chegar > > ! src/share/classes/sun/net/www/protocol/http/spnego/ > NegotiateCallbackHandler.java > ! test/sun/security/krb5/auto/HttpNegotiateServer.java > > Changeset: c52f292a8f86 > Author: valeriep > Date: 2010-03-18 17:05 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c52f292a8f86 > > 6695485: SignedObject constructor throws ProviderException if it's > called using provider "SunPKCS11-Solaris" > Summary: Added checking for RSA key lengths in initSign and initVerify > Reviewed-by: vinnie > > ! src/share/classes/sun/security/pkcs11/P11Signature.java > + test/sun/security/pkcs11/Signature/TestRSAKeyLength.java > > Changeset: df5714cbe76d > Author: valeriep > Date: 2010-03-18 17:32 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/df5714cbe76d > > 6591117: Poor preformance of PKCS#11 security provider compared to > Sun default provider > Summary: Added internal buffering to PKCS11 SecureRandom impl > Reviewed-by: wetmore > > ! src/share/classes/sun/security/pkcs11/P11SecureRandom.java > > Changeset: dc42c9d9ca16 > Author: valeriep > Date: 2010-03-18 17:56 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/dc42c9d9ca16 > > 6837847: PKCS#11 A SecureRandom and a serialization error following > installation of 1.5.0_18 > Summary: Added a custom readObject method to PKCS11 SecureRandom impl > Reviewed-by: wetmore > > ! src/share/classes/sun/security/pkcs11/P11SecureRandom.java > + test/sun/security/pkcs11/SecureRandom/TestDeserialization.java > > Changeset: dff4f51b73d4 > Author: lana > Date: 2010-03-18 18:52 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/dff4f51b73d4 > > Merge > > > Changeset: 3bb93c410f41 > Author: chegar > Date: 2010-03-19 13:07 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3bb93c410f41 > > 6935233: java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java > fails with modules build > Reviewed-by: alanb > > ! test/ProblemList.txt > ! test/java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java > + test/java/net/ServerSocket/AcceptCauseFileDescriptorLeak.sh > > Changeset: c40572afb29e > Author: chegar > Date: 2010-03-22 11:55 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c40572afb29e > > 6632169: HttpClient and HttpsClient should not try to reverse lookup > IP address of a proxy server > Reviewed-by: michaelm > > ! src/share/classes/sun/net/www/protocol/https/HttpsClient.java > > Changeset: 31dcf23042f9 > Author: weijun > Date: 2010-03-23 10:41 +0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/31dcf23042f9 > > 6586707: NTLM authentication with proxy fails > Reviewed-by: chegar > > ! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java > > Changeset: 8a9ebdc27045 > Author: chegar > Date: 2010-03-23 13:54 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/8a9ebdc27045 > > 6614957: HttpsURLConnection not using the set SSLSocketFactory for > creating all its Sockets > 6771432: createSocket() - smpatch fails using 1.6.0_10 because of > "Unconnected sockets not implemented" > 6766775: X509 certificate hostname checking is broken in JDK1.6.0_10 > Summary: All three bugs are interdependent > Reviewed-by: xuelei > > ! src/share/classes/javax/net/SocketFactory.java > ! src/share/classes/sun/net/NetworkClient.java > ! src/share/classes/sun/net/www/protocol/https/HttpsClient.java > ! src/share/classes/sun/security/ssl/SSLSocketImpl.java > + test/sun/security/ssl/sun/net/www/protocol/https/ > HttpsURLConnection/DNSIdentities.java > + test/sun/security/ssl/sun/net/www/protocol/https/ > HttpsURLConnection/HttpsCreateSockTest.java > + test/sun/security/ssl/sun/net/www/protocol/https/ > HttpsURLConnection/HttpsSocketFacTest.java > + test/sun/security/ssl/sun/net/www/protocol/https/ > HttpsURLConnection/IPAddressDNSIdentities.java > + test/sun/security/ssl/sun/net/www/protocol/https/ > HttpsURLConnection/IPAddressIPIdentities.java > + test/sun/security/ssl/sun/net/www/protocol/https/ > HttpsURLConnection/IPIdentities.java > + test/sun/security/ssl/sun/net/www/protocol/https/ > HttpsURLConnection/Identities.java > > Changeset: f8c9a5e3f5db > Author: dcubed > Date: 2010-03-23 19:03 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f8c9a5e3f5db > > 6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at > management.cpp:1540 > Summary: Remove exception throw to decouple JDK and HotSpot > additions of known types. > Reviewed-by: mchung > > ! src/share/native/sun/management/Flag.c > > Changeset: 26477628f2d5 > Author: weijun > Date: 2010-03-25 12:07 +0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/26477628f2d5 > > 6813340: X509Factory should not depend on is.available()==0 > Reviewed-by: xuelei > > ! src/share/classes/sun/security/provider/X509Factory.java > ! src/share/classes/sun/security/tools/KeyTool.java > + test/java/security/cert/CertificateFactory/ReturnStream.java > + test/java/security/cert/CertificateFactory/SlowStream.java > + test/java/security/cert/CertificateFactory/slowstream.sh > > Changeset: 6109b166bf68 > Author: chegar > Date: 2010-03-25 09:38 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/6109b166bf68 > > 6937703: java/net regression test issues with samevm > Reviewed-by: alanb > > ! test/ProblemList.txt > ! test/java/net/ProxySelector/B6737819.java > ! test/java/net/ResponseCache/ResponseCacheTest.java > ! test/java/net/ResponseCache/getResponseCode.java > ! test/java/net/URL/TestIPv6Addresses.java > ! test/java/net/URLClassLoader/HttpTest.java > ! test/java/net/URLConnection/B5052093.java > ! test/java/net/URLConnection/contentHandler/UserContentHandler.java > > Changeset: 31517a0345d1 > Author: xuelei > Date: 2010-03-29 13:27 +0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/31517a0345d1 > > 6693917: regression tests need to update for supporting ECC on > solaris 11 > Reviewed-by: weijun > > ! test/sun/security/ssl/etc/keystore > ! test/sun/security/ssl/etc/truststore > ! test/sun/security/ssl/sanity/ciphersuites/CheckCipherSuites.java > > Changeset: 3771ac2a8b3b > Author: sherman > Date: 2010-03-30 19:10 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3771ac2a8b3b > > 6902790: Converting/displaying HKSCs characters issue on Vista and > Windows7 > 6911753: NSN wants to add Big5 HKSCS-2004 support > Summary: support HKSCS2008 in Big5_HKSCS and MS950_HKSCS > Reviewed-by: okutsu > > ! make/sun/nio/cs/FILES_java.gmk > ! make/sun/nio/cs/Makefile > + make/tools/CharsetMapping/Big5.c2b > + make/tools/CharsetMapping/Big5.map > + make/tools/CharsetMapping/Big5.nr > + make/tools/CharsetMapping/HKSCS2001.c2b > + make/tools/CharsetMapping/HKSCS2001.map > + make/tools/CharsetMapping/HKSCS2008.c2b > + make/tools/CharsetMapping/HKSCS2008.map > + make/tools/CharsetMapping/HKSCS_XP.c2b > + make/tools/CharsetMapping/HKSCS_XP.map > ! make/tools/CharsetMapping/dbcs > - make/tools/src/build/tools/charsetmapping/CharsetMapping.java > + make/tools/src/build/tools/charsetmapping/DBCS.java > + make/tools/src/build/tools/charsetmapping/EUC_TW.java > - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java > - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java > - make/tools/src/build/tools/charsetmapping/GenerateMapping.java > - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java > + make/tools/src/build/tools/charsetmapping/HKSCS.java > + make/tools/src/build/tools/charsetmapping/JIS0213.java > ! make/tools/src/build/tools/charsetmapping/Main.java > + make/tools/src/build/tools/charsetmapping/SBCS.java > + make/tools/src/build/tools/charsetmapping/Utils.java > ! src/share/classes/sun/awt/HKSCS.java > ! src/share/classes/sun/io/ByteToCharBig5.java > ! src/share/classes/sun/io/ByteToCharBig5_HKSCS.java > ! src/share/classes/sun/io/ByteToCharBig5_Solaris.java > - src/share/classes/sun/io/ByteToCharHKSCS.java > - src/share/classes/sun/io/ByteToCharHKSCS_2001.java > ! src/share/classes/sun/io/ByteToCharMS950_HKSCS.java > ! src/share/classes/sun/io/CharToByteBig5.java > ! src/share/classes/sun/io/CharToByteBig5_HKSCS.java > ! src/share/classes/sun/io/CharToByteBig5_Solaris.java > - src/share/classes/sun/io/CharToByteHKSCS.java > - src/share/classes/sun/io/CharToByteHKSCS_2001.java > ! src/share/classes/sun/io/CharToByteMS950_HKSCS.java > - src/share/classes/sun/nio/cs/ext/Big5.java > ! src/share/classes/sun/nio/cs/ext/Big5_HKSCS.java > + src/share/classes/sun/nio/cs/ext/Big5_HKSCS_2001.java > ! src/share/classes/sun/nio/cs/ext/Big5_Solaris.java > ! src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java > ! src/share/classes/sun/nio/cs/ext/HKSCS.java > - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java > ! src/share/classes/sun/nio/cs/ext/MS950_HKSCS.java > + src/share/classes/sun/nio/cs/ext/MS950_HKSCS_XP.java > ! src/solaris/classes/sun/awt/fontconfigs/ > solaris.fontconfig.properties > ! src/solaris/native/java/lang/java_props_md.c > ! src/windows/classes/sun/awt/windows/fontconfig.properties > ! src/windows/native/java/lang/java_props_md.c > ! test/java/nio/charset/Charset/NIOCharsetAvailabilityTest.java > ! test/java/nio/charset/Charset/RegisteredCharsets.java > > Changeset: 1105276dbd6a > Author: sherman > Date: 2010-04-03 18:29 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/1105276dbd6a > > 4947220: (process)Runtime.exec() cannot invoke applications with > unicode parameters(win) > Summary: to use CreateProcessW on Windowns platform > Reviewed-by: martin > > ! src/share/native/java/lang/System.c > ! src/share/native/java/lang/java_props.h > ! src/solaris/native/java/lang/java_props_md.c > ! src/windows/native/java/lang/ProcessImpl_md.c > ! src/windows/native/java/lang/java_props_md.c > ! test/java/lang/ProcessBuilder/Basic.java > > Changeset: d3309aae68ef > Author: dl > Date: 2009-10-06 12:20 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d3309aae68ef > > 6888149: AtomicReferenceArray causes SIGSEGV -> SEGV_MAPERR error > Summary: Avoid integer overflow by using long arithmetic > Reviewed-by: martin, dholmes > > ! src/share/classes/java/util/concurrent/atomic/ > AtomicIntegerArray.java > ! src/share/classes/java/util/concurrent/atomic/AtomicLongArray.java > ! src/share/classes/java/util/concurrent/atomic/ > AtomicReferenceArray.java > > Changeset: 08f57141c305 > Author: asaha > Date: 2009-11-20 14:24 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/08f57141c305 > > Merge > > - test/sun/tools/native2ascii/test2 > > Changeset: b1e8f41ed755 > Author: chegar > Date: 2009-11-23 12:40 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/b1e8f41ed755 > > 6639665: ThreadGroup finalizer allows creation of false root > ThreadGroups > Reviewed-by: alanb, hawtin > > ! src/share/classes/java/lang/ThreadGroup.java > > Changeset: e943f6b0b0e9 > Author: alanb > Date: 2009-11-25 10:02 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/e943f6b0b0e9 > > 6736390: File TOCTOU deserialization vulnerability > Reviewed-by: hawtin > > ! src/share/classes/java/io/File.java > > Changeset: ff9c2f53594e > Author: sherman > Date: 2009-11-25 11:29 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ff9c2f53594e > > 6745393: Inflater/Deflater clone issue > Summary: To use explicit lobk object. > Reviewed-by: alanb > > ! src/share/classes/java/util/zip/Deflater.java > ! src/share/classes/java/util/zip/Inflater.java > ! src/share/native/java/util/zip/Deflater.c > ! src/share/native/java/util/zip/Inflater.c > > Changeset: d893f890b4dd > Author: sherman > Date: 2009-11-25 12:51 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d893f890b4dd > > 6904925: Changeset for 6745393 for jdk7 ssr forest was incomplete > Summary: To add, commit and push back the ZStreamRef.java > Reviewed-by: alanb > > + src/share/classes/java/util/zip/ZStreamRef.java > > Changeset: df3091222715 > Author: mchung > Date: 2009-11-25 09:09 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/df3091222715 > > 6893947: Deserialization of RMIConnectionImpl objects should enforce > stricter checks [ZDI-CAN-588] > Summary: narrow the doPrivileged block to only set context ClassLoader > Reviewed-by: hawtin, emcmanus > > ! src/share/classes/javax/management/remote/rmi/RMIConnectionImpl.java > > Changeset: bc309e9233ce > Author: mchung > Date: 2009-11-25 11:19 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/bc309e9233ce > > Merge > > > Changeset: 621edf6b03fc > Author: mchung > Date: 2009-11-25 16:02 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/621edf6b03fc > > Merge > > > Changeset: 338c8775f0a3 > Author: asaha > Date: 2009-11-26 07:17 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/338c8775f0a3 > > Merge > > > Changeset: f0b63b6d9709 > Author: asaha > Date: 2009-12-01 08:55 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f0b63b6d9709 > > Merge > > - test/tools/launcher/SolarisDataModel.sh > - test/tools/launcher/SolarisRunpath.sh > - test/tools/launcher/libraryCaller.c > - test/tools/launcher/libraryCaller.h > - test/tools/launcher/libraryCaller.java > > Changeset: 121fa73c7185 > Author: michaelm > Date: 2009-12-02 12:17 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/121fa73c7185 > > 6893954: Subclasses of InetAddress may incorrectly interpret network > addresses > Summary: runtime type checks and deserialization check > Reviewed-by: chegar, alanb, jccollet > > ! src/share/classes/java/net/DatagramSocket.java > ! src/share/classes/java/net/InetAddress.java > ! src/share/classes/java/net/MulticastSocket.java > ! src/share/classes/java/net/NetworkInterface.java > ! src/share/classes/java/net/Socket.java > ! src/share/classes/sun/nio/ch/Net.java > > Changeset: edaa7e2efd63 > Author: asaha > Date: 2009-12-04 10:23 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/edaa7e2efd63 > > Merge > > - make/tools/CharsetMapping/DoubleByte-X.java > - make/tools/CharsetMapping/SingleByte-X.java > - src/share/classes/sun/util/CoreResourceBundleControl-XLocales.java > - src/share/classes/sun/util/LocaleDataMetaInfo-XLocales.java > - test/java/util/Formatter/Basic-X.java > > Changeset: 3598d6eb087c > Author: xuelei > Date: 2009-12-07 21:16 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3598d6eb087c > > 6898739: TLS renegotiation issue > Summary: the interim fix disables TLS/SSL renegotiation > Reviewed-by: mullan, chegar, wetmore > > ! src/share/classes/sun/security/ssl/ClientHandshaker.java > ! src/share/classes/sun/security/ssl/Handshaker.java > ! src/share/classes/sun/security/ssl/SSLEngineImpl.java > ! src/share/classes/sun/security/ssl/SSLSocketImpl.java > ! src/share/classes/sun/security/ssl/ServerHandshaker.java > ! test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/ > InvalidateServerSessionRenegotiate.java > ! test/sun/security/ssl/javax/net/ssl/NewAPIs/JSSERenegotiate.java > ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ > CheckStatus.java > ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ > ConnectionTest.java > ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ > NoAuthClientAuth.java > > Changeset: 91a4840fa9b4 > Author: mullan > Date: 2009-12-08 15:58 -0500 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/91a4840fa9b4 > > 6633872: Policy/PolicyFile leak dynamic ProtectionDomains. > Reviewed-by: hawtin > > ! src/share/classes/java/security/Policy.java > ! src/share/classes/java/security/ProtectionDomain.java > + src/share/classes/sun/misc/JavaSecurityProtectionDomainAccess.java > ! src/share/classes/sun/misc/SharedSecrets.java > ! src/share/classes/sun/security/provider/PolicyFile.java > > Changeset: 7a60d100ffa5 > Author: mullan > Date: 2009-12-18 09:09 -0500 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/7a60d100ffa5 > > 6904162: Add new VeriSign root CA certificates to JRE and remove > some old/unused ones > Reviewed-by: asaha > > - test/lib/security/cacerts/VerifyCACerts.java > > Changeset: 3dabb7d5be98 > Author: malenkov > Date: 2009-12-22 17:56 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3dabb7d5be98 > > 6904691: Java Applet Trusted Methods Chaining Privilege Escalation > Vulnerability > Reviewed-by: hawtin, peterz > > ! src/share/classes/java/beans/EventHandler.java > ! src/share/classes/java/beans/Statement.java > ! test/java/beans/EventHandler/Test6277246.java > ! test/java/beans/EventHandler/Test6277266.java > > Changeset: c80b6350de63 > Author: michaelm > Date: 2010-01-12 12:13 +0000 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c80b6350de63 > > 6910590: Application can modify command array, in ProcessBuilder > Summary: clone array returned by List.toArray() > Reviewed-by: chegar, alanb > > ! src/share/classes/java/lang/ProcessBuilder.java > > Changeset: 0667ab707c48 > Author: bae > Date: 2010-02-17 12:49 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0667ab707c48 > > 6914866: Sun JRE ImagingLib arbitrary code execution vulnerability > Reviewed-by: prr, hawtin > > ! src/share/native/sun/awt/medialib/awt_ImagingLib.c > ! src/share/native/sun/awt/medialib/safe_alloc.h > > Changeset: 494aea51f26f > Author: bae > Date: 2010-02-17 13:10 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/494aea51f26f > > 6914823: Java AWT Library Invalid Index Vulnerability > Reviewed-by: flar, hawtin > > ! src/share/classes/sun/awt/image/ImageRepresentation.java > > Changeset: 45ead4a2c48b > Author: bae > Date: 2010-02-17 13:32 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/45ead4a2c48b > > 6909597: Sun Java Runtime Environment JPEGImageReader stepX Integer > Overflow Vulnerability > Reviewed-by: igor > > ! src/share/native/sun/awt/image/jpeg/imageioJPEG.c > > Changeset: 1ff19af7b735 > Author: bae > Date: 2010-02-19 22:30 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/1ff19af7b735 > > 6899653: Sun Java Runtime CMM readMabCurveData Buffer Overflow > Vulnerability > Reviewed-by: prr, hawtin > > ! src/share/native/sun/java2d/cmm/lcms/cmsio1.c > ! src/share/native/sun/java2d/cmm/lcms/cmsxform.c > > Changeset: cda01c4b091c > Author: ksrini > Date: 2010-02-22 14:33 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/cda01c4b091c > > 6902299: Java JAR "unpack200" must verify input parameters > Summary: Added several checks for addition of values before memory > allocation > Reviewed-by: asaha > > ! src/share/native/com/sun/java/util/jar/pack/bytes.cpp > ! src/share/native/com/sun/java/util/jar/pack/unpack.cpp > > Changeset: 7a6b3cc68e92 > Author: denis > Date: 2010-02-26 03:54 -0800 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/7a6b3cc68e92 > > 6887703: Unsigned applet can retrieve the dragged information before > drop action occur > Reviewed-by: uta > > ! src/share/classes/sun/awt/dnd/SunDropTargetContextPeer.java > > Changeset: c5c6f8fa92ae > Author: denis > Date: 2010-03-06 03:37 +0300 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c5c6f8fa92ae > > 6932659: JTreg test files were missed in push of 6887703 > Reviewed-by: uta > > ! test/java/awt/regtesthelpers/process/ProcessCommunicator.java > > Changeset: 2805db6e6ff6 > Author: asaha > Date: 2010-03-24 14:16 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/2805db6e6ff6 > > Merge > > - make/java/redist/FILES.gmk > - make/java/text/FILES_java.gmk > - make/sun/nio/FILES_java.gmk > ! src/share/classes/java/beans/Statement.java > ! src/share/classes/java/util/zip/Deflater.java > - src/share/classes/javax/swing/plaf/synth/DefaultMenuLayout.java > - src/share/classes/sun/awt/ComponentAccessor.java > - src/share/classes/sun/awt/WindowAccessor.java > - src/share/classes/sun/dyn/util/BytecodeSignature.java > - src/share/classes/sun/security/provider/IdentityDatabase.java > ! src/share/classes/sun/security/provider/PolicyFile.java > - src/share/classes/sun/security/provider/SystemIdentity.java > - src/share/classes/sun/security/provider/SystemSigner.java > - src/share/classes/sun/security/x509/X500Signer.java > - src/share/classes/sun/security/x509/X509Cert.java > - src/share/classes/sun/swing/plaf/synth/SynthUI.java > - src/share/classes/sun/tools/jar/JarVerifierStream.java > - src/solaris/classes/sun/nio/ch/SctpSocketDispatcher.java > ! test/java/awt/regtesthelpers/process/ProcessCommunicator.java > - test/java/net/Socket/FDClose.java > > Changeset: 1dccfa00dc64 > Author: asaha > Date: 2010-03-24 17:32 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/1dccfa00dc64 > > Merge > > ! src/share/classes/sun/security/ssl/SSLSocketImpl.java > > Changeset: 6ec14b5ede77 > Author: asaha > Date: 2010-03-25 07:12 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/6ec14b5ede77 > > Merge > > > Changeset: 3ef9b3446677 > Author: asaha > Date: 2010-03-29 07:17 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/3ef9b3446677 > > Merge > > > Changeset: a9fdd143a58e > Author: asaha > Date: 2010-04-05 16:11 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/a9fdd143a58e > > Merge > > - make/tools/src/build/tools/charsetmapping/CharsetMapping.java > - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java > - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java > - make/tools/src/build/tools/charsetmapping/GenerateMapping.java > - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java > - src/share/classes/sun/io/ByteToCharHKSCS.java > - src/share/classes/sun/io/ByteToCharHKSCS_2001.java > - src/share/classes/sun/io/CharToByteHKSCS.java > - src/share/classes/sun/io/CharToByteHKSCS_2001.java > - src/share/classes/sun/nio/cs/ext/Big5.java > - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java > > Changeset: 69002275e0e2 > Author: chegar > Date: 2010-04-06 13:47 +0100 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/69002275e0e2 > > 6648001: Cancelling HTTP authentication causes subsequent deadlocks > Reviewed-by: michaelm > > ! src/share/classes/sun/net/www/protocol/http/AuthenticationInfo.java > ! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java > + test/java/net/Authenticator/Deadlock.java > > Changeset: 495ba30cf02f > Author: chegar > Date: 2010-04-06 15:44 +0100 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/495ba30cf02f > > 6921111: NullPointerException in > PlainDatagramSocketImpl.socketSetOption > Reviewed-by: alanb > > ! src/solaris/native/java/net/PlainDatagramSocketImpl.c > ! src/windows/native/java/net/TwoStacksPlainDatagramSocketImpl.c > > Changeset: 0b7f10901f30 > Author: sherman > Date: 2010-04-06 15:45 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0b7f10901f30 > > 6717164: FilterInputStream.skip incorrectly inherits wording > specifying how the InputStream.skip works > Summary: restoring the javadoc > Reviewed-by: alanb > > ! src/share/classes/java/io/FilterInputStream.java > > Changeset: fc7c38b2584c > Author: martin > Date: 2010-04-07 12:30 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/fc7c38b2584c > > 6941130: Semaphore should throw if number of permits overflows or > underflows > Summary: Check if release could make number of permits negative > Reviewed-by: dl, dholmes > > ! src/share/classes/java/util/concurrent/Semaphore.java > + test/java/util/concurrent/Semaphore/PermitOverflow.java > > Changeset: 025f9e57566a > Author: lana > Date: 2010-04-08 15:34 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/025f9e57566a > > Merge > > - make/tools/src/build/tools/charsetmapping/CharsetMapping.java > - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java > - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java > - make/tools/src/build/tools/charsetmapping/GenerateMapping.java > - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java > ! src/share/classes/java/beans/Statement.java > - src/share/classes/sun/io/ByteToCharHKSCS.java > - src/share/classes/sun/io/ByteToCharHKSCS_2001.java > - src/share/classes/sun/io/CharToByteHKSCS.java > - src/share/classes/sun/io/CharToByteHKSCS_2001.java > - src/share/classes/sun/nio/cs/ext/Big5.java > - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java > - test/java/net/Socket/FDClose.java > - test/lib/security/cacerts/VerifyCACerts.java > > Changeset: 4a6abb7e224c > Author: lana > Date: 2010-04-13 16:41 -0700 > URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/4a6abb7e224c > > Merge > > - make/tools/src/build/tools/charsetmapping/CharsetMapping.java > - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java > - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java > - make/tools/src/build/tools/charsetmapping/GenerateMapping.java > - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java > - src/share/classes/sun/io/ByteToCharHKSCS.java > - src/share/classes/sun/io/ByteToCharHKSCS_2001.java > - src/share/classes/sun/io/CharToByteHKSCS.java > - src/share/classes/sun/io/CharToByteHKSCS_2001.java > - src/share/classes/sun/nio/cs/ext/Big5.java > - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java > - test/java/net/Socket/FDClose.java > - test/lib/security/cacerts/VerifyCACerts.java > > From lana.steuck at sun.com Tue Apr 13 22:28:52 2010 From: lana.steuck at sun.com (lana.steuck at sun.com) Date: Tue, 13 Apr 2010 22:28:52 -0700 (PDT) Subject: jdk7-b89: JSN, Tools, Core Libraries, Serviceability, 2d, Awt, and Swing Message-ID: <201004140528.o3E5SqfG016487@karachi.sfbay.sun.com> http://hg.openjdk.java.net/jdk7/jdk7/rev/7f1ba4459972 http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/6cea9a143208 http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/4a6abb7e224c http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/bf3675aa7f20 http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/d2818fd2b036 http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/3f12a94552cc http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/bb4424c5e778 --- Component : lib Status : 0 major failures, 0 minor failures Date : 04/13/2010 at 03:33 Tested By : JSN SQE Cost(total man-days): 1 Workspace : /net/sqenfs-1/export1/comp/jsn/all_workspace/7_int/libs Bundles : /net/jano1.sfbay/export1/jcg/ws-depot/7/tl/nb/archived/2010-04-07-011642.ss145989.tl-pit-2d-awt-swing/link-to-jprt-build/bundles Platforms : Solaris Sparc 10(32), -client WinXP Prof(32), -client RH AS4.0 (32), -client Tests : /net/sqenfs-1/export1/comp/jsn/all_workspace/7_int/libs Browsers : NA Patches : NA Logs : http://jsn-sb2500-1.sfbay.sun.com:9090/tert-dev/query?content=rawreport&suite=libs&product=jdk7&release=7&platform=&build=b89&mode=automation&type= Number of Tests Executed : 1636 product tests, 0 unit tests, 0 tck tests Bug verification status: ====================================== Tested, Pass: 4947220: (process) Runtime.exec() cannot invoke applications with unicode parameters (win) 6639665: (thread) ThreadGroup finalizer allows creation of false root ThreadGroups 6910590: Application can modify command array, in ProcessBuilder 6916472: Rename B6910590.java Tested, Pass (partial fixes): Tested, Fail: Untested bug fixes: Setup is not available: 6717164: FilterInputStream.skip incorrectly inherits wording specifying how the InputStream.skip works 6736390: File TOCTOU deserialization vulnerability 6745393: Inflater/Deflater clone issues 6888149: AtomicReferenceArray causes SIGSEGV -> SEGV_MAPERR error 6904925: Chageset for 6745393 for jdk7 ssr forest was incomplete 6929479: Add a system property sun.zip.disableMemoryMapping to disable mmap use in ZipFile Build change only: New bugs filed: Bugs in PIT build: Bugs in earlier promoted build: Number of PIT requested: 1 Integration target J2SE build number: 1.7.0-b89 Issues and Notes: note: some bugs do not have unit tests. so not tested. ------------------------------- >From JSN SQE Component : net Status : 0 major failures, 0 minor failures Date : 04/13/2010 at 03:13 Tested By : JSN SQE Cost(total man-days): 1 Workspace : /net/sqenfs-1/export1/comp/jsn/all_workspace/7_int/networking Bundles : /net/jano1.sfbay/export1/jcg/ws-depot/7/tl/nb/archived/2010-04-07-011642.ss145989.tl-pit-2d-awt-swing/link-to-jprt-build/bundles Platforms : Solaris Sparc 10(32), -client WinXP Prof(32), -client RH AS4.0 (32), -client Tests : /net/sqenfs-1/export1/comp/jsn/all_workspace/7_int/networking Browsers : NA Patches : NA Logs : http://jsn-sb2500-1.sfbay.sun.com:9090/tert-dev/query?content=rawreport&suite=networking&product=jdk7&release=7&platform=&build=b89&mode=automation&ty Number of Tests Executed : 336 product tests, 0 unit tests, 0 tck tests Bug verification status: ====================================== Tested, Pass: 6223635: Code hangs at connect call even when Timeout is specified when using a socks proxy 6648001: Cancelling HTTP authentication causes subsequent deadlocks 6771432: createSocket() - smpatch fails using 1.6.0_10 because of "Unconnected sockets not implemented" 6829283: HTTP/Negotiate: Autheticator triggered again when user cancels the first one 6893954: Subclasses of InetAddress may incorrectly interpret network addresses [ZDI-CAN-603] 6933618: java/net/MulticastSocket/NoLoopbackPackets.java fails when rerun 6933629: java/net/HttpURLConnection/HttpResponseCode.java fails if run in samevm mode 6935199: java/net regression tests failing with Assertions 6935233: TEST_BUG: java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java fails with modules build 6937703: java/net regression test issues with samevm Tested, Pass (partial fixes): Tested, Fail: 6934923: test/java/net/ipv6tests/TcpTest.java hangs on Solaris 10 Untested bug fixes: Setup is not available: 6586707: NTLM authentication with proxy fails 6632169: HttpClient and HttpsClient should not try to reverse lookup IP address of a proxy server 6921111: NullPointerException in PlainDatagramSocketImpl.socketSetOption() 6934054: java/net/Socket/FDClose.java return error in samevm Build change only: New bugs filed: Bugs in PIT build: 6943219: test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java fail in linux Bugs in earlier promoted build: Number of PIT requested: 1 Integration target J2SE build number: 1.7.0-b89 Issues and Notes: Note: some tests do not have unit tests. so not tested. ------------------------------- >From JSN SQE Component : tls Status : 0 major failures, 0 minor failures Date : 04/13/2010 at 03:23 Tested By : JSN SQE Cost(total man-days): 1 Workspace : /net/sqenfs-1/export1/comp/jsn/all_workspace/7_int/tools Bundles : /net/jano1.sfbay/export1/jcg/ws-depot/7/tl/nb/archived/2010-04-07-011642.ss145989.tl-pit-2d-awt-swing/link-to-jprt-build/bundles Platforms : Solaris Sparc 10(32), -client WinXP Prof(32), -client RH AS4.0 (32), -client Tests : /net/sqenfs-1/export1/comp/jsn/all_workspace/7_int/tools Browsers : NA Patches : NA Logs : http://jsn-sb2500-1.sfbay.sun.com:9090/tert-dev/query?content=rawreport&suite=tools&product=jdk7&release=7&platform=&build=b89&mode=automation&type= Number of Tests Executed : 1050 product tests, 0 unit tests, 0 tck tests Bug verification status: ====================================== Tested, Pass: 6902299: Java JAR "unpack200" must verify input parameters 6933914: fix missing newlines 6937244: sqe ws7 tools javap/javap_t10a fail jdk7 b80 used output of javap is changed 6937318: jdk7 b86: javah and javah -help is no output for these commands 6937417: javac -Xprint returns IndexOutOfBoundsException Tested, Pass (partial fixes): Tested, Fail: Untested bug fixes: Setup is not available: Build change only: New bugs filed: Bugs in PIT build: Bugs in earlier promoted build: Number of PIT requested: 1 Integration target J2SE build number: 1.7.0-b89 Issues and Notes: ------------------------------- >From JSN SQE The remaining fixes were waived by SQE. From michael.wilkerson at sun.com Fri Apr 16 10:21:27 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 16 Apr 2010 17:21:27 +0000 Subject: hg: jdk7/jdk7: Added tag jdk7-b89 for changeset 7f1ba4459972 Message-ID: <20100416172127.A3B03445A3@hg.openjdk.java.net> Changeset: 425ba3efabbf Author: mikejwre Date: 2010-04-15 13:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/rev/425ba3efabbf Added tag jdk7-b89 for changeset 7f1ba4459972 ! .hgtags From michael.wilkerson at sun.com Fri Apr 16 10:21:36 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 16 Apr 2010 17:21:36 +0000 Subject: hg: jdk7/jdk7/corba: Added tag jdk7-b89 for changeset bb4424c5e778 Message-ID: <20100416172137.97636445A5@hg.openjdk.java.net> Changeset: 56ce07b0eb47 Author: mikejwre Date: 2010-04-15 13:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/56ce07b0eb47 Added tag jdk7-b89 for changeset bb4424c5e778 ! .hgtags From michael.wilkerson at sun.com Fri Apr 16 10:23:20 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 16 Apr 2010 17:23:20 +0000 Subject: hg: jdk7/jdk7/hotspot: Added tag jdk7-b89 for changeset 15836273ac24 Message-ID: <20100416172324.2F6EC445A7@hg.openjdk.java.net> Changeset: 765578777b6e Author: mikejwre Date: 2010-04-15 13:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/765578777b6e Added tag jdk7-b89 for changeset 15836273ac24 ! .hgtags From michael.wilkerson at sun.com Fri Apr 16 10:27:48 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 16 Apr 2010 17:27:48 +0000 Subject: hg: jdk7/jdk7/jaxp: Added tag jdk7-b89 for changeset d2818fd2b036 Message-ID: <20100416172749.19FB0445A9@hg.openjdk.java.net> Changeset: c5d932ee326d Author: mikejwre Date: 2010-04-15 13:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/c5d932ee326d Added tag jdk7-b89 for changeset d2818fd2b036 ! .hgtags From michael.wilkerson at sun.com Fri Apr 16 10:27:55 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 16 Apr 2010 17:27:55 +0000 Subject: hg: jdk7/jdk7/jaxws: Added tag jdk7-b89 for changeset bf3675aa7f20 Message-ID: <20100416172755.60C0A445AB@hg.openjdk.java.net> Changeset: ead7c4566a00 Author: mikejwre Date: 2010-04-15 13:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/ead7c4566a00 Added tag jdk7-b89 for changeset bf3675aa7f20 ! .hgtags From michael.wilkerson at sun.com Fri Apr 16 10:28:04 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 16 Apr 2010 17:28:04 +0000 Subject: hg: jdk7/jdk7/jdk: Added tag jdk7-b89 for changeset 4a6abb7e224c Message-ID: <20100416172824.B65A8445AD@hg.openjdk.java.net> Changeset: 7f90d0b9dbb7 Author: mikejwre Date: 2010-04-15 13:55 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/7f90d0b9dbb7 Added tag jdk7-b89 for changeset 4a6abb7e224c ! .hgtags From michael.wilkerson at sun.com Fri Apr 16 10:33:08 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 16 Apr 2010 17:33:08 +0000 Subject: hg: jdk7/jdk7/langtools: Added tag jdk7-b89 for changeset 6cea9a143208 Message-ID: <20100416173311.AF61F445AF@hg.openjdk.java.net> Changeset: 71c2c23a7c35 Author: mikejwre Date: 2010-04-15 13:55 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/71c2c23a7c35 Added tag jdk7-b89 for changeset 6cea9a143208 ! .hgtags From klaus.teller at gmx.net Sat Apr 17 08:12:10 2010 From: klaus.teller at gmx.net (Klaus Teller) Date: Sat, 17 Apr 2010 17:12:10 +0200 Subject: Deploying Java Apps with JRE in JDK1.7 (Jigsaw) Message-ID: <20100417151210.299260@gmx.net> Hi, There has been rumors that the modularization capability of Jigsaw would make it possible to deploy Java desktop apps with a very thin runtime environment and a very limit set of libraries. What is true in this? Is this possible in the current JDK1.7? If so what exactly do I need to do to create such a standalone application? Thanks, Klaus Le Bricoleur. -- GRATIS f?r alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 From David.Holmes at oracle.com Sat Apr 17 21:15:57 2010 From: David.Holmes at oracle.com (David Holmes) Date: Sun, 18 Apr 2010 14:15:57 +1000 Subject: Deploying Java Apps with JRE in JDK1.7 (Jigsaw) In-Reply-To: <20100417151210.299260@gmx.net> References: <20100417151210.299260@gmx.net> Message-ID: <4BCA877D.7090206@oracle.com> Hi Klaus, I'd suggest checking out project jigsaw for current state and proposed functionality: http://openjdk.java.net/projects/jigsaw/ Apologies if you're looking for detail, or specifics, beyond that given there. David Holmes Klaus Teller said the following on 04/18/10 01:12: > Hi, > > There has been rumors that the modularization capability of Jigsaw would make it possible to deploy Java desktop apps with a very thin runtime environment and a very limit set of libraries. > > What is true in this? Is this possible in the current JDK1.7? If so what exactly do I need to do to create such a standalone application? > > Thanks, > Klaus Le Bricoleur. From erik.trimble at oracle.com Tue Apr 20 21:39:36 2010 From: erik.trimble at oracle.com (erik.trimble at oracle.com) Date: Wed, 21 Apr 2010 04:39:36 +0000 Subject: hg: jdk7/jdk7/hotspot: 32 new changesets Message-ID: <20100421044113.D51654463A@hg.openjdk.java.net> Changeset: 4c78b7c16824 Author: trims Date: 2010-04-15 19:08 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/4c78b7c16824 6944398: Bump the HS18 build number to 03 Summary: Update the HS18 build number to 03 Reviewed-by: jcoomes ! make/hotspot_version Changeset: fdd57634910e Author: never Date: 2010-03-18 14:31 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/fdd57634910e 6926979: should simplify catch_inline_exception Reviewed-by: twisti ! src/share/vm/opto/doCall.cpp ! src/share/vm/opto/parse.hpp ! src/share/vm/opto/parse1.cpp ! src/share/vm/runtime/globals.hpp Changeset: 747d26efc5fa Author: twisti Date: 2010-03-30 00:57 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/747d26efc5fa 6939180: Zero locking fix Summary: When Zero is running with Shark enabled threads can be left with their _do_not_unlock_if_synchronized flag incorrectly set. Reviewed-by: twisti Contributed-by: Gary Benson ! src/cpu/zero/vm/cppInterpreter_zero.cpp Changeset: 47742b654fcb Author: twisti Date: 2010-03-31 08:03 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/47742b654fcb 6939731: JSR 292 Zero build fix after 6934494 Summary: The changes of 6934494 have broken the Zero build. Reviewed-by: twisti Contributed-by: Gary Benson ! src/cpu/zero/vm/methodHandles_zero.cpp ! src/cpu/zero/vm/stubRoutines_zero.hpp Changeset: f61d795ce6de Author: never Date: 2010-03-31 11:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/f61d795ce6de 6939845: zero needs fallback path in C++ interpreter for platform dependent fast bytecodes Reviewed-by: never Contributed-by: ed at camswl.com ! src/share/vm/interpreter/bytecodeInterpreter.cpp Changeset: 7f4deda46b04 Author: never Date: 2010-03-31 16:29 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/7f4deda46b04 Merge Changeset: 547cbe6dacc5 Author: never Date: 2010-04-01 16:06 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/547cbe6dacc5 6936709: AsyncGetCallTrace doesn't handle inexact stack walking properly Reviewed-by: kvn ! src/share/vm/prims/forte.cpp Changeset: 1c9c45172908 Author: kvn Date: 2010-04-02 11:55 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/1c9c45172908 6939804: ciConstant::print() prints incorrect bool value Summary: Fix typo. Reviewed-by: never ! src/share/vm/ci/ciConstant.cpp Changeset: 9bb91718aaf2 Author: kvn Date: 2010-04-02 15:55 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/9bb91718aaf2 Merge ! src/share/vm/runtime/globals.hpp Changeset: 895d9ade6111 Author: asaha Date: 2010-04-06 22:06 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/895d9ade6111 Merge ! src/share/vm/opto/type.cpp Changeset: a2ea687fdc7c Author: coleenp Date: 2010-03-31 16:51 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/a2ea687fdc7c 6938627: Make temporary directory use property java.io.tmpdir when specified Summary: Get java.io.tmpdir property in os::get_temp_directory() and call this instead of harcoding "/tmp". Don't assume trailing file_separator either. Reviewed-by: dholmes, kamg ! src/os/linux/vm/attachListener_linux.cpp ! src/os/linux/vm/os_linux.cpp ! src/os/linux/vm/perfMemory_linux.cpp ! src/os/solaris/vm/attachListener_solaris.cpp ! src/os/solaris/vm/os_solaris.cpp ! src/os/solaris/vm/perfMemory_solaris.cpp ! src/os/windows/vm/os_windows.cpp ! src/os/windows/vm/perfMemory_windows.cpp ! src/share/vm/compiler/compileBroker.cpp ! src/share/vm/utilities/ostream.cpp ! src/share/vm/utilities/vmError.cpp Changeset: 0fd6320854d3 Author: jcoomes Date: 2010-04-02 17:04 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/0fd6320854d3 Merge Changeset: 6ccd32c284ac Author: kamg Date: 2010-04-07 12:28 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/6ccd32c284ac Merge Changeset: 56507bcd639e Author: tonyp Date: 2010-03-30 15:36 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/56507bcd639e 6937160: G1: should observe GCTimeRatio Summary: Remove the G1GCPercent parameter, that specifies the desired GC overhead percentage in G1, and observe the GCTimeRatio parameter instead. Reviewed-by: jmasa, johnc ! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp ! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp ! src/share/vm/gc_implementation/g1/g1_globals.hpp ! src/share/vm/runtime/arguments.cpp Changeset: 781e29eb8e08 Author: tonyp Date: 2010-04-02 12:10 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/781e29eb8e08 6677708: G1: re-enable parallel RSet updating and scanning Summary: Enable parallel RSet updating and scanning. Reviewed-by: iveresov, jmasa ! src/share/vm/gc_implementation/g1/g1_globals.hpp Changeset: 72f725c5a7be Author: tonyp Date: 2010-04-05 12:19 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/72f725c5a7be 6940310: G1: MT-unsafe calls to CM::region_stack_push() / CM::region_stack_pop() Summary: Calling the methods region_stack_push() and region_stack_pop() concurrent is not MT-safe. The assumption is that we will only call region_stack_push() during a GC pause and region_stack_pop() during marking. Unfortunately, we also call region_stack_push() during marking which seems to be introducing subtle marking failures. This change introduces lock-based methods for pushing / popping to be called during marking. Reviewed-by: iveresov, johnc ! src/share/vm/gc_implementation/g1/concurrentMark.cpp ! src/share/vm/gc_implementation/g1/concurrentMark.hpp ! src/share/vm/runtime/mutexLocker.cpp ! src/share/vm/runtime/mutexLocker.hpp Changeset: 23b1b27ac76c Author: tonyp Date: 2010-04-06 10:59 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/23b1b27ac76c 6909756: G1: guarantee(G1CollectedHeap::heap()->mark_in_progress(),"Precondition.") Summary: Make sure that two marking cycles do not overlap, i.e., a new one can only start after the concurrent marking thread finishes all its work. In the fix I piggy-back a couple of minor extra fixes: some general code reformatting for consistency (only around the code I modified), the removal of a field (G1CollectorPolicy::_should_initiate_conc_mark) which doesn't seem to be used at all (it's only set but never read), as well as moving the "is GC locker active" test earlier into the G1 pause / Full GC and using a more appropriate method for it. Reviewed-by: johnc, jmasa, jcoomes, ysr ! src/share/vm/gc_implementation/g1/concurrentMark.cpp ! src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp ! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp ! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp ! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp Changeset: bda703475ded Author: johnc Date: 2010-04-07 11:43 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/bda703475ded 6940894: G1: assert(new_obj != 0 || ... "should be forwarded") for compaction tests Summary: Humongous regions may contain multiple objects as a result of being retained as to-space from a previous GC and then re-used as to-space after being tagged as humongous. These changes include a check that causes retained to-space regions that are now tagged as humongous to be disregarded and a new to-space region allocated. Reviewed-by: tonyp, iveresov ! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp Changeset: 6b73e879f1c2 Author: tonyp Date: 2010-04-09 13:08 -0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/6b73e879f1c2 Merge Changeset: e4c77b879561 Author: tonyp Date: 2010-04-09 15:01 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/e4c77b879561 Merge Changeset: ed4f78aa9282 Author: twisti Date: 2010-04-06 13:39 +0200 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/ed4f78aa9282 6940520: CodeCache::scavenge_root_nmethods_do must fix oop relocations Summary: ScavengeRootsInCode can lead to unfixed code-embedded oops. Reviewed-by: kvn, never ! src/share/vm/code/codeCache.cpp Changeset: 0dc88ad3244e Author: kvn Date: 2010-04-06 15:18 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/0dc88ad3244e 6940677: Use 64 bytes chunk copy for arraycopy on Sparc Summary: For large arrays we should use 64 bytes chunks copy. Reviewed-by: twisti ! src/cpu/sparc/vm/stubGenerator_sparc.cpp Changeset: 6476042f815c Author: kvn Date: 2010-04-07 09:37 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/6476042f815c 6940701: Don't align loops in stubs for Niagara sparc Summary: Don't align loops in stubs for Niagara sparc since NOPs are expensive. Reviewed-by: twisti, never ! src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp ! src/cpu/sparc/vm/c2_globals_sparc.hpp ! src/cpu/sparc/vm/globals_sparc.hpp ! src/cpu/sparc/vm/stubGenerator_sparc.cpp ! src/cpu/sparc/vm/vm_version_sparc.cpp ! src/cpu/x86/vm/c2_globals_x86.hpp ! src/cpu/x86/vm/globals_x86.hpp ! src/cpu/x86/vm/stubGenerator_x86_32.cpp ! src/cpu/x86/vm/stubGenerator_x86_64.cpp ! src/share/vm/opto/c2_globals.hpp ! src/share/vm/runtime/globals.hpp Changeset: b9d85fcdf743 Author: kvn Date: 2010-04-07 10:35 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/b9d85fcdf743 6940733: allocate non static oop fields in super and sub classes together Summary: Use FieldsAllocationStyle=2 to allocate non static oop fields in super and sub classes together Reviewed-by: twisti ! src/share/vm/classfile/classFileParser.cpp ! src/share/vm/runtime/globals.hpp Changeset: 9e321dcfa5b7 Author: kvn Date: 2010-04-07 12:39 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/9e321dcfa5b7 6940726: Use BIS instruction for allocation prefetch on Sparc Summary: Use BIS instruction for allocation prefetch on Sparc Reviewed-by: twisti ! src/cpu/sparc/vm/sparc.ad ! src/cpu/sparc/vm/vm_version_sparc.cpp ! src/share/vm/memory/threadLocalAllocBuffer.hpp ! src/share/vm/opto/macro.cpp ! src/share/vm/opto/memnode.hpp ! src/share/vm/runtime/globals.hpp Changeset: 93767e6a2dfd Author: twisti Date: 2010-04-08 10:55 +0200 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/93767e6a2dfd 6941529: SharedRuntime::raw_exception_handler_for_return_address must reset thread MethodHandle flag Summary: During testing a bug was hit when an exception returned to the interpreter and the SP was wrong. Reviewed-by: kvn, never ! src/cpu/x86/vm/c1_Runtime1_x86.cpp ! src/cpu/x86/vm/runtime_x86_32.cpp ! src/cpu/x86/vm/sharedRuntime_x86_64.cpp ! src/cpu/x86/vm/stubGenerator_x86_32.cpp ! src/share/vm/opto/runtime.cpp ! src/share/vm/runtime/sharedRuntime.cpp ! src/share/vm/runtime/thread.hpp Changeset: 0a43776437b6 Author: iveresov Date: 2010-04-08 12:13 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/0a43776437b6 6942223: c1 64 bit fixes Summary: This fixes lir_cmp_l2i on x64 and sparc 64bit, and the debug info generation. Reviewed-by: never ! src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp ! src/cpu/x86/vm/assembler_x86.cpp ! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp ! src/share/vm/c1/c1_LinearScan.cpp Changeset: 213fbcf54799 Author: jrose Date: 2010-04-08 17:45 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/213fbcf54799 Merge Changeset: fc3cd2277dc7 Author: jrose Date: 2010-04-13 13:01 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/fc3cd2277dc7 Merge Changeset: e16cca0aa5e1 Author: trims Date: 2010-04-15 19:08 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/e16cca0aa5e1 Merge Changeset: 25f53b53aaa3 Author: trims Date: 2010-04-15 19:09 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/25f53b53aaa3 Added tag hs18-b02 for changeset 4b60f23c4223 ! .hgtags Changeset: 605c9707a766 Author: trims Date: 2010-04-20 21:38 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/605c9707a766 Merge ! .hgtags From Dalibor.Topic at Sun.COM Thu Apr 22 03:38:59 2010 From: Dalibor.Topic at Sun.COM (Dalibor Topic) Date: Thu, 22 Apr 2010 12:38:59 +0200 Subject: Deploying Java Apps with JRE in JDK1.7 (Jigsaw) In-Reply-To: <20100417151210.299260@gmx.net> References: <20100417151210.299260@gmx.net> Message-ID: <4BD02743.8070500@sun.com> Klaus Teller wrote: > Hi, > > There has been rumors that the modularization capability of Jigsaw would make it possible to deploy Java desktop apps with a very thin runtime environment and a very limit set of libraries. > > What is true in this? Is this possible in the current JDK1.7? Jigsaw hasn't been merged yet into JDK 7 so you'll need to either grab the Debian packages published on the Jigsaw project page, or build your own build from the jigsaw/jigsaw Mercurial forest for your experiments. In either case, please join the jigsaw-dev mailing list, and ask questions about it there, and the developers working on it may be able to help you. ;) cheers, dalibor topic -- ******************************************************************* Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador AIM: robiladonaim Sun Microsystems GmbH Mobile: (+49 177) 2664 192 Nagelsweg 55 http://openjdk.java.net D-20097 Hamburg mailto:Dalibor.Topic at sun.com Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten Amtsgericht M?nchen: HRB 161028 Gesch?ftsf?hrer: J?rgen Kunz From lana.steuck at sun.com Wed Apr 28 13:24:04 2010 From: lana.steuck at sun.com (lana.steuck at sun.com) Date: Wed, 28 Apr 2010 20:24:04 +0000 Subject: hg: jdk7/jdk7/jdk: 28 new changesets Message-ID: <20100428203005.EDC9444228@hg.openjdk.java.net> Changeset: 471c3c1f18d1 Author: bae Date: 2010-04-20 11:06 +0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/471c3c1f18d1 6936389: FontManager.fileCloser may cause memory leak in applets Reviewed-by: igor, prr, ant ! src/share/classes/sun/font/SunFontManager.java ! src/share/classes/sun/java2d/Disposer.java ! src/share/classes/sun/java2d/loops/GraphicsPrimitive.java ! src/solaris/classes/sun/awt/X11/XToolkit.java ! src/solaris/classes/sun/awt/X11GraphicsDevice.java ! src/solaris/classes/sun/awt/motif/MToolkit.java ! src/windows/classes/sun/awt/windows/WToolkit.java ! src/windows/classes/sun/java2d/d3d/D3DScreenUpdateManager.java + test/sun/awt/font/ClassLoaderLeakTest.java Changeset: bd5d1afc00ab Author: lana Date: 2010-04-20 16:47 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/bd5d1afc00ab Merge Changeset: 43b8a8bc8208 Author: uta Date: 2010-04-14 15:28 +0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/43b8a8bc8208 6920842: Wheel events do not bubbling to the browser if they was not treated in applet. Reviewed-by: art, anthony, peterz ! src/share/classes/java/awt/Component.java ! src/share/classes/java/awt/Container.java ! src/share/classes/javax/swing/plaf/basic/BasicScrollPaneUI.java Changeset: ba8ecdbf0b88 Author: lana Date: 2010-04-15 15:19 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ba8ecdbf0b88 Merge - make/tools/src/build/tools/charsetmapping/CharsetMapping.java - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java - make/tools/src/build/tools/charsetmapping/GenerateMapping.java - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java - src/share/classes/sun/io/ByteToCharHKSCS.java - src/share/classes/sun/io/ByteToCharHKSCS_2001.java - src/share/classes/sun/io/CharToByteHKSCS.java - src/share/classes/sun/io/CharToByteHKSCS_2001.java - src/share/classes/sun/nio/cs/ext/Big5.java - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java - test/java/net/Socket/FDClose.java - test/lib/security/cacerts/VerifyCACerts.java Changeset: f51dc9fc72d3 Author: lana Date: 2010-04-20 16:48 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f51dc9fc72d3 Merge Changeset: b48c141258e1 Author: peytoia Date: 2010-04-13 13:47 +0900 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/b48c141258e1 6709938: RFE: Support more scripts in JDK logical fonts using new fonts in Windows XP and later. Reviewed-by: okutsu ! src/windows/classes/sun/awt/windows/fontconfig.properties Changeset: 98359a01cbe0 Author: okutsu Date: 2010-04-14 13:53 +0900 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/98359a01cbe0 6941948: NumaricShaper.shape() doesn't work with NumericShaper.Range.EASTERN_ARABIC Reviewed-by: peytoia ! src/share/classes/java/awt/font/NumericShaper.java + test/java/awt/font/NumericShaper/EasternArabicTest.java Changeset: 4d8b1b04544c Author: lana Date: 2010-04-15 11:51 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/4d8b1b04544c Merge - make/tools/src/build/tools/charsetmapping/CharsetMapping.java - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java - make/tools/src/build/tools/charsetmapping/GenerateMapping.java - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java - src/share/classes/sun/io/ByteToCharHKSCS.java - src/share/classes/sun/io/ByteToCharHKSCS_2001.java - src/share/classes/sun/io/CharToByteHKSCS.java - src/share/classes/sun/io/CharToByteHKSCS_2001.java - src/share/classes/sun/nio/cs/ext/Big5.java - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java ! src/windows/classes/sun/awt/windows/fontconfig.properties - test/java/net/Socket/FDClose.java - test/lib/security/cacerts/VerifyCACerts.java Changeset: 17d17234a1d9 Author: okutsu Date: 2010-04-16 15:53 +0900 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/17d17234a1d9 6609675: [Fmt-Da] DateFormat.parse() on a timezone changes its calendar's timezone Reviewed-by: peytoia ! src/share/classes/java/text/DateFormat.java ! src/share/classes/java/text/SimpleDateFormat.java Changeset: f75f5e2274d5 Author: rupashka Date: 2010-04-16 13:05 +0400 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f75f5e2274d5 6922179: SynthTextPaneUI.installUI() doesn't set component to opaque as specified Reviewed-by: alexp ! src/share/classes/javax/swing/plaf/basic/BasicTextUI.java Changeset: 584dcb7ecaf9 Author: naoto Date: 2010-04-19 14:48 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/584dcb7ecaf9 6943941: Rebranding issues with some tests in jdk/test/java/util Reviewed-by: ohair ! test/java/util/Locale/Bug4175998Test.java ! test/java/util/ResourceBundle/Bug4083270Test.java ! test/java/util/ResourceBundle/Bug4165815Test.java ! test/java/util/ResourceBundle/Bug4168625Class.java ! test/java/util/ResourceBundle/Bug4168625Getter.java ! test/java/util/ResourceBundle/Bug4168625Resource.java ! test/java/util/ResourceBundle/Bug4168625Resource2.java ! test/java/util/ResourceBundle/Bug4168625Resource2_en_US.java ! test/java/util/ResourceBundle/Bug4168625Resource3.java ! test/java/util/ResourceBundle/Bug4168625Resource3_en.java ! test/java/util/ResourceBundle/Bug4168625Resource3_en_CA.java ! test/java/util/ResourceBundle/Bug4168625Resource3_en_IE.java ! test/java/util/ResourceBundle/Bug4168625Resource3_en_US.java ! test/java/util/ResourceBundle/Bug4177489Test.java ! test/java/util/ResourceBundle/Bug4177489_Resource.java ! test/java/util/ResourceBundle/Bug4177489_Resource_jf.java Changeset: 2571720800a6 Author: peytoia Date: 2010-04-20 15:01 +0900 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/2571720800a6 6945238: (tz) Support tzdata2010i Reviewed-by: okutsu ! make/sun/javazic/tzdata/VERSION ! make/sun/javazic/tzdata/africa ! make/sun/javazic/tzdata/asia ! make/sun/javazic/tzdata/southamerica Changeset: 0d9662f62d0d Author: lana Date: 2010-04-20 16:50 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0d9662f62d0d Merge Changeset: 710c4493902f Author: mullan Date: 2010-04-09 07:21 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/710c4493902f 6909281: 6u19 b99(pit):Error loading first applet in browser session( both FF && IE, windows ): NPE is thrown Summary: Fix for 6633872 causes NPE due to uninitialised ProtectionDomain class Reviewed-by: andrew ! src/share/classes/sun/misc/SharedSecrets.java Changeset: 89f4ec9e4b33 Author: xuelei Date: 2010-04-10 09:13 +0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/89f4ec9e4b33 6941936: Broken pipe error of test case DNSIdentities.java Reviewed-by: chegar ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsPost.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Redirect.java Changeset: 507cd94489e7 Author: sherman Date: 2010-04-12 10:57 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/507cd94489e7 6942707: nwe Big5.map for HKSCS2008 missed 5 codepoints Summary: updated the Big5.map table to add 5 entries Reviewed-by: okutsu - make/tools/CharsetMapping/Big5.c2b ! make/tools/CharsetMapping/Big5.map Changeset: 6b641c576e77 Author: valeriep Date: 2010-04-07 17:20 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/6b641c576e77 6918573: sun.security.pkcs11.P11RSACipher.finalize() is a scalability blocker Summary: Removed the finalize() methods and use PhantomReference in Session to do auto clean up. Reviewed-by: wetmore ! src/share/classes/sun/security/pkcs11/P11Cipher.java ! src/share/classes/sun/security/pkcs11/P11Digest.java ! src/share/classes/sun/security/pkcs11/P11Key.java ! src/share/classes/sun/security/pkcs11/P11Mac.java ! src/share/classes/sun/security/pkcs11/P11RSACipher.java ! src/share/classes/sun/security/pkcs11/P11Signature.java ! src/share/classes/sun/security/pkcs11/Session.java ! src/share/classes/sun/security/pkcs11/SessionManager.java Changeset: a45217204978 Author: valeriep Date: 2010-04-12 15:53 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/a45217204978 Merge - make/tools/CharsetMapping/Big5.c2b Changeset: 1672f0212f02 Author: chegar Date: 2010-04-13 12:02 +0100 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/1672f0212f02 6706251: api/java_net/NetworkInterface/index.html#misc: getDisplayName() returned non null but empty String Reviewed-by: alanb, michaelm, andrew ! src/share/classes/java/net/NetworkInterface.java Changeset: ed61accf772e Author: chegar Date: 2010-04-15 16:37 +0100 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ed61accf772e 6943219: test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java fail in linux Reviewed-by: andrew ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java Changeset: c70d4266d474 Author: sherman Date: 2010-04-15 17:00 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c70d4266d474 6931676: TEST_BUG: wrong value for bugid in comments Summary: update to the correct bugid Reviewed-by: martin ! test/java/util/regex/RegExTest.java Changeset: db4fd2fdf196 Author: weijun Date: 2010-04-16 10:06 +0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/db4fd2fdf196 6937978: let keytool -gencert generate the chain Reviewed-by: mullan ! src/share/classes/sun/security/tools/KeyTool.java ! test/sun/security/tools/keytool/selfissued.sh Changeset: 0d989dc383d3 Author: weijun Date: 2010-04-16 10:13 +0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0d989dc383d3 6939248: Jarsigner can't extract Extended Key Usage from Timestamp Reply correctly Reviewed-by: xuelei, mullan ! src/share/classes/sun/security/tools/TimestampedSigner.java + test/sun/security/tools/jarsigner/TimestampCheck.java + test/sun/security/tools/jarsigner/ts.sh Changeset: c444651077d2 Author: andrew Date: 2010-04-16 09:54 +0100 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c444651077d2 6944361: Missing CKR_ values in PKCS11Exception Summary: Allow native NSS errors to be observed and correctly reported Reviewed-by: wetmore, valeriep ! src/share/classes/sun/security/pkcs11/wrapper/PKCS11Exception.java ! src/share/classes/sun/security/x509/X509Key.java Changeset: 7ecc023957d8 Author: lana Date: 2010-04-17 08:12 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/7ecc023957d8 Merge Changeset: 97fb6f6d230a Author: weijun Date: 2010-04-20 19:30 +0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/97fb6f6d230a 6944847: native gss lib names on linux Reviewed-by: valeriep ! src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java + test/sun/security/krb5/Krb5NameEquals.java + test/sun/security/krb5/runNameEquals.sh Changeset: d8ad2da3ecf3 Author: wetmore Date: 2010-04-20 14:24 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d8ad2da3ecf3 6945604: wrong error message in CardImpl.java Reviewed-by: mullan ! src/share/classes/sun/security/smartcardio/CardImpl.java Changeset: 884df20e9cce Author: lana Date: 2010-04-20 16:51 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/884df20e9cce Merge - make/tools/CharsetMapping/Big5.c2b From lana.steuck at sun.com Wed Apr 28 13:46:37 2010 From: lana.steuck at sun.com (lana.steuck at sun.com) Date: Wed, 28 Apr 2010 20:46:37 +0000 Subject: hg: jdk7/jdk7/langtools: 4 new changesets Message-ID: <20100428204644.745CE4422B@hg.openjdk.java.net> Changeset: 96072ad00783 Author: jjg Date: 2010-04-09 15:39 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/96072ad00783 6942649: add hidden option to identify location and version of javac classes Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/main/Main.java + test/tools/javac/T6942649.java Changeset: 396b117c1743 Author: mcimadamore Date: 2010-04-14 12:23 +0100 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/396b117c1743 6939618: Revert 'simple' diamond implementation Summary: backout changeset for 6840638 Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/code/Source.java ! src/share/classes/com/sun/tools/javac/comp/Attr.java ! src/share/classes/com/sun/tools/javac/comp/Check.java ! src/share/classes/com/sun/tools/javac/parser/JavacParser.java ! src/share/classes/com/sun/tools/javac/resources/compiler.properties ! src/share/classes/com/sun/tools/javac/tree/TreeInfo.java - test/tools/javac/generics/diamond/neg/Neg01.java - test/tools/javac/generics/diamond/neg/Neg01.out - test/tools/javac/generics/diamond/neg/Neg02.java - test/tools/javac/generics/diamond/neg/Neg02.out - test/tools/javac/generics/diamond/neg/Neg03.java - test/tools/javac/generics/diamond/neg/Neg03.out - test/tools/javac/generics/diamond/neg/Neg04.java - test/tools/javac/generics/diamond/neg/Neg04.out - test/tools/javac/generics/diamond/neg/Neg05.java - test/tools/javac/generics/diamond/neg/Neg05.out - test/tools/javac/generics/diamond/pos/Pos01.java - test/tools/javac/generics/diamond/pos/Pos02.java - test/tools/javac/generics/diamond/pos/Pos03.java - test/tools/javac/generics/diamond/pos/Pos04.java ! test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java ! test/tools/javac/processing/model/element/TestAnonClassNames.java Changeset: 9d9d08922405 Author: mcimadamore Date: 2010-04-14 12:31 +0100 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/9d9d08922405 6939620: Switch to 'complex' diamond inference scheme Summary: Implement new inference scheme for diamond operator that takes into account type of actual arguments supplied to constructor Reviewed-by: jjg, darcy ! src/share/classes/com/sun/tools/javac/code/Source.java ! src/share/classes/com/sun/tools/javac/code/Symbol.java ! src/share/classes/com/sun/tools/javac/comp/Attr.java ! src/share/classes/com/sun/tools/javac/comp/Check.java ! src/share/classes/com/sun/tools/javac/comp/Resolve.java ! src/share/classes/com/sun/tools/javac/parser/JavacParser.java ! src/share/classes/com/sun/tools/javac/resources/compiler.properties ! src/share/classes/com/sun/tools/javac/tree/TreeInfo.java ! test/tools/javac/6840059/T6840059.out + test/tools/javac/generics/diamond/neg/Neg01.java + test/tools/javac/generics/diamond/neg/Neg01.out + test/tools/javac/generics/diamond/neg/Neg02.java + test/tools/javac/generics/diamond/neg/Neg02.out + test/tools/javac/generics/diamond/neg/Neg03.java + test/tools/javac/generics/diamond/neg/Neg03.out + test/tools/javac/generics/diamond/neg/Neg04.java + test/tools/javac/generics/diamond/neg/Neg04.out + test/tools/javac/generics/diamond/neg/Neg05.java + test/tools/javac/generics/diamond/neg/Neg05.out + test/tools/javac/generics/diamond/neg/Neg06.java + test/tools/javac/generics/diamond/neg/Neg06.out + test/tools/javac/generics/diamond/neg/Neg07.java + test/tools/javac/generics/diamond/neg/Neg07.out + test/tools/javac/generics/diamond/neg/Neg08.java + test/tools/javac/generics/diamond/neg/Neg08.out + test/tools/javac/generics/diamond/neg/Neg09.java + test/tools/javac/generics/diamond/neg/Neg09.out + test/tools/javac/generics/diamond/neg/Neg10.java + test/tools/javac/generics/diamond/neg/Neg10.out + test/tools/javac/generics/diamond/neg/Neg11.java + test/tools/javac/generics/diamond/neg/Neg11.out + test/tools/javac/generics/diamond/pos/Pos01.java + test/tools/javac/generics/diamond/pos/Pos02.java + test/tools/javac/generics/diamond/pos/Pos03.java + test/tools/javac/generics/diamond/pos/Pos04.java + test/tools/javac/generics/diamond/pos/Pos05.java Changeset: 37fa8cd046ab Author: lana Date: 2010-04-17 08:12 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/37fa8cd046ab Merge From michael.wilkerson at sun.com Wed Apr 28 16:34:51 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Wed, 28 Apr 2010 23:34:51 +0000 Subject: hg: jdk7/jdk7: Added tag jdk7-b90 for changeset 425ba3efabbf Message-ID: <20100428233451.6014244248@hg.openjdk.java.net> Changeset: 97d8b6c659c2 Author: mikejwre Date: 2010-04-22 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/rev/97d8b6c659c2 Added tag jdk7-b90 for changeset 425ba3efabbf ! .hgtags From michael.wilkerson at sun.com Wed Apr 28 16:34:54 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Wed, 28 Apr 2010 23:34:54 +0000 Subject: hg: jdk7/jdk7/corba: Added tag jdk7-b90 for changeset 56ce07b0eb47 Message-ID: <20100428233455.621D84424A@hg.openjdk.java.net> Changeset: bcd2fc089227 Author: mikejwre Date: 2010-04-22 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/bcd2fc089227 Added tag jdk7-b90 for changeset 56ce07b0eb47 ! .hgtags From michael.wilkerson at sun.com Wed Apr 28 16:36:21 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Wed, 28 Apr 2010 23:36:21 +0000 Subject: hg: jdk7/jdk7/hotspot: Added tag jdk7-b90 for changeset 605c9707a766 Message-ID: <20100428233623.E8E804424D@hg.openjdk.java.net> Changeset: e0a1a502e402 Author: mikejwre Date: 2010-04-22 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/e0a1a502e402 Added tag jdk7-b90 for changeset 605c9707a766 ! .hgtags From michael.wilkerson at sun.com Wed Apr 28 16:39:12 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Wed, 28 Apr 2010 23:39:12 +0000 Subject: hg: jdk7/jdk7/jaxp: Added tag jdk7-b90 for changeset c5d932ee326d Message-ID: <20100428233912.5D61944251@hg.openjdk.java.net> Changeset: b89b2c3044a2 Author: mikejwre Date: 2010-04-22 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/b89b2c3044a2 Added tag jdk7-b90 for changeset c5d932ee326d ! .hgtags From michael.wilkerson at sun.com Wed Apr 28 16:39:15 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Wed, 28 Apr 2010 23:39:15 +0000 Subject: hg: jdk7/jdk7/jaxws: Added tag jdk7-b90 for changeset ead7c4566a00 Message-ID: <20100428233915.74B2744253@hg.openjdk.java.net> Changeset: cf4686bf35ab Author: mikejwre Date: 2010-04-22 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/cf4686bf35ab Added tag jdk7-b90 for changeset ead7c4566a00 ! .hgtags From michael.wilkerson at sun.com Wed Apr 28 20:17:08 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Thu, 29 Apr 2010 03:17:08 +0000 Subject: hg: jdk7/jdk7/jdk: 7 new changesets Message-ID: <20100429031839.A2F0244280@hg.openjdk.java.net> Changeset: 9bf334e32d35 Author: yhuang Date: 2010-01-21 22:05 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/9bf334e32d35 6916787: Ukrainian currency name needs to be fixed Reviewed-by: yhuang, peytoia ! src/share/classes/sun/util/resources/CurrencyNames_uk_UA.properties ! test/sun/text/resources/LocaleData ! test/sun/text/resources/LocaleDataTest.java Changeset: 00890dd53f45 Author: yhuang Date: 2010-01-27 23:19 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/00890dd53f45 6919624: minimalDaysInFirstWeek ressource for hungarian is wrong Reviewed-by: yhuang, peytoia ! src/share/classes/sun/util/resources/CalendarData_hu.properties ! test/sun/text/resources/LocaleData ! test/sun/text/resources/LocaleDataTest.java Changeset: 0173ef08dcc8 Author: yhuang Date: 2010-02-11 20:59 -0800 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0173ef08dcc8 6776102: sun/util/resources/TimeZone/Bug6317929.java test failed against 6u12b01 and passed against 6u11b03 Reviewed-by: yhuang, peytoia ! test/sun/util/resources/TimeZone/Bug6317929.java Changeset: b2485d8eba40 Author: yhuang Date: 2010-04-11 21:04 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/b2485d8eba40 Merge - make/java/redist/FILES.gmk - make/java/text/FILES_java.gmk - make/sun/nio/FILES_java.gmk - src/share/classes/sun/dyn/util/BytecodeSignature.java - src/solaris/classes/sun/nio/ch/SctpSocketDispatcher.java Changeset: babd3f260d32 Author: yhuang Date: 2010-04-11 23:21 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/babd3f260d32 6875904: Java 7 message synchronization 1 Reviewed-by: ogino, faryad ! make/sun/launcher/Makefile ! src/share/classes/com/sun/rowset/RowSetResourceBundle_de.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_es.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_fr.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_it.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_ja.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_ko.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_sv.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties ! src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_de.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_es.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_fr.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_it.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ja.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ko.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_sv.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.properties ! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.properties + src/share/classes/sun/launcher/resources/launcher_de.properties + src/share/classes/sun/launcher/resources/launcher_es.properties + src/share/classes/sun/launcher/resources/launcher_fr.properties + src/share/classes/sun/launcher/resources/launcher_it.properties + src/share/classes/sun/launcher/resources/launcher_ja.properties + src/share/classes/sun/launcher/resources/launcher_ko.properties + src/share/classes/sun/launcher/resources/launcher_sv.properties + src/share/classes/sun/launcher/resources/launcher_zh_CN.properties + src/share/classes/sun/launcher/resources/launcher_zh_TW.properties ! src/share/classes/sun/management/resources/agent_de.properties ! src/share/classes/sun/management/resources/agent_es.properties ! src/share/classes/sun/management/resources/agent_fr.properties ! src/share/classes/sun/management/resources/agent_it.properties ! src/share/classes/sun/management/resources/agent_ja.properties ! src/share/classes/sun/management/resources/agent_ko.properties ! src/share/classes/sun/management/resources/agent_sv.properties ! src/share/classes/sun/management/resources/agent_zh_CN.properties ! src/share/classes/sun/management/resources/agent_zh_TW.properties ! src/share/classes/sun/security/tools/JarSignerResources_ja.java ! src/share/classes/sun/security/tools/JarSignerResources_zh_CN.java ! src/share/classes/sun/security/util/AuthResources_de.java ! src/share/classes/sun/security/util/AuthResources_es.java ! src/share/classes/sun/security/util/AuthResources_fr.java ! src/share/classes/sun/security/util/AuthResources_it.java ! src/share/classes/sun/security/util/AuthResources_ja.java ! src/share/classes/sun/security/util/AuthResources_ko.java ! src/share/classes/sun/security/util/AuthResources_sv.java ! src/share/classes/sun/security/util/AuthResources_zh_CN.java ! src/share/classes/sun/security/util/AuthResources_zh_TW.java ! src/share/classes/sun/tools/jconsole/resources/JConsoleResources_ja.java ! src/share/classes/sun/tools/jconsole/resources/JConsoleResources_zh_CN.java Changeset: 7794a4a38e99 Author: yhuang Date: 2010-04-20 01:24 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/7794a4a38e99 Merge - make/tools/src/build/tools/charsetmapping/CharsetMapping.java - make/tools/src/build/tools/charsetmapping/GenerateDBCS.java - make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java - make/tools/src/build/tools/charsetmapping/GenerateMapping.java - make/tools/src/build/tools/charsetmapping/GenerateSBCS.java - src/share/classes/sun/io/ByteToCharHKSCS.java - src/share/classes/sun/io/ByteToCharHKSCS_2001.java - src/share/classes/sun/io/CharToByteHKSCS.java - src/share/classes/sun/io/CharToByteHKSCS_2001.java - src/share/classes/sun/nio/cs/ext/Big5.java - src/share/classes/sun/nio/cs/ext/HKSCS_2001.java - test/java/net/Socket/FDClose.java - test/lib/security/cacerts/VerifyCACerts.java Changeset: b5ae88dd3dbd Author: mikejwre Date: 2010-04-28 20:04 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/b5ae88dd3dbd Merge From michael.wilkerson at sun.com Wed Apr 28 20:24:09 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Thu, 29 Apr 2010 03:24:09 +0000 Subject: hg: jdk7/jdk7/langtools: 3 new changesets Message-ID: <20100429032415.7485D44283@hg.openjdk.java.net> Changeset: 06e06ec0d6f2 Author: yhuang Date: 2010-04-11 23:24 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/06e06ec0d6f2 6875904: Java 7 message synchronization 1 Reviewed-by: ogino, faryad ! src/share/classes/com/sun/tools/apt/resources/apt_ja.properties ! src/share/classes/com/sun/tools/apt/resources/apt_zh_CN.properties ! src/share/classes/com/sun/tools/doclets/formats/html/resources/standard_ja.properties ! src/share/classes/com/sun/tools/doclets/formats/html/resources/standard_zh_CN.properties ! src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets_ja.properties ! src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets_zh_CN.properties ! src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties ! src/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties ! src/share/classes/com/sun/tools/javac/resources/javac_ja.properties ! src/share/classes/com/sun/tools/javac/resources/javac_zh_CN.properties Changeset: 053bf290d575 Author: yhuang Date: 2010-04-20 01:30 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/053bf290d575 Merge - test/tools/javap/T6305779.java Changeset: b68de5eee27b Author: mikejwre Date: 2010-04-28 20:04 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/b68de5eee27b Merge From michael.wilkerson at sun.com Thu Apr 29 13:54:26 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Thu, 29 Apr 2010 20:54:26 +0000 Subject: hg: jdk7/jdk7/jdk: 2 new changesets Message-ID: <20100429205452.2E8BC44362@hg.openjdk.java.net> Changeset: ab117ded3e3f Author: mikejwre Date: 2010-04-22 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/ab117ded3e3f Added tag jdk7-b90 for changeset 7f90d0b9dbb7 ! .hgtags Changeset: 08a31cab971f Author: mikejwre Date: 2010-04-29 13:53 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/08a31cab971f Merge - make/tools/CharsetMapping/Big5.c2b From michael.wilkerson at sun.com Thu Apr 29 14:12:53 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Thu, 29 Apr 2010 21:12:53 +0000 Subject: hg: jdk7/jdk7/langtools: 2 new changesets Message-ID: <20100429211256.E8BA14436C@hg.openjdk.java.net> Changeset: ebf79cbf5711 Author: mikejwre Date: 2010-04-22 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/ebf79cbf5711 Added tag jdk7-b90 for changeset 71c2c23a7c35 ! .hgtags Changeset: 97b6fa97b8dd Author: mikejwre Date: 2010-04-29 14:10 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/97b6fa97b8dd Merge ! test/tools/javac/generics/diamond/neg/Neg01.java ! test/tools/javac/generics/diamond/neg/Neg01.out ! test/tools/javac/generics/diamond/neg/Neg02.java ! test/tools/javac/generics/diamond/neg/Neg02.out ! test/tools/javac/generics/diamond/neg/Neg03.java ! test/tools/javac/generics/diamond/neg/Neg03.out ! test/tools/javac/generics/diamond/neg/Neg04.java ! test/tools/javac/generics/diamond/neg/Neg04.out ! test/tools/javac/generics/diamond/neg/Neg05.java ! test/tools/javac/generics/diamond/neg/Neg05.out ! test/tools/javac/generics/diamond/pos/Pos01.java ! test/tools/javac/generics/diamond/pos/Pos02.java ! test/tools/javac/generics/diamond/pos/Pos03.java ! test/tools/javac/generics/diamond/pos/Pos04.java From michael.wilkerson at sun.com Fri Apr 30 00:05:11 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 30 Apr 2010 07:05:11 +0000 Subject: hg: jdk7/jdk7: Added tag jdk7-b91 for changeset 97d8b6c659c2 Message-ID: <20100430070511.473A044416@hg.openjdk.java.net> Changeset: 5f5c33d417f3 Author: mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/rev/5f5c33d417f3 Added tag jdk7-b91 for changeset 97d8b6c659c2 ! .hgtags From michael.wilkerson at sun.com Fri Apr 30 00:05:14 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 30 Apr 2010 07:05:14 +0000 Subject: hg: jdk7/jdk7/corba: Added tag jdk7-b91 for changeset bcd2fc089227 Message-ID: <20100430070515.5994144418@hg.openjdk.java.net> Changeset: 930582f667a1 Author: mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/corba/rev/930582f667a1 Added tag jdk7-b91 for changeset bcd2fc089227 ! .hgtags From michael.wilkerson at sun.com Fri Apr 30 00:06:41 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 30 Apr 2010 07:06:41 +0000 Subject: hg: jdk7/jdk7/hotspot: Added tag jdk7-b91 for changeset e0a1a502e402 Message-ID: <20100430070643.B194F4441B@hg.openjdk.java.net> Changeset: 03a8443caa4b Author: mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/03a8443caa4b Added tag jdk7-b91 for changeset e0a1a502e402 ! .hgtags From michael.wilkerson at sun.com Fri Apr 30 00:11:01 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 30 Apr 2010 07:11:01 +0000 Subject: hg: jdk7/jdk7/jaxp: Added tag jdk7-b91 for changeset b89b2c3044a2 Message-ID: <20100430071102.07C6644420@hg.openjdk.java.net> Changeset: e6a40e4bb104 Author: mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxp/rev/e6a40e4bb104 Added tag jdk7-b91 for changeset b89b2c3044a2 ! .hgtags From michael.wilkerson at sun.com Fri Apr 30 00:11:05 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 30 Apr 2010 07:11:05 +0000 Subject: hg: jdk7/jdk7/jaxws: Added tag jdk7-b91 for changeset cf4686bf35ab Message-ID: <20100430071105.3D0D944422@hg.openjdk.java.net> Changeset: df7c033f6a11 Author: mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/df7c033f6a11 Added tag jdk7-b91 for changeset cf4686bf35ab ! .hgtags From michael.wilkerson at sun.com Fri Apr 30 00:11:10 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 30 Apr 2010 07:11:10 +0000 Subject: hg: jdk7/jdk7/jdk: Added tag jdk7-b91 for changeset 08a31cab971f Message-ID: <20100430071122.BA1FF44425@hg.openjdk.java.net> Changeset: f2dce7210cc0 Author: mikejwre Date: 2010-04-29 14:32 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f2dce7210cc0 Added tag jdk7-b91 for changeset 08a31cab971f ! .hgtags From michael.wilkerson at sun.com Fri Apr 30 00:15:02 2010 From: michael.wilkerson at sun.com (michael.wilkerson at sun.com) Date: Fri, 30 Apr 2010 07:15:02 +0000 Subject: hg: jdk7/jdk7/langtools: Added tag jdk7-b91 for changeset 97b6fa97b8dd Message-ID: <20100430071504.3527F4442B@hg.openjdk.java.net> Changeset: 98cba5876cb5 Author: mikejwre Date: 2010-04-29 14:33 -0700 URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/98cba5876cb5 Added tag jdk7-b91 for changeset 97b6fa97b8dd ! .hgtags