JVM building
http://hg.openjdk.java.net/jdk10/jdk10/raw-file/tip/README
file:///D:/JDK/jdk11/jdk/doc/building.html
http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html
http://hg.openjdk.java.net/jdk9/jdk9/raw-file/tip/README-builds.html
http://www.itwendao.com/article/detail/171776.html
http://www.itwendao.com/article/detail/171776.html
http://stackoverflow.com/questions/35611119/how-to-debug-openjdk-using-gdb
https://bugs.openjdk.java.net/browse/JDK-8036003
http://unix.stackexchange.com/questions/2969/what-are-stripped-and-not-stripped-executables-in-unix
http://mail.openjdk.java.net/pipermail/build-dev/2015-December/016155.html
http://blog.csdn.net/faadfafasd/article/details/50539615
http://pdf.th7.cn/down/files/1508/OpenJDK%20Cookbook.pdf
http://www.coin163.com/it/1653360379675842340/jdk8-openjdk-debugjava8hotspot
http://www.zhimengzhe.com/bianchengjiaocheng/Javabiancheng/44322.html
http://marcelinorc.com/2016/02/17/using-netbeans-to-hack-openjdk9-in-ubuntu/
http://zhongmingmao.me/2016/07/13/openjdk.html
http://mail.openjdk.java.net/pipermail/build-dev/2015-December/016155.html
http://hg.openjdk.java.net/jdk7/jdk7/raw-file/tip/README-builds.html#ant
http://hg.openjdk.java.net/jdk10/jdk10/raw-file/tip/README
http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html
http://hg.openjdk.java.net/jdk9/jdk9/raw-file/tip/README-builds.html
Building OpenJDK 9 on Ubuntu
http://www.tuicool.com/articles/v2aaEv
图文解析在Linux下搭建Hotspot JVM源码调试环境 | How to build Hotspot JVM debug environment on Linux
http://zhaohe162.blog.163.com/blog/static/382167972014101910839474/
http://zhaohe162.blog.163.com/blog/static/38216797201410854611165/
https://codeyarns.com/2014/01/14/how-to-add-library-directory-to-ldconfig-cache/
https://www.eclipse.org/downloads/packages/
http://stackoverflow.com/questions/4608187/how-to-reload-bash-profile-from-the-command-line
JDK 7 下载
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html
JDK 6 下载
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html
script
https://bash.cyberciti.biz/guide/Hello,_World!_Tutorial
http://linuxcommand.org/wss0010.php
http://www.linfo.org/create_shell_1.html
https://blogs.oracle.com/vaibhav/entry/openjdk_build_on_netbeans_with1
JVM building的更多相关文章
- Getting Started with Testing ——开始单元测试
Android tests are based on JUnit, and you can run them either as local unit tests on the JVM or as i ...
- myeclipse building workspace如何禁止及提高myeclipse速度
大家一定对building workspace时那缓慢的速度给困扰到了吧~ 其实只要把project选项里的 building automatically前的勾去掉,就可以快很多了.. 另外大家一定对 ...
- 彻底弄懂“PKIX path building failed”问题
SSL的基础知识 SSL的全称是Secure Socket Layer.它的通信流程如下图所示,客户端与服务端会通过几次通信,通过非对称加密创建出一个加密密钥,用于以后的对称信息加密. 1,客户端明文 ...
- Troubles in Building Android Source Code
Some Troubles or problems you may encounter while you setup the Android source code build environmen ...
- 60年代进程 80年代线程 IPC How the Java Virtual Machine (JVM) Works
小结: 1. To facilitate communication between processes, most operating systems support Inter Process C ...
- Nacos Cluster Building
原文链接:https://www.javaspring.net/nacos/nacos-cluster-building Continue to talk about the Nacos build ...
- [转帖]支撑双11每秒17.5万单事务 阿里巴巴对JVM都做了些什么?
支撑双11每秒17.5万单事务 阿里巴巴对JVM都做了些什么? https://mp.weixin.qq.com/s?__biz=MzA3OTg5NjcyMg==&mid=2661671930 ...
- CAS 5.x搭建常见问题系列(2).PKIX path building failed
错误原因 服务端的证书是不安全的,Cas的客户端在调用时因为安全提醒造成调用失败. CAS的客户端需要导入服务端的证书后,就正常了. 具体操作步骤如下: 1. 首先启动tomcat,看下之前搭建的ca ...
- 构建 JVM(HotSpot) 源码调试环境(OpenJDK8)
原本想在 Windows 下编译调试,但过程中遇到了诸多错误(老是报路径错误...),最后只好放弃. 此次记录调试的方法为 CentOS7 上编译,Windows 上使用 Clion 远程调试(也可直 ...
随机推荐
- 简单分页查询(web基础学习笔记十三)
一.建立资源文件和工具类 1.1 .database.properties jdbc.driver_class=oracle.jdbc.driver.OracleDriver jdbc.connect ...
- 与AQS有关的并发类
ReetrantLock与Condition: 參考 在java.util.concurrent包中.有两个非常特殊的工具类.Condition和ReentrantLock,使用过的人都知道,Reen ...
- faster rcnn测试VOC2012的问题
Traceback (most recent call last): File "./tools/test_net.py", line 90, in test_net(net, i ...
- 解决java.sql.SQLException: Incorrect string value: '\xE6\x88\x91\xE7\x9A\x84...' for column 'groupName'
今天使用mysql,用java程序往mysql中写数据,出现如下错误: Caused by: java.sql.SQLException: Incorrect string value: '\xD3\ ...
- Java类(继承)初始化顺序
/** * Created by xfyou on 2016/11/2. * Java继承的初始化 */ public class Beetle extends Insect { int k = pr ...
- Eclipse 批量创建多级文件夹
Eclipse 批量创建多级文件夹 CreateTime--2018年3月8日08:23:24 Author:Marydon 1.选中要建立文件夹的父级目录-->右键-->New--& ...
- 基础url、相对url、绝对url
#基础url.相对url.绝对url #HTTP权威指南 34页 •绝对URL:包含了访问资源所需的全部信息,如:http://www.163.com/new.html •相对URL:去除基础的部分, ...
- import 如何工作
# -*- coding: utf-8 -*- #python 27 #xiaodeng #import 如何工作 #程序第一次导入指定文件时,会执行三个步骤 #1)找到模块文件 #2)编译成位码(需 ...
- awk打印倒数第2列
cat 1-iplist.txt | awk '{ print $(NF-2) }'|wc 实际示例: 打印nginx日志中 变量request_time超过3秒的日志信息 [root@datalin ...
- 使用mysql遇到的异常
Can't find any matching row in the user table 原因 更改mysql.user表之后,没有使用flush privileges命令来更新权限. 解决方案 使 ...