Questions tagged [jazelle]

4 questions
35
votes
3 answers

Does Android castrate the ARM's Jazelle technology?

The justification that I've seen for shall we say "Bastardizing" the Java bytecodes in Android was performance. (I suspect there is another reason.) However by changing the byte codes haven't they made hardware acceleration technologies such as…
NoMoreZealots
  • 5,274
  • 7
  • 39
  • 56
16
votes
1 answer

What is your experience with ARM Jazelle?

I'm evaluating between open source and closed source JVM for ARM. In particular, the closed source JVM can make use of Jazelle (java acceleration for newer ARMs). Do you have any experice with this technology? (And BTW, which OS do you use with it?)
michelemarcon
  • 23,277
  • 17
  • 52
  • 68
11
votes
3 answers

Jazelle on Beaglebone

I need to run Java applications on top of Linux on my Beaglebone. I know that ARM cores do have support for Jazelle technology to execute Java bytecode in hardware. Anyway it is not clear to me what I need to exploit this technology. Do I need to…
Salvatore
  • 1,145
  • 3
  • 21
  • 42
5
votes
4 answers

I want to use Java applications in an embedded hardware

I have to design a new hardware with a uP (not determined yet) to run JavaME applications. I've searched information about how do it, but for the moment it has been useless. Can anyone explain how I can do it? From what I found in my search: - Using…
user185018