Re: jdeps command

2015-04-30 Thread Michael Hall
On Apr 30, 2015, at 6:21 PM, Mandy Chung wrote: > > > On 04/30/2015 04:17 PM, Michael Hall wrote: >> On Apr 30, 2015, at 5:39 PM, Mandy Chung wrote: >> >>> and existing tool may be removed (e.g. jhat [1]). >> >> Not through Java 9 ea? >> >> jhat -version >> jhat version 2.0 (java version

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 > 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 think it might be a littl

Re: jdeps command

2015-04-30 Thread Michael Hall
On Apr 30, 2015, at 5:39 PM, Mandy Chung 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 think it might be a little premature for Mike to remove the link on this one? Michael Hall

Re: jdeps command

2015-04-30 Thread Michael Hall
On Apr 30, 2015, at 5:39 PM, Mandy Chung wrote: > One thing to say about JDK tools: New tools may be added in any JDK release > (e.g. jjs in another tool added in JDK 8) and existing tool may be removed > (e.g. jhat [1]). This should be taken into account. I was thinking about asking if anyt

Re: jdeps command

2015-04-30 Thread Mandy Chung
On 04/30/2015 03:02 PM, Michael Hall wrote: Please file a bug at 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 Michael Hall
On Apr 30, 2015, at 1:21 PM, David DeHaven wrote: > >> I just wonder if there wouldn’t be some way to have a platform wide >> mechanism. Build something in the java installer maybe that makes sure the >> complete set of /usr/bin links is there? >> Or if scripts like this start getting to OS X

Re: jdeps command

2015-04-30 Thread Michael Hall
> Please file a bug at 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. > Thanks much Mike. I haven’t do

Re: jdeps command

2015-04-30 Thread David DeHaven
> I just wonder if there wouldn’t be some way to have a platform wide > mechanism. Build something in the java installer maybe that makes sure the > complete set of /usr/bin links is there? > Or if scripts like this start getting to OS X with /usr/bin/jdeps they will > break. The issue (for O

Re: jdeps command

2015-04-30 Thread Mike Swingler
> On Apr 29, 2015, at 2:41 PM, David DeHaven wrote: > >> It was suggested on the jigsaw-dev list that I raise this issue here. >> The jeps command appears to have no /usr/bin symlink. >> >> which jdeps >> /Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/bin/jdeps >> >> I believe

Re: jdeps command

2015-04-29 Thread Michael Hall
On Apr 29, 2015, at 4:41 PM, David DeHaven wrote: > My solution is to put this in ~/.profile and skip using the stub tools in > /usr/bin: Again, I have no problem with a user having their own fix in a startup shell script. Although, this one I might have to take a closer look at to completely

Re: jdeps command

2015-04-29 Thread David DeHaven
> It was suggested on the jigsaw-dev list that I raise this issue here. > The jeps command appears to have no /usr/bin symlink. > > which jdeps > /Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/bin/jdeps > > I believe this command was introduced with JDK 8. > > One thing that I

jdeps command

2015-04-29 Thread Michael Hall
It was suggested on the jigsaw-dev list that I raise this issue here. The jeps command appears to have no /usr/bin symlink. which jdeps /Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/bin/jdeps I believe this command was introduced with JDK 8. One thing that I considered a minor