Re: J2SE est mort, vive Java SE!

2013-11-26 Thread David Holmes
On 27/11/2013 8:49 AM, mark.reinh...@oracle.com wrote: Now that we've removed the old build system, can we please now remove the last vestiges of Sun's pre-Java 5 naming scheme? There are also a bunch of security libs with j2 in their names - should these be renamed too, or will that cause too

hg: jdk8/build/nashorn: Added tag jdk8-b117 for changeset 1db3d4e4d189

2013-11-26 Thread david . katleman
Changeset: 8d014b039b44 Author:cl Date: 2013-11-21 09:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/nashorn/rev/8d014b039b44 Added tag jdk8-b117 for changeset 1db3d4e4d189 ! .hgtags

hg: jdk8/build/langtools: Added tag jdk8-b117 for changeset 19de039a03a6

2013-11-26 Thread david . katleman
Changeset: 4fd6a7ff8c06 Author:cl Date: 2013-11-21 09:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/4fd6a7ff8c06 Added tag jdk8-b117 for changeset 19de039a03a6 ! .hgtags

hg: jdk8/build/jaxp: Added tag jdk8-b117 for changeset c1d234d4f164

2013-11-26 Thread david . katleman
Changeset: e4e5069250e7 Author:cl Date: 2013-11-21 09:22 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jaxp/rev/e4e5069250e7 Added tag jdk8-b117 for changeset c1d234d4f164 ! .hgtags

hg: jdk8/build/jaxws: Added tag jdk8-b117 for changeset fe56ba456fd3

2013-11-26 Thread david . katleman
Changeset: 76a598cf50c4 Author:cl Date: 2013-11-21 09:22 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jaxws/rev/76a598cf50c4 Added tag jdk8-b117 for changeset fe56ba456fd3 ! .hgtags

hg: jdk8/build/corba: Added tag jdk8-b117 for changeset e53d1ee4d2ae

2013-11-26 Thread david . katleman
Changeset: d6820a414f18 Author:cl Date: 2013-11-21 09:22 -0800 URL: http://hg.openjdk.java.net/jdk8/build/corba/rev/d6820a414f18 Added tag jdk8-b117 for changeset e53d1ee4d2ae ! .hgtags

hg: jdk8/build/hotspot: 16 new changesets

2013-11-26 Thread david . katleman
Changeset: 55be5aac78e2 Author:cl Date: 2013-11-21 09:22 -0800 URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/55be5aac78e2 Added tag jdk8-b117 for changeset f573d00213b7 ! .hgtags Changeset: 854a42db7069 Author:amurillo Date: 2013-11-15 07:58 -0800 URL: http

hg: jdk8/build: Added tag jdk8-b117 for changeset a4afb0a8d55e

2013-11-26 Thread david . katleman
Changeset: 0a6db1aac998 Author:cl Date: 2013-11-21 09:22 -0800 URL: http://hg.openjdk.java.net/jdk8/build/rev/0a6db1aac998 Added tag jdk8-b117 for changeset a4afb0a8d55e ! .hgtags

Re: J2SE est mort, vive Java SE!

2013-11-26 Thread Mike Duigou
Yes please! Mike On Nov 26 2013, at 14:49 , mark.reinh...@oracle.com wrote: > Now that we've removed the old build system, can we please now > remove the last vestiges of Sun's pre-Java 5 naming scheme? > > I refer in particular to these directories in a typical build: > > images/j2re-image >

J2SE est mort, vive Java SE!

2013-11-26 Thread mark . reinhold
Now that we've removed the old build system, can we please now remove the last vestiges of Sun's pre-Java 5 naming scheme? I refer in particular to these directories in a typical build: images/j2re-image images/j2sdk-image images/j2sdk-server-image The "j2" nomenclature hasn't been used si

Re: Le roi est mort, vive le roi!

2013-11-26 Thread Erik Gahlin
I know 5-10 Hotspot developers who uses Visual Studio (me included) so I hope it's not something that is going away. Erik Staffan Larsen skrev 2013-11-26 20:10: I am in full agreement with you that an IDE is a very powerful tool and I much prefer to work in an IDE than outside one. However, I

Re: Le roi est mort, vive le roi!

2013-11-26 Thread Staffan Larsen
I am in full agreement with you that an IDE is a very powerful tool and I much prefer to work in an IDE than outside one. However, I do not do my day-to-day work on Windows (anymore - I used to). I don’t know how developers on Windows manage their work. /Staffan On 26 nov 2013, at 18:34, Franc

Re: Le roi est mort, vive le roi!

2013-11-26 Thread Francis ANDRE
David create.bat has only one parameter: the bootstrap jdk and thus does not take into account the configure-based top-level files. Moreover when using an official public jdk7 release as the jdk1.7.0_45 as the bootstrap jdk of jdk8, the produced jvm.vxproj does not work as the changeset associat

Re: Le roi est mort, vive le roi!

2013-11-26 Thread Francis ANDRE
Hi Staffan Le 25/11/2013 08:53, Staffan Larsen a écrit : The top level make produces a full jdk here: Z:\JDK\jdk8\build\windows-x86-normal-server-release\images\j2sdk-image The hotspot make produces a full jdk here : Z:\JDK\jdk8\hotspot\build\windows\jdk-windows-i586 The hotspot creat

Why are assertions in zlib on Unix switched off?

2013-11-26 Thread Thomas Stüfe
Hi everyone, When building the zlib on Unix platforms, zlib assertions are switched off explicitly using -UDEBUG: 84 ifeq ($(PLATFORM), windows) 87 else 88 CPPFLAGS += -UDEBUG 89 endif This switches off assertions inside the zlib (see zutil.h, zutil,c inside the zlib). Does

Re: javah not running

2013-11-26 Thread Erik Joelsson
On 2013-11-26 03:18, Pete Brunet wrote: Is javah expected to run when the jdk tree for 8 is built? If I look in my make log file I only see javah executed 4 times, all 4 when hotspot is built. I assume the jdk code has plenty of jni and would expect to see plenty of use of javah when building t