Re: RFR: 8025612: rt.jar still has old specification value in the manifest

2013-10-14 Thread Erik Joelsson
On 2013-10-11 20:14, Bradford Wetmore wrote: As the submitter, I also agree with this part of the fix and all comments made here. ;) Erik, one thing I did not check is whether other .jars in j2re/j2sdk use a different manifest template than the one you modified. Have you checked them all?

Re: X509CertImpl.java compilation error on linux-x86

2013-10-14 Thread Erik Joelsson
I have seen this before and filed this bug. It's currently the main stopper for making sjavac default. https://bugs.openjdk.java.net/browse/JDK-8025702 /Erik On 2013-10-11 23:00, Dmitry Samersoff wrote: Brad, Thank you for greet idea. sjavac might be a culprit. -Dmitry On 2013-10-11

Re: RFR: JDK -8001933 Move Gensrc*.gmk and Gendata*.gmk into separate directories

2013-10-14 Thread Magnus Ihse Bursie
On 2013-10-11 20:18, Magnus Ihse Bursie wrote: Bug: https://bugs.openjdk.java.net/browse/JDK-8001933 In the makefiles directory in the jdk repo, there are a lot of files -- important files, and lot of small helper files. Many of them share a common filename prefix; however, there is a better

Re: RFR: JDK -8001933 Move Gensrc*.gmk and Gendata*.gmk into separate directories

2013-10-14 Thread Erik Joelsson
I'm in favor of this change and it looks good to me. /Erik On 2013-10-14 10:07, Magnus Ihse Bursie wrote: On 2013-10-11 20:18, Magnus Ihse Bursie wrote: Bug: https://bugs.openjdk.java.net/browse/JDK-8001933 In the makefiles directory in the jdk repo, there are a lot of files -- important

Re: X509CertImpl.java compilation error on linux-x86

2013-10-14 Thread Dmitry Samersoff
Erik, Thank you! -Dmitry On 2013-10-14 11:50, Erik Joelsson wrote: I have seen this before and filed this bug. It's currently the main stopper for making sjavac default. https://bugs.openjdk.java.net/browse/JDK-8025702 /Erik On 2013-10-11 23:00, Dmitry Samersoff wrote: Brad, Thank

Re: [7u]: ERROR: Trouble with the absolute path for OUTPUTDIR './bui, ld/windows-i586'. Stop.

2013-10-14 Thread Alex Kasko
Hi, On 10/14/2013 09:58 AM, Francis ANDRE wrote: Hi Just cloning this repository http://hg.openjdk.java.net/jdk7u/jdk7u to a fresh new directory on a WXP/Cygwin platform with the following ALT_* variables $ env | grep ALT ALT_BOOTDIR=C:/Progra~1/Java/jdk1.7.0_40

RFR: JDK-8019540: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated.

2013-10-14 Thread Erik Joelsson
Please review the following changes, correcting the conditions for when to build certain parts of the servicability features. Instead of guarding them with the OPENJDK variable, they need to be conditioned on the existence of the source itself. In hotspot, this only fails on Windows. The

Re: RFR: JDK-8019540: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated.

2013-10-14 Thread Staffan Larsen
Looks good! Of course, the proof is in building it. I can sponsor the hotspot fix. Thanks, /Staffan On 14 okt 2013, at 11:25, Erik Joelsson erik.joels...@oracle.com wrote: Please review the following changes, correcting the conditions for when to build certain parts of the servicability

Re: RFR: 8009280: JCE jurisdiction policy files not copied into jdk/lib/security

2013-10-14 Thread Erik Joelsson
Bumping this review. I'm pretty sure it fixes the problem reported in this particular bug. There is another bug to track all of the problems the JCE team has with the new build. /Erik On 2013-08-16 17:09, Tim Bell wrote: Erik: Woops, as some of you pointed out, I missed adding the link to

8026398: Can't load jdk.Exported, ClassNotFoundException

2013-10-14 Thread Alan Bateman
This is an update to the BuildMetaIndex tool, the tool used in the build to generate the meta-index file. The problem is that the tool assumes that there are at least two levels of package in the name of each type. This causes a problem for jdk.Exported, the annotation that was added as

Re: 8026398: Can't load jdk.Exported, ClassNotFoundException

2013-10-14 Thread Chris Hegarty
The changes look right to me, and prudent given where we are with jdk8. It suspect that this would have gone unnoticed forever, if you were not to add this type. -Chris. On 14/10/2013 14:39, Alan Bateman wrote: This is an update to the BuildMetaIndex tool, the tool used in the build to

Re: code review round 1 for Full Debug Symbols on MacOS X hotspot (7165611)

2013-10-14 Thread Daniel D. Daugherty
Thanks for the re-review! On 10/13/13 7:57 PM, David Holmes wrote: Hi Dan, Only further comment I have, and it may well be deferred for future work, is that we should be able to abstract away the actual extension used for the debuginfo file so that we don't need macosx conditionals as much

Re: code review round 1 for Full Debug Symbols on MacOS X hotspot (7165611)

2013-10-14 Thread Daniel D. Daugherty
On 10/14/13 9:18 AM, Daniel D. Daugherty wrote: On 10/13/13 7:57 PM, David Holmes wrote: Hmm second comment - I don't see a .m4 file change that corresponds to the DSYMUTIL configure change ?? Yikes! I'll check into that shortly. Not sure what happened here. I somehow missed/lost two

Re: RFR: 8026062 : (s) webrev.ksh: fix bug title web scraping, remove teamware, sac, open bug and wxfile support

2013-10-14 Thread Mike Duigou
On Oct 11 2013, at 18:03 , Weijun Wang wrote: The webrev shows quot; inside the Bug id header entry. I have fixed this. It was being double escaped. ie. amp;quot; Updated webrev: http://cr.openjdk.java.net/~mduigou/JDK-8026062/2 Also, the following headers look a little suspicious:

hg: jdk8/build: 8025921: Make LOG=debug output more readable

2013-10-14 Thread erik . joelsson
Changeset: 6274d4cd22d3 Author:erikj Date: 2013-10-14 11:54 +0200 URL: http://hg.openjdk.java.net/jdk8/build/rev/6274d4cd22d3 8025921: Make LOG=debug output more readable Reviewed-by: tbell, ihse ! common/makefiles/JavaCompilation.gmk ! common/makefiles/MakeBase.gmk

hg: jdk8/build/jdk: 8025612: rt.jar still has old specification value in the manifest

2013-10-14 Thread erik . joelsson
Changeset: cf3ee0e2c1a5 Author:erikj Date: 2013-10-14 11:36 +0200 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/cf3ee0e2c1a5 8025612: rt.jar still has old specification value in the manifest Reviewed-by: alanb, dholmes, tbell, wetmore ! make/tools/manifest.mf

Re: RFR: JDK -8001933 Move Gensrc*.gmk and Gendata*.gmk into separate directories

2013-10-14 Thread Tim Bell
Looks good to me as well.. /Tim On 10/14/13 01:17 AM, Erik Joelsson wrote: I'm in favor of this change and it looks good to me. /Erik On 2013-10-14 10:07, Magnus Ihse Bursie wrote: On 2013-10-11 20:18, Magnus Ihse Bursie wrote: Bug: https://bugs.openjdk.java.net/browse/JDK-8001933 In

Re: 8026398: Can't load jdk.Exported, ClassNotFoundException

2013-10-14 Thread Mandy Chung
On 10/14/2013 6:39 AM, Alan Bateman wrote: This is an update to the BuildMetaIndex tool, the tool used in the build to generate the meta-index file. The problem is that the tool assumes that there are at least two levels of package in the name of each type. This causes a problem for