Re: Mac+newest JDK changes?

2011-10-15 Thread Charles Oliver Nutter
You certainly scared a few people :) I didn't figure there would be any reason ongoing work wouldn't reach future Java 7 updates, though, since I know a lot of Java 7 HS work ended up in later Java 6 updates. - Charlie On Sat, Oct 15, 2011 at 8:10 AM, Christian Thalinger wrote: > Ehh, I think th

Re: Mac+newest JDK changes?

2011-10-15 Thread Christian Thalinger
Ehh, I think the wording was not very good. What I meant is after some JDK changes are put back we will remove some unused code from the VM and that VM (which will be >= HS23) cannot be dropped into 7 GA or 7u2. But of course it's possible to use this VM in >= 7u4. I hope that makes it more c

Re: Mac+newest JDK changes?

2011-10-14 Thread Paul Hohensee
Umm, "make it impossible to drop HS23 into JDK7"? That'd be a no-no. Paul Sent from my iPhone On Oct 14, 2011, at 6:33 AM, Christian Thalinger wrote: > > On Oct 14, 2011, at 11:23 AM, Christian Thalinger wrote: > >> >> On Oct 14, 2011, at 9:43 AM, Ola Bini wrote: >> >>> Hi, >>> >>> I'm

Re: Mac+newest JDK changes?

2011-10-14 Thread Charles Oliver Nutter
On Fri, Oct 14, 2011 at 1:33 PM, Christian Thalinger wrote: > And a heads-up:  soon we will push changes to HS23 that makes it impossible > to drop HS23 into JDK 7.  I hope there will be a preview build of 8 soon. I assume this *doesn't* mean there are optimizations we won't get until 8, right?

Re: Mac+newest JDK changes?

2011-10-14 Thread Charles Oliver Nutter
Brownie points to the first person to post something equivalent to OpenJDK OS X build + u2 EA hotspot so I don't have to wrestle with it myself :) - Charlie On Fri, Oct 14, 2011 at 3:51 PM, Mark Roos wrote: > My installation reports > openjdk version "1.7.0-ea" > OpenJDK Runtime Environment (bui

Re: Mac+newest JDK changes?

2011-10-14 Thread Mark Roos
My installation reports openjdk version "1.7.0-ea" OpenJDK Runtime Environment (build 1.7.0-ea-b211) OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode) regards mark___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailma

Re: Mac+newest JDK changes?

2011-10-14 Thread Mark Roos
>From Christian And a heads-up: soon we will push changes to HS23 that makes it impossible to drop HS23 into JDK 7. I hope there will be a preview build of 8 soon. I am using Stephen's compile of 8 which seems to work regards mark___

Re: Mac+newest JDK changes?

2011-10-14 Thread Christian Thalinger
On Oct 14, 2011, at 11:23 AM, Christian Thalinger wrote: > > On Oct 14, 2011, at 9:43 AM, Ola Bini wrote: > >> Hi, >> >> I'm finally about to get back to hacking on Seph, specifically looking >> at performance - I would really like to be able to run the latest >> changes (things for u2 related

Re: Mac+newest JDK changes?

2011-10-14 Thread Christian Thalinger
On Oct 14, 2011, at 9:43 AM, Ola Bini wrote: > Hi, > > I'm finally about to get back to hacking on Seph, specifically looking > at performance - I would really like to be able to run the latest > changes (things for u2 related to invoke dynamic) in MacOS X - what is > the current status of this,

Re: Mac+newest JDK changes?

2011-10-14 Thread Rémi Forax
On 10/14/2011 09:43 AM, Ola Bini wrote: > Hi, > > I'm finally about to get back to hacking on Seph, specifically looking > at performance - I would really like to be able to run the latest > changes (things for u2 related to invoke dynamic) in MacOS X - what is > the current status of this, and is

Mac+newest JDK changes?

2011-10-14 Thread Ola Bini
Hi, I'm finally about to get back to hacking on Seph, specifically looking at performance - I would really like to be able to run the latest changes (things for u2 related to invoke dynamic) in MacOS X - what is the current status of this, and is it even possible at the moment? Cheers -- Ola Bi