RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-10-31 Thread David Holmes
http://cr.openjdk.java.net/~dholmes/8002034/webrev/ This mainly addresses JDK-8002034 Allow Full Debug Symbols when cross-compiling The initial FDS work simply disables FDS when cross-compilation is involved. But we're now ready to deal with the cross-compilation case (and even if we weren't

Re: [PATCH] JDK-7146162: javax/management/remote/mandatory/connection/BrokenConnectionTest.java failing intermittently

2012-10-31 Thread Jaroslav Bachorik
On 10/30/2012 05:10 PM, Eamonn McManus wrote: > This area has historically caused a lot of problems and I am not > surprised to see that there are more. While I don't know what the best > way to fix the issue at hand is, I don't think this proposed change is > it. The reason is that the checkConnec

hg: jdk8/tl/jaxws: 2 new changesets

2012-10-31 Thread lana . steuck
Changeset: d265b9b4c0f5 Author:katleman Date: 2012-10-18 11:08 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/d265b9b4c0f5 Added tag jdk8-b61 for changeset 97e5e74e2a34 ! .hgtags Changeset: c27ea8d489e8 Author:katleman Date: 2012-10-25 09:53 -0700 URL: http

hg: jdk8/tl/jaxp: 4 new changesets

2012-10-31 Thread lana . steuck
Changeset: 5d0fa0108d02 Author:katleman Date: 2012-10-18 11:08 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/5d0fa0108d02 Added tag jdk8-b61 for changeset 6b1db0b41d2f ! .hgtags Changeset: a96e34e038f5 Author:katleman Date: 2012-10-25 09:53 -0700 URL: http:

hg: jdk8/tl/langtools: 5 new changesets

2012-10-31 Thread lana . steuck
Changeset: b47bb81ba962 Author:katleman Date: 2012-10-18 11:09 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b47bb81ba962 Added tag jdk8-b61 for changeset 26020b247ad3 ! .hgtags Changeset: 16498acd21b5 Author:katleman Date: 2012-10-25 09:54 -0700 URL:

hg: jdk8/tl/corba: 7 new changesets

2012-10-31 Thread lana . steuck
Changeset: 2394155f9f9e Author:katleman Date: 2012-10-18 11:07 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/2394155f9f9e Added tag jdk8-b61 for changeset 0e08ba7648fb ! .hgtags Changeset: 0a5931be9176 Author:tbell Date: 2012-10-23 10:10 -0700 URL: http://

hg: jdk8/tl: 6 new changesets

2012-10-31 Thread lana . steuck
Changeset: 8343ccdd63f1 Author:katleman Date: 2012-10-18 11:07 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/8343ccdd63f1 Added tag jdk8-b61 for changeset 20ff117b5090 ! .hgtags Changeset: c12e759ac4e8 Author:tbell Date: 2012-10-23 10:10 -0700 URL: http://hg.ope

hg: jdk8/tl/jdk: 49 new changesets

2012-10-31 Thread lana . steuck
Changeset: 1ae6420126af Author:katleman Date: 2012-10-18 11:09 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1ae6420126af Added tag jdk8-b61 for changeset 61ddb3fd000a ! .hgtags Changeset: 61af38b8d4ff Author:twisti Date: 2012-10-19 17:04 -0700 URL: http://h

Re: 1-line review request: 7194607 VerifyLocalVariableTableOnRetransformTest.sh fails after JSR-292 merge

2012-10-31 Thread Christian Thalinger
On Oct 30, 2012, at 4:25 PM, serguei.spit...@oracle.com wrote: > Ok, it seems there are some suspicious fragments in the interpreter code. > Christian, could you, please, check and comment the fragments below? > > This is how the Method::max_stack() is defined: > > src/share/vm/oops/method.hpp:

hg: jdk8/tl/langtools: 8001664: refactor javadoc to use abstraction to handle files

2012-10-31 Thread jonathan . gibbons
Changeset: b980e8e6aabf Author:jjg Date: 2012-10-31 13:48 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b980e8e6aabf 8001664: refactor javadoc to use abstraction to handle files Reviewed-by: darcy ! src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImp

Re: 1-line review request: 7194607 VerifyLocalVariableTableOnRetransformTest.sh fails after JSR-292 merge

2012-10-31 Thread serguei.spit...@oracle.com
Thanks, Christian. I'm not comfortable to fix it as a part of 7194607. One question is what tests are need to be run to verify possible fixes. I'll open a separate CR under hotspot/runtime to track the Interpreter issues related to max_stack. Thanks, Serguei On 10/31/12 10:54 AM, Christian

Re: 1-line review request: 7194607 VerifyLocalVariableTableOnRetransformTest.sh fails after JSR-292 merge

2012-10-31 Thread serguei.spit...@oracle.com
I've created the hotspot/runtime CR: https://jbs.oracle.com/bugs/browse/JDK-8002087 Assigned to myself. Thanks, Serguei On 10/31/12 2:13 PM, serguei.spit...@oracle.com wrote: Thanks, Christian. I'm not comfortable to fix it as a part of 7194607. One question is what tests are need to be ru

Re: RFR: 8002034 and 8001756 - FDS changes mainly re cross-compiling

2012-10-31 Thread David Holmes
No takers so far - don't be shy, it's not a difficult one I promise :) Updated webrev: http://cr.openjdk.java.net/~dholmes/8002034/webrev.01/ Because of the multiple sub-make invocations that occur during a build the FDS logic gets processed numerous times, many of which are not needed and whi