hg: jdk8/tl/jdk: 8026027: Level.parse should return the custom Level instance instead of the mirrored Level

2013-10-09 Thread mandy . chung
Changeset: cf6e39cfdf50 Author:mchung Date: 2013-10-09 06:24 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cf6e39cfdf50 8026027: Level.parse should return the custom Level instance instead of the mirrored Level Reviewed-by: dfuchs, chegar ! src/share/classes/java/util/logg

hg: jdk8/tl/langtools: 8015912: jdeps support to output in dot file format; ...

2013-10-17 Thread mandy . chung
Changeset: defadd528513 Author:mchung Date: 2013-10-17 13:19 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/defadd528513 8015912: jdeps support to output in dot file format 8026255: Switch jdeps to follow traditional Java option style Reviewed-by: alanb ! src/share/cla

hg: jdk8/tl/jdk: 8015912: jdeps support to output in dot file format; ...

2013-10-17 Thread mandy . chung
Changeset: 3735d81552a7 Author:mchung Date: 2013-10-17 13:22 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3735d81552a7 8015912: jdeps support to output in dot file format 8026255: Switch jdeps to follow traditional Java option style Reviewed-by: alanb ! test/sun/reflect/Ca

hg: jdk8/tl/jdk: 8025799: Restore sun.reflect.Reflection.getCallerClass(int) until a replacement API is provided

2013-10-17 Thread mandy . chung
Changeset: 042a473535aa Author:mchung Date: 2013-10-17 19:47 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/042a473535aa 8025799: Restore sun.reflect.Reflection.getCallerClass(int) until a replacement API is provided Reviewed-by: alanb, forax, dholmes, twisti ! makefiles/ma

hg: jdk8/tl/langtools: 8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.*

2013-10-30 Thread mandy . chung
Changeset: aa91bc6e8480 Author:mchung Date: 2013-10-30 08:35 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/aa91bc6e8480 8027481: jdeps to handle classes with the same package name and correct profile for javax.crypto.* Reviewed-by: alanb, dfuchs ! src/share/classes/c

hg: jdk8/tl/jdk: 8022208: Intermittent test failures in java/lang/Thread/ThreadStateTest.java; ...

2013-11-05 Thread mandy . chung
Changeset: 85fd2ae0a845 Author:mchung Date: 2013-11-05 17:33 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/85fd2ae0a845 8022208: Intermittent test failures in java/lang/Thread/ThreadStateTest.java 6944188: ThreadMXBean/ThreadStateTest.java fails intermittently Reviewed-by: d

hg: jdk8/tl/corba: 8027943: serial version of com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandlerImpl changed in 7u45

2013-11-07 Thread mandy . chung
Changeset: b99535e22efe Author:mchung Date: 2013-11-07 20:48 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/b99535e22efe 8027943: serial version of com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandlerImpl changed in 7u45 Reviewed-by: msheppar, alanb, lancea ! s

hg: jdk8/tl/jdk: 8027351: (ref) Private finalize method invoked in preference to protected superclass method

2013-11-08 Thread mandy . chung
Changeset: 41d7ce111bd8 Author:mchung Date: 2013-11-08 07:53 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/41d7ce111bd8 8027351: (ref) Private finalize method invoked in preference to protected superclass method Reviewed-by: alanb, dholmes, mr, plevart, psandoz ! makefiles

hg: jdk8/tl/jdk: 8028069: (ref) Finalizer.c not deleted in the changeset for JDK-8027351

2013-11-08 Thread mandy . chung
Changeset: 1c9ba18198d5 Author:mchung Date: 2013-11-08 09:43 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1c9ba18198d5 8028069: (ref) Finalizer.c not deleted in the changeset for JDK-8027351 Reviewed-by: alanb - src/share/native/java/lang/ref/Finalizer.c

hg: jdk8/tl/jdk: 8025985: com.sun.management.OSMBeanFactory should not be public

2013-11-08 Thread mandy . chung
Changeset: 40ca9e4866de Author:mchung Date: 2013-11-08 12:13 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/40ca9e4866de 8025985: com.sun.management.OSMBeanFactory should not be public Reviewed-by: alanb, erikj, ihse, jbachorik ! makefiles/lib/ServiceabilityLibraries.gmk ! m

hg: jdk8/tl/jdk: 8028234: Remove unused methods in sun.misc.JavaAWTAccess

2013-11-13 Thread mandy . chung
Changeset: 7c55fecfae65 Author:mchung Date: 2013-11-13 07:49 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7c55fecfae65 8028234: Remove unused methods in sun.misc.JavaAWTAccess Reviewed-by: art, dfuchs, lancea ! src/share/classes/sun/awt/AppContext.java ! src/share/classes/

hg: jdk8/tl/jdk: 8028565: Remove java/lang/management/ThreadMXBean/ThreadStateTest.java from ProblemList.txt

2013-11-19 Thread mandy . chung
Changeset: 48c61808374f Author:mchung Date: 2013-11-19 10:19 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/48c61808374f 8028565: Remove java/lang/management/ThreadMXBean/ThreadStateTest.java from ProblemList.txt Reviewed-by: sla ! test/ProblemList.txt

