About 31,000 results
Open links in new tab
  1. Code injecting/assembly inlining in Java? - Stack Overflow

    Jul 24, 2012 · What you officially can do is use the Java Native Interface (JNI) to call native code from your Java code. The call overhead is substantial, and sharing data with Java is fairly …

  2. Pushing the JNI Boundaries: Java Meets Assembly - DZone

    May 31, 2018 · This lesson in assembly and Java will teach you how to use the Java Native Interface to work directly with an assembler.

  3. 99% Java - Assembly and JNI

    This article presents one of the ways in which interaction can take place between Java code and assembly language code. But the two issues demonstrated – accessing interface functions …

  4. How to call a function written in assembly language code from java ...

    Feb 3, 2011 · If for example you wish to call command line utility compiled to native code (and it does not matter which language was used for coding of this utility) call it by invocation of …

  5. How do I check assembly output of Java code? - Stack Overflow

    May 22, 2022 · The first step is to compile the Java source code to bytecode, as @elliott-frisch pointed out. At runtime, the JVM watches which parts of the program are used a lot. If a …

  6. GitHub - PyvesB/javassembly: :floppy_disk: Calling Assembly from Java

    A simple example showing how assembly language can be called from Java using the Java Native Interface (JNI). The native function sums the elements of an array of integers and …

  7. GitHub - zachtjones/Java-Compiler: Compiler for Java code to …

    Compiler for Java code to x86-64, using two different intermediate representations to aid in the compilation to native assembly. The Java Native Interface is used when needed to call library …

  8. Jasmin is an assembler for the Java Virtual Machine ⛺

    Jasmin is a Java Assembler Interface. It takes ASCII descriptions for Java classes, written in a simple assembler-like syntax using the Java Virtual Machine instructions set. It converts them …

  9. Launch Java Applications from Assembly Language Programs

    Jul 2, 2008 · Here I deal with the technique for invoking Java programs from an ASM process through a demo application that calls a Java method from assembly language code. The Java …

  10. How to Compile Java to WASM (Web Assembly) - Baeldung

    May 17, 2024 · TeaVM is an ahead-of-time compiler for Java bytecode that emits JavaScript and WebAssembly that runs in a browser. The source code isn’t required to be Java, so TeaVM …

  11. Some results have been removed
Refresh