From b3ac44dda90a7166ed6275d0f9fe2ddd0500474c Mon Sep 17 00:00:00 2001 From: strogiyotec Date: Mon, 3 May 2021 11:54:50 -0700 Subject: [PATCH] fix link to jdk source code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afbdfa5..367f025 100644 --- a/README.md +++ b/README.md @@ -678,7 +678,7 @@ Offline disassemblers like NASM and YASM won't help you. assemblers are actually written - [The JVM source - code](http://hg.openjdk.java.net/jdk9/hs/hotspot/file/6868eb69ce70/src) + code](https://github.com/openjdk/jdk/tree/master/src/hotspot/) - [Jonesforth](http://git.annexia.org/?p=jonesforth.git;a=blob;f=jonesforth.S;h=45e6e854a5d2a4c3f26af264dfce56379d401425;hb=HEAD): a well-documented example of low-level code generation and interpreter