hg: jdk8/tl/langtools: 7101933: langtools jtreg tests do not work with jprt on windows

2011-11-01 Thread jim . holmlund
Changeset: 9e2eb4bc49eb Author:jjh Date: 2011-11-01 15:49 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/9e2eb4bc49eb 7101933: langtools jtreg tests do not work with jprt on windows Summary: Fixed langtools/test/Makefile to work on cygwin. Updated jtreg to 4.1 and JCK

hg: hsx/hotspot-rt/hotspot: 7106766: Move the precompiled header from the src/share/vm directory

2011-11-01 Thread bengt . rutisson
Changeset: 95009f678859 Author:brutisso Date: 2011-11-01 13:44 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/95009f678859 7106766: Move the precompiled header from the src/share/vm directory Summary: Moved precompiled.hpp to src/share/vm/precompiled Reviewed-by: c

Re: Request for review (XS): 7106766

2011-11-01 Thread David Holmes
Thanks Rickard, this change looks okay to me. David On 1/11/2011 6:13 PM, Rickard Bäckman wrote: The URL should be: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7106766 but it seems it is not yet visible. /Rickard On 11/01/2011 08:28 AM, Rickard Bäckman wrote: Sorry for being brief on

Re: Request for review (XS): 7106766

2011-11-01 Thread Rickard Bäckman
The URL should be: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7106766 but it seems it is not yet visible. /Rickard On 11/01/2011 08:28 AM, Rickard Bäckman wrote: Sorry for being brief on the RFR, the reason we want to do this is that having the precompiled header in the "root" directo

Re: Request for review (XS): 7106766

2011-11-01 Thread Rickard Bäckman
Sorry for being brief on the RFR, the reason we want to do this is that having the precompiled header in the "root" directory sometimes cause problems since the lookup order (at least for MS CL) is: #1 the directory of the file #2 the include path (-I /I) ... we would like to be able to modi