Java 6 Update 15

Címkék

A Sun Microsystems kiadta a JDK és JRE 6 Update 15-öt (a JDK és JRE 5.0 Update 20-szal egyetemben). A frissítésben a fejlesztők számos bugot és biztonsági problémát (1, 2, 3, 4, 5) javítottak. A Linux-ot, Solaris-t, Windows-t futtató felhasználók letölthetik a frissítést innen. A Mac OS X felhasználóknak várniuk kell addig, amíg a gyártó javítja a problémát. A részletek itt.

Hozzászólások

a debugolásra ez nem workaround?

"Debug Issue

Java ™ Virtual Machine Tool Interface (JVM TI) breakpoints are reliable only when either the Parallel Scavenge garbage collector (-XX:+UseParallelGC) or the Parallel Compacting garbage collector (-XX:+UseParallelOldGC) is used.

When other collectors are used, breakpoints may stop functioning, and JVM TI object tags may become unusable after a full GC operation is performed. Java ™ Debug Interface (JDI) ThreadReferences have an embedded thread ID that depends on JVM TI object tags, thus the embedded thread ID may change unexpectedly. This may cause confusion in thread based JDI events.

Note that the Serial garbage collector (-XX:+UseSerialGC) is vulnerable to this problem and is selected by default on some platforms. The work around is to explicitly select the Parallel Scavenge collector using the command line option -XX:+UseParallelGC.

(Refer to 6862295.) "
http://java.sun.com/javase/6/webnotes/6u15.html