Re: Is anyone able to build on Win 7

2012-01-25 Thread Volker Simonis
Hi Peter,

glad to see that other have the same problems:)

But seriously, on Windows 7 I'm currently experiencing the same
massive build problems and I'm not sure what the root cause of these
problems is.

I found the following bug which exactly describes the problems I'm facing:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6903517

Among others, these are:

- rm: cannot remove directory `META-INF': Directory not empty
- error:  cannot create example2.html: Permission denied
- [javac] 
C:\Software\OpenJDK\jdk8\langtools\src\share\classes\com\sun\tools\javac\util\SharedNameTable.java:40:
error: error while writing SharedNameTable:
c:\Software\OpenJDK\output_amd64\langtools\build\bootstrap\classes\com\sun\tools\javac\util\SharedNameTable.class
(Access is denied)

but I also saw the 'out of memory' and 'for' problems mentioned by you.

The description of bug 6903517 references the Big List of Dodgy Apps
(http://cygwin.com/faq/faq.using.html#faq.using.bloda). This is a list
in the Cygwin FAQ which lists applications like Virus Scanners which
can interfere with Cygwin in an unpredictable way. An indeed the
Windows 7 box on which I observe the problems has some of them
installed (e.g. McAffe {Agent, GTI Proxy Agent, Intrusion Prevention,
VirusScan Enterprise, AntySpywaare Enterprise} to name just a few).

On the other hand, on the same Windows 7 box I have a virtual machine
running inside VirtualBox  with WindowsXP which has the same McAffe
software installed and it is running without any problems. The OpenJDK
build always succeeds in the virtual machine!

So I'm not quite sure of this is:
- a problem of some additional software which is running on my Windows
7 box and interferes with Cygwin
- a general Windows7 problem
- a problem of the specific Cygwin version I'm using
- a problem of Cygwin running on 64-bit Windows 7

I'll try to further narrow down the problem, but of course any hints
are highly welcome (unfortunately I can't easily get rid of the McAffe
stuff without losing my job, so please don't advise this:)

Regards,
Volker

PS: below you can find the exact versions of the software/hardware I'm using:

64-bit Windows 7, SP 1
Dual Core Intel i7, 8GB RAM

Cygwin (output of uname -a):
CYGWIN_NT-6.1-WOW64 WDFN00299915A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
bash 4.1.10(4)  // installed by Cygwin setup.exe
make 3.82  // compiled by myself

In the Virtual box VM I have the following system:

64-bit Windows XP Professional Version 2003 SP 2

Cygwin (output of uname -a):
CYGWIN_NT-5.2-WOW64 WDFV00248216A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
bash 4.1.10(4)  // installed by Cygwin setup.exe
make 3.82  // compiled by myself


On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote:
 Is anyone able to build on Win 7?  I'm on my 8th build hoping to get to
 the end and have seen these errors:

 out of memory, 3 times - I have more than enough memory
 fork: Resource temporarily unavailable, 3 times
 error 126, once

 I have read http://cygwin.com/faq-nochunks.html#faq.using.bloda so
 apparently something on my system is causing a problem but I haven't
 been successful in finding it yet.  I have my Norton 360 Auto-Protect
 turned off.  It would be helpful to know if anyone has successfully
 built on Win 7 and also if anyone has ideas on what I might look for
 beyond what is listed in the cygwin FAQ.

 Thanks, Pete




Re: Is anyone able to build on Win 7

2012-01-25 Thread Pete Brunet
Thanks Volker, I was thinking I'm going to have to try using XP in a
VM.  My W7 config is very close to yours (make 3.81 instead of 3.82).

W7 Pro, 64 bit, SP1
Intel Core 2 Duo, P8700, 2.53 GHz, 8 GB RAM
CYGWIN_NT-6.1-WOW64 Bevo 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
GNU bash, version 4.1.10(4)-release (i686-pc-cygwin)
GNU Make 3.81

Pete

On 1/25/12 9:06 AM, Volker Simonis wrote:
 Hi Peter,

 glad to see that other have the same problems:)

 But seriously, on Windows 7 I'm currently experiencing the same
 massive build problems and I'm not sure what the root cause of these
 problems is.

 I found the following bug which exactly describes the problems I'm facing:

 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6903517

 Among others, these are:

 - rm: cannot remove directory `META-INF': Directory not empty
 - error:  cannot create example2.html: Permission denied
 - [javac] 
 C:\Software\OpenJDK\jdk8\langtools\src\share\classes\com\sun\tools\javac\util\SharedNameTable.java:40:
 error: error while writing SharedNameTable:
 c:\Software\OpenJDK\output_amd64\langtools\build\bootstrap\classes\com\sun\tools\javac\util\SharedNameTable.class
 (Access is denied)

 but I also saw the 'out of memory' and 'for' problems mentioned by you.

 The description of bug 6903517 references the Big List of Dodgy Apps
 (http://cygwin.com/faq/faq.using.html#faq.using.bloda). This is a list
 in the Cygwin FAQ which lists applications like Virus Scanners which
 can interfere with Cygwin in an unpredictable way. An indeed the
 Windows 7 box on which I observe the problems has some of them
 installed (e.g. McAffe {Agent, GTI Proxy Agent, Intrusion Prevention,
 VirusScan Enterprise, AntySpywaare Enterprise} to name just a few).

 On the other hand, on the same Windows 7 box I have a virtual machine
 running inside VirtualBox  with WindowsXP which has the same McAffe
 software installed and it is running without any problems. The OpenJDK
 build always succeeds in the virtual machine!

 So I'm not quite sure of this is:
 - a problem of some additional software which is running on my Windows
 7 box and interferes with Cygwin
 - a general Windows7 problem
 - a problem of the specific Cygwin version I'm using
 - a problem of Cygwin running on 64-bit Windows 7

 I'll try to further narrow down the problem, but of course any hints
 are highly welcome (unfortunately I can't easily get rid of the McAffe
 stuff without losing my job, so please don't advise this:)

 Regards,
 Volker

 PS: below you can find the exact versions of the software/hardware I'm using:

 64-bit Windows 7, SP 1
 Dual Core Intel i7, 8GB RAM

 Cygwin (output of uname -a):
 CYGWIN_NT-6.1-WOW64 WDFN00299915A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 
 Cygwin
 bash 4.1.10(4)  // installed by Cygwin setup.exe
 make 3.82  // compiled by myself

 In the Virtual box VM I have the following system:

 64-bit Windows XP Professional Version 2003 SP 2

 Cygwin (output of uname -a):
 CYGWIN_NT-5.2-WOW64 WDFV00248216A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 
 Cygwin
 bash 4.1.10(4)  // installed by Cygwin setup.exe
 make 3.82  // compiled by myself


 On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote:
 Is anyone able to build on Win 7?  I'm on my 8th build hoping to get to
 the end and have seen these errors:

 out of memory, 3 times - I have more than enough memory
 fork: Resource temporarily unavailable, 3 times
 error 126, once

 I have read http://cygwin.com/faq-nochunks.html#faq.using.bloda so
 apparently something on my system is causing a problem but I haven't
 been successful in finding it yet.  I have my Norton 360 Auto-Protect
 turned off.  It would be helpful to know if anyone has successfully
 built on Win 7 and also if anyone has ideas on what I might look for
 beyond what is listed in the cygwin FAQ.

 Thanks, Pete




Re: Is anyone able to build on Win 7

2012-01-25 Thread Pete Brunet
I started W7 in safe mode and the build failed with a fork failure.  I
think that eliminates things in the BLODA list.  If anyone out there is
building OK on W7 please send your configuration, e.g. as shown below. 
Maybe that will suggest a different version of cygwin or bash.  -Pete

On 1/25/12 9:55 AM, Pete Brunet wrote:
 Thanks Volker, I was thinking I'm going to have to try using XP in a
 VM.  My W7 config is very close to yours (make 3.81 instead of 3.82).

 W7 Pro, 64 bit, SP1
 Intel Core 2 Duo, P8700, 2.53 GHz, 8 GB RAM
 CYGWIN_NT-6.1-WOW64 Bevo 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
 GNU bash, version 4.1.10(4)-release (i686-pc-cygwin)
 GNU Make 3.81

 Pete

 On 1/25/12 9:06 AM, Volker Simonis wrote:
 Hi Peter,

 glad to see that other have the same problems:)

 But seriously, on Windows 7 I'm currently experiencing the same
 massive build problems and I'm not sure what the root cause of these
 problems is.

 I found the following bug which exactly describes the problems I'm facing:

 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6903517

 Among others, these are:

 - rm: cannot remove directory `META-INF': Directory not empty
 - error:  cannot create example2.html: Permission denied
 - [javac] 
 C:\Software\OpenJDK\jdk8\langtools\src\share\classes\com\sun\tools\javac\util\SharedNameTable.java:40:
 error: error while writing SharedNameTable:
 c:\Software\OpenJDK\output_amd64\langtools\build\bootstrap\classes\com\sun\tools\javac\util\SharedNameTable.class
 (Access is denied)

 but I also saw the 'out of memory' and 'for' problems mentioned by you.

 The description of bug 6903517 references the Big List of Dodgy Apps
 (http://cygwin.com/faq/faq.using.html#faq.using.bloda). This is a list
 in the Cygwin FAQ which lists applications like Virus Scanners which
 can interfere with Cygwin in an unpredictable way. An indeed the
 Windows 7 box on which I observe the problems has some of them
 installed (e.g. McAffe {Agent, GTI Proxy Agent, Intrusion Prevention,
 VirusScan Enterprise, AntySpywaare Enterprise} to name just a few).

 On the other hand, on the same Windows 7 box I have a virtual machine
 running inside VirtualBox  with WindowsXP which has the same McAffe
 software installed and it is running without any problems. The OpenJDK
 build always succeeds in the virtual machine!

 So I'm not quite sure of this is:
 - a problem of some additional software which is running on my Windows
 7 box and interferes with Cygwin
 - a general Windows7 problem
 - a problem of the specific Cygwin version I'm using
 - a problem of Cygwin running on 64-bit Windows 7

 I'll try to further narrow down the problem, but of course any hints
 are highly welcome (unfortunately I can't easily get rid of the McAffe
 stuff without losing my job, so please don't advise this:)

 Regards,
 Volker

 PS: below you can find the exact versions of the software/hardware I'm using:

 64-bit Windows 7, SP 1
 Dual Core Intel i7, 8GB RAM

 Cygwin (output of uname -a):
 CYGWIN_NT-6.1-WOW64 WDFN00299915A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 
 Cygwin
 bash 4.1.10(4)  // installed by Cygwin setup.exe
 make 3.82  // compiled by myself

 In the Virtual box VM I have the following system:

 64-bit Windows XP Professional Version 2003 SP 2

 Cygwin (output of uname -a):
 CYGWIN_NT-5.2-WOW64 WDFV00248216A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 
 Cygwin
 bash 4.1.10(4)  // installed by Cygwin setup.exe
 make 3.82  // compiled by myself


 On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote:
 Is anyone able to build on Win 7?  I'm on my 8th build hoping to get to
 the end and have seen these errors:

 out of memory, 3 times - I have more than enough memory
 fork: Resource temporarily unavailable, 3 times
 error 126, once

 I have read http://cygwin.com/faq-nochunks.html#faq.using.bloda so
 apparently something on my system is causing a problem but I haven't
 been successful in finding it yet.  I have my Norton 360 Auto-Protect
 turned off.  It would be helpful to know if anyone has successfully
 built on Win 7 and also if anyone has ideas on what I might look for
 beyond what is listed in the cygwin FAQ.

 Thanks, Pete




hg: jdk8/build/corba: Added tag jdk8-b22 for changeset a11d0062c445

2012-01-25 Thread david . katleman
Changeset: 5218eb256658
Author:katleman
Date:  2012-01-20 13:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/corba/rev/5218eb256658

Added tag jdk8-b22 for changeset a11d0062c445

! .hgtags



hg: jdk8/build: Added tag jdk8-b22 for changeset 7ad075c80995

2012-01-25 Thread david . katleman
Changeset: 60d6f64a86b1
Author:katleman
Date:  2012-01-20 13:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/rev/60d6f64a86b1

Added tag jdk8-b22 for changeset 7ad075c80995

! .hgtags



hg: jdk8/build/hotspot: 15 new changesets

2012-01-25 Thread david . katleman
Changeset: 338d438ee229
Author:katleman
Date:  2012-01-20 13:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/338d438ee229

Added tag jdk8-b22 for changeset 24727fb37561

! .hgtags

Changeset: 4e80db53c323
Author:amurillo
Date:  2012-01-14 00:52 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/4e80db53c323

7129512: new hotspot build - hs23-b11
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 94ec88ca68e2
Author:phh
Date:  2012-01-11 17:34 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/94ec88ca68e2

7115199: Add event tracing hooks and Java Flight Recorder infrastructure
Summary: Added a nop tracing infrastructure, JFR makefile changes and other 
infrastructure used only by JFR.
Reviewed-by: acorn, sspitsyn
Contributed-by: markus.gronl...@oracle.com

! make/Makefile
! make/bsd/makefiles/vm.make
! make/defs.make
! make/linux/makefiles/vm.make
! make/solaris/makefiles/vm.make
! make/windows/build.bat
! make/windows/create_obj_files.sh
! make/windows/makefiles/projectcreator.make
! make/windows/makefiles/vm.make
! src/share/vm/classfile/symbolTable.cpp
! src/share/vm/classfile/symbolTable.hpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/oops/klass.cpp
! src/share/vm/oops/klass.hpp
! src/share/vm/oops/methodKlass.cpp
! src/share/vm/oops/methodOop.hpp
! src/share/vm/prims/jni.cpp
+ src/share/vm/prims/jniExport.hpp
! src/share/vm/runtime/java.cpp
! src/share/vm/runtime/mutexLocker.cpp
! src/share/vm/runtime/mutexLocker.hpp
! src/share/vm/runtime/os.cpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/thread.hpp
! src/share/vm/runtime/vm_operations.hpp
+ src/share/vm/trace/traceEventTypes.hpp
+ src/share/vm/trace/traceMacros.hpp
+ src/share/vm/trace/tracing.hpp
! src/share/vm/utilities/globalDefinitions.hpp

Changeset: 4f3ce9284781
Author:phh
Date:  2012-01-11 17:58 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/4f3ce9284781

Merge

! src/share/vm/oops/klass.cpp
! src/share/vm/oops/klass.hpp

Changeset: f1cd52d6ce02
Author:kamg
Date:  2012-01-17 10:16 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/f1cd52d6ce02

Merge


Changeset: d7e3846464d0
Author:zgu
Date:  2012-01-17 13:08 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/d7e3846464d0

7071311: Decoder enhancement
Summary: Made decoder thread-safe
Reviewed-by: coleenp, kamg

- src/os/bsd/vm/decoder_bsd.cpp
+ src/os/bsd/vm/decoder_machO.cpp
+ src/os/bsd/vm/decoder_machO.hpp
! src/os/linux/vm/decoder_linux.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/decoder_solaris.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/decoder_windows.cpp
+ src/os/windows/vm/decoder_windows.hpp
! src/os/windows/vm/os_windows.cpp
! src/share/vm/utilities/decoder.cpp
! src/share/vm/utilities/decoder.hpp
+ src/share/vm/utilities/decoder_elf.cpp
+ src/share/vm/utilities/decoder_elf.hpp
! src/share/vm/utilities/elfFile.cpp
! src/share/vm/utilities/elfFile.hpp
! src/share/vm/utilities/elfStringTable.cpp
! src/share/vm/utilities/elfStringTable.hpp
! src/share/vm/utilities/elfSymbolTable.cpp
! src/share/vm/utilities/elfSymbolTable.hpp
! src/share/vm/utilities/vmError.cpp

Changeset: 6520f9861937
Author:kamg
Date:  2012-01-17 21:25 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/6520f9861937

Merge


Changeset: db18ca98d237
Author:zgu
Date:  2012-01-18 11:45 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/db18ca98d237

7131050: fix for 7071311 Decoder enhancement does not build on MacOS X
Summary: Decoder API changes did not reflect in os_bsd
Reviewed-by: kamg, dcubed

! src/os/bsd/vm/os_bsd.cpp

Changeset: eaa9557116a2
Author:bdelsart
Date:  2012-01-18 16:18 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/eaa9557116a2

7120448: Fix FP values for compiled frames in frame::describe
Summary: fix for debug method frame::describe
Reviewed-by: never, kvn

! src/cpu/sparc/vm/frame_sparc.inline.hpp
! src/cpu/x86/vm/frame_x86.cpp
! src/cpu/x86/vm/frame_x86.hpp
! src/cpu/zero/vm/frame_zero.inline.hpp
! src/share/vm/runtime/frame.cpp
! src/share/vm/runtime/frame.hpp

Changeset: 15d394228cfa
Author:jrose
Date:  2012-01-19 13:00 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/15d394228cfa

738: delete the obsolete flag -XX:+UseRicochetFrames
Reviewed-by: dholmes, bdelsart, kvn, twisti

! src/cpu/sparc/vm/methodHandles_sparc.cpp
! src/cpu/x86/vm/methodHandles_x86.cpp
! src/cpu/zero/vm/methodHandles_zero.hpp
! src/share/vm/prims/methodHandles.cpp
! src/share/vm/prims/methodHandles.hpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/sharedRuntime.cpp

Changeset: 898522ae3c32
Author:iveresov
Date:  2012-01-19 10:56 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/898522ae3c32

7131288: COMPILE SKIPPED: deopt handler overflow (retry at different 

hg: jdk8/build/jaxp: Added tag jdk8-b22 for changeset cf9d6ec44f89

2012-01-25 Thread david . katleman
Changeset: 95102fd33418
Author:katleman
Date:  2012-01-20 13:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxp/rev/95102fd33418

Added tag jdk8-b22 for changeset cf9d6ec44f89

! .hgtags



hg: jdk8/build/jaxws: Added tag jdk8-b22 for changeset 8d3df89b0f2d

2012-01-25 Thread david . katleman
Changeset: 25ce7a000487
Author:katleman
Date:  2012-01-20 13:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jaxws/rev/25ce7a000487

Added tag jdk8-b22 for changeset 8d3df89b0f2d

! .hgtags



hg: jdk8/build/jdk: 46 new changesets

2012-01-25 Thread david . katleman
Changeset: 76bfd08d8cc5
Author:katleman
Date:  2012-01-20 13:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/76bfd08d8cc5

Added tag jdk8-b22 for changeset dda27c73d8db

! .hgtags

Changeset: 44bd765c22f4
Author:prr
Date:  2012-01-13 13:11 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/44bd765c22f4

7127827: JRE8: javaws fails to launch on oracle linux due to XRender
Reviewed-by: bae, jgodinez

! src/solaris/classes/sun/java2d/xr/XRCompositeManager.java

Changeset: b566004bcb1a
Author:dbuck
Date:  2012-01-16 11:52 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/b566004bcb1a

7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is 
picked up for all 5.x updates
Reviewed-by: bae, prr

! make/sun/awt/Makefile

Changeset: 397667460892
Author:lana
Date:  2012-01-18 11:27 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/397667460892

Merge

- test/tools/launcher/DefaultLocaleTest.sh

Changeset: e0f94b9c53a8
Author:alexsch
Date:  2012-01-10 15:46 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/e0f94b9c53a8

7110815: closed/javax/swing/JSplitPane/4885629/bug4885629.java unstable on MacOS
Reviewed-by: kizune

+ test/javax/swing/JSplitPane/4885629/bug4885629.java

Changeset: 79d14e328670
Author:alexsch
Date:  2012-01-10 17:11 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/79d14e328670

6505523: NullPointerException in BasicTreeUI when a node is removed by 
expansion listener
Reviewed-by: rupashka

! src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java
+ test/javax/swing/JTree/6505523/bug6505523.java

Changeset: ce32a4e1be1d
Author:alexsch
Date:  2012-01-13 12:39 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/ce32a4e1be1d

7121765: closed/javax/swing/JTextArea/4697612/bug4697612.java fails on MacOS on 
Aqua LF
Reviewed-by: rupashka

+ test/javax/swing/JTextArea/4697612/bug4697612.java
+ test/javax/swing/JTextArea/4697612/bug4697612.txt

Changeset: 59b8875949e1
Author:malenkov
Date:  2012-01-16 18:28 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/59b8875949e1

7122740: PropertyDescriptor Performance Slow
Reviewed-by: rupashka

! src/share/classes/com/sun/beans/TypeResolver.java

Changeset: 3e9d35e6ee4f
Author:denis
Date:  2012-01-17 19:09 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/3e9d35e6ee4f

7110590: DnDMerlinQLTestsuite_DnDJTextArea test fails with an 
java.awt.dnd.InvalidDnDOperationException
Reviewed-by: art

! src/share/classes/java/awt/AWTKeyStroke.java

Changeset: 89bc9d08fe82
Author:anthony
Date:  2012-01-18 19:09 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/89bc9d08fe82

7130662: GTK file dialog crashes with a NPE
Summary: Guard adding a back slash to the directory name with an if (!= null) 
check
Reviewed-by: anthony, art
Contributed-by: Matt mel...@orangepalantir.org

! src/solaris/classes/sun/awt/X11/GtkFileDialogPeer.java

Changeset: fe1278123fbb
Author:lana
Date:  2012-01-18 11:41 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/fe1278123fbb

Merge

- test/tools/launcher/DefaultLocaleTest.sh

Changeset: 4d8b49a45cff
Author:lana
Date:  2012-01-18 20:23 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/4d8b49a45cff

Merge


Changeset: 400cc379adb5
Author:alanb
Date:  2012-01-06 15:00 +
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/400cc379adb5

7127235: (fs) NPE in Files.walkFileTree if cached attributes are GC'ed
Reviewed-by: forax, chegar

! src/share/classes/java/nio/file/FileTreeWalker.java

Changeset: cdc128128044
Author:valeriep
Date:  2012-01-05 18:18 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/cdc128128044

6414899: P11Digest  should support cloning
Summary: Enhanced the PKCS11 Digest implementation to support cloning
Reviewed-by: vinnie

! make/sun/security/pkcs11/mapfile-vers
! src/share/classes/sun/security/pkcs11/P11Digest.java
! src/share/classes/sun/security/pkcs11/wrapper/PKCS11.java
! src/share/lib/security/sunpkcs11-solaris.cfg
! src/share/native/sun/security/pkcs11/wrapper/pkcs11wrapper.h
+ test/sun/security/pkcs11/MessageDigest/TestCloning.java

Changeset: e6ef778c1df4
Author:valeriep
Date:  2012-01-06 11:02 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/e6ef778c1df4

Merge


Changeset: 6720ae7b1448
Author:valeriep
Date:  2012-01-06 16:06 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/jdk/rev/6720ae7b1448

7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException
Summary: Changed to always use full transformation as provider properties.
Reviewed-by: mullan

! src/share/classes/sun/security/pkcs11/SunPKCS11.java
! test/javax/crypto/Cipher/GetMaxAllowed.java

Changeset: 2050ff9dfc92
Author:darcy
Date:  2012-01-06 18:47 -0800
URL:   

hg: jdk8/build/langtools: 8 new changesets

2012-01-25 Thread david . katleman
Changeset: f6191bad139a
Author:katleman
Date:  2012-01-20 13:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/f6191bad139a

Added tag jdk8-b22 for changeset 390a7828ae18

! .hgtags

Changeset: 70d92518063e
Author:mcimadamore
Date:  2012-01-11 18:23 +
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/70d92518063e

7126754: Generics compilation failure casting List? extends Set... to 
ListSet...
Summary: Problems with Types.rewriteQuantifiers not preserving variance
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/cast/7126754/T7126754.java
+ test/tools/javac/cast/7126754/T7126754.out

Changeset: 133744729455
Author:mcimadamore
Date:  2012-01-12 15:28 +
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/133744729455

7123100: javac fails with java.lang.StackOverflowError
Summary: Inference of under-constrained type-variables creates erroneous 
recursive wildcard types
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Infer.java
+ test/tools/javac/cast/7123100/T7123100a.java
+ test/tools/javac/cast/7123100/T7123100a.out
+ test/tools/javac/cast/7123100/T7123100b.java
+ test/tools/javac/cast/7123100/T7123100b.out
+ test/tools/javac/cast/7123100/T7123100c.java
+ test/tools/javac/cast/7123100/T7123100c.out
+ test/tools/javac/cast/7123100/T7123100d.java
+ test/tools/javac/cast/7123100/T7123100d.out

Changeset: 1e2f4f4fb9f7
Author:jjh
Date:  2012-01-17 17:14 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/1e2f4f4fb9f7

7127924: langtools regression tests sometimes fail en-masse on windows
Reviewed-by: jjg

! test/tools/javac/diags/CheckExamples.java
! test/tools/javac/diags/MessageInfo.java
! test/tools/javac/diags/RunExamples.java

Changeset: f00afa80f1f0
Author:lana
Date:  2012-01-18 11:00 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/f00afa80f1f0

Merge


Changeset: cf2496340fef
Author:darcy
Date:  2012-01-18 16:43 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/cf2496340fef

7130768: Clarify behavior of Element.getEnclosingElements in subtypes
Reviewed-by: mcimadamore, jjg

! src/share/classes/javax/lang/model/element/Element.java
! src/share/classes/javax/lang/model/element/PackageElement.java
! src/share/classes/javax/lang/model/element/TypeElement.java

Changeset: 99261fc7d95d
Author:jjh
Date:  2012-01-18 18:26 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/99261fc7d95d

7131308: Three regression tests fail due to bad fix for 7127924
Reviewed-by: jjg

! test/tools/javac/diags/CheckExamples.java
! test/tools/javac/diags/MessageInfo.java
! test/tools/javac/diags/RunExamples.java

Changeset: 601ffcc6551d
Author:lana
Date:  2012-01-24 13:44 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/langtools/rev/601ffcc6551d

Merge




Re: Is anyone able to build on Win 7

2012-01-25 Thread Kelly O'Hair
Sorry guys, I don't have the time or priority to track this down.
Official builds are still happening on Windows XP and Windows 2003 X64 and these
problems are not being seen on those systems yet... 
although we recently have been visited by the McAfee plague so maybe it's just 
a matter of time. ;^(

Someone with some strong Windows experience needs to run this to ground.
We do need this to work, eventually.

-kto

On Jan 25, 2012, at 9:09 AM, Pete Brunet wrote:

 I started W7 in safe mode and the build failed with a fork failure.  I
 think that eliminates things in the BLODA list.  If anyone out there is
 building OK on W7 please send your configuration, e.g. as shown below. 
 Maybe that will suggest a different version of cygwin or bash.  -Pete
 
 On 1/25/12 9:55 AM, Pete Brunet wrote:
 Thanks Volker, I was thinking I'm going to have to try using XP in a
 VM.  My W7 config is very close to yours (make 3.81 instead of 3.82).
 
 W7 Pro, 64 bit, SP1
 Intel Core 2 Duo, P8700, 2.53 GHz, 8 GB RAM
 CYGWIN_NT-6.1-WOW64 Bevo 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
 GNU bash, version 4.1.10(4)-release (i686-pc-cygwin)
 GNU Make 3.81
 
 Pete
 
 On 1/25/12 9:06 AM, Volker Simonis wrote:
 Hi Peter,
 
 glad to see that other have the same problems:)
 
 But seriously, on Windows 7 I'm currently experiencing the same
 massive build problems and I'm not sure what the root cause of these
 problems is.
 
 I found the following bug which exactly describes the problems I'm facing:
 
 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6903517
 
 Among others, these are:
 
 - rm: cannot remove directory `META-INF': Directory not empty
 - error:  cannot create example2.html: Permission denied
 - [javac] 
 C:\Software\OpenJDK\jdk8\langtools\src\share\classes\com\sun\tools\javac\util\SharedNameTable.java:40:
 error: error while writing SharedNameTable:
 c:\Software\OpenJDK\output_amd64\langtools\build\bootstrap\classes\com\sun\tools\javac\util\SharedNameTable.class
 (Access is denied)
 
 but I also saw the 'out of memory' and 'for' problems mentioned by you.
 
 The description of bug 6903517 references the Big List of Dodgy Apps
 (http://cygwin.com/faq/faq.using.html#faq.using.bloda). This is a list
 in the Cygwin FAQ which lists applications like Virus Scanners which
 can interfere with Cygwin in an unpredictable way. An indeed the
 Windows 7 box on which I observe the problems has some of them
 installed (e.g. McAffe {Agent, GTI Proxy Agent, Intrusion Prevention,
 VirusScan Enterprise, AntySpywaare Enterprise} to name just a few).
 
 On the other hand, on the same Windows 7 box I have a virtual machine
 running inside VirtualBox  with WindowsXP which has the same McAffe
 software installed and it is running without any problems. The OpenJDK
 build always succeeds in the virtual machine!
 
 So I'm not quite sure of this is:
 - a problem of some additional software which is running on my Windows
 7 box and interferes with Cygwin
 - a general Windows7 problem
 - a problem of the specific Cygwin version I'm using
 - a problem of Cygwin running on 64-bit Windows 7
 
 I'll try to further narrow down the problem, but of course any hints
 are highly welcome (unfortunately I can't easily get rid of the McAffe
 stuff without losing my job, so please don't advise this:)
 
 Regards,
 Volker
 
 PS: below you can find the exact versions of the software/hardware I'm 
 using:
 
 64-bit Windows 7, SP 1
 Dual Core Intel i7, 8GB RAM
 
 Cygwin (output of uname -a):
 CYGWIN_NT-6.1-WOW64 WDFN00299915A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 
 Cygwin
 bash 4.1.10(4)  // installed by Cygwin setup.exe
 make 3.82  // compiled by myself
 
 In the Virtual box VM I have the following system:
 
 64-bit Windows XP Professional Version 2003 SP 2
 
 Cygwin (output of uname -a):
 CYGWIN_NT-5.2-WOW64 WDFV00248216A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 
 Cygwin
 bash 4.1.10(4)  // installed by Cygwin setup.exe
 make 3.82  // compiled by myself
 
 
 On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com 
 wrote:
 Is anyone able to build on Win 7?  I'm on my 8th build hoping to get to
 the end and have seen these errors:
 
 out of memory, 3 times - I have more than enough memory
 fork: Resource temporarily unavailable, 3 times
 error 126, once
 
 I have read http://cygwin.com/faq-nochunks.html#faq.using.bloda so
 apparently something on my system is causing a problem but I haven't
 been successful in finding it yet.  I have my Norton 360 Auto-Protect
 turned off.  It would be helpful to know if anyone has successfully
 built on Win 7 and also if anyone has ideas on what I might look for
 beyond what is listed in the cygwin FAQ.
 
 Thanks, Pete
 
 



Re: Is anyone able to build on Win 7

2012-01-25 Thread Pete Brunet
I just had success with the following changes:
- downgraded from cygwin 1.7.9 (with bash 4.1.10) to 1.7.0 (with bash
3.2.49)
- changed ...\jdk\make\docs\Makefile line 74

ifeq ($(ARCH_DATA_MODEL),64)
  MAX_VM_MEMORY = 1024
else
  MAX_VM_MEMORY = 1024 --- This was 512
endif

I've only done one build and in prior builds had other issues besides
the memory problem, i.e. fork and error 126, but there's always hope.

If others could report their W7 configurations and whether or not there
were problems, that would be helpful.

Pete

On 1/25/12 6:17 PM, Kelly O'Hair wrote:
 Sorry guys, I don't have the time or priority to track this down.
 Official builds are still happening on Windows XP and Windows 2003 X64 and 
 these
 problems are not being seen on those systems yet... 
 although we recently have been visited by the McAfee plague so maybe it's 
 just a matter of time. ;^(

 Someone with some strong Windows experience needs to run this to ground.
 We do need this to work, eventually.

 -kto

 On Jan 25, 2012, at 9:09 AM, Pete Brunet wrote:

 I started W7 in safe mode and the build failed with a fork failure.  I
 think that eliminates things in the BLODA list.  If anyone out there is
 building OK on W7 please send your configuration, e.g. as shown below. 
 Maybe that will suggest a different version of cygwin or bash.  -Pete

 On 1/25/12 9:55 AM, Pete Brunet wrote:
 Thanks Volker, I was thinking I'm going to have to try using XP in a
 VM.  My W7 config is very close to yours (make 3.81 instead of 3.82).

 W7 Pro, 64 bit, SP1
 Intel Core 2 Duo, P8700, 2.53 GHz, 8 GB RAM
 CYGWIN_NT-6.1-WOW64 Bevo 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
 GNU bash, version 4.1.10(4)-release (i686-pc-cygwin)
 GNU Make 3.81

 Pete

 On 1/25/12 9:06 AM, Volker Simonis wrote:
 Hi Peter,

 glad to see that other have the same problems:)

 But seriously, on Windows 7 I'm currently experiencing the same
 massive build problems and I'm not sure what the root cause of these
 problems is.

 I found the following bug which exactly describes the problems I'm facing:

 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6903517

 Among others, these are:

 - rm: cannot remove directory `META-INF': Directory not empty
 - error:  cannot create example2.html: Permission denied
 - [javac] 
 C:\Software\OpenJDK\jdk8\langtools\src\share\classes\com\sun\tools\javac\util\SharedNameTable.java:40:
 error: error while writing SharedNameTable:
 c:\Software\OpenJDK\output_amd64\langtools\build\bootstrap\classes\com\sun\tools\javac\util\SharedNameTable.class
 (Access is denied)

 but I also saw the 'out of memory' and 'for' problems mentioned by you.

 The description of bug 6903517 references the Big List of Dodgy Apps
 (http://cygwin.com/faq/faq.using.html#faq.using.bloda). This is a list
 in the Cygwin FAQ which lists applications like Virus Scanners which
 can interfere with Cygwin in an unpredictable way. An indeed the
 Windows 7 box on which I observe the problems has some of them
 installed (e.g. McAffe {Agent, GTI Proxy Agent, Intrusion Prevention,
 VirusScan Enterprise, AntySpywaare Enterprise} to name just a few).

 On the other hand, on the same Windows 7 box I have a virtual machine
 running inside VirtualBox  with WindowsXP which has the same McAffe
 software installed and it is running without any problems. The OpenJDK
 build always succeeds in the virtual machine!

 So I'm not quite sure of this is:
 - a problem of some additional software which is running on my Windows
 7 box and interferes with Cygwin
 - a general Windows7 problem
 - a problem of the specific Cygwin version I'm using
 - a problem of Cygwin running on 64-bit Windows 7

 I'll try to further narrow down the problem, but of course any hints
 are highly welcome (unfortunately I can't easily get rid of the McAffe
 stuff without losing my job, so please don't advise this:)

 Regards,
 Volker

 PS: below you can find the exact versions of the software/hardware I'm 
 using:

 64-bit Windows 7, SP 1
 Dual Core Intel i7, 8GB RAM

 Cygwin (output of uname -a):
 CYGWIN_NT-6.1-WOW64 WDFN00299915A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 
 Cygwin
 bash 4.1.10(4)  // installed by Cygwin setup.exe
 make 3.82  // compiled by myself

 In the Virtual box VM I have the following system:

 64-bit Windows XP Professional Version 2003 SP 2

 Cygwin (output of uname -a):
 CYGWIN_NT-5.2-WOW64 WDFV00248216A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 
 Cygwin
 bash 4.1.10(4)  // installed by Cygwin setup.exe
 make 3.82  // compiled by myself


 On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com 
 wrote:
 Is anyone able to build on Win 7?  I'm on my 8th build hoping to get to
 the end and have seen these errors:

 out of memory, 3 times - I have more than enough memory
 fork: Resource temporarily unavailable, 3 times
 error 126, once

 I have read http://cygwin.com/faq-nochunks.html#faq.using.bloda so
 apparently something on my system is causing a problem but I haven't
 been