java-virtual-machine
There are 45 repositories under java-virtual-machine topic.
raphw/byte-buddy
Runtime code generation for the Java virtual machine.
jacoco/jacoco
:microscope: Java Code Coverage Library
ikvmnet/ikvm
A Java Virtual Machine and Bytecode-to-IL Converter for .NET
groovy/groovy-eclipse
Eclipse Groovy Development Tools
digitalgust/miniJVM
Develop iOS Android app in java, Cross platform java virtual machine , the minimal jvm .
y1yang0/yvm
[yvm] low performance garbage-collectable jvm
oldratlee/land
:dango: Land is a simple Java™ dependency-isolation container via class loader.
sysprog21/pitifulvm
A shabby implementation of Java virtual machine in C
pietrobraione/jbse
A symbolic Java virtual machine for program analysis, verification and test generation
java2script/java2script
Java2Script provides an Eclipse Java to JavaScript transpiler (source-to-source compiler) and a nearly complete JavaScript implementation of the Java runtime environment (including AWT and Swing).
mohamed-taman/JavaSE8-Features
Take a tour of the new features in Java SE 8, the platform designed to support faster and easier Java development. Learn about Project Lambda, a new syntax to support lambda expressions in Java code; the new Stream API for processing collections and managing parallel processing; the DateTime API for representing, managing and calculating date and time values; and Nashorn, a new engine to better support the use of JavaScript code with the Java Virtual Machine.
de-soot/mc-fps-jvm-args
JVM arguments that you can use in your Minecraft launcher to increase game performance.
yooka1123/cabin
A toy jvm written in C, based on jdk16
clflushopt/coldbrew
Tracing JIT compiler and runtime for a subset of the JVM
jserv/jamvm
JamVM 2 + OpenJDK
idealista/java_role
Ansible role to install Java (OpenJDK, AdoptOpenJDK and Corretto)
DavidGregory084/mina
A minimum viable functional programming language for the JVM
Feyerabend/vm
Virtual machines samples
aws-samples/monitor-java-gc-on-aws-lambda
With this solution you collect JVM garbage collector activity of your AWS Lambda functions. You can visualize out-of-memory situations in a Kibana dashboard and gain insights into your application’s memory consumption for troubleshooting and optimization.
software-engineering-and-security/confuzzion
Confuzzion is a Java Virtual Machine (JVM) fuzzer generating Java programs to find bugs and vulnerabilities in the Java VM.
seanpm2001/BlueberryOS_JVM
🫐️[🇴.🇸]📱️☕️ The official source repository for the BlueberryOS Java Virtual Machine (JVM)
BFergerson/jvm_mechanic
Lightweight JVM Performance Diagnostic Agent + Realtime Dashboard Analytics User Interface
boileryao/JVM
A JVM implemented in go-lang
chrlns/bean
Bean Java Virtual Machine for Arduino Microcontrollers
jackyhuynh/Process_Sync_and_MultiThread_Optimization_using_Java
Research paper on Multi-Threading vs. Multi-Processing applies to Operating System & Application. The research analyzes the fundamental of multiprocess and multithreading programming. The report paper also explains the basics of how operating system functions, and OS Scheduler Algorithms. I also implement the Producer-Consumer Problem using Conditional Variables to explain. This is not a full program. The research paper can be used as a good fundamental for Multithreading Engineers or embedded System Engineers.
rhaeguard/shum
a useless stack-oriented programming language for JVM
seanpm2001/PYVM
A Virtual Machine for Python, like that of the JVM (Java Virtual machine) this project may be necessary if a use is found, for now, it is just to redirect people to read about the Python interpreter, rather than a Python Virtual Machine
Amitai5/CoffeeMakerVM
A simple Java Virtual Machine (JVM) written in C#
argeeee/jvm
A Java Virtual Machine implementation in C++
jackyhuynh/JavaClientServerDemo
Client Server demo
seanpm2001/BlueberryOS_JVM_Docs
🫐️[🇴.🇸]📱️☕️📖️ The official documentation source repository for the BlueberryOS Java Virtual Machine (JVM)
SiriusNEO/CoconutJVM
A toy JVM (Java Virtual Machine) written in C++. For learning purpose.
Stupremee/rlass
A JVM Bytecode parser implemented in Rust
sylhare/Java
:coffee: Some java experiences for fun
TheAhmadOsman/JCoCo
:electric_plug: JCoCo is an implementation of the Python Virtual Machine in Java. Programming Languages class project. :hammer_and_wrench:
Rohan-dev-C/CustomJVM
This custom Java Virtual Machine (JVM) in C# is a high-performance implementation, enabling execution of Java bytecode on the C# platform. It has a flexible environment for running Java applications, this JVM bridges the gap between Java and C# ecosystems, providing a tool for cross-language development and compatibility testing.