Re: jdeps command

2015-04-30 Thread Mandy Chung
On 04/30/2015 03:02 PM, Michael Hall wrote: Please file a bug at http://bugreporter.apple.com asking for this command to be added to /usr/bin, and send me the bug ID. We can ensure that these stubs are in the base OS without any Apple Java being installed. Thanks, Mike Swingler Apple Inc.

Re: jdeps command

2015-04-30 Thread Mandy Chung
On 04/30/2015 04:17 PM, Michael Hall wrote: On Apr 30, 2015, at 5:39 PM, Mandy Chung mandy.ch...@oracle.com mailto:mandy.ch...@oracle.com wrote: and existing tool may be removed (e.g. jhat [1]). Not through Java 9 ea? jhat -version jhat version 2.0 (java version 1.9.0-ea) So I would

Re: RFR 8148187 : Remove OS X-specific com.apple.concurrent package

2016-03-01 Thread Mandy Chung
> On Mar 1, 2016, at 1:16 PM, Brent Christian > wrote: > > Hi, > > A number of internal APIs were carried over into the JDK with the Apple port. > Among them was com.apple.concurrent.Dispatch. > > Supportedness has always been murky here, but Jigsaw necessitates

Re: RFR 9 : 8160370 : System.getProperty("os.version") returns "Unknown" on Mac

2016-06-30 Thread Mandy Chung
> On Jun 30, 2016, at 7:33 AM, Gerard Ziemski <gerard.ziem...@oracle.com> wrote: > > >> On Jun 29, 2016, at 6:47 PM, Mandy Chung <mandy.ch...@oracle.com> wrote: >> >> I think we should move away from testing on unsupported platforms. Is this >&g

Re: RFR 9 : 8160370 : System.getProperty("os.version") returns "Unknown" on Mac

2016-06-29 Thread Mandy Chung
> On Jun 29, 2016, at 12:36 PM, Brent Christian > wrote: > > Hi, > > Please review the following change for JDK 9: > > Bug: > https://bugs.openjdk.java.net/browse/JDK-8160370 > Webrev: > http://cr.openjdk.java.net/~bchristi/8160370/webrev.00/ > > The fix for