Re: RFR: JDK-8189095; Import JMC from artifactory using Jib and main makefiles

2017-10-12 Thread Magnus Ihse Bursie
On 2017-10-12 16:52, Erik Joelsson wrote: Hello, http://cr.openjdk.java.net/~erikj/8189095/webrev.03/ Renamed TestCommon.gmk to UtilsForTests.gmk. Renamed the macros to EncodeSpace and DecodeSpace. Fixed a compile problem on Solaris. ($(@D) and $(dir $@) don't behave exactly alike. I believe

Re: RFR: JDK-8189095; Import JMC from artifactory using Jib and main makefiles

2017-10-12 Thread Erik Joelsson
On 2017-10-12 16:52, Erik Joelsson wrote: Hello, http://cr.openjdk.java.net/~erikj/8189095/webrev.03/ Renamed TestCommon.gmk to UtilsForTests.gmk. Renamed the macros to EncodeSpace and DecodeSpace. Fixed a compile problem on Solaris. ($(@D) and $(dir $@) don't behave exactly alike. I belie

Re: RFR: JDK-8189229 Remove references to $(TOPDIR)/src/*/$(MODULE)

2017-10-12 Thread Magnus Ihse Bursie
Erik commented off-line that this code was intended to include closed source code. It was indeed correct prior to the consolidation, but has not been working since. The code is a performance optimization, and not about correctness, that's why it has not been detected. I'll come back with an up

Re: RFR: JDK-8189095; Import JMC from artifactory using Jib and main makefiles

2017-10-12 Thread Erik Joelsson
Hello, http://cr.openjdk.java.net/~erikj/8189095/webrev.03/ Renamed TestCommon.gmk to UtilsForTests.gmk. Renamed the macros to EncodeSpace and DecodeSpace. Fixed a compile problem on Solaris. ($(@D) and $(dir $@) don't behave exactly alike. I believe the former does not leave a trailing space

RFR: JDK-8189229 Remove references to $(TOPDIR)/src/*/$(MODULE)

2017-10-12 Thread Magnus Ihse Bursie
When creating the consolidated forest, old paths were rewritten automatically using pattern matching. Unfortunately, this resulted in incorrect paths in some places. Specifically, we do not need to look for source code in $(TOPDIR)/src/*/$(MODULE). (Actually, some code history digging later

Re: RFR: JDK-8189095; Import JMC from artifactory using Jib and main makefiles

2017-10-12 Thread Magnus Ihse Bursie
On 2017-10-12 15:40, Erik Joelsson wrote: Unfortunately, it didn't stay as easy as that. After hitting snag after snag, I finally decided to implement some kind of general support for file names with spaces in them, with support in CacheFind and SetupCopyFiles, as well as the various install-fi

Re: RFR: JDK-8189095; Import JMC from artifactory using Jib and main makefiles

2017-10-12 Thread Erik Joelsson
Unfortunately, it didn't stay as easy as that. After hitting snag after snag, I finally decided to implement some kind of general support for file names with spaces in them, with support in CacheFind and SetupCopyFiles, as well as the various install-file variants. This got a little bit more me

Re: Netbeans nb_native needs adjusting to new jdk10 structure

2017-10-12 Thread Thomas Stüfe
Hi Magnus, On Thu, Oct 12, 2017 at 1:44 PM, Magnus Ihse Bursie < magnus.ihse.bur...@oracle.com> wrote: > On 2017-10-11 12:13, Thomas Stüfe wrote: > > Hi all, > > It seems to me make/nb_native project is not yet fully adapted after > convesion to the new repo structure? > > When I open the project

Re: Netbeans nb_native needs adjusting to new jdk10 structure

2017-10-12 Thread Magnus Ihse Bursie
On 2017-10-11 12:13, Thomas Stüfe wrote: Hi all, It seems to me make/nb_native project is not yet fully adapted after convesion to the new repo structure? When I open the project, I see all native sources greyed out (in addition to dead links to the old sources which can just be deleted). Is a

Re: RFR: JDK-8189222 Remove make/corba/Makefile

2017-10-12 Thread Magnus Ihse Bursie
On 2017-10-12 13:37, Alan Bateman wrote: On 12/10/2017 12:15, Magnus Ihse Bursie wrote: We should remove make/corba/Makefile. This should have been done long time ago by JDK-8076060. "Patch": $ hg st R make/corba/Makefile Bug: https://bugs.openjdk.java.net/browse/JDK-8189222 Looks okay t

Re: RFR: JDK-8189222 Remove make/corba/Makefile

2017-10-12 Thread Alan Bateman
On 12/10/2017 12:15, Magnus Ihse Bursie wrote: We should remove make/corba/Makefile. This should have been done long time ago by JDK-8076060. "Patch": $ hg st R make/corba/Makefile Bug: https://bugs.openjdk.java.net/browse/JDK-8189222 Looks okay to me. One thing to keep in mind is that t

Re: RFR: JDK-8189222 Remove make/corba/Makefile

2017-10-12 Thread Erik Joelsson
Looks good. /Erik On 2017-10-12 13:15, Magnus Ihse Bursie wrote: We should remove make/corba/Makefile. This should have been done long time ago by JDK-8076060. "Patch": $ hg st R make/corba/Makefile Bug: https://bugs.openjdk.java.net/browse/JDK-8189222 /Magnus

RFR: JDK-8189222 Remove make/corba/Makefile

2017-10-12 Thread Magnus Ihse Bursie
We should remove make/corba/Makefile. This should have been done long time ago by JDK-8076060. "Patch": $ hg st R make/corba/Makefile Bug: https://bugs.openjdk.java.net/browse/JDK-8189222 /Magnus