Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-05 Thread David Holmes

On 5/06/2019 5:40 pm, Moshe Zuisman wrote:

Hi David.
2 questions.

 1. I as was told here - downloaded JDK sources from
http://hg.openjdk.java.net/jdk-updates/jdk11u/
 .  I can not
perform "hg update -r jdk-11.0.2-ga", since I get:
" "abort: no repository found in '/cygdrive/c/jdk11u-11.0.2-ga' (.hg
not found)!"  "
And really - in director, that I get after extracting there is not ".hg"


Ah you downloaded the zip file, you didn't use hg to actually create a 
clone of the repository. I'd recommend creating a proper clone.



 2. When I took jtreg 4.2-b12, most tests passes, but I still fail at:
/D rectory

"C:\jdk11u-11.0.2-ga\build\windows-x86_64-normal-server-release\testoutput\jaxp_all\JTwork"
not found: creating^M
Directory

"C:\jdk11u-11.0.2-ga\build\windows-x86_64-normal-server-release\testoutput\jaxp_all\JTreport"
not found: creating^M
Error: Unexpected exception occurred! java.lang.NoSuchMethodError:

com.sun.javatest.regtest.agent.JDK_Version.compareTo(Lcom/sun/javatest/regtest/agent/JDK_Version;)I^M
java.lang.NoSuchMethodError:

com.sun.javatest.regtest.agent.JDK_Version.compareTo(Lcom/sun/javatest/regtest/agent/JDK_Version;)I^M
         at
com.sun.javatest.regtest.config.JDK.getSystemModules(JDK.java:405)^M
         at


I suggest you take that to jtreg-...@openjdk.java.net. They should be 
able to help.


David
-



com.sun.javatest.regtest.config.RegressionParameters.getModulesFilter(RegressionParameters.java:202)^M
         at

com.sun.javatest.regtest.config.RegressionParameters.getRelevantTestFilter(RegressionParameters.java:177)^M
         at

com.sun.javatest.InterviewParameters.getFilters(InterviewParameters.java:767)^M
         at
com.sun.javatest.Harness.createTreeIterator(Harness.java:811)^M
         at com.sun.javatest.Harness.runTests(Harness.java:701)^M
         at com.sun.javatest.Harness.batch(Harness.java:400)^M
         at
com.sun.javatest.regtest.tool.Tool.batchHarness(Tool.java:1824)^M
         at com.sun.javatest.regtest.tool.Tool.run(Tool.java:1216)^M
         at com.sun.javatest.regtest.tool.Tool.run(Tool.java:962)^M
         at com.sun.javatest.regtest.tool.Tool.main(Tool.java:134)^M
         at com.sun.javatest.regtest.Main.main(Main.java:58)^M
Missing file:

C:/jdk11u-11.0.2-ga/build/windows-x86_64-normal-server-release/testoutput/jaxp_all/JTreport/text/summary.txt
EXIT CODE: 6/




ср, 5 июн. 2019 г. в 02:25, David Holmes >:


On 5/06/2019 2:20 am, Moshe Zuisman wrote:
 > Hi. Thank for your recomendation!
 > Although I did not success to run "hg update -r jdk-11.0.2-ga" -
got :
 > "abort: no repository found in '/cygdrive/c/jdk11u-11.0.2-ga'
(.hg not
 > found)!"

I don't know how you are "cloning" things but you are not getting an
actual mercurial repository out of the process!

 > But since I from begining cloned jdk-11.0.2 label form site - I
suppose
 > it gives equavalent result.
 >
 > And finally I was able to pass compilation (make)
 > But "make test" fails any where:
 > to get it clear form begening - I donladed latest stabel jtreg and
 > configured with it:
 >   ./configure --with-jtreg=/cygdrive/c/jtreg

Latest jtreg may not be suitable for 11u. The specified version
(make/conf/jib-profiles.js) is 4.2-b12

David
-

 > /$ make test
 > Building target 'test' in configuration
 > 'windows-x86_64-normal-server-release'
 > Warning: No mercurial configuration present and no .src-rev
 > Compiling 31 files for BUILD_JRTFS
 > Compiling 27 files for BUILD_FAILURE_HANDLER
 > Creating support/test/failure_handler/timeoutHandler.dll from 1
file(s)
 > Creating support/modules_libs/java.base/jrt-fs.jar
 >

c:\jdk11u-11.0.2-ga\test\failure_handler\src\share\classes\jdk\test\failurehandler\jtreg\GatherDiagnosticInfoObserver.java:123:

 > error: no suitable method found for save(Map)
 >          rp.save(map);
 >            ^
 >      method InterviewParameters.save(File) is not applicable
 >        (argument mismatch; Map cannot be converted
to File)
 >      method InterviewParameters.save(Map) is not
applicable
 >        (argument mismatch; Map cannot be converted to
 > Map)
 >    where CAP#1,CAP#2 are fresh type-variables:
 >      CAP#1 extends Object from capture of ?
 >      CAP#2 extends Object from capture of ?
 > Note: Some input files use or override a deprecated API.
 > Note: Recompile with -Xlint:deprecation for details.
 > Note: Some messages have been simplified; recompile with
