JDK-6976186 : integrate Shark HotSpot changes
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs19
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-08-11
  • Updated: 2014-03-03
  • Resolved: 2010-08-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u21pFixed 7Fixed OpenJDK6,hs19Fixed
Related Reports
Relates :  
Description
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

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/d2ede61b7a12
14-08-2010

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/d2ede61b7a12
11-08-2010