hg: jdk8/tl/jdk: 8028647: Add instrumentation in GetSafepointSyncTime.java and remove it from ProblemList.txt

2013-11-20 Thread mandy . chung
Changeset: 90e27a47ff28 Author:mchung Date: 2013-11-20 10:00 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/90e27a47ff28 8028647: Add instrumentation in GetSafepointSyncTime.java and remove it from ProblemList.txt Reviewed-by: sla, chegar ! test/ProblemList.txt ! test/sun/m

hg: jdk8/tl/jdk: 7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently

2013-12-04 Thread mandy . chung
Changeset: a3b804e3d5f7 Author:mchung Date: 2013-12-04 09:26 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a3b804e3d5f7 7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently Reviewed-by: mchung Contributed-by: yiming.w...@oracl

hg: jdk8/tl/jdk: 8029552: Remove java/lang/management/MemoryMXBean/CollectionUsageThreshold.java from ProblemList.txt

2013-12-04 Thread mandy . chung
Changeset: 4345e3e82c55 Author:mchung Date: 2013-12-04 13:35 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4345e3e82c55 8029552: Remove java/lang/management/MemoryMXBean/CollectionUsageThreshold.java from ProblemList.txt Reviewed-by: alanb ! test/ProblemList.txt

hg: jdk8/tl/langtools: 8029216: (jdeps) Provide a specific option to report JDK internal APIs

2013-12-04 Thread mandy . chung
Changeset: 4a2ed1900428 Author:mchung Date: 2013-12-04 15:39 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/4a2ed1900428 8029216: (jdeps) Provide a specific option to report JDK internal APIs Reviewed-by: alanb ! src/share/classes/com/sun/tools/jdeps/JdepsTask.java ! s

Re: RFR: (8030875) Macros for checking and returning on exceptions

2014-01-10 Thread Mandy Chung
On 1/10/2014 7:37 AM, roger riggs wrote: Please review: To enable native code checking consistently for thrown exceptions, the macros in net_util.h and java/util/jar/pack/coding.cpp are made consolidated and promoted to jni_util.h webrev: http://cr.openjdk.java.net/~rriggs/webrev-check-exceptio

Re: RFR [9] 8039362: Read content-types.properties as a resource

2014-04-07 Thread Mandy Chung
On 4/7/14 11:54 AM, Chris Hegarty wrote: Updated webrev: http://cr.openjdk.java.net/~chegar/8039362/01/webrev/ Thanks for doing this. Some minor comments: line 225: since content-types.properties is moved to the same package as MimeType class, you can simply use the relative path "conte

Re: RFR [9] 8039362: Read content-types.properties as a resource

2014-04-08 Thread Mandy Chung
On 4/8/2014 6:15 AM, Chris Hegarty wrote: Updated webrev to include Mandy’s and Alan’s comments: http://cr.openjdk.java.net/~chegar/8039362/02/webrev/ Thanks for the update. line 238: I wonder if this should fall back to use the default built-in table - really minor one as this happens

Re: RFR 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger

2016-03-05 Thread Mandy Chung
Hi Daniel, > On Mar 4, 2016, at 8:05 AM, Daniel Fuchs wrote: > > Please find below a patch for: > > https://bugs.openjdk.java.net/browse/JDK-8151281 > 8151281: Module java.httpclient could use System.Logger > instead of PlatformLogger > > http://cr.openjdk.java.net/~dfuchs/webrev_81512

Re: RFR 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger

2016-03-14 Thread Mandy Chung
> On Mar 14, 2016, at 6:41 AM, Daniel Fuchs wrote: > > Hi Mandy, > > On 06/03/16 00:01, Mandy Chung wrote: >> Hi Daniel, >> >>> On Mar 4, 2016, at 8:05 AM, Daniel Fuchs wrote: >>> >>> Please find below a patch for: >>> &

Re: RFR [9] 8044773: Refactor jdk.net API so that it can be moved out of the base module

2016-04-27 Thread Mandy Chung
> On Apr 27, 2016, at 2:04 AM, Chris Hegarty wrote: > > This works out quite nice. Webrev updated in-place: > http://cr.openjdk.java.net/~chegar/8044773/jdk/ One comment on the qualified exports of sun.security.action.GetPropertyAction to jdk.net module. This is a simple utility method used

Re: RFR [9] 8044773: Refactor jdk.net API so that it can be moved out of the base module

2016-04-27 Thread Mandy Chung
> On Apr 27, 2016, at 11:16 AM, Chris Hegarty wrote: > > > On 27 Apr 2016, at 17:27, Mandy Chung wrote: > >> >>> On Apr 27, 2016, at 2:04 AM, Chris Hegarty wrote: >>> >>> This works out quite nice. Webrev updated in-place: >>> h

Review request JDK-8165180: Provide a shared secret to access non-public ServerSocket constructor

2016-08-31 Thread Mandy Chung
This patch introduces JavaNetSocketAccess to allow access to non-public ServerSocket constructor that is accessed by some other area as a clean up. Webrev: http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8165180/webrev.00/ Mandy

