All Projects → zxiaofan → Jdk

zxiaofan / Jdk

Source code for multiple JDK versions(1.6/1.7/1.8/1.9/10/11/12/13/14 JDK's src.zip), Only for learning; "rt_debug.jar" can be used for debugging.

Labels

Projects that are alternatives of or similar to Jdk

awesome-env-config-cn
各种开发语言项目环境国内(中国国内加速镜像)配置教程和部分实践经验,包括github.com, nodejs,npm,nvm, yarn, java, maven, gradle, python, mysys2, elasticsearch, php,golang等等,更多正在加入中...
Stars: ✭ 50 (-90.93%)
Mutual labels:  jdk
nashorn
A fork of Oracle's EcmaScript 5.1 engine Nashorn, compatible with Java 7
Stars: ✭ 29 (-94.74%)
Mutual labels:  jdk
jdk8u-xcode10
How to compile JDK 8u with Xcode 9, 10, 11 or 12 on macOS. Also with Shenandoah and JavaFX
Stars: ✭ 34 (-93.83%)
Mutual labels:  jdk
jstackSeries.sh
Script for capturing a series of thread dumps from a Java process using jstack (on Linux and Windows)
Stars: ✭ 28 (-94.92%)
Mutual labels:  jdk
cryostat
Secure JDK Flight Recorder management for containerized JVMs
Stars: ✭ 147 (-73.32%)
Mutual labels:  jdk
java-in-termux
This script will install java (openjdk-11/8) in termux without root! Available for aarch64 or armv8, arm64, armhf, armv7l, arm or arm32 or armv7 or aarch32
Stars: ✭ 10 (-98.19%)
Mutual labels:  jdk
Docker Images
Docker Images
Stars: ✭ 232 (-57.89%)
Mutual labels:  jdk
Docs
Java知识总结:MySQL实战45讲,多线程和JVM知识总结,,SpringBoot,SpringCloud,Storm系列,微信小程序开发,ELK,《JAVA核心技术36讲笔记》,《深入理解JVM虚拟机笔记》,《高性能MySQL笔记》,《数据结构与算法》等等
Stars: ✭ 308 (-44.1%)
Mutual labels:  jdk
UnicodeBOMInputStream
Doing things right, in the name of Sun / Oracle
Stars: ✭ 36 (-93.47%)
Mutual labels:  jdk
radiobrowser4j
RadioBrowser Java API library
Stars: ✭ 30 (-94.56%)
Mutual labels:  jdk
homebrew-zulu
Homebrew Casks for Azul Zulu OpenJDK & Mission Control
Stars: ✭ 172 (-68.78%)
Mutual labels:  jdk
java-metadata
Project collecting release metadata of various JDK distributions.
Stars: ✭ 18 (-96.73%)
Mutual labels:  jdk
java-portable
Install a portable version of the JDK (and bundled JRE) and run it everywhere without admin rights on Windows.
Stars: ✭ 22 (-96.01%)
Mutual labels:  jdk
oracle-jdk-portable
🚀 Oracle JDK portable for Windows
Stars: ✭ 24 (-95.64%)
Mutual labels:  jdk
Blog Tutorials
⭐️ Codebase for the tutorials on my blog about Java, Spring Boot, AWS, Kotlin and Testing
Stars: ✭ 257 (-53.36%)
Mutual labels:  jdk
oracle-java-downloads
Oracle Java Downloads
Stars: ✭ 40 (-92.74%)
Mutual labels:  jdk
maven-springboot-electron
Package your Java Web Application with Electron + OpenJDK only using Maven
Stars: ✭ 44 (-92.01%)
Mutual labels:  jdk
Swagger Spring Boot
swagger-spring-boot-starter 是一款建立在swagger基础之上的工具包,利用SpringBoot自动装配的特性,简化了传统swagger的繁琐配置
Stars: ✭ 438 (-20.51%)
Mutual labels:  jdk
Dragonwell8
Alibaba Dragonwell8 JDK
Stars: ✭ 3,403 (+517.6%)
Mutual labels:  jdk
go-jdk
Run JVM-based code in Go efficiently
Stars: ✭ 61 (-88.93%)
Mutual labels:  jdk

JDK源码相关

JDK源码【1.7/1.8/1.9/10/11/12/13/14】,方便随时查阅源码;
Java官方demo。

 Note:各个版本代码会略有区别,即使都是JDK1.7,如Java SE Development Kit 7u1和Java SE Development Kit 7u80。

日积月累,学习JDK相关源码以及基础知识:https://github.com/zxiaofan/JDK-Study

JDK源码重新打包,支持调试JDk源码时显示变量的值:

  • rt_debug_1.7.jar:http://download.csdn.net/detail/u010887744/9791542  

  • rt_debug_1.8.jar:http://download.csdn.net/detail/u010887744/9793222

  • JDK源码【1.9】,模块化系统、JShell、集合工厂方法等(2017-10-07)。

  • JDK源码【1.7】,新增JDK1.7最新也是最后一个版本 Java SE Development Kit 7u80(2018-03-11)。  

  • JDK源码【1.6】,新增JDK1.6最新也是最后一个版本 Java SE Development Kit 6u45(2018-03-11)。   

  • JDK源码【10】,新增JDK10第一个版本 Java SE Development Kit 10(2018-03-24)。  

  • JDK源码【11】,新增JDK11.0.2(2019-03-25),下载地址:https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html  

  • JDK源码【12】,新增JDK12(2019-03-25),下载地址:https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html

  • JDK源码【13】,新增JDK13(2019-09-28),下载地址:http://jdk.java.net/13/

  • JDK源码【14】,新增JDK14(2019-11-24),下载地址:http://jdk.java.net/14/

  • JDK源码【14】,新增JDK14-GA(2020-03-29),下载地址:http://jdk.java.net/14/
    JDK14 Features

    • JEPs proposed to target JDK 14 review ends
      305: Pattern Matching for instanceof (Preview) 2019/11/25
      343: Packaging Tool (Incubator) 2019/11/25
      359: Records (Preview) 2019/11/25
      366: Deprecate the ParallelScavenge + SerialOld GC Combination 2019/11/25
      368: Text Blocks (Second Preview) 2019/11/25
      365: ZGC on Windows 2019/12/02
    • JEPs targeted to JDK 14, so far
      345: NUMA-Aware Memory Allocation for G1
      349: JFR Event Streaming
      352: Non-Volatile Mapped Byte Buffers
      358: Helpful NullPointerExceptions
      361: Switch Expressions (Standard)
      363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
      364: ZGC on macOS
      367: Remove the Pack200 Tools and API

祝君好运!
Life is all about choices!
将来的你一定会感激现在拼命的自己!
CSDN】【GitHub】【OSCHINA】【微信公众号

欢迎订阅zxiaofan的微信公众号,扫码或直接搜索zxiaofan
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].