Hi David,
I'm good with these changes, and I'm happy for ergo_zero.c to vanish.
Thanks,
Gary
David Holmes wrote:
> Hopefully all interested parties are addressed in the cc lists.
>
> webrev at:
>
> http://cr.openjdk.java.net/~dholmes/7022370/webrev/
>
> The launcher ergonomics (ergo.c) currently
Mark Wielaard wrote:
> On Wed, 2010-11-24 at 20:39 -0600, kevin diggs wrote:
> > This question is a little ... weird ... but ...
> >
> > Is the thought of trying to build your sdk with gcj ... heresy
> > (sp?). If not please give me ... your thought as to whether
> > it has any chance of working.
Hi Ramakanth,
It looks like you're using IcedTea, so I'm copying in distro-pkg-dev
which is the mailing list most IcedTea stuff is discussed on.
It also looks like you're using Fedora 8, which is very old. I'm not
saying you won't be able to do a build, but you'll likely run into
problems that u
Dr Andrew John Hughes wrote:
> On 24 August 2010 13:18, Dr Andrew John Hughes wrote:
> > On 18 August 2010 09:53, Gary Benson wrote:
> > > Christian Thalinger wrote:
> > > > On Tue, 2010-08-17 at 13:51 -0700, Kelly O'Hair wrote:
> > > > > I ha
Christian Thalinger wrote:
> On Tue, 2010-08-17 at 13:51 -0700, Kelly O'Hair wrote:
> > I had assumed this was a file in the hotspot repo, but it's
> > actually in the top repo. Feel free to push this change into
> > the tl forest, or whereever you pushed it's cohort changeset.
>
> Gary, do you n
Hi all,
This webrev contains the final piece that integrates Shark into
the OpenJDK build:
http://cr.openjdk.java.net/~gbenson/shark-build-03/
I kept this separate from the main commit because I thought it
needed approval by build-dev, but Kelly said it needs approval
by the HotSpot team.
I d
Dr Andrew John Hughes wrote:
> On 13 August 2010 16:58, Kelly O'Hair wrote:
> > We are currently discussing whether we want to continue using the
> > jdk7/build forest, and instead use the jdk7/tl forest for build
> > changes. No final decision has been made, but I see no issue with
> > this chang
Dalibor Topic wrote:
> On 8/12/10 10:58 PM, Kelly O'Hair wrote:
> > > There isn't a document but I'm happy to write one if you'd like,
> > > either as a section of README-builds.html or a file in it's own
> > > right. Shall I do that?
> >
> > Adding a section to the README-builds.html file on ZER
nges because it doesn't impact me, I'm just
> wondering if they are in the right place.
>
> Oh, and is there a document somewhere that clarifies what all these
> env vars and options are for and what they impact? Just a reference
> to a shark/zero build document in a comme
Hi all,
Shark is a JIT compiler for Zero, the zero-assembler port of HotSpot.
Shark uses the LLVM compiler infrastructure to compile Java methods
without introducing system-specific code. Shark was integrated into
HotSpot as 6976186, but there are a couple of build system tweaks
required before S
Thanks, pushed.
Cheers,
Gary
Kelly O'Hair wrote:
> Here you go:
>
> 6903453: Zero build on ARM and IA-64
>
> -kto
>
>
> Gary Benson wrote:
> > A new bug is probably better. Can you file one for me please?
> >
> > Cheers,
> > Gary
> >
&
filed, I can do that for you. Just let me
> know.
>
> -kto
>
> Gary Benson wrote:
> > Ah, good idea with the ArchFilter :)
> >
> > I've not exercised my push privileges yet, so I'm not 100%
> > sure what to do now. I need a bug ID first do I not?
&g
;
> I'm changing it to have an ArchFilter define, see line 90 in:
>
> http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-cygwin-6892741/webrev/make/common/shared/Platform.gmk.html
>
> But go ahead with your change, I'll deal with the merge when
> I get it.
>
Hi all,
This webrev contains fixes to allow OpenJDK with Zero to build
correctly on ARM and IA-64.
http://cr.openjdk.java.net/~gbenson/zero-fixes-01/
Cheers,
Gary
--
http://gbenson.net/
Andrew John Hughes wrote:
> 2009/10/15 Tim Bell :
> > Gary Benson wrote:
> > > As an update to my previous message, the HotSpot part of this
> > > patch was tested and pushed to hotspot-comp last night, so the
> > > remaining code for review is this:
>
nyone replying off-list please Cc gnu_and...@member.fsf.org, who
is going to handle this in my absence. We'd love to see this in
in time for Milestone 5, and we'd hate to miss the boat because
an email was sitting in my inbox unread!
Thanks,
Gary
Gary Benson wrote:
> Hi all,
>
>
Hi all,
Zero is an interpreter-only port of HotSpot that uses no assembler and
can trivially be built on any Linux system. The following two webrevs
add Zero support to OpenJDK:
http://cr.openjdk.java.net/~gbenson/zero-11-build/
http://cr.openjdk.java.net/~gbenson/zero-11-hotspot/
The bulk
Ah, thank you.
Cheers,
Gary
Martin Buchholz wrote:
> [+build-dev]
>
> Not that it matters much, but build-dev is a better list for this
> patch than core-libs-dev.
>
> Martin
>
> On Fri, May 8, 2009 at 09:14, Gary Benson wrote:
> > Hi all,
> >
> >
Christian Thalinger wrote:
> On Wed, 2009-04-01 at 11:33 -0700, Kelly O'Hair wrote:
> > The changes to the jdk files look fine. One question though, does
> > the name "CORE_BUILD" have a meaning to the JDK, or just the VM?
> > Just wondering if a "VM_CORE_BUILD" or "HOTSPOT_CORE_BUILD" might
> > b
o be interpreter-only (without
> porting), right? Would it still be possible to add a compiler port
> (c1, opto) on top of it?
>
> Thanks,
>
> -Jonathan
>
> Gary Benson wrote:
> > Hi Jonathan,
> >
> > IcedTea (icedtea6 anyhow) has the zero-assembler p
t to run. IcedTea helps, but my understanding is
> that there would still be probably a few months of work required to
> support a new CPU.
>
> -Jonathan
>
> Gary Benson wrote:
> > Hi Olivier,
> >
> > OpenJDK does indeed require java to build, but that aside
Hi Olivier,
OpenJDK does indeed require java to build, but that aside there
is the issue that HotSpot does not support the sh4 processor.
Check out IcedTea instead (http://icedtea.classpath.org/) which
has a) the ability to bootstrap with gcj, and b) support for
building on platforms with no HotSp
of time, as I would be expecting the Linux native Java version to
> be used in the build process.
>
> On 8/15/07, Gary Benson <[EMAIL PROTECTED]> wrote:
> > Hi Robert,
> >
> > I use IcedTea's bootstrap VM and plug replacements. Build them
> > with:
> >
Hi Robert,
I use IcedTea's bootstrap VM and plug replacements. Build them with:
hg clone http://icedtea.classpath.org/hg/icedtea
cd icedtea
./configure
make boot plugs
Then build the JDK with:
export ALT_BOOTDIR=/path/to/icedtea/bootstrap/jdk1.6.0
export ALT_CLOSED_JDK_IMPORT_PATH=
Hi Abraham,
I'm currently working on getting OpenJDK built and running on PPC but
unfortunately it's not simply a bootstrapping issue. For OpenJDK to
build on a specific platform a fair amount of platform-specific code
needs to be written. Look in hotspot/src/cpu and hotspot/src/os_cpu
and you'l
25 matches
Mail list logo