27.
245: Validate JVM Command-
Line Flag Arguments
•一部の JVM オプションで範
囲外を指定しても、それが伝
わらないメッセージを出力し
て終了していたのを修正
28.
248: Make G1 the Default
Garbage Collector
•Oracle の鶴の一声からG1GC
をデフォルト化
•デフォルトで使ってませんよ
ね?じゃあ大丈夫。そうじゃ
なかったら場合によっては死
249: OCSP Stapling for TLS
•TLS. Support RFC 6961.
29.
250: Store Interned Strings in
CDS Archives
•G1GC 使用時に Interned
String が Class-Data Sharing
という領域に配置される
•Interned String の住所歴
•Permanent Gen (JDK6)
•Java Heap (JDK7-8)
•Class-Data Sharing (JDK9+G1)
30.
251: Multi-Resolution Images
•A new java.awt.image API for
multi-resolution image.
y
y/2
x/2
x
31.
252: Use CLDR Locale Data by
Default
•Use locale data from the
Unicode Common Locale
Data Repository.
255: Merge Selected Xerces
2.11.0 Updates into JAXP
•To update JAXP from Xerces
2.7.1 to 2.11.0.
Be the first to comment