Re: Review request JDK-8165180: Provide a shared secret to access non-public ServerSocket constructor

2016-09-02 Thread Mandy Chung
Impl() will do that? > > Regards, Peter > > On 08/31/2016 10:48 PM, Mandy Chung wrote: >> This patch introduces JavaNetSocketAccess to allow access to non-public >> ServerSocket constructor that is accessed by some other area as a clean up. >> >> Webrev: &

Re: Review request JDK-8165180: Provide a shared secret to access non-public ServerSocket constructor

2016-09-06 Thread Mandy Chung
> On Sep 5, 2016, at 12:19 AM, Peter Levart wrote: > > I'm thinking of the Class::getDeclaredConstructor method. > > If the implClass's class loader is not the bootstrap loader, > "accessDeclaredMembers" permission will be checked. I don't know about which > implClass(es) will be passed to th

Re: RFR: 8157965 update httpserver logging to use java.lang.System.Logger

2016-10-19 Thread Mandy Chung
> On Oct 19, 2016, at 7:52 AM, Daniel Fuchs wrote: > > Hi, > > Please find below a patch that updates jdk.httpserver to use > System.Logger. > > As a result jdk.httpserver no longer requires java.logging. > > webrev: http://cr.openjdk.java.net/~dfuchs/webrev_8157965/webrev.00 > issue: https:/

Re: RFR: 8227587: Add internal privileged System.loadLibrary

2019-07-12 Thread Mandy Chung
Claes, Thanks for exploring this.  I would like to see if we can avoid introducing an internal @CS method (keep @CSM only for public APIs will help security analysis). There are other alternatives to improve the footprint performance. One idea is java.base and java.desktop each has its own util

Re: RFR: 8227587: Add internal privileged System.loadLibrary

2019-07-12 Thread Mandy Chung
wrap the call with doPriv; otherwise, just call the shared secret loadLibrary method. Then we can investigate in the future to refactor the native library loading implementation to jdk.internal.loader. what do you think? Mandy On 7/12/19 8:25 AM, Mandy Chung wrote: Claes, Thanks for exploring

Re: RFR: 8227587: Add internal privileged System.loadLibrary

2019-07-16 Thread Mandy Chung
On 7/16/19 6:48 AM, Claes Redestad wrote: Hi, refactored to use a BootLoader::loadLibrary API that is only visible within the java.base module: http://cr.openjdk.java.net/~redestad/8227587/open.03/ Looks good. Nit:  in JavaLangAccess    321 void loadLibrary(Class klass, String librar

Re: RFR: 8227587: Add internal privileged System.loadLibrary

2019-07-17 Thread Mandy Chung
On 7/17/19 3:25 AM, Claes Redestad wrote: Hi Peter, On 2019-07-17 10:29, Peter Levart wrote: Hi Claes, Am I reading correct that package-private ClassLoader.loadLibrary(Class fromClass, String name, boolean isAbsolute) wouldn't need to consult SecurityManager wasn't it for accessing syst

Re: Fix for Javadoc errors in java.base

2020-08-18 Thread Mandy Chung
Looks fine. Thanks Mandy On 8/18/20 10:02 AM, Julia Boes wrote: Hi, The two changes below still need to be reviewed. Any takers? Cheers, Julia --- old/src/java.base/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory.java2020-08-14 23:55:41.953638446 +0530 +++ new/src/jav

Re: RFR: JDK-8255262: Remove use of legacy custom @spec tag