-Xdiags:verbose
 > to get full output
 > 1 error
 > make[3]: *** [BuildFailureHandler.gmk:54:
 >


Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-05 Thread Moshe Zuisman
Hi David.
2 questions.


   1. I as was told here - downloaded JDK sources from
   http://hg.openjdk.java.net/jdk-updates/jdk11u/
    .  I can not perform  "hg
   update -r jdk-11.0.2-ga", since I get:
   " "abort: no repository found in '/cygdrive/c/jdk11u-11.0.2-ga' (.hg
   not found)!"  "
   And really - in director, that I get after extracting there is not ".hg"
   2. When I took jtreg  4.2-b12, most tests passes, but I still fail at:

















*D rectory
   
"C:\jdk11u-11.0.2-ga\build\windows-x86_64-normal-server-release\testoutput\jaxp_all\JTwork"
   not found: creating^M Directory
   
"C:\jdk11u-11.0.2-ga\build\windows-x86_64-normal-server-release\testoutput\jaxp_all\JTreport"
   not found: creating^M Error: Unexpected exception occurred!
   java.lang.NoSuchMethodError:
   
com.sun.javatest.regtest.agent.JDK_Version.compareTo(Lcom/sun/javatest/regtest/agent/JDK_Version;)I^M
   java.lang.NoSuchMethodError:
   
com.sun.javatest.regtest.agent.JDK_Version.compareTo(Lcom/sun/javatest/regtest/agent/JDK_Version;)I^M
   at
   com.sun.javatest.regtest.config.JDK.getSystemModules(JDK.java:405)^M
 at
   
com.sun.javatest.regtest.config.RegressionParameters.getModulesFilter(RegressionParameters.java:202)^M
   at
   
com.sun.javatest.regtest.config.RegressionParameters.getRelevantTestFilter(RegressionParameters.java:177)^M
   at
   
com.sun.javatest.InterviewParameters.getFilters(InterviewParameters.java:767)^M
   at com.sun.javatest.Harness.createTreeIterator(Harness.java:811)^M
   at com.sun.javatest.Harness.runTests(Harness.java:701)^M at
   com.sun.javatest.Harness.batch(Harness.java:400)^M at
   com.sun.javatest.regtest.tool.Tool.batchHarness(Tool.java:1824)^M
   at com.sun.javatest.regtest.tool.Tool.run(Tool.java:1216)^M at
   com.sun.javatest.regtest.tool.Tool.run(Tool.java:962)^M at
   com.sun.javatest.regtest.tool.Tool.main(Tool.java:134)^M at
   com.sun.javatest.regtest.Main.main(Main.java:58)^M Missing file:
   
C:/jdk11u-11.0.2-ga/build/windows-x86_64-normal-server-release/testoutput/jaxp_all/JTreport/text/summary.txt
   EXIT CODE: 6*




ср, 5 июн. 2019 г. в 02:25, David Holmes :

> On 5/06/2019 2:20 am, Moshe Zuisman wrote:
> > Hi. Thank for your recomendation!
> > Although I did not success to run "hg update -r jdk-11.0.2-ga" - got :
> > "abort: no repository found in '/cygdrive/c/jdk11u-11.0.2-ga' (.hg not
> > found)!"
>
> I don't know how you are "cloning" things but you are not getting an
> actual mercurial repository out of the process!
>
> > But since I from begining cloned jdk-11.0.2 label form site - I suppose
> > it gives equavalent result.
> >
> > And finally I was able to pass compilation (make)
> > But "make test" fails any where:
> > to get it clear form begening - I donladed latest stabel jtreg and
> > configured with it:
> >   ./configure --with-jtreg=/cygdrive/c/jtreg
>
> Latest jtreg may not be suitable for 11u. The specified version
> (make/conf/jib-profiles.js) is 4.2-b12
>
> David
> -
>
> > /$ make test
> > Building target 'test' in configuration
> > 'windows-x86_64-normal-server-release'
> > Warning: No mercurial configuration present and no .src-rev
> > Compiling 31 files for BUILD_JRTFS
> > Compiling 27 files for BUILD_FAILURE_HANDLER
> > Creating support/test/failure_handler/timeoutHandler.dll from 1 file(s)
> > Creating support/modules_libs/java.base/jrt-fs.jar
> >
> c:\jdk11u-11.0.2-ga\test\failure_handler\src\share\classes\jdk\test\failurehandler\jtreg\GatherDiagnosticInfoObserver.java:123:
>
> > error: no suitable method found for save(Map)
> >  rp.save(map);
> >^
> >  method InterviewParameters.save(File) is not applicable
> >(argument mismatch; Map cannot be converted to File)
> >  method InterviewParameters.save(Map) is not
> applicable
> >(argument mismatch; Map cannot be converted to
> > Map)
> >where CAP#1,CAP#2 are fresh type-variables:
> >  CAP#1 extends Object from capture of ?
> >  CAP#2 extends Object from capture of ?
> > Note: Some input files use or override a deprecated API.
> > Note: Recompile with -Xlint:deprecation for details.
> > Note: Some messages have been simplified; recompile with -Xdiags:verbose
> > to get full output
> > 1 error
> > make[3]: *** [BuildFailureHandler.gmk:54:
> >
> /cygdrive/c/jdk11u-11.0.2-ga/build/windows-x86_64-normal-server-release/support/test/failure_handler/classes/_the.BUILD_FAILURE_HANDLER_batch]
>
> > Error 1
> > make[2]: *** [make/Main.gmk:516: build-test-failure-handler] Error 2
> > make[2]: *** Waiting for unfinished jobs
> >
> > ERROR: Build failed for target 'test' in configuration
> > 'windows-x86_64-normal-server-release' (exit code 2)
> > Stopping sjavac server
> >
> > === Output from failing command(s) repeated here ===
> > * For target
> > support_test_failure_handler_classes__the.BUILD_FAILURE_HANDLER_batch:

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-04 Thread David Holmes

On 5/06/2019 2:20 am, Moshe Zuisman wrote:

Hi. Thank for your recomendation!
Although I did not success to run "hg update -r jdk-11.0.2-ga" - got : 
"abort: no repository found in '/cygdrive/c/jdk11u-11.0.2-ga' (.hg not 
found)!"


I don't know how you are "cloning" things but you are not getting an 
actual mercurial repository out of the process!


But since I from begining cloned jdk-11.0.2 label form site - I suppose 
it gives equavalent result.


And finally I was able to pass compilation (make)
But "make test" fails any where:
to get it clear form begening - I donladed latest stabel jtreg and 
configured with it:

  ./configure --with-jtreg=/cygdrive/c/jtreg


Latest jtreg may not be suitable for 11u. The specified version 
(make/conf/jib-profiles.js) is 4.2-b12


David
-


/$ make test
Building target 'test' in configuration 
'windows-x86_64-normal-server-release'

Warning: No mercurial configuration present and no .src-rev
Compiling 31 files for BUILD_JRTFS
Compiling 27 files for BUILD_FAILURE_HANDLER
Creating support/test/failure_handler/timeoutHandler.dll from 1 file(s)
Creating support/modules_libs/java.base/jrt-fs.jar
c:\jdk11u-11.0.2-ga\test\failure_handler\src\share\classes\jdk\test\failurehandler\jtreg\GatherDiagnosticInfoObserver.java:123: 
error: no suitable method found for save(Map)

         rp.save(map);
           ^
     method InterviewParameters.save(File) is not applicable
       (argument mismatch; Map cannot be converted to File)
     method InterviewParameters.save(Map) is not applicable
       (argument mismatch; Map cannot be converted to 
Map)

   where CAP#1,CAP#2 are fresh type-variables:
     CAP#1 extends Object from capture of ?
     CAP#2 extends Object from capture of ?
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose 
to get full output

1 error
make[3]: *** [BuildFailureHandler.gmk:54: 
/cygdrive/c/jdk11u-11.0.2-ga/build/windows-x86_64-normal-server-release/support/test/failure_handler/classes/_the.BUILD_FAILURE_HANDLER_batch] 
Error 1

make[2]: *** [make/Main.gmk:516: build-test-failure-handler] Error 2
make[2]: *** Waiting for unfinished jobs

ERROR: Build failed for target 'test' in configuration 
'windows-x86_64-normal-server-release' (exit code 2)

Stopping sjavac server

=== Output from failing command(s) repeated here ===
* For target 
support_test_failure_handler_classes__the.BUILD_FAILURE_HANDLER_batch:
c:\jdk11u-11.0.2-ga\test\failure_handler\src\share\classes\jdk\test\failurehandler\jtreg\GatherDiagnosticInfoObserver.java:123: 
error: no suitable method found for save(Map)

         rp.save(map);
           ^
     method InterviewParameters.save(File) is not applicable
       (argument mismatch; Map cannot be converted to File)
     method InterviewParameters.save(Map) is not applicable
       (argument mismatch; Map cannot be converted to 
Map)

   where CAP#1,CAP#2 are fresh type-variables:
     CAP#1 extends Object from capture of ?
     CAP#2 extends Object from capture of ?
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
    ... (rest of output omitted)

* All command lines available in 
/cygdrive/c/jdk11u-11.0.2-ga/build/windows-x86_64-normal-server-release/make-support/failure-logs.

=== End of repeated output ===

No indication of failed target found.
Hint: Try searching the build log for '] Error'.
Hint: See doc/building.html#troubleshooting for assistance.

make[1]: *** [/cygdrive/c/jdk11u-11.0.2-ga/make/Init.gmk:305: main] Error 2
make: *** [/cygdrive/c/jdk11u-11.0.2-ga/make/Init.gmk:186: test] Error 2
/

пн, 3 июн. 2019 г. в 10:20, David Holmes >:


On 3/06/2019 5:06 pm, Moshe Zuisman wrote:
 > Hi.
 > Probably I do not understand something in source control system
of Open
 > JDK projeck.
 > I have gone to :
 > https://hg.openjdk.java.net/jdk/jdk11
 > and clicked last label:
 > "9 months ago jwilhelm Added tag jdk-11+28 for changeset
 > 76072a077ee1default tip"
 > arrived to:
 > https://hg.openjdk.java.net/jdk/jdk11/rev/1ddf9a99e4ad
 > and downloaded zip with sources.

Thats JDK 11 GA version.

 > How have I to download latest fixed source of JDK 11.0.2?

11.0.2 is one of the JDK 11 update releases. You previously indicated
that you were using 11u sources at:

http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a23d4b4ea281

which seems to be a somewhat arbitrary point in 11u development. If you
want a specific release, rather than latest dev sources then use the
appropriate tag to update your sources to that level:

http://hg.openjdk.java.net/jdk-updates/jdk11u/tags

So if you clone

http://hg.openjdk.java.net/jdk-updates/jdk11u/

then do:

hg update -r jdk-11.0.2-ga

that should get you to the final 11.0.2 

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-04 Thread Moshe Zuisman
Hi. Thank for your recomendation!
Although I did not success to run "hg update -r jdk-11.0.2-ga" - got :
"abort: no repository found in '/cygdrive/c/jdk11u-11.0.2-ga' (.hg not
found)!"
But since I from begining cloned jdk-11.0.2 label form site - I suppose it
gives equavalent result.

And finally I was able to pass compilation (make)
But "make test" fails any where:
to get it clear form begening - I donladed latest stabel jtreg and
configured with it:
 ./configure --with-jtreg=/cygdrive/c/jtreg






















































*$ make testBuilding target 'test' in configuration
'windows-x86_64-normal-server-release'Warning: No mercurial configuration
present and no .src-revCompiling 31 files for BUILD_JRTFSCompiling 27 files
for BUILD_FAILURE_HANDLERCreating
support/test/failure_handler/timeoutHandler.dll from 1 file(s)Creating
support/modules_libs/java.base/jrt-fs.jarc:\jdk11u-11.0.2-ga\test\failure_handler\src\share\classes\jdk\test\failurehandler\jtreg\GatherDiagnosticInfoObserver.java:123:
error: no suitable method found for save(Map)
rp.save(map);  ^method InterviewParameters.save(File) is not
applicable  (argument mismatch; Map cannot be converted to
File)method InterviewParameters.save(Map) is not
applicable  (argument mismatch; Map cannot be converted to
Map)  where CAP#1,CAP#2 are fresh type-variables:CAP#1
extends Object from capture of ?CAP#2 extends Object from capture of
?Note: Some input files use or override a deprecated API.Note: Recompile
with -Xlint:deprecation for details.Note: Some messages have been
simplified; recompile with -Xdiags:verbose to get full output1
errormake[3]: *** [BuildFailureHandler.gmk:54:
/cygdrive/c/jdk11u-11.0.2-ga/build/windows-x86_64-normal-server-release/support/test/failure_handler/classes/_the.BUILD_FAILURE_HANDLER_batch]
Error 1make[2]: *** [make/Main.gmk:516: build-test-failure-handler] Error
2make[2]: *** Waiting for unfinished jobsERROR: Build failed for target
'test' in configuration 'windows-x86_64-normal-server-release' (exit code
2)Stopping sjavac server=== Output from failing command(s) repeated here
===* For target
support_test_failure_handler_classes__the.BUILD_FAILURE_HANDLER_batch:c:\jdk11u-11.0.2-ga\test\failure_handler\src\share\classes\jdk\test\failurehandler\jtreg\GatherDiagnosticInfoObserver.java:123:
error: no suitable method found for save(Map)
rp.save(map);  ^method InterviewParameters.save(File) is not
applicable  (argument mismatch; Map cannot be converted to
File)method InterviewParameters.save(Map) is not
applicable  (argument mismatch; Map cannot be converted to
Map)  where CAP#1,CAP#2 are fresh type-variables:CAP#1
extends Object from capture of ?CAP#2 extends Object from capture of
?Note: Some input files use or override a deprecated API.Note: Recompile
with -Xlint:deprecation for details.   ... (rest of output omitted)* All
command lines available in
/cygdrive/c/jdk11u-11.0.2-ga/build/windows-x86_64-normal-server-release/make-support/failure-logs.===
End of repeated output ===No indication of failed target found.Hint: Try
searching the build log for '] Error'.Hint: See
doc/building.html#troubleshooting for assistance.make[1]: ***
[/cygdrive/c/jdk11u-11.0.2-ga/make/Init.gmk:305: main] Error 2make: ***
[/cygdrive/c/jdk11u-11.0.2-ga/make/Init.gmk:186: test] Error 2*

пн, 3 июн. 2019 г. в 10:20, David Holmes :

> On 3/06/2019 5:06 pm, Moshe Zuisman wrote:
> > Hi.
> > Probably I do not understand something in source control system of Open
> > JDK projeck.
> > I have gone to :
> > https://hg.openjdk.java.net/jdk/jdk11
> > and clicked last label:
> > "9 months ago jwilhelm Added tag jdk-11+28 for changeset
> > 76072a077ee1default tip"
> > arrived to:
> > https://hg.openjdk.java.net/jdk/jdk11/rev/1ddf9a99e4ad
> > and downloaded zip with sources.
>
> Thats JDK 11 GA version.
>
> > How have I to download latest fixed source of JDK 11.0.2?
>
> 11.0.2 is one of the JDK 11 update releases. You previously indicated
> that you were using 11u sources at:
>
>   http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a23d4b4ea281
>
> which seems to be a somewhat arbitrary point in 11u development. If you
> want a specific release, rather than latest dev sources then use the
> appropriate tag to update your sources to that level:
>
> http://hg.openjdk.java.net/jdk-updates/jdk11u/tags
>
> So if you clone
>
> http://hg.openjdk.java.net/jdk-updates/jdk11u/
>
> then do:
>
> hg update -r jdk-11.0.2-ga
>
> that should get you to the final 11.0.2 sources.
>
> That all said, the fix Kim was referring to appears to have gone into
> 11u 3 months before the date of the sources you indicated you were using.
>
> Hope that helps.
>
> David
> -
>
> >
> > пн, 3 июн. 2019 г. в 00:34, Kim Barrett  > >:
> >
> >  > On Jun 2, 2019, at 4:20 PM, Moshe Zuisman  > > wrote:
> >  >
> >  > Hi David.
> >  > I have 

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-03 Thread David Holmes

On 3/06/2019 5:06 pm, Moshe Zuisman wrote:

Hi.
Probably I do not understand something in source control system of Open 
JDK projeck.

I have gone to :
https://hg.openjdk.java.net/jdk/jdk11
and clicked last label:
"9 months ago jwilhelm Added tag jdk-11+28 for changeset 
76072a077ee1default tip"

arrived to:
https://hg.openjdk.java.net/jdk/jdk11/rev/1ddf9a99e4ad
and downloaded zip with sources.


Thats JDK 11 GA version.


How have I to download latest fixed source of JDK 11.0.2?


11.0.2 is one of the JDK 11 update releases. You previously indicated 
that you were using 11u sources at:


 http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a23d4b4ea281

which seems to be a somewhat arbitrary point in 11u development. If you 
want a specific release, rather than latest dev sources then use the 
appropriate tag to update your sources to that level:


http://hg.openjdk.java.net/jdk-updates/jdk11u/tags

So if you clone

http://hg.openjdk.java.net/jdk-updates/jdk11u/

then do:

hg update -r jdk-11.0.2-ga

that should get you to the final 11.0.2 sources.

That all said, the fix Kim was referring to appears to have gone into 
11u 3 months before the date of the sources you indicated you were using.


Hope that helps.

David
-



пн, 3 июн. 2019 г. в 00:34, Kim Barrett >:


 > On Jun 2, 2019, at 4:20 PM, Moshe Zuisman mailto:zuism...@gmail.com>> wrote:
 >
 > Hi David.
 > I have updated to Visual studio 2017 15.9.12.
 > Build still fails, while now works much longer and pass much more
steps:
 >
 >

details.c:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341):
 > error C2220: warning treated as error -o 'object' file
 >

generatedc:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341):
 > warning C4305: 'argument': truncation fm 'const intx' to
'double'make[3]:
 > *** [lib/CompileJvm.gmk:151:
 >

/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/riant-server/libjvm/objs/jvmFlagRangeList.obj]
 > Error 1make[3]: *** Waiting for unfinished jobsmake[2]: ***

