PowerDesigned需要连接到数据库,我使用的是oracle,但总是连接不上,输出栏提示"Could not initialize JavaVM"。
经过查找资料,发现是PowerDesigned16是32位的,只能使用32位的JDK来运行JDBC驱动,…
Java Hotspot VM 系列文章
先介绍一些基本概念:
1> Minor GC、Major GC和Full GC 1.1 Minor GC
从年轻代空间(包括 Eden 和 Survivor 区域)回收内存被称为 Minor GC Collecting garbage from Young space (consisting of Eden and Survivor spaces) is called a Mino…
VM 运行模式 JVM有两种运行模式Server与Client Client VM:为在客户端环境中减少启动时间而优化;比较适合桌面程序,它会做一些例如像快速初始化,懒加载这一类的事件来适应桌面程序的特点(C1轻量级编译器)Ser…