[PATCH] Enable /permissive- in OpenJDK source code

2019-06-21 Thread Andrew Luo
Hi Everyone, Inline is a patch to enable /permissive- in the OpenJDK source code. Recent changes have already been made to allow the OpenJDK source to compile with /permissive-: http://hg.openjdk.java.net/jdk/jdk/rev/feb860d41612 http://hg.openjdk.java.net/jdk/jdk/rev/55dc1385d1b7 http://hg.op

Re: RFR: S, 13 JDK-8226628 The copyright footer should be enclosed in

2019-06-21 Thread Lance Andersen
+1 > On Jun 21, 2019, at 8:22 PM, Jonathan Gibbons > wrote: > > Please review a small change to make/Docs.gmk so that the copyright footer > added to specs pages is enclosed in > > JBS: https://bugs.openjdk.java.net/browse/JDK-8226628 > > -- Jon > > > $ hg diff -R open > diff -r 179204

RFR: S,13 JDK-8226628 The copyright footer should be enclosed in

2019-06-21 Thread Jonathan Gibbons
Please review a small change to make/Docs.gmk so that the copyright footer added to specs pages is enclosed in JBS: https://bugs.openjdk.java.net/browse/JDK-8226628 -- Jon $ hg diff -R open diff -r 179204eb9444 make/Docs.gmk --- a/make/Docs.gmk Fri Jun 21 12:09:07 2019 -0700 +++ b/ma

Re: changing version infomation string of 'java -version'

2019-06-21 Thread Severin Gehwolf
Hi, On Fri, 2019-06-21 at 19:39 +, Matthias Apitz wrote: > Hello, > > We have ported OpenJDK to our Solaris SPARC servers and have a small > issue now: > > The (older) Oracle Java says about the version: > > sisis@srap13dsr1:> jdk1.8.0_31/bin/java -version > java version "1.8.0_31" > Java(T

Re: changing version infomation string of 'java -version'

2019-06-21 Thread Erik Joelsson
Hello Matthias, The update version (the 31 in this case) you can set using the configure parameter --with-update-version=31. In JDK8u, the source does not know the correct value for this version number, so the distributor who builds it needs to know and set it correctly. -Erik On 2019-06-21

changing version infomation string of 'java -version'

2019-06-21 Thread Matthias Apitz
Hello, We have ported OpenJDK to our Solaris SPARC servers and have a small issue now: The (older) Oracle Java says about the version: sisis@srap13dsr1:> jdk1.8.0_31/bin/java -version java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-Bit Server VM