This looks like JDK-8212052, which is marked as fixed in JDK 11.0.2.




Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-03 Thread Aleksey Shipilev
On 6/3/19 9:06 AM, Moshe Zuisman wrote:
> I have gone to : https://hg.openjdk.java.net/jdk/jdk11

That is not the latest jdk11 source. It is a stabilization tree for jdk11 GA -- 
notice the last
commit there.

Up-to-date 11u tree is here:
  http://hg.openjdk.java.net/jdk-updates/jdk11u

-Aleksey



Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-03 Thread Moshe Zuisman
Hi.
Probably I do not understand something in source control system of Open JDK
projeck.
I have gone to :
https://hg.openjdk.java.net/jdk/jdk11
and clicked last label:
"9 months ago jwilhelm Added tag jdk-11+28 for changeset
76072a077ee1default tip"
arrived to:
https://hg.openjdk.java.net/jdk/jdk11/rev/1ddf9a99e4ad
and downloaded zip with sources.

How have I to download latest fixed source of JDK 11.0.2?


пн, 3 июн. 2019 г. в 00:34, Kim Barrett :

> > On Jun 2, 2019, at 4:20 PM, Moshe Zuisman  wrote:
> >
> > Hi David.
> > I have updated to Visual studio 2017 15.9.12.
> > Build still fails, while now works much longer and pass much more steps:
> >
> >
> details.c:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341):
> > error C2220: warning treated as error -o 'object' file
> >
> generatedc:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341):
> > warning C4305: 'argument': truncation fm 'const intx' to 'double'make[3]:
> > *** [lib/CompileJvm.gmk:151:
> >
> /cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/riant-server/libjvm/objs/jvmFlagRangeList.obj]
> > Error 1make[3]: *** Waiting for unfinished jobsmake[2]: ***
>
> This looks like JDK-8212052, which is marked as fixed in JDK 11.0.2.
>
>
>


Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-03 Thread David Holmes

On 3/06/2019 6:20 am, Moshe Zuisman wrote:

Hi David.
I have updated to Visual studio 2017 15.9.12.
Build still fails, while now works much longer and pass much more steps:

/$ make
Building target 'default (exploded-image)' in configuration 
'windows-x86_64-normal-server-release'

Compiling 8 files for BUILD_TOOLS_LANGTOOLS
Creating hotspot/variant-server/tools/adlc/adlc.exe from 13 file(s)
Compiling 2 files for BUILD_JVMTI_TOOLS
Compiling 1 files for BUILD_JFR_TOOLS
Compiling 12 properties into resource bundles for jdk.jdeps
Compiling 7 properties into resource bundles for jdk.jshell
Warning: No mercurial configuration present and no .src-rev


Not sure how significant that is.


Parsing 2 properties into enum-like class for jdk.compiler
Compiling 13 properties into resource bundles for jdk.javadoc
Compiling 19 properties into resource bundles for jdk.compiler
Compiling 117 files for BUILD_java.compiler.interim
Compiling 394 files for BUILD_jdk.compiler.interim
Creating support/modules_libs/java.base/server/jvm.dll from 855 file(s)
Creating hotspot/variant-server/libjvm/gtest/jvm.dll from 91 file(s)
Creating hotspot/variant-server/libjvm/gtest/gtestLauncher.exe from 1 
file(s)

Compiling 299 files for BUILD_jdk.javadoc.interim
Compiling 162 files for BUILD_TOOLS_JDK
Sjavac server failed to initialize: No port file values materialized. 
Giving up after 60369 ms


Sorry I have no idea how sjavac is initialized or why it might fail to 
initialize. Hopefully Erik or Tim can chime in.



Process output:

Process exit code: 0
IOException caught during compilation: Server failed to initialize: No 
port file values materialized. Giving up after 60369 ms
make[3]: *** [CompileToolsJdk.gmk:48: 
/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/buildtoo/jdk_tools_classes/_the.BUILD_TOOLS_JDK_batch] 
Error 1

make[2]: *** [make/Main.gmk:85: buildtools-jdk] Error 2
make[2]: *** Waiting for unfinished jobs
Compiling 188 files for BUILD_jdk.rmic.interim
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
c:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341): 
error C2220: warning treated as error -o 'object' file generated
c:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341): 
warning C4305: 'argument': truncation fm 'const intx' to 'double'
make[3]: *** [lib/CompileJvm.gmk:151: 
/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/riant-server/libjvm/objs/jvmFlagRangeList.obj] 


As Kim stated this issue should be fixed already, but I can't readily 
tell whether the version you are using contains the fix.


David
-


Error 1
make[3]: *** Waiting for unfinished jobs
make[2]: *** [make/Main.gmk:257: hotspot-server-libs] Error 2

ERROR: Build failed for target 'default (exploded-image)' in 
configuration 'windows-x86_64-normal-server-release' (exit code 2)


=== Output from failing command(s) repeated here ===
* For target buildtools_jdk_tools_classes__the.BUILD_TOOLS_JDK_batch:
Sjavac server failed to initialize: No port file values materialized. 
Giving up after 60369 ms

Process output:

Process exit code: 0
IOException caught during compilation: Server failed to initialize: No 
port file values materialized. Giving up after 60369 ms

* For target hotspot_variant-server_libjvm_objs_jvmFlagRangeList.obj:
jvmFlagRangeList.cpp
c:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341): 
error C2220: warning treated as error -o 'object' file generated
c:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341): 
warning C4305: 'argument': truncation fm 'const intx' to 'double'

    ... (rest of output omitted)

* All command lines available in 
/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/make-support/ilure-logs.

=== End of repeated output ===

No indication of failed target found.
Hint: Try searching the build log for '] Error'.
Hint: See doc/building.html#troubleshooting for assistance.

make[1]: *** 
[/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:305: 
main] Error 2
make: *** 
[/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:186: 
default] Error 2/


пт, 31 мая 2019 г. в 08:47, David Holmes >:


Hi Moshe,

Can you update your VS 2017 installation? The only difference I can
spot
is that we are using

Microsoft Visual Studio 2017 15.9.6

with

Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27026.1

while you have:

Visual Studio 2017 Developer 

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-02 Thread Kim Barrett
> On Jun 2, 2019, at 4:20 PM, Moshe Zuisman  wrote:
> 
> Hi David.
> I have updated to Visual studio 2017 15.9.12.
> Build still fails, while now works much longer and pass much more steps:
> 
> details.c:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341):
> error C2220: warning treated as error -o 'object' file
> generatedc:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341):
> warning C4305: 'argument': truncation fm 'const intx' to 'double'make[3]:
> *** [lib/CompileJvm.gmk:151:
> /cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/riant-server/libjvm/objs/jvmFlagRangeList.obj]
> Error 1make[3]: *** Waiting for unfinished jobsmake[2]: ***

This looks like JDK-8212052, which is marked as fixed in JDK 11.0.2.




Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-02 Thread Moshe Zuisman
Hi David.
I have updated to Visual studio 2017 15.9.12.
Build still fails, while now works much longer and pass much more steps:




























































