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 远程调试(也可直 ...
随机推荐
- 《C++游戏开发》十六 游戏中的寻路算法(二):迷宫&A*算法基础
本系列文章由七十一雾央编写,转载请注明出处. http://blog.csdn.net/u011371356/article/details/10289253 作者:七十一雾央 新浪微博:http: ...
- VB 中定义FileSystemObject对象,要先添加对象
存取文件的方法有很多种,可以使用上述VB提供的函数,使用Windows API函数等等,但是最简单的方法是使用FileSystemObject对象. 1.使用FileSystemObject对象 F ...
- 解决Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from http://uk.maven.o ...
- eclipse properties文件插件
eclipse properties插件 CreateTime--2018年4月22日22:51:34 Author:Marydon 下载地址:properties文件插件.rar 1.将plug ...
- TOMCAT问题总结
迁移时间--2017年7月9日14:58:12Author:Marydon CreateTime--2016年12月25日21:55:09Author:MarydonTomcat问题总结问题一 A ...
- 全球免费知名DNS服务器
全球免费知名DNS服务器 jalone 2013-06-18 14:25:46 最近老是发表DNS相关文章,今天继续说DNS,国内75%以上的家用宽带路由器存在严重的安全隐患:用户浏览网页的时候其DN ...
- 速度挑战 - 2小时完成HTML5拼图小游戏
概述 我用lufylegend.js开发了第一个HTML5小游戏——拼图游戏,还写了篇博文来炫耀一下:HTML5小游戏<智力大拼图>发布,挑战你的思维风暴. 详细 代码下载:http:// ...
- (39)JS运动之缓冲运动
基本思路:使用定时器让物体向右运动,在运动的过程中再不是匀速运动,而是先快后慢,即距离越大,速度越快,距离越小,速度越小,可是到达终点的时候,必须注意要使用向上取整函数Math.ceil()和向下取整 ...
- 通过shell定时备份数据库
需求: 每天凌晨2:10备份数据库zhengDB到 /data/backup/db. 备份开始和结束能够给出相应提示信息. 备份后的文件标识标准为已备份时间为文件名,并打包成 .tar.gz 的形式, ...
- 提高PHP编码的一些技巧
1.不要使用相对路径 例如 require_once('../../lib/some_class.php'); 该方法有很多缺点: 1)它首先查找指定的php包含路径, 然后查找当前目录 2)如果该脚 ...