Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.machine > #30

Java Porting Query ..

Newsgroups comp.lang.java.machine
Date 2012-08-29 06:00 -0700
Message-ID <1cc53b91-58a5-4811-8f0f-0d9bbea620d5@googlegroups.com> (permalink)
Subject Java Porting Query ..
From ssmile <ssmile03@gmail.com>

Show all headers | View raw


Hello !!

I have a RISC based 32-bit processor on an embedded platform.


About the embedded platform, the following information can be assumed...
* A GCC based toolchain supporting C and C++ is available for that platform.
* Amount of Memory (RAM) on the platform is configurable to a certain extent.
* A suitable version of Linux (2.4.x.x) will be running on this platform.


What is required is complete support for Java development and execution.


I would like feedback from anyone who has ported a Java Runtime Environment (JRE) onto custom processors.


What are the issues that are encountered? What work needs to be done on the target platform and what support needs to be added on the Host/ Development side?


For example, the JVM (which is part of a JRE) typically includes a JIT compiler. This compiler will take Java bytecode and convert it to native assembly code. For a custom processor, this code generation will have to be implemented.


JVMs have memory allocation modules. Do they need any customization?


Once a JRE is ported onto the custom platform, does it have to go through any certification process?


Any insights into the process of porting a Java Runtime will help.
==========================================

~ Thanks!!

Back to comp.lang.java.machine | Previous | NextNext in thread | Find similar


Thread

Java Porting Query .. ssmile <ssmile03@gmail.com> - 2012-08-29 06:00 -0700
  Re: Java Porting Query .. Roedy Green <see_website@mindprod.com.invalid> - 2012-08-29 12:45 -0700

csiph-web