*$ makeBuilding target 'default (exploded-image)' in configuration
'windows-x86_64-normal-server-release'Compiling 8 files for
BUILD_TOOLS_LANGTOOLSCreating hotspot/variant-server/tools/adlc/adlc.exe
from 13 file(s)Compiling 2 files for BUILD_JVMTI_TOOLSCompiling 1 files for
BUILD_JFR_TOOLSCompiling 12 properties into resource bundles for
jdk.jdepsCompiling 7 properties into resource bundles for
jdk.jshellWarning: No mercurial configuration present and no
.src-revParsing 2 properties into enum-like class for jdk.compilerCompiling
13 properties into resource bundles for jdk.javadocCompiling 19 properties
into resource bundles for jdk.compilerCompiling 117 files for
BUILD_java.compiler.interimCompiling 394 files for
BUILD_jdk.compiler.interimCreating
support/modules_libs/java.base/server/jvm.dll from 855 file(s)Creating
hotspot/variant-server/libjvm/gtest/jvm.dll from 91 file(s)Creating
hotspot/variant-server/libjvm/gtest/gtestLauncher.exe from 1
file(s)Compiling 299 files for BUILD_jdk.javadoc.interimCompiling 162 files
for BUILD_TOOLS_JDKSjavac server failed to initialize: No port file values
materialized. Giving up after 60369 msProcess output:Process exit code: 0IOException caught during compilation: Server
failed to initialize: No port file values materialized. Giving up after
60369 msmake[3]: *** [CompileToolsJdk.gmk:48:
/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/buildtoo/jdk_tools_classes/_the.BUILD_TOOLS_JDK_batch]
Error 1make[2]: *** [make/Main.gmk:85: buildtools-jdk] Error 2make[2]: ***
Waiting for unfinished jobsCompiling 188 files for
BUILD_jdk.rmic.interimNote: Some input files use or override a deprecated
API.Note: Recompile with -Xlint:deprecation for
details.c:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341):
error C2220: warning treated as error -o 'object' file
generatedc:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341):
warning C4305: 'argument': truncation fm 'const intx' to 'double'make[3]:
*** [lib/CompileJvm.gmk:151:
/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/riant-server/libjvm/objs/jvmFlagRangeList.obj]
Error 1make[3]: *** Waiting for unfinished jobsmake[2]: ***
[make/Main.gmk:257: hotspot-server-libs] Error 2ERROR: Build failed for
target 'default (exploded-image)' in configuration
'windows-x86_64-normal-server-release' (exit code 2)=== Output from failing
command(s) repeated here ===* For target
buildtools_jdk_tools_classes__the.BUILD_TOOLS_JDK_batch:Sjavac server
failed to initialize: No port file values materialized. Giving up after
60369 msProcess output:Process exit code:
0IOException caught during compilation: Server failed to initialize: No
port file values materialized. Giving up after 60369 ms* For target
hotspot_variant-server_libjvm_objs_jvmFlagRangeList.obj:jvmFlagRangeList.cppc:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341):
error C2220: warning treated as error -o 'object' file
generatedc:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/jvmFlagRangeList.cpp(341):
warning C4305: 'argument': truncation fm 'const intx' to 'double'   ...
(rest of output omitted)* All command lines available in
/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/make-support/ilure-logs.===
End of repeated output ===No indication of failed target found.Hint: Try
searching the build log for '] Error'.Hint: See
doc/building.html#troubleshooting for assistance.make[1]: ***
[/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:305:
main] Error 2make: ***
[/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:186:
default] Error 2*

пт, 31 мая 2019 г. в 08:47, David Holmes :

