Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2197133 | 7 | Christian Thalinger | P5 | Closed | Fixed | b112 |
JDK-2197784 | 6u23 | Christian Thalinger | P5 | Resolved | Fixed | b01 |
JDK-2199685 | 6u22m | Christian Thalinger | P5 | Resolved | Fixed | b01 |
JDK-2197500 | 6u21p | Christian Thalinger | P5 | Resolved | Fixed | b03 |
JDK-2200947 | OpenJDK6 | Christian Thalinger | P4 | Resolved | Fixed | b21 |
Gary Benson wrote:
Hi all,
Shark is a JIT compiler for Zero that uses the LLVM compiler
infrastructure to compile Java methods without introducing
system-specific code. This webrev adds Shark support to
HotSpot:
http://cr.openjdk.java.net/~gbenson/shark-hotspot-01/
And this webrev adds a little bit of build stuff to the
non-HotSpot parts of the JDK:
http://cr.openjdk.java.net/~gbenson/shark-build-01/
Building Shark is much the same as building Zero, except
that instead of doing this:
export ZERO_BUILD=true
. jdk/make/jdk_generic_profile.sh
gmake sanity && gmake
you do this:
export SHARK_BUILD=true
. jdk/make/jdk_generic_profile.sh
gmake sanity && gmake
I don't have a bug id for either of these webrevs.
Cheers,
Gary
Hi all,
Shark is a JIT compiler for Zero that uses the LLVM compiler
infrastructure to compile Java methods without introducing
system-specific code. This webrev adds Shark support to
HotSpot:
http://cr.openjdk.java.net/~gbenson/shark-hotspot-01/
And this webrev adds a little bit of build stuff to the
non-HotSpot parts of the JDK:
http://cr.openjdk.java.net/~gbenson/shark-build-01/
Building Shark is much the same as building Zero, except
that instead of doing this:
export ZERO_BUILD=true
. jdk/make/jdk_generic_profile.sh
gmake sanity && gmake
you do this:
export SHARK_BUILD=true
. jdk/make/jdk_generic_profile.sh
gmake sanity && gmake
I don't have a bug id for either of these webrevs.
Cheers,
Gary
- backported by
-
JDK-2200947 integrate Shark HotSpot changes
- Resolved
-
JDK-2197500 integrate Shark HotSpot changes
- Resolved
-
JDK-2197784 integrate Shark HotSpot changes
- Resolved
-
JDK-2199685 integrate Shark HotSpot changes
- Resolved
-
JDK-2197133 integrate Shark HotSpot changes
- Closed
- relates to
-
JDK-6890308 integrate zero assembler hotspot changes
- Closed
(1 relates to)