All Projects → otaviojava → imergindo-jvm-book

otaviojava / imergindo-jvm-book

Licence: other
Conteúdo do livro do imergindo na JVM

Labels

Projects that are alternatives of or similar to imergindo-jvm-book

play-java-fileupload-example
An example Play application showing custom multiform fileupload in Java
Stars: ✭ 13 (-38.1%)
Mutual labels:  jvm
stuff
All stuff in a single repo (tests, ideas, benchmarks)
Stars: ✭ 13 (-38.1%)
Mutual labels:  jvm
play-scala-log4j2-example
An example Play project using Log4J 2 as the logging engine
Stars: ✭ 14 (-33.33%)
Mutual labels:  jvm
liquibase-slf4j
Liquibase SLF4J Logger.
Stars: ✭ 42 (+100%)
Mutual labels:  jvm
SourceCodeSummary
个人笔记(编译/性能优化/framework/音视频/flutter)
Stars: ✭ 18 (-14.29%)
Mutual labels:  jvm
JavaNewBee
Java 从小白到大牛,涵盖Java 基础、进阶、面试要点等核心要点,助你一臂之力。
Stars: ✭ 84 (+300%)
Mutual labels:  jvm
Android
Swift library for Android
Stars: ✭ 48 (+128.57%)
Mutual labels:  jvm
classfile-rs
JVM classfile parser and writer for Rust
Stars: ✭ 27 (+28.57%)
Mutual labels:  jvm
archimedes-jvm
Archimedes's implementation for the Java Virtual Machine (JVM)
Stars: ✭ 24 (+14.29%)
Mutual labels:  jvm
clojang
Clojure API for Erlang/OTP Communications (built on jiface)
Stars: ✭ 61 (+190.48%)
Mutual labels:  jvm
Notes
This is a learning note | Java基础,JVM,源码,大数据,面经
Stars: ✭ 69 (+228.57%)
Mutual labels:  jvm
openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Stars: ✭ 2,973 (+14057.14%)
Mutual labels:  jvm
setup-action
▶️ GitHub Action using Coursier to install JVM and Scala tools
Stars: ✭ 30 (+42.86%)
Mutual labels:  jvm
SquirrelJME
SquirrelJME is a Java ME 8 Virtual Machine for embedded and Internet of Things devices. It has the ultimate goal of being 99.9% compatible with the Java ME standard.
Stars: ✭ 148 (+604.76%)
Mutual labels:  jvm
java-notes
自己的学习笔记。包含:个人秋招经历、🐂客面经问题按照频率总结、Java一系列知识、数据库、分布式、微服务、前端、技术面试、每日文章等(持续更新)
Stars: ✭ 1,560 (+7328.57%)
Mutual labels:  jvm
jvm.js
A Java VM bytecode library written in ES6 for Node.js
Stars: ✭ 33 (+57.14%)
Mutual labels:  jvm
play-java-seed.g8
Play Java Seed template: use "sbt new playframework/play-java-seed.g8"
Stars: ✭ 20 (-4.76%)
Mutual labels:  jvm
rust-jvm
A toy JVM on Web Browser implemented by Rust
Stars: ✭ 59 (+180.95%)
Mutual labels:  jvm
LearningNotes
Java学习笔记,主要来源于B站上视频的学习,同时会记录平时一些学习和项目中遇到的问题,同步更新在蘑菇博客,如果对我的博客网站感兴趣的话,欢迎关注我的 蘑菇博客项目 笔记主要涵盖:Java,Spring,SpringCloud,计算机网络,操作系统,数据结构,Vue等 如果笔记对您有帮助的话,欢迎star支持,谢谢~
Stars: ✭ 477 (+2171.43%)
Mutual labels:  jvm
java-sdk
一些常用的java sdk和工具类(日期工具类,分布式锁,redis缓存,二叉树,反射工具类,线程池,对称/非对称/分段加解密,json序列化,http工具,雪花算法,字符串相似度,集合操作工具,xml解析,重试Retry工具类,Jvm监控等)
Stars: ✭ 26 (+23.81%)
Mutual labels:  jvm

Imergindo na JVM

imergindo na JVM

Certamente o Java é atualmente uma das linguagens mais usadas e uma das mais populares no mundo, sendo que o seu maior diferencial não está na linguagem e sim na JVM (Máquina virtual Java). Conheça um pouco mais sobre esse motor, seu funcionamento e sua arquitetura para tirar melhor proveito dela em suas aplicações, além de conhecer um pouco sobre a implementação de referência e open source da JVM, o OpenJDK. O conteúdo desse E-book falará sobre:

  • Os registradores da JVM
  • A interface do Java com código nativo, JNI, presente em diversos pontos do JVM, dentre eles, o NIO e Gargabe Collector,
  • O funcionamento básico do Garbage Collector
  • Como compilar o OpenJDK
  • ByteCode e o seu funcionamento
  • E muito mais!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].