Re: Last Ant Test Failure with JDK9 - JAXP Secure Processing and XSLT Extensions

2016-08-30 Thread Joe Wang
Hi Stefan, On 8/30/16, 9:34 AM, Stefan Bodewig wrote: Hi Joe On 2016-08-29, Joe Wang wrote: If you are using the built-in extension functions, try turning on the following feature: private static final String ENABLE_EXTENSION_FUNCTIONS = "http://www.oracle.com/xml/jaxp/properties/enableE

Re: RFR: 8153654: Update jdeps to be multi-release jar aware

2016-08-30 Thread Steve Drach
new webrev addressing issues below: http://cr.openjdk.java.net/~sdrach/8153654/webrev.09/ >> Hi, >> >> Please review the following two changesets that enables jdeps to use >> multi-release jar files. The output from the tool shows versi

Re: RFR 8164814: Deprecate Atomic*.weakCompareAndSet and defer to Atomic*.weakCompareAndSetPlain

2016-08-30 Thread Doug Lea
On 08/30/2016 06:52 PM, Paul Sandoz wrote: I still think it’s kind of sneaky to substitute, especially because of propagation to wrapping classes such as AtomicDoubleArray. Doug, not sure you care enough to have an opinion :-) but i might as well ask, do you? Not a strong one, but I don't li

Re: RFR 8164814: Deprecate Atomic*.weakCompareAndSet and defer to Atomic*.weakCompareAndSetPlain

2016-08-30 Thread Paul Sandoz
> On 30 Aug 2016, at 14:50, Martin Buchholz wrote: > > > > On Mon, Aug 29, 2016 at 4:12 PM, Paul Sandoz > wrote: > > > On 29 Aug 2016, at 15:32, Martin Buchholz > > wrote: > > > > We had already agreed on making these changes, and t

Re: RFR 8164814: Deprecate Atomic*.weakCompareAndSet and defer to Atomic*.weakCompareAndSetPlain

2016-08-30 Thread Martin Buchholz
On Mon, Aug 29, 2016 at 4:12 PM, Paul Sandoz wrote: > > > On 29 Aug 2016, at 15:32, Martin Buchholz wrote: > > > > We had already agreed on making these changes, and the detail looks > good, so approved! > > > > Thanks. > > > > but ... I wish there was less confusion ... maybe it's unavoidable .

RFR: 8150145: javax/xml/jaxp/unittest/common/TransformationWarningsTest.java and ValidationWarningsTest.java failed intermittently without any error message

2016-08-30 Thread Aleks Efimov
Hello, Please, help to review the tests fix. Webrev: http://cr.openjdk.java.net/~aefimov/8150145/00/ JBS: https://bugs.openjdk.java.net/browse/JDK-8150145 The list of changes: 1. Two tests were modified to print exception occurred during execution. Before that these tests were failing silently.

Re: Last Ant Test Failure with JDK9 - JAXP Secure Processing and XSLT Extensions

2016-08-30 Thread Stefan Bodewig
Hi Joe On 2016-08-29, Joe Wang wrote: > If you are using the built-in extension functions, try turning on the > following feature: > private static final String ENABLE_EXTENSION_FUNCTIONS = > "http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions";; > tf.setFeature(ENABLE_EXT

Re: RFR: 8164858: Enable build-time use of java.lang.invoke resolve tracing

2016-08-30 Thread Erik Joelsson
Build changes look good. /Erik On 2016-08-29 20:10, Claes Redestad wrote: Hi, this patch adds generation of a trace of resolved java.lang.invoke classes when generating the classlist, and uses this trace as input when linking the runtime images. Bug: https://bugs.openjdk.java.net/browse/JDK-