2020-10-22 Thread Mandy Chung
On Thu, 22 Oct 2020 17:16:23 GMT, Jonathan Gibbons wrote: > The change is (just) to remove legacy usages of a JDK-private custom tag. Marked as reviewed by mchung (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/814

Re: RFR: 8255989: Remove explicitly unascribed authorship from Java source files

2020-11-06 Thread Mandy Chung
On Fri, 6 Nov 2020 20:11:24 GMT, Pavel Rappo wrote: > This PR proposes to remove > 1. JavaDoc `@author` tags with unclear semantics: `@author > unascribed|unattributed|unknown` > 2. A couple of astray Form Feed (a.k.a. FF, `\f`, `0xC`, or `^L`) characters Marked as reviewed by mchung (Reviewer

Re: RFR: 8263905: Remove finalize methods for SocketInput/OutputStream

2021-03-22 Thread Mandy Chung
On Mon, 22 Mar 2021 06:02:37 GMT, Kim Barrett wrote: > Please review this change to java.net.SocketInputStream and > java.net.SocketOutputStream, removing their "finalize" methods. These > methods are empty. Their purpose is to override and suppress the finalize > methods of their superclasses

Re: RFR: 8267184: JEP 411: Add -Djava.security.manager=allow to tests calling System.setSecurityManager

2021-05-18 Thread Mandy Chung
On Mon, 17 May 2021 17:51:36 GMT, Weijun Wang wrote: > Please review the test changes for [JEP > 411](https://openjdk.java.net/jeps/411). > > With JEP 411 and the default value of `-Djava.security.manager` becoming > `disallow`, tests calling `System.setSecurityManager()` need > `-Djava.secu

Re: RFR: 8266459: Implement JEP 411: Deprecate the Security Manager for Removal

2021-05-18 Thread Mandy Chung
On Mon, 17 May 2021 18:23:41 GMT, Weijun Wang wrote: > Please review this implementation of [JEP > 411](https://openjdk.java.net/jeps/411). > > The code change is divided into 3 commits. Please review them one by one. > > 1. > https://github.com/openjdk/jdk/commit/576161d15423f58281e384174d28

Re: RFR: JDK-8276447 Deprecate finalization-related methods for removal

2021-11-19 Thread Mandy Chung
On Thu, 18 Nov 2021 21:51:30 GMT, Brent Christian wrote: > Here are the code changes for the "Deprecate finalizers in the standard Java > API" portion of JEP 421 ("Deprecate Finalization for Removal") for code > review. > > This change makes the indicated deprecations, and updates the API spec

Re: RFR: JDK-8276447 Deprecate finalization-related methods for removal

2021-11-19 Thread Mandy Chung
On Fri, 19 Nov 2021 18:15:46 GMT, Brent Christian wrote: >> src/java.base/share/classes/java/lang/Object.java line 481: >> >>> 479: * system resources or to perform other cleanup. >>> 480: * >>> 481: * When running in a Java virtual machine in which finalization >>> has been >>

Re: RFR: JDK-8276447 Deprecate finalization-related methods for removal

2021-11-19 Thread Mandy Chung
On Thu, 18 Nov 2021 21:51:30 GMT, Brent Christian wrote: > Here are the code changes for the "Deprecate finalizers in the standard Java > API" portion of JEP 421 ("Deprecate Finalization for Removal") for code > review. > > This change makes the indicated deprecations, and updates the API spec

Re: RFR: 8278028: [test-library] Warnings cleanup of the test library

2021-12-13 Thread Mandy Chung
On Wed, 1 Dec 2021 14:47:54 GMT, Roger Riggs wrote: > Compilation warnings of the test library introduce noise in test output and > should be addressed or suppressed. > Changes include: > - SuppressWarnings("deprecation") and SuppressWarnings("removal") > - Adding type parameters to Raw types

hg: jdk7/tl/jdk: 2 new changesets

2008-12-05 Thread mandy . chung
Changeset: 87170fc5a587 Author:mchung Date: 2008-12-05 10:28 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/87170fc5a587 6764062: Revise usage of java.io.*.close Summary: Handle closing multiple open I/O streams in case close() throws IOException Reviewed-by: ksrini ! src/s

hg: jdk7/tl/jdk: 3 new changesets

2009-01-20 Thread mandy . chung
Changeset: 1f751a9f7052 Author:mchung Date: 2009-01-20 13:02 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1f751a9f7052 6793429: Use compiled properties instead of plain properties for resource file Summary: Rename the variables in Resources.gmk to make compiled properties m

hg: jdk7/tl/jdk: 6801467: Defer get the launcher resource bundle until it's needed

2009-02-26 Thread mandy . chung
Changeset: 2fb53eb9df14 Author:mchung Date: 2009-02-26 14:36 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2fb53eb9df14 6801467: Defer get the launcher resource bundle until it's needed Summary: Lazily initialize the launcher resource bundle Reviewed-by: ksrini, darcy ! src

hg: jdk7/tl/jdk: 6799689: Make sun.misc.FloatingDecimal.hexFloatPattern static field initialized lazily

2009-02-27 Thread mandy . chung
Changeset: de1d02ad2d1d Author:mchung Date: 2009-02-27 13:43 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/de1d02ad2d1d 6799689: Make sun.misc.FloatingDecimal.hexFloatPattern static field initialized lazily Summary: Lazily initialize the hexFloatPattern static field Reviewe

hg: jdk7/tl/jdk: 6809504: Remove enctype="text/xml" from the offline registration page

2009-02-27 Thread mandy . chung
Changeset: 0da45c759116 Author:mchung Date: 2009-02-27 16:34 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0da45c759116 6809504: Remove enctype="text/xml" from the offline registration page Summary: Remove enctype="text/xml" from register.html and other localized versions R

hg: jdk7/tl/jdk: 6799230: Lazily load java.lang.annotation.Annotation class

2009-03-03 Thread mandy . chung
Changeset: 07d2550f5c84 Author:mchung Date: 2009-03-03 19:26 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/07d2550f5c84 6799230: Lazily load java.lang.annotation.Annotation class Summary: Remove the static EMPTY_ANNOTATION_ARRAY field; add AnnotationParser.toArray method Re

hg: jdk7/tl/jdk: 2 new changesets

2009-03-12 Thread mandy . chung
Changeset: e1064300e0f6 Author:mchung Date: 2009-03-12 10:27 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e1064300e0f6 6810254: Lazily instantiate the shared secret access objects Summary: Register the shutdown hooks only when needed and remove JavaIODeleteOnExitAccess Rev

Review request for 6817246

2009-03-17 Thread Mandy Chung
6817246: Redundant call to set InetAddressCachePolicy to FOREVER if not set during initialization Webrev at: http://cr.openjdk.java.net/~mchung/6817246/webrev.00/ System.setSecurityManager0 calls InetAddressCachePolicy.setIfNotSet(InetAddressCachePolicy.FOREVER) to set the cache policy to

hg: jdk7/tl/jdk: 6817246: Redundant call to set InetAddressCachePolicy to FOREVER if not set during initialization

2009-03-18 Thread mandy . chung
Changeset: 392cd358db5d Author:mchung Date: 2009-03-18 17:37 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/392cd358db5d 6817246: Redundant call to set InetAddressCachePolicy to FOREVER if not set during initialization Summary: Remove InetAddressCachePolicy.setIfNotSet call

Review request for 6819122

2009-03-25 Thread Mandy Chung
6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects Webrev at: http://cr.openjdk.java.net/~mchung/6819122/webrev.00/ Details: 1. The Pattern object is only used for checking a IPv6 loopback address. The current fix is to create a Pattern ob

hg: jdk7/tl/jdk: 6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects

2009-03-25 Thread mandy . chung
Changeset: 2dae30c4d687 Author:mchung Date: 2009-03-25 12:24 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2dae30c4d687 6819122: DefaultProxySelector should lazily initialize the Pattern object and the NonProxyInfo objects Summary: Move two static NonProxyInfo fields into N

hg: jdk7/tl/jdk: 6819110: Lazily load Sun digest provider for jar verification

2009-04-01 Thread mandy . chung
Changeset: 85a91be56593 Author:mchung Date: 2009-03-31 23:52 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/85a91be56593 6819110: Lazily load Sun digest provider for jar verification Summary: Lazily call Providers.getSunProvider() instead of at static initializer Reviewed-by:

hg: jdk7/tl/jdk: 6829503: addShutdownHook fails if called after shutdown has commenced.

2009-04-27 Thread mandy . chung
Changeset: 164ce9ff8b58 Author:mchung Date: 2009-04-27 12:08 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/164ce9ff8b58 6829503: addShutdownHook fails if called after shutdown has commenced. Summary: allow shutdown hook to be added during shutdown and handle properly if it

hg: jdk7/tl/jdk: 6 new changesets

2009-05-27 Thread mandy . chung
Changeset: 7772d77bd7c2 Author:mchung Date: 2009-05-26 17:47 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7772d77bd7c2 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky Summary: remove @ignore Reviewed-by: swamyv ! src/share/classes/java/net/URLConnection.java

hg: jdk7/tl/jdk: 7 new changesets

2009-09-08 Thread mandy . chung
Changeset: fdf11ce72e8e Author:mchung Date: 2009-08-06 11:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fdf11ce72e8e 4917309: (cl) Reduce internal usage of ClassNotFoundExceptions during class-loading Summary: Change findBootstrapClass to return null instead of throwing

hg: jdk7/tl/jdk: 2 new changesets

2009-09-14 Thread mandy . chung
Changeset: c7e469ae3edb Author:mchung Date: 2009-09-14 13:37 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c7e469ae3edb 6878481: Add performance counters in the JDK Summary: Added new performance counters in the JDK to track performance metrics Reviewed-by: alanb, dholmes, i

hg: jdk7/tl/jdk: 2 new changesets

2009-09-18 Thread mandy . chung
Changeset: d3281fa8e46c Author:mchung Date: 2009-09-17 14:24 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d3281fa8e46c 6882376: Add internal support for JRE implementation to eliminate the dependency on logging Summary: Added sun.util.logging.PlatformLogger for JRE impleme

hg: jdk7/tl/jdk: 6612680: Remove classloader dependency on jkernel

2009-10-05 Thread mandy . chung
Changeset: c499401bc138 Author:mchung Date: 2009-10-05 18:15 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c499401bc138 6612680: Remove classloader dependency on jkernel Summary: Add a new sun.misc.BootClassLoaderHook that DownloadManager will implement Reviewed-by: alanb,

hg: jdk7/tl/jdk: 6888802: sun.misc.BootClassLoaderHook.getBootstrapPaths stack overflow

2009-10-06 Thread mandy . chung
Changeset: 1b81fc851b20 Author:mchung Date: 2009-10-06 15:14 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1b81fc851b20 602: sun.misc.BootClassLoaderHook.getBootstrapPaths stack overflow Summary: Fixed sun.misc.BootClassLoaderHook.getBootstrapPaths calls hook.getAdditio

hg: jdk7/tl/jdk: 6891701: test/java/lang/management/RuntimeMXBean/GetSystemProperties should restore the system property

2009-10-14 Thread mandy . chung
Changeset: 16b33372af1c Author:mchung Date: 2009-10-14 20:16 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/16b33372af1c 6891701: test/java/lang/management/RuntimeMXBean/GetSystemProperties should restore the system property Summary: Restore the system properties when the te

hg: jdk7/tl/jdk: 2 new changesets

2009-10-15 Thread mandy . chung
Changeset: 16e4bbb7488d Author:mchung Date: 2009-10-15 17:36 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/16e4bbb7488d 6891707: Eliminate the java.io.FilePermission dependency on PolicyFile Summary: Replace call to PolicyFile.canonPath with its own implementation Reviewed-b

hg: jdk7/tl/jdk: 5 new changesets

2009-10-29 Thread mandy . chung
Changeset: 252b17ca9abb Author:mchung Date: 2009-10-27 16:31 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/252b17ca9abb 6895456: Eliminate dependency on java.io.ObjectStreamClass during boot Summary: Duplicate ObjectStreamClass.getClassSignature method in ObjectStreamField

hg: jdk7/tl/jdk: 6899607: Update java.util.prefs.FileSystemPreferences to use PlatformLogger

2009-11-09 Thread mandy . chung
Changeset: ab681c7e811a Author:mchung Date: 2009-11-09 21:32 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ab681c7e811a 6899607: Update java.util.prefs.FileSystemPreferences to use PlatformLogger Summary: Update java.util.prefs.FileSystemPreferences to use PlatformLogger Rev

hg: jdk7/tl/jdk: 2 new changesets

2009-11-12 Thread mandy . chung
Changeset: 78dbc547ac78 Author:mchung Date: 2009-11-12 10:29 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/78dbc547ac78 6899851: Regression causes new dependency to jkernel Summary: Replaced sun.jkernel.DownloadManager calls with BootClassLoaderHook Reviewed-by: bae, asaha

hg: jdk7/tl/jdk: 6902678: com.sun.tracing.ProviderFactory.createProvider doesn't throw IllegalArgumentException

2009-11-19 Thread mandy . chung
Changeset: c8fb7e11daf8 Author:mchung Date: 2009-11-18 22:29 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c8fb7e11daf8 6902678: com.sun.tracing.ProviderFactory.createProvider doesn't throw IllegalArgumentException Summary: doPrivileged for calls that have permission check

hg: jdk7/tl/jdk: 3 new changesets

2009-11-23 Thread mandy . chung
Changeset: 2fec95bd2192 Author:mchung Date: 2009-11-23 08:21 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2fec95bd2192 6903638: Remove dependency on AuthPermission from SecurityConstants Summary: Move two static fields from SecurityConstants to javax.security.auth.Subject

hg: jdk7/tl/jdk: 6909082: Docs warning from java.util.logging.PlatformLoggingMXBean

2009-12-09 Thread mandy . chung
Changeset: 0f8f624ddcb4 Author:mchung Date: 2009-12-09 21:09 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0f8f624ddcb4 6909082: Docs warning from java.util.logging.PlatformLoggingMXBean Summary: Fix incorrect tag @See with @see. Reviewed-by: darcy ! src/share/classes/java/

hg: jdk7/tl/jdk: 2 new changesets

2009-12-18 Thread mandy . chung
Changeset: a368ebcfeeb6 Author:mchung Date: 2009-12-17 08:11 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a368ebcfeeb6 6898747: Allow JNDI cosnaming provider to be used when java.applet is not present Summary: Check if java.applet.Applet is present before accessing the typ

hg: jdk7/tl/jdk: 2 new changesets

2009-12-18 Thread mandy . chung
Changeset: da43f2e977ac Author:mchung Date: 2009-12-18 11:36 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/da43f2e977ac 6909572: Add a new target for building modules Summary: Add a new "modules" build target that builds jdk and jre module image Reviewed-by: alanb, ohair !

hg: jdk7/tl/jdk: 6911737: Module build: generate modules with native libraries and any other files not in jar

2010-01-07 Thread mandy . chung
Changeset: d30f2e22fffd Author:mchung Date: 2010-01-07 08:14 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d30f2e22fffd 6911737: Module build: generate modules with native libraries and any other files not in jar Summary: create modules under OUTPUTDIR/modules directory con

hg: jdk7/tl/jdk: 6915502: Legal notice repairs needed in jdk/make/modules/tools

2010-01-12 Thread mandy . chung
Changeset: ba74184a952c Author:mchung Date: 2010-01-12 15:19 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ba74184a952c 6915502: Legal notice repairs needed in jdk/make/modules/tools Summary: Fix the legal notice in jdk/make/modules/tools Reviewed-by: tbell ! make/modules/t

hg: jdk7/tl/jdk: 6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH

2010-01-18 Thread mandy . chung
Changeset: 056d88d0f4d4 Author:mchung Date: 2010-01-18 15:23 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/056d88d0f4d4 6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH Summary: build modules not depending on ALT_JDK_IMPORT_PATH being set Reviewed-by: alanb ! mak

hg: jdk7/tl/jdk: 6924497: HotSpotDiagnosticsMXBean.getDiagnosticOptions throws NPE

2010-02-09 Thread mandy . chung
Changeset: 83c34a6b1458 Author:mchung Date: 2010-02-08 23:02 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/83c34a6b1458 6924497: HotSpotDiagnosticsMXBean.getDiagnosticOptions throws NPE Summary: Check if the element in the flags array is non-null to filter unsupported flags

hg: jdk7/tl/jdk: 6915413: Module build: building of specified jdk components instead of all

2010-02-10 Thread mandy . chung
Changeset: 784e52734b8d Author:mchung Date: 2010-02-10 17:51 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/784e52734b8d 6915413: Module build: building of specified jdk components instead of all Summary: Define new SUBDIRS_* variables for specifying components for one group

hg: jdk7/tl/jdk: 2 new changesets

2010-02-15 Thread mandy . chung
Changeset: 74f493fae483 Author:mchung Date: 2010-02-12 11:33 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/74f493fae483 6925868: Eliminate pack200's dependency on logging Summary: Replace j.u.l.Logger with sun.util.logging.PlatformLogger Reviewed-by: alanb, forax ! src/shar

hg: jdk7/tl/jdk: 6951661: Eliminate jvmstat dependency on sun.management.counter

2010-05-12 Thread mandy . chung
Changeset: 05c9ff89bcdc Author:mchung Date: 2010-05-12 14:41 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/05c9ff89bcdc 6951661: Eliminate jvmstat dependency on sun.management.counter Summary: jvmstat keeps its own copy of Units and Variability class Reviewed-by: alanb ! sr

hg: jdk7/tl/jdk: 6951599: Rename package of security tools for modularization

2010-05-18 Thread mandy . chung
Changeset: b3466e2c3819 Author:mchung Date: 2010-05-18 13:12 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b3466e2c3819 6951599: Rename package of security tools for modularization Summary: Move PolicyTool to sun.security.tools.policytool package Reviewed-by: weijun ! make/

hg: jdk7/tl/jdk: 2 new changesets

2010-06-10 Thread mandy . chung
Changeset: 1474dfa499e3 Author:mchung Date: 2010-06-10 14:14 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1474dfa499e3 6959965: jstat: Add new -classload option to print class loading statistics Summary: Add a new jstat -classload option Reviewed-by: alanb ! make/sun/tools

hg: jdk7/tl/jdk: 4 new changesets

2010-06-15 Thread mandy . chung
Changeset: fb2d88134382 Author:mchung Date: 2010-06-14 14:44 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fb2d88134382 6960789: com.sun.servicetag API needs to be added in ct.sym Summary: Include com.sun.servicetag classes when generating ct.sym Reviewed-by: alanb, jjg ! m

hg: jdk7/tl/jdk: 2 new changesets

2010-06-15 Thread mandy . chung
Changeset: 1b7879ca3e74 Author:mchung Date: 2010-06-15 20:29 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1b7879ca3e74 6961518: TEST_BUG: add @run main/othervm in tests that call setSecurityManager Summary: Mark tests to run in othervm Reviewed-by: ohair ! test/ProblemList

hg: jdk7/tl/jdk: 6961502: TEST_BUG: test/java/lang/ClassLoader/defineClass/DefineClassByteBuffer.java fails

2010-06-16 Thread mandy . chung
Changeset: 705777f990cf Author:mchung Date: 2010-06-16 12:40 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/705777f990cf 6961502: TEST_BUG: test/java/lang/ClassLoader/defineClass/DefineClassByteBuffer.java fails Summary: Fix the test to define TestClass by DummyClassLoader a

hg: jdk7/tl/jdk: 6961408: test/java/util/logging/ParentLoggersTest.java fails in samevm mode

2010-06-16 Thread mandy . chung
Changeset: c995607e7719 Author:mchung Date: 2010-06-16 23:27 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c995607e7719 6961408: test/java/util/logging/ParentLoggersTest.java fails in samevm mode Summary: Check against the list of loggers added since the test begins to run R

hg: jdk7/tl/jdk: 6961894: TEST_BUG: jdk_lang tests fail in samevm mode

2010-06-18 Thread mandy . chung
Changeset: 7526d0b9aab0 Author:mchung Date: 2010-06-18 09:35 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7526d0b9aab0 6961894: TEST_BUG: jdk_lang tests fail in samevm mode Summary: Fixed jdk_lang tests to run in samevm mode or mark to run in othervm Reviewed-by: alanb ! t

hg: jdk7/tl/jdk: 6962478: Privacy page referenced in register_ja.html is incorrect

2010-06-21 Thread mandy . chung
Changeset: 2366c2a5624c Author:mchung Date: 2010-06-20 19:56 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2366c2a5624c 6962478: Privacy page referenced in register_ja.html is incorrect Summary: Fix the URL for the privacy page Reviewed-by: ogino ! src/share/classes/com/sun

hg: jdk7/tl/jdk: 6962815: support enable and disable of the servicetag's system registry for testing purpose

2010-06-21 Thread mandy . chung
Changeset: fe7271b4aeea Author:mchung Date: 2010-06-21 15:02 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fe7271b4aeea 6962815: support enable and disable of the servicetag's system registry for testing purpose Summary: Allow the system registry to be disabled/enabled at r

hg: jdk7/tl/jdk: 2 new changesets

2010-08-12 Thread mandy . chung
Changeset: 389bc53d0945 Author:mchung Date: 2010-08-12 16:36 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/389bc53d0945 6973831: NPE when printing stack trace of OOME Summary: Initialize suppressedExceptions field to null Reviewed-by: briangoetz, dholmes, forax ! src/share/

hg: jdk7/tl/jdk: 6921234: TEST_BUG: java/lang/ClassLoader/deadlock/TestCrossDelegate.sh needs to be modified for Cygwin

2010-08-16 Thread mandy . chung
Changeset: 8329ebeabc10 Author:mchung Date: 2010-08-16 15:36 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8329ebeabc10 6921234: TEST_BUG: java/lang/ClassLoader/deadlock/TestCrossDelegate.sh needs to be modified for Cygwin Summary: Add check for CYGWIN Reviewed-by: ohair !

hg: jdk7/tl/jdk: 2 new changesets

2010-08-31 Thread mandy . chung
Changeset: 6586ab5b79f4 Author:mchung Date: 2010-08-31 09:15 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6586ab5b79f4 6981005: TEST BUG: java/lang/ClassLoader/TestCrossDelegate.sh timeout on windows Summary: Increase timeout value Reviewed-by: alanb ! test/ProblemList.txt

hg: jdk7/tl/jdk: 6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method

2010-09-01 Thread mandy . chung
Changeset: b200263f1b68 Author:mchung Date: 2010-09-01 17:37 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b200263f1b68 6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method Reviewed-by: sherman ! src/share/classes/java/util/Properties.java

hg: jdk7/tl/jdk: 6888546: restore System.initializeSystemClasses

2010-09-17 Thread mandy . chung
Changeset: 605b327f4830 Author:mchung Date: 2010-09-17 14:16 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/605b327f4830 6888546: restore System.initializeSystemClasses Summary: restore System.initializeSystemClasses prior to fix for 6797688 Reviewed-by: alanb ! src/share/cl

hg: jdk7/tl/jdk: 6984036: servicetag vendor rebranding issues

2010-09-22 Thread mandy . chung
Changeset: 60cff062f66d Author:mchung Date: 2010-09-22 21:44 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/60cff062f66d 6984036: servicetag vendor rebranding issues Summary: Update product_vendor field to use java.vendor system property Reviewed-by: ohair ! src/share/classe

hg: jdk7/tl/jdk: 6977738: Deadlock between java.lang.ClassLoader and java.util.Properties

2010-10-11 Thread mandy . chung
Changeset: b444f86c4abe Author:mchung Date: 2010-10-11 20:22 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b444f86c4abe 6977738: Deadlock between java.lang.ClassLoader and java.util.Properties Reviewed-by: alanb, sherman, darcy, igor ! make/java/java/FILES_java.gmk ! src/sh

hg: jdk7/tl/jdk: 6992968: test/java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh should not hang

2010-10-19 Thread mandy . chung
Changeset: 617ada000804 Author:mchung Date: 2010-10-19 09:49 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/617ada000804 6992968: test/java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh should not hang Reviewed-by: alanb, dholmes ! test/java/lang/

hg: jdk7/tl/jdk: 6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE

2010-10-19 Thread mandy . chung
Changeset: c6320457db65 Author:mchung Date: 2010-10-19 10:02 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c6320457db65 6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE Reviewed-by: dholmes, alanb ! src/share/classes/j

hg: jdk7/tl/jdk: 6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized

2010-10-22 Thread mandy . chung
Changeset: 0fd9c87a9b7b Author:mchung Date: 2010-10-22 11:22 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0fd9c87a9b7b 6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized Reviewed-by: dholmes ! src/share/classes/java/util/logging/LogRecord.j

hg: jdk7/tl/jdk: 6994413: JDK_GetVersionInfo0 only expects a two digit build number

2010-11-01 Thread mandy . chung
Changeset: e95c7f8979ee Author:mchung Date: 2010-11-01 10:59 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e95c7f8979ee 6994413: JDK_GetVersionInfo0 only expects a two digit build number Reviewed-by: dholmes ! src/share/native/common/jdk_util.c + test/sun/misc/Version/Versi

hg: jdk7/tl/jdk: 6985875: Change servicetags registration to refer to Oracle SSO and MSO 5.2 release

2010-11-04 Thread mandy . chung
Changeset: bc7d400cd749 Author:mchung Date: 2010-11-04 14:42 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/bc7d400cd749 6985875: Change servicetags registration to refer to Oracle SSO and MSO 5.2 release Reviewed-by: ksrini ! src/share/classes/com/sun/servicetag/SunConnect

hg: jdk7/tl/jdk: 6720170: ByteArrayInputStream.skip(long) can overflow internally

2010-11-04 Thread mandy . chung
Changeset: 4983c4edc535 Author:mchung Date: 2010-11-04 14:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4983c4edc535 6720170: ByteArrayInputStream.skip(long) can overflow internally Reviewed-by: dholmes, alanb ! src/share/classes/java/io/ByteArrayInputStream.java + test/

hg: jdk7/tl/jdk: 6631046: BufferedInputStream.available() reports negative int on very large inputstream

2010-11-19 Thread mandy . chung
Changeset: f30e1e1a4d90 Author:mchung Date: 2010-11-19 10:00 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f30e1e1a4d90 6631046: BufferedInputStream.available() reports negative int on very large inputstream Reviewed-by: dholmes, alanb, mduigou ! src/share/classes/java/io/

  1   2   >