Re: [10] RFR(M) 8182701: Modify JVMCI to allow Graal Compiler to expose platform MBean

2017-08-14 Thread Jaroslav Tulach
On čtvrtek 3. srpna 2017 17:03:39 CEST Jaroslav Tulach wrote: > On čtvrtek 27. července 2017 15:01:17 CEST Alan Bateman wrote: > > On 27/07/2017 10:07, Jaroslav Tulach wrote: > > > Yes, it seems like a desirable goal to let Graal compiler work with just > > > java.base. Is there a description how t

Re: RFR JDK-8184120 : javax.transaction.xa.Xid constants reference obsolete method names

2017-08-14 Thread Paul Sandoz
> On 11 Aug 2017, at 11:30, Lance Andersen wrote: > > Hi all > > The following change was addressed in the JTA 1.0.1B update but looks like > the field descriptions were missed when the method names changed. > > The CSR for this change has also been approved. > +1 Paul.

Re: [10] RFR: 8184940: JDK 9 rejects zip files where the modified day or month is 0

2017-08-14 Thread Martin Buchholz
Reviewed! Please push to jdk10/jdk10/jdk. On Mon, Aug 14, 2017 at 1:07 PM, Liam Miller-Cushon wrote: > On Mon, Jul 31, 2017 at 11:41 AM, Liam Miller-Cushon > wrote: > >> On Fri, Jul 28, 2017 at 3:30 PM, Martin Buchholz >> wrote: >> >>> It looks like this will test only the year, not all the d

Re: [10] RFR: 8184940: JDK 9 rejects zip files where the modified day or month is 0

2017-08-14 Thread Liam Miller-Cushon
The changeset is attached. (I don't have commit access.) On Mon, Aug 14, 2017 at 3:57 PM, Martin Buchholz wrote: > Reviewed! > > Please push to jdk10/jdk10/jdk. > > On Mon, Aug 14, 2017 at 1:07 PM, Liam Miller-Cushon > wrote: > >> On Mon, Jul 31, 2017 at 11:41 AM, Liam Miller-Cushon >> wrote:

Re: [10] RFR: 8184940: JDK 9 rejects zip files where the modified day or month is 0

2017-08-14 Thread Martin Buchholz
OK, I pushed.