Re: Having problem building jdk9-dev

2016-05-12 Thread Sergey Bylokhov

On 11.05.16 14:48, James Laskey wrote:

Wonder if we should have a configuration warning when an inappropriate version 
is used.


+1, is it possible to implement?



Sent from my iPhone


On May 11, 2016, at 8:35 AM, Aleksey Shipilev  
wrote:


On 05/11/2016 02:28 PM, Alan Bateman wrote:

On 11/05/2016 12:14, Aleksey Shipilev wrote:
Got the same today, and figured it only fails with JDK 9 as the boot
JDK. Builds fine with JDK 8 as boot JDK. Filed:
  https://bugs.openjdk.java.net/browse/JDK-8156740

You can never guarantee that the JDK N in development will build with a
older build of JDK N, there is just too much churn. Boot cycles builds
should be fine of course, meaning a JDK build should be able to build
itself (make bootcycle-images).


No problem with that. Let's close the bug with WNF and this description
then, so the next person facing this particular issue knows the
corrective action immediately.

Thanks,
-Aleksey







--
Best regards, Sergey.


Re: Having problem building jdk9-dev

2016-05-11 Thread James Laskey
Wonder if we should have a configuration warning when an inappropriate version 
is used. 

Sent from my iPhone

> On May 11, 2016, at 8:35 AM, Aleksey Shipilev  
> wrote:
> 
>> On 05/11/2016 02:28 PM, Alan Bateman wrote:
>>> On 11/05/2016 12:14, Aleksey Shipilev wrote:
>>> Got the same today, and figured it only fails with JDK 9 as the boot
>>> JDK. Builds fine with JDK 8 as boot JDK. Filed:
>>>   https://bugs.openjdk.java.net/browse/JDK-8156740
>> You can never guarantee that the JDK N in development will build with a
>> older build of JDK N, there is just too much churn. Boot cycles builds
>> should be fine of course, meaning a JDK build should be able to build
>> itself (make bootcycle-images).
> 
> No problem with that. Let's close the bug with WNF and this description
> then, so the next person facing this particular issue knows the
> corrective action immediately.
> 
> Thanks,
> -Aleksey
> 
> 



Re: Having problem building jdk9-dev

2016-05-11 Thread Aleksey Shipilev
On 05/11/2016 02:28 PM, Alan Bateman wrote:
> On 11/05/2016 12:14, Aleksey Shipilev wrote:
>> Got the same today, and figured it only fails with JDK 9 as the boot
>> JDK. Builds fine with JDK 8 as boot JDK. Filed:
>>https://bugs.openjdk.java.net/browse/JDK-8156740
>>
> You can never guarantee that the JDK N in development will build with a
> older build of JDK N, there is just too much churn. Boot cycles builds
> should be fine of course, meaning a JDK build should be able to build
> itself (make bootcycle-images).

No problem with that. Let's close the bug with WNF and this description
then, so the next person facing this particular issue knows the
corrective action immediately.

Thanks,
-Aleksey




Re: Having problem building jdk9-dev

2016-05-11 Thread Alan Bateman



On 11/05/2016 12:14, Aleksey Shipilev wrote:

Got the same today, and figured it only fails with JDK 9 as the boot
JDK. Builds fine with JDK 8 as boot JDK. Filed:
   https://bugs.openjdk.java.net/browse/JDK-8156740

You can never guarantee that the JDK N in development will build with a 
older build of JDK N, there is just too much churn. Boot cycles builds 
should be fine of course, meaning a JDK build should be able to build 
itself (make bootcycle-images).


-Alan.


Re: Having problem building jdk9-dev

2016-05-11 Thread Aleksey Shipilev
Got the same today, and figured it only fails with JDK 9 as the boot
JDK. Builds fine with JDK 8 as boot JDK. Filed:
  https://bugs.openjdk.java.net/browse/JDK-8156740

Thanks,
-Aleksey

On 05/09/2016 05:07 PM, Jim Laskey (Oracle) wrote:
> Mac OS X - reproducible with a clean repo.
> 
> 
>> On May 9, 2016, at 10:08 AM, Jim Laskey (Oracle)  
>> wrote:
>>
>>
>>
>>
>> Generating blacklisted certs
>> java.lang.ClassNotFoundException: sun.text.resources.BreakIteratorRules
>>  at 
>> jdk.internal.loader.BuiltinClassLoader.loadClass(java.base@9-ea/BuiltinClassLoader.java:366)
>>  at 
>> jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(java.base@9-ea/ClassLoaders.java:184)
>>  at java.lang.ClassLoader.loadClass(java.base@9-ea/ClassLoader.java:419)
>>  at java.lang.Class.forName0(java.base@9-ea/Native Method)
>>  at java.lang.Class.forName(java.base@9-ea/Class.java:294)
>>  at 
>> build.tools.generatebreakiteratordata.GenerateBreakIteratorData.generateFiles(GenerateBreakIteratorData.java:94)
>>  at 
>> build.tools.generatebreakiteratordata.GenerateBreakIteratorData.main(GenerateBreakIteratorData.java:66)
>>
> 




Re: Having problem building jdk9-dev

2016-05-09 Thread Jim Laskey (Oracle)
Mac OS X - reproducible with a clean repo.


> On May 9, 2016, at 10:08 AM, Jim Laskey (Oracle)  
> wrote:
> 
> 
> 
> 
> Generating blacklisted certs
> java.lang.ClassNotFoundException: sun.text.resources.BreakIteratorRules
>   at 
> jdk.internal.loader.BuiltinClassLoader.loadClass(java.base@9-ea/BuiltinClassLoader.java:366)
>   at 
> jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(java.base@9-ea/ClassLoaders.java:184)
>   at java.lang.ClassLoader.loadClass(java.base@9-ea/ClassLoader.java:419)
>   at java.lang.Class.forName0(java.base@9-ea/Native Method)
>   at java.lang.Class.forName(java.base@9-ea/Class.java:294)
>   at 
> build.tools.generatebreakiteratordata.GenerateBreakIteratorData.generateFiles(GenerateBreakIteratorData.java:94)
>   at 
> build.tools.generatebreakiteratordata.GenerateBreakIteratorData.main(GenerateBreakIteratorData.java:66)
> 



Having problem building jdk9-dev

2016-05-09 Thread Jim Laskey (Oracle)



Generating blacklisted certs
java.lang.ClassNotFoundException: sun.text.resources.BreakIteratorRules
at 
jdk.internal.loader.BuiltinClassLoader.loadClass(java.base@9-ea/BuiltinClassLoader.java:366)
at 
jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(java.base@9-ea/ClassLoaders.java:184)
at java.lang.ClassLoader.loadClass(java.base@9-ea/ClassLoader.java:419)
at java.lang.Class.forName0(java.base@9-ea/Native Method)
at java.lang.Class.forName(java.base@9-ea/Class.java:294)
at 
build.tools.generatebreakiteratordata.GenerateBreakIteratorData.generateFiles(GenerateBreakIteratorData.java:94)
at 
build.tools.generatebreakiteratordata.GenerateBreakIteratorData.main(GenerateBreakIteratorData.java:66)