Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 04/18/2005 15:39:04
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Mon Apr 18 15:39:04 UTC 2005

Modified Files:
	pkgsrc/lang/sun-jdk14: Makefile distinfo
	pkgsrc/lang/sun-jre14: Makefile distinfo

Log Message:
Update sun-j*4 to 1.4.2_08, a bug fix release.
Changes since 1.4.2_07 according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html:

- Hotspot client compiler overfills CodeBuffer: crashes when deoptimizing.
- ShouldNotReachHere() failure at hotspot/src/cpu/i486/vm/c1_FrameMap_i486.cpp, 92
- JVM outputs exceptions or crash with a program using Big interger in 1.4.2_08b2
- Flattened alias type for [KlassPtr + offset] must be consistent
- vtest failed intermittenly when running with tiger b23 -server -Xcomp
- BugFixes from Azul Systems
- SIGSEGV in Type*Type::meet(const Type*)const+0x0
- 1.4.2_06 crashes when setting -XX:CompileThreshold=200 -server on Windows
- -XX:+AggressiveHeap broken in build 1.4.2_22 for Windows/IA64
- CMS: large unused perm gen can degrade scavenge times on MP
- IA64 - JVM crashes on Itanium 2 and AS3.0 box in 1.5b55 when stackoverflow occurs
- JVM abort on unexpected signal
- Add java runtime flag SuppressFatalErrorMessage to skip all error handling logic on fatal error.
- Incorrect abstract interface semantics in JDK ValueHandler
- String.getBytes() does not work on some strings larger than 16MB
- UnixPrintServiceLookup should not require file permission
- Bundled com.sun.image.codec.jpeg JPEG API has errors for a new type of JPEG image
- Invisible applet steals focus from HTML form field (MSIE, Sun plug-in only)
- J2SE NIO: eucJP-open failed to be looked up.
- using defaultReadTimeout appear to retry request upon timeout
- App fails w/ classnotfound exception after restoring n/w connectivity
- ZipFile$ZipFileInputStream doesn't close handle to zipfile
- UDP DatagramSocket close causes delayed IOException
- (ch) Interrupt-signal handler improperly installed, causing random exits (lnx)
- Cannot change file filter on motif look & feel
- 1.4 REGRESSION: In Motif L&F JComboBox doesn't react when spacebar is pressed
- ALT + I does not work with Motif L & F
- test/java/text/Format/CurrencyFormat.java failed for tr_TR
- 142_xx: Missing exception/error messages while using unsynchronized Collection objects concurrently
- deadlock in locking of TimeZone class during a read
- New Turkish currency
- JarFile.getInputStream throws ClassCastException when jar file is signed
- current version functionality is incorrect in online docs
- normal DnD program causes "FATAL ERROR in native method"
- Java 1.4.2 on RedHat Enterprise Linux 4.0 Beta-1 (32 bit) seg faults.
- JVM Crashes in verifier in Tigerb64
- Problem with embedded Internet Explorer using Sun Java
- classes are loaded 512 bytes at a time, slowing down applet start time
- memory leak in many jni calls (NewString etc.)
- Java Webstart application startup is too slow
- Java Webstart incremental update fails with java.util.ZipException


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/lang/sun-jdk14/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/lang/sun-jdk14/distinfo
cvs rdiff -r1.23 -r1.24 pkgsrc/lang/sun-jre14/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/lang/sun-jre14/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.