> Hi Moshe,
>
> Can you update your VS 2017 installation? The only difference I can spot
> is that we are using
>
> Microsoft Visual Studio 2017 15.9.6
>
> with
>
> Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27026.1
>
> while you have:
>
> Visual Studio 2017 Developer Command Prompt v15.0.26228.86
>
> with
>
> [Microsoft (R) C/C++ Optimizing Compiler Version 19.10.25027
>
> David
> -
>
> On 31/05/2019 1:55 am, Moshe Zuisman wrote:
> > Hi David. I have done it. with same result.
> > I have added --debug-configure flag.. Attaching full configure output..
> >
> > I am stuck with this issue and right now - have no idea - how to get out
> > of this "blind alley"...
> >
> > чт, 30 мая 2019 г. в 

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-30 Thread David Holmes

Hi Moshe,

Can you update your VS 2017 installation? The only difference I can spot 
is that we are using


Microsoft Visual Studio 2017 15.9.6

with

Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27026.1

while you have:

Visual Studio 2017 Developer Command Prompt v15.0.26228.86

with

[Microsoft (R) C/C++ Optimizing Compiler Version 19.10.25027

David
-

On 31/05/2019 1:55 am, Moshe Zuisman wrote:

Hi David. I have done it. with same result.
I have added --debug-configure flag.. Attaching full configure output..

I am stuck with this issue and right now - have no idea - how to get out 
of this "blind alley"...


чт, 30 мая 2019 г. в 12:46, David Holmes >:


Hi Moshe,

can you try running configure with --disable-precompiled-headers

Thanks,
David

On 30/05/2019 6:26 pm, Moshe Zuisman wrote:
 > Configuration summary:
 > 
 > The existing configuration has been successfully updated in
 >
/cygdrive/c/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release
 > using configure arguments '--with-boot-jdk=/cygdrive/c/jdk-11.0.3'.
 >
 > Configuration summary:
 > * Debug level:    release
 > * HS debug level: product
 > * JVM variants:   server
 > * JVM features:   server: 'aot cds cmsgc compiler1 compiler2
epsilongc
 > g1gc graal jfr jni-check jvmci jvmti management nmt parallelgc
serialgc
 > services vm-structs'
 > * OpenJDK target: OS: windows, CPU architecture: x86, address
length: 64
 > * Version string: 11-internal+0-adhoc.ADPRODcuser.jdk11-1ddf9a99e4ad
 > (11-internal)
 >
 > Tools summary:
 > * Environment:    cygwin version 3.0.7(0.338/5/3) (root at
 > /cygdrive/c/cygwin64)
 > * Boot JDK:       java version "11.0.3" 2019-04-16 LTS  Java(TM) SE
 > Runtime Environment 18.9 (build 11.0.3+12-LTS)  Java HotSpot(TM)
64-Bit
 > Server VM 18.9 (build 11.0.3+12-LTS, mixed mode)   (at
 > /cygdrive/c/jdk-11.0.3)
 > * Toolchain:      microsoft (Microsoft Visual Studio 2017)
 > * C Compiler:     Version 19.10.25027 (at
 >

/cygdrive/c/progra~2/mib055~1/2017/profes~1/vc/tools/msvc/1410~1.250/bin/hostx86/x64/cl)
 > * C++ Compiler:   Version 19.10.25027 (at
 >

/cygdrive/c/progra~2/mib055~1/2017/profes~1/vc/tools/msvc/1410~1.250/bin/hostx86/x64/cl)
 >
 > Build performance summary:
 > * Cores to use:   2
 > * Memory limit:   8191 MB
 >
 > WARNING: The result of this configuration has overridden an older
 > configuration. You *should* run 'make clean' to make sure you get a
 > proper build. Failure to do so might result in strange build
problems.
 >
 > чт, 30 мая 2019 г. в 00:58, David Holmes mailto:david.hol...@oracle.com>
 > >>:
 >
 >     Can you provide the configuration summary produced by configure?
 >
 >     It's an issue with precompiled headers but I've no idea what.
 >
 >     David
 >
 >     On 30/05/2019 5:21 am, Moshe Zuisman wrote:
 >      > I  thought, that may be probleem ressults form some specific
 >      > configuration on my  machine (for example I have 2 version of
 >     MSVCc -
 >      > 2012 and 2017.
 >      > So I created clean VmWare Virtual machine and installed their
 >     only MSVC
 >      > 2017 and cygwin. And tried to build OPEN JDK theeir. and
got exactly
 >      > same  failure.
 >      >
 >      > ср, 29 мая 2019 г. в 09:40, Moshe Zuisman
mailto:zuism...@gmail.com>
 >     >
 >      > 
      >
 >      >     I am using
 >      > http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a23d4b4ea281
 >      >   
  

 >      >
 >      >
 >      >     ср, 29 мая 2019 г. в 08:35, David Holmes
 >     mailto:david.hol...@oracle.com>
>
 >      >     
 >           >
 >      >         Hi Moshe,
 >      >
 >      >         On 29/05/2019 2:15 am, Moshe Zuisman wrote:
 >      >          > I am trying to build OPEN jdk 11 on cygwin with
MSVC 2017
 >      >          >
 >      >
 > 
  _

 >      >
 >      >         VS 2017 is the official supported compiler for
building
 >     OpenJDK
 >      >         11 [1]
 >      >         and we 

Fwd: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-30 Thread Moshe Zuisman
Hi David. I have done it. with same result.
I have added --debug-configure flag.. Attaching full configure output..

I am stuck with this issue and right now - have no idea - how to get out of
this "blind alley"...

чт, 30 мая 2019 г. в 12:46, David Holmes :

> Hi Moshe,
>
> can you try running configure with --disable-precompiled-headers
>
> Thanks,
> David
>
> On 30/05/2019 6:26 pm, Moshe Zuisman wrote:
> > Configuration summary:
> > 
> > The existing configuration has been successfully updated in
> > /cygdrive/c/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release
> > using configure arguments '--with-boot-jdk=/cygdrive/c/jdk-11.0.3'.
> >
> > Configuration summary:
> > * Debug level:release
> > * HS debug level: product
> > * JVM variants:   server
> > * JVM features:   server: 'aot cds cmsgc compiler1 compiler2 epsilongc
> > g1gc graal jfr jni-check jvmci jvmti management nmt parallelgc serialgc
> > services vm-structs'
> > * OpenJDK target: OS: windows, CPU architecture: x86, address length: 64
> > * Version string: 11-internal+0-adhoc.ADPRODcuser.jdk11-1ddf9a99e4ad
> > (11-internal)
> >
> > Tools summary:
> > * Environment:cygwin version 3.0.7(0.338/5/3) (root at
> > /cygdrive/c/cygwin64)
> > * Boot JDK:   java version "11.0.3" 2019-04-16 LTS  Java(TM) SE
> > Runtime Environment 18.9 (build 11.0.3+12-LTS)  Java HotSpot(TM) 64-Bit
> > Server VM 18.9 (build 11.0.3+12-LTS, mixed mode)   (at
> > /cygdrive/c/jdk-11.0.3)
> > * Toolchain:  microsoft (Microsoft Visual Studio 2017)
> > * C Compiler: Version 19.10.25027 (at
> >
> /cygdrive/c/progra~2/mib055~1/2017/profes~1/vc/tools/msvc/1410~1.250/bin/hostx86/x64/cl)
> > * C++ Compiler:   Version 19.10.25027 (at
> >
> /cygdrive/c/progra~2/mib055~1/2017/profes~1/vc/tools/msvc/1410~1.250/bin/hostx86/x64/cl)
> >
> > Build performance summary:
> > * Cores to use:   2
> > * Memory limit:   8191 MB
> >
> > WARNING: The result of this configuration has overridden an older
> > configuration. You *should* run 'make clean' to make sure you get a
> > proper build. Failure to do so might result in strange build problems.
> >
> > чт, 30 мая 2019 г. в 00:58, David Holmes  > >:
> >
> > Can you provide the configuration summary produced by configure?
> >
> > It's an issue with precompiled headers but I've no idea what.
> >
> > David
> >
> > On 30/05/2019 5:21 am, Moshe Zuisman wrote:
> >  > I  thought, that may be probleem ressults form some specific
> >  > configuration on my  machine (for example I have 2 version of
> > MSVCc -
> >  > 2012 and 2017.
> >  > So I created clean VmWare Virtual machine and installed their
> > only MSVC
>
>


Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-30 Thread David Holmes

Hi Moshe,

can you try running configure with --disable-precompiled-headers

Thanks,
David

On 30/05/2019 6:26 pm, Moshe Zuisman wrote:

Configuration summary:

The existing configuration has been successfully updated in
/cygdrive/c/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release
using configure arguments '--with-boot-jdk=/cygdrive/c/jdk-11.0.3'.

Configuration summary:
* Debug level:    release
* HS debug level: product
* JVM variants:   server
* JVM features:   server: 'aot cds cmsgc compiler1 compiler2 epsilongc 
g1gc graal jfr jni-check jvmci jvmti management nmt parallelgc serialgc 
services vm-structs'

* OpenJDK target: OS: windows, CPU architecture: x86, address length: 64
* Version string: 11-internal+0-adhoc.ADPRODcuser.jdk11-1ddf9a99e4ad 
(11-internal)


Tools summary:
* Environment:    cygwin version 3.0.7(0.338/5/3) (root at 
/cygdrive/c/cygwin64)
* Boot JDK:       java version "11.0.3" 2019-04-16 LTS  Java(TM) SE 
Runtime Environment 18.9 (build 11.0.3+12-LTS)  Java HotSpot(TM) 64-Bit 
Server VM 18.9 (build 11.0.3+12-LTS, mixed mode)   (at 
/cygdrive/c/jdk-11.0.3)

* Toolchain:      microsoft (Microsoft Visual Studio 2017)
* C Compiler:     Version 19.10.25027 (at 
/cygdrive/c/progra~2/mib055~1/2017/profes~1/vc/tools/msvc/1410~1.250/bin/hostx86/x64/cl)
* C++ Compiler:   Version 19.10.25027 (at 
/cygdrive/c/progra~2/mib055~1/2017/profes~1/vc/tools/msvc/1410~1.250/bin/hostx86/x64/cl)


Build performance summary:
* Cores to use:   2
* Memory limit:   8191 MB

WARNING: The result of this configuration has overridden an older
configuration. You *should* run 'make clean' to make sure you get a
proper build. Failure to do so might result in strange build problems.

чт, 30 мая 2019 г. в 00:58, David Holmes >:


Can you provide the configuration summary produced by configure?

It's an issue with precompiled headers but I've no idea what.

David

On 30/05/2019 5:21 am, Moshe Zuisman wrote:
 > I  thought, that may be probleem ressults form some specific
 > configuration on my  machine (for example I have 2 version of
MSVCc -
 > 2012 and 2017.
 > So I created clean VmWare Virtual machine and installed their
only MSVC
 > 2017 and cygwin. And tried to build OPEN JDK theeir. and got exactly
 > same  failure.
 >
 > ср, 29 мая 2019 г. в 09:40, Moshe Zuisman mailto:zuism...@gmail.com>
 > >>:
 >
 >     I am using
 > http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a23d4b4ea281
 >     
 >
 >
 >     ср, 29 мая 2019 г. в 08:35, David Holmes
mailto:david.hol...@oracle.com>
 >     >>:
 >
 >         Hi Moshe,
 >
 >         On 29/05/2019 2:15 am, Moshe Zuisman wrote:
 >          > I am trying to build OPEN jdk 11 on cygwin with MSVC 2017
 >          >
 >   
  _

 >
 >         VS 2017 is the official supported compiler for building
OpenJDK
 >         11 [1]
 >         and we don't see any issues. What version of the 11u
source are you
 >         trying to compile?
 >
 >         David
 >
 >         [1]
 > https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms
 >
 >          >
 >          >
 >   
  *c:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):

 >          > warning C4577: 'noexcept' used with no exception handling
 >         mode specified;
 >          > termination on exception is not guaranteed. Specify
 >         /EHscmake[3]: ***
 >          > [lib/CompileJvm.gmk:151:
 >          >
 >   
  /cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/variant-server/libjvm/objs/BUILD_LIBJVM_pch.obj]

 >          > Error 1make[3]: *** Waiting for unfinished
jobsmake[2]: ***
 >          > [make/Main.gmk:257: hotspot-server-libs] Error
2make[2]: ***
 >         Waiting for
 >          > unfinished jobsERROR: Build failed for target 'default
 >          > (exploded-image)' in configuration
 >         'windows-x86_64-normal-server-release'
 >          > (exit code 2)=== Output from failing command(s)
repeated here
 >         ===* For
 >          > target
 >          >
 >   
  hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_pch.obj:BUILD_LIBJVM_pch.cppc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):

 >          > error C2220: warning treated as error - no 'object' file
 >          >
 >   
  

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-30 Thread Moshe Zuisman
Configuration summary:

The existing configuration has been successfully updated in
/cygdrive/c/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release
using configure arguments '--with-boot-jdk=/cygdrive/c/jdk-11.0.3'.

Configuration summary:
* Debug level:release
* HS debug level: product
* JVM variants:   server
* JVM features:   server: 'aot cds cmsgc compiler1 compiler2 epsilongc g1gc
graal jfr jni-check jvmci jvmti management nmt parallelgc serialgc services
vm-structs'
* OpenJDK target: OS: windows, CPU architecture: x86, address length: 64
* Version string: 11-internal+0-adhoc.ADPRODcuser.jdk11-1ddf9a99e4ad
(11-internal)

Tools summary:
* Environment:cygwin version 3.0.7(0.338/5/3) (root at
/cygdrive/c/cygwin64)
* Boot JDK:   java version "11.0.3" 2019-04-16 LTS  Java(TM) SE Runtime
Environment 18.9 (build 11.0.3+12-LTS)  Java HotSpot(TM) 64-Bit Server VM
18.9 (build 11.0.3+12-LTS, mixed mode)   (at /cygdrive/c/jdk-11.0.3)
* Toolchain:  microsoft (Microsoft Visual Studio 2017)
* C Compiler: Version 19.10.25027 (at
/cygdrive/c/progra~2/mib055~1/2017/profes~1/vc/tools/msvc/1410~1.250/bin/hostx86/x64/cl)
* C++ Compiler:   Version 19.10.25027 (at
/cygdrive/c/progra~2/mib055~1/2017/profes~1/vc/tools/msvc/1410~1.250/bin/hostx86/x64/cl)

Build performance summary:
* Cores to use:   2
* Memory limit:   8191 MB

WARNING: The result of this configuration has overridden an older
configuration. You *should* run 'make clean' to make sure you get a
proper build. Failure to do so might result in strange build problems.

чт, 30 мая 2019 г. в 00:58, David Holmes :

> Can you provide the configuration summary produced by configure?
>
> It's an issue with precompiled headers but I've no idea what.
>
> David
>
> On 30/05/2019 5:21 am, Moshe Zuisman wrote:
> > I  thought, that may be probleem ressults form some specific
> > configuration on my  machine (for example I have 2 version of MSVCc -
> > 2012 and 2017.
> > So I created clean VmWare Virtual machine and installed their only MSVC
> > 2017 and cygwin. And tried to build OPEN JDK theeir. and got exactly
> > same  failure.
> >
> > ср, 29 мая 2019 г. в 09:40, Moshe Zuisman  > >:
> >
> > I am using
> > http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a23d4b4ea281
> > 
> >
> >
> > ср, 29 мая 2019 г. в 08:35, David Holmes  > >:
> >
> > Hi Moshe,
> >
> > On 29/05/2019 2:15 am, Moshe Zuisman wrote:
> >  > I am trying to build OPEN jdk 11 on cygwin with MSVC 2017
> >  >
> >
>  _
> >
> > VS 2017 is the official supported compiler for building OpenJDK
> > 11 [1]
> > and we don't see any issues. What version of the 11u source are
> you
> > trying to compile?
> >
> > David
> >
> > [1]
> >
> https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms
> >
> >  >
> >  >
> >
>  
> *c:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
> >  > warning C4577: 'noexcept' used with no exception handling
> > mode specified;
> >  > termination on exception is not guaranteed. Specify
> > /EHscmake[3]: ***
> >  > [lib/CompileJvm.gmk:151:
> >  >
> >
>  
> /cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/variant-server/libjvm/objs/BUILD_LIBJVM_pch.obj]
> >  > Error 1make[3]: *** Waiting for unfinished jobsmake[2]:
> ***
> >  > [make/Main.gmk:257: hotspot-server-libs] Error 2make[2]: ***
> > Waiting for
> >  > unfinished jobsERROR: Build failed for target 'default
> >  > (exploded-image)' in configuration
> > 'windows-x86_64-normal-server-release'
> >  > (exit code 2)=== Output from failing command(s) repeated here
> > ===* For
> >  > target
> >  >
> >
>  
> hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_pch.obj:BUILD_LIBJVM_pch.cppc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
> >  > error C2220: warning treated as error - no 'object' file
> >  >
> >
>  
> generatedc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
> >  > warning C4577: 'noexcept' used with no exception handling
> > mode specified;
> >  > termination on exception is not guaranteed. Specify /EHsc
> >   ... (rest of
> >  > output omitted)* All command lines available in
> >  >
> >
>  
> /cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/make-support/failure-logs.===
> >  > End of repeated output 

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-29 Thread David Holmes

Can you provide the configuration summary produced by configure?

It's an issue with precompiled headers but I've no idea what.

David

On 30/05/2019 5:21 am, Moshe Zuisman wrote:
I  thought, that may be probleem ressults form some specific 
configuration on my  machine (for example I have 2 version of MSVCc - 
2012 and 2017.
So I created clean VmWare Virtual machine and installed their only MSVC 
2017 and cygwin. And tried to build OPEN JDK theeir. and got exactly 
same  failure.


ср, 29 мая 2019 г. в 09:40, Moshe Zuisman >:


I am using
http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a23d4b4ea281



ср, 29 мая 2019 г. в 08:35, David Holmes mailto:david.hol...@oracle.com>>:

Hi Moshe,

On 29/05/2019 2:15 am, Moshe Zuisman wrote:
 > I am trying to build OPEN jdk 11 on cygwin with MSVC 2017
 >

_

VS 2017 is the official supported compiler for building OpenJDK
11 [1]
and we don't see any issues. What version of the 11u source are you
trying to compile?

David

[1]
https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms

 >
 >

*c:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
 > warning C4577: 'noexcept' used with no exception handling
mode specified;
 > termination on exception is not guaranteed. Specify
/EHscmake[3]: ***
 > [lib/CompileJvm.gmk:151:
 >

/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/variant-server/libjvm/objs/BUILD_LIBJVM_pch.obj]
 > Error 1make[3]: *** Waiting for unfinished jobsmake[2]: ***
 > [make/Main.gmk:257: hotspot-server-libs] Error 2make[2]: ***
Waiting for
 > unfinished jobsERROR: Build failed for target 'default
 > (exploded-image)' in configuration
'windows-x86_64-normal-server-release'
 > (exit code 2)=== Output from failing command(s) repeated here
===* For
 > target
 >

hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_pch.obj:BUILD_LIBJVM_pch.cppc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
 > error C2220: warning treated as error - no 'object' file
 >

generatedc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
 > warning C4577: 'noexcept' used with no exception handling
mode specified;
 > termination on exception is not guaranteed. Specify /EHsc 
  ... (rest of

 > output omitted)* All command lines available in
 >

/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/make-support/failure-logs.===
 > End of repeated output ===No indication of failed target
found.Hint: Try
 > searching the build log for '] Error'.Hint: See
 > doc/building.html#troubleshooting for assistance.make[1]: ***
 >

[/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:305:
 > main] Error 2make: ***
 >

[/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:186:
 > default] Error 2*
 >



Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-29 Thread Moshe Zuisman
I  thought, that may be probleem ressults form some specific configuration
on my  machine (for example I have 2 version of MSVCc - 2012 and 2017.
So I created clean VmWare Virtual machine and installed their only MSVC
2017 and cygwin. And tried to build OPEN JDK theeir. and got exactly same
failure.

ср, 29 мая 2019 г. в 09:40, Moshe Zuisman :

> I am using  http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a23d4b4ea281
>
>
> ср, 29 мая 2019 г. в 08:35, David Holmes :
>
>> Hi Moshe,
>>
>> On 29/05/2019 2:15 am, Moshe Zuisman wrote:
>> > I am trying to build OPEN jdk 11 on cygwin with MSVC 2017
>> >
>> _
>>
>> VS 2017 is the official supported compiler for building OpenJDK 11 [1]
>> and we don't see any issues. What version of the 11u source are you
>> trying to compile?
>>
>> David
>>
>> [1] https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms
>>
>> >
>> >
>> *c:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
>> > warning C4577: 'noexcept' used with no exception handling mode
>> specified;
>> > termination on exception is not guaranteed. Specify /EHscmake[3]: ***
>> > [lib/CompileJvm.gmk:151:
>> >
>> /cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/variant-server/libjvm/objs/BUILD_LIBJVM_pch.obj]
>> > Error 1make[3]: *** Waiting for unfinished jobsmake[2]: ***
>> > [make/Main.gmk:257: hotspot-server-libs] Error 2make[2]: *** Waiting for
>> > unfinished jobsERROR: Build failed for target 'default
>> > (exploded-image)' in configuration
>> 'windows-x86_64-normal-server-release'
>> > (exit code 2)=== Output from failing command(s) repeated here ===* For
>> > target
>> >
>> hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_pch.obj:BUILD_LIBJVM_pch.cppc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
>> > error C2220: warning treated as error - no 'object' file
>> >
>> generatedc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
>> > warning C4577: 'noexcept' used with no exception handling mode
>> specified;
>> > termination on exception is not guaranteed. Specify /EHsc   ... (rest of
>> > output omitted)* All command lines available in
>> >
>> /cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/make-support/failure-logs.===
>> > End of repeated output ===No indication of failed target found.Hint: Try
>> > searching the build log for '] Error'.Hint: See
>> > doc/building.html#troubleshooting for assistance.make[1]: ***
>> >
>> [/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:305:
>> > main] Error 2make: ***
>> >
>> [/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:186:
>> > default] Error 2*
>> >
>>
>


Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-29 Thread Moshe Zuisman
I am using  http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a23d4b4ea281


ср, 29 мая 2019 г. в 08:35, David Holmes :

> Hi Moshe,
>
> On 29/05/2019 2:15 am, Moshe Zuisman wrote:
> > I am trying to build OPEN jdk 11 on cygwin with MSVC 2017
> > _
>
> VS 2017 is the official supported compiler for building OpenJDK 11 [1]
> and we don't see any issues. What version of the 11u source are you
> trying to compile?
>
> David
>
> [1] https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms
>
> >
> >
> *c:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
> > warning C4577: 'noexcept' used with no exception handling mode specified;
> > termination on exception is not guaranteed. Specify /EHscmake[3]: ***
> > [lib/CompileJvm.gmk:151:
> >
> /cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/variant-server/libjvm/objs/BUILD_LIBJVM_pch.obj]
> > Error 1make[3]: *** Waiting for unfinished jobsmake[2]: ***
> > [make/Main.gmk:257: hotspot-server-libs] Error 2make[2]: *** Waiting for
> > unfinished jobsERROR: Build failed for target 'default
> > (exploded-image)' in configuration 'windows-x86_64-normal-server-release'
> > (exit code 2)=== Output from failing command(s) repeated here ===* For
> > target
> >
> hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_pch.obj:BUILD_LIBJVM_pch.cppc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
> > error C2220: warning treated as error - no 'object' file
> >
> generatedc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
> > warning C4577: 'noexcept' used with no exception handling mode specified;
> > termination on exception is not guaranteed. Specify /EHsc   ... (rest of
> > output omitted)* All command lines available in
> >
> /cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/make-support/failure-logs.===
> > End of repeated output ===No indication of failed target found.Hint: Try
> > searching the build log for '] Error'.Hint: See
> > doc/building.html#troubleshooting for assistance.make[1]: ***
> >
> [/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:305:
> > main] Error 2make: ***
> >
> [/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:186:
> > default] Error 2*
> >
>


Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-28 Thread David Holmes

Hi Moshe,

On 29/05/2019 2:15 am, Moshe Zuisman wrote:

I am trying to build OPEN jdk 11 on cygwin with MSVC 2017
_


VS 2017 is the official supported compiler for building OpenJDK 11 [1] 
and we don't see any issues. What version of the 11u source are you 
trying to compile?


David

[1] https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms



*c:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
warning C4577: 'noexcept' used with no exception handling mode specified;
termination on exception is not guaranteed. Specify /EHscmake[3]: ***
[lib/CompileJvm.gmk:151:
/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/variant-server/libjvm/objs/BUILD_LIBJVM_pch.obj]
Error 1make[3]: *** Waiting for unfinished jobsmake[2]: ***
[make/Main.gmk:257: hotspot-server-libs] Error 2make[2]: *** Waiting for
unfinished jobsERROR: Build failed for target 'default
(exploded-image)' in configuration 'windows-x86_64-normal-server-release'
(exit code 2)=== Output from failing command(s) repeated here ===* For
target
hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_pch.obj:BUILD_LIBJVM_pch.cppc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
error C2220: warning treated as error - no 'object' file
generatedc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
warning C4577: 'noexcept' used with no exception handling mode specified;
termination on exception is not guaranteed. Specify /EHsc   ... (rest of
output omitted)* All command lines available in
/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/make-support/failure-logs.===
End of repeated output ===No indication of failed target found.Hint: Try
searching the build log for '] Error'.Hint: See
doc/building.html#troubleshooting for assistance.make[1]: ***
[/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:305:
main] Error 2make: ***
[/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:186:
default] Error 2*



Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-28 Thread Moshe Zuisman
I configure with default options:

*sh ./configure  --with-boot-jdk=/cygdrive/c/jdk-11.0.3*

By the way - ordinary VC solutions - compiles form MSVC IDE with no problem

вт, 28 мая 2019 г. в 19:34, Aleksey Shipilev :

> On 5/28/19 6:15 PM, Moshe Zuisman wrote:
> > warning C4577: 'noexcept' used with no exception handling mode specified;
>
> Somebody else can chime in if this is a legit warning.
>
> > error C2220: warning treated as error - no 'object' file
>
> ...but this tells that you might try to configure with
> --disable-warnings-as-errors. Do test the
> resulting binary to verify it was actually compiled fine.
>
> --
> Thanks,
> -Aleksey
>
>


Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-28 Thread Aleksey Shipilev
On 5/28/19 6:15 PM, Moshe Zuisman wrote:
> warning C4577: 'noexcept' used with no exception handling mode specified;

Somebody else can chime in if this is a legit warning.

> error C2220: warning treated as error - no 'object' file

...but this tells that you might try to configure with 
--disable-warnings-as-errors. Do test the
resulting binary to verify it was actually compiled fine.

-- 
Thanks,
-Aleksey



Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-28 Thread Moshe Zuisman
I am trying to build OPEN jdk 11 on cygwin with MSVC 2017
_
























*c:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
warning C4577: 'noexcept' used with no exception handling mode specified;
termination on exception is not guaranteed. Specify /EHscmake[3]: ***
[lib/CompileJvm.gmk:151:
/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/hotspot/variant-server/libjvm/objs/BUILD_LIBJVM_pch.obj]
Error 1make[3]: *** Waiting for unfinished jobsmake[2]: ***
[make/Main.gmk:257: hotspot-server-libs] Error 2make[2]: *** Waiting for
unfinished jobsERROR: Build failed for target 'default
(exploded-image)' in configuration 'windows-x86_64-normal-server-release'
(exit code 2)=== Output from failing command(s) repeated here ===* For
target
hotspot_variant-server_libjvm_objs_BUILD_LIBJVM_pch.obj:BUILD_LIBJVM_pch.cppc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
error C2220: warning treated as error - no 'object' file
generatedc:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366):
warning C4577: 'noexcept' used with no exception handling mode specified;
termination on exception is not guaranteed. Specify /EHsc   ... (rest of
output omitted)* All command lines available in
/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release/make-support/failure-logs.===
End of repeated output ===No indication of failed target found.Hint: Try
searching the build log for '] Error'.Hint: See
doc/building.html#troubleshooting for assistance.make[1]: ***
[/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:305:
main] Error 2make: ***
[/cygdrive/c/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/make/Init.gmk:186:
default] Error 2*