Trivially update sun-j*14 to the latest version (sun-j*14-2.2, corresponding

to Sun's 1.4.2_02).  This is done even though we are in a freeze since
older distfiles disappear and a security vulnerability in older versions
might make people update.

Changes/bugfixes since 1.4.2_01, according to
http://java.sun.com/j2se/1.4.2/ReleaseNotes.html

- Regression: IllegalStateException:constrain(xywh) not supp. for complex transform
- AsyncGetCallTrace() on Solaris/Intel core dumps with assertion failure
- occasional crashes/deadlocks from AsyncGetCallTrace()
- JVMPI_EVENT_COMPILED_ METHOD_LOAD: "must release all locks when leaving VM" asser
- Cannot set preferences factory in web start
- crash in AsyncGetCallTrace() when invoked during Deoptimization
- AsyncGetCallTrace() is absent in linux/Intel JVM
- infinite recursion in AsyncGetCallTrace() with the server JVM
- syncGetCallTrace: assert(pc_desc != 0, "scopeDesc must exist").
- AsyncGetCallTrace: guarantee(get_thread() == thread, "must be the same thread.
- JNI GetEnv() race with ThreadLocalStorage::set_thread() guarantee
- Cache versioning fails to work in 1.4.1 and higher releases
- Get/SetThreadLocalStorage need to work with AsyncGetCallTrace
- JInternalFrame setDefaultCloseOperation ignored under Motif look-and-feel.
- OBJ_ALLOC event deadlock between VMThread and Finalizer thread
- VM crash when HeapDump requested
- Util buffer cache uses wrong release strategy
- Need general-purpose way to dispatch object invocations on Java GUI thread
- Crash in OopFlow::build_oop_map
- [mercury] Java Setup menuitem location misleading
- Update cacerts file with GeoTrust root certs
- extra pings to server if WeakReferenced CachedJarLoaders gc'ed
- Size of sliders in GTK L&F larger than original
- Open/Closing buttons on split panes are very small
This commit is contained in:
jschauma 2003-10-29 22:18:54 +00:00
parent 07d4a6cf29
commit e5608b316d
4 changed files with 14 additions and 14 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.11 2003/08/26 21:02:52 jschauma Exp $
# $NetBSD: Makefile,v 1.12 2003/10/29 22:18:54 jschauma Exp $
DISTNAME= j2sdk-1_4_2_01-linux-i586
PKGNAME= sun-jdk14-2.1
WRKSRC= ${WRKDIR}/j2sdk1.4.2_01
DISTNAME= j2sdk-1_4_2_02-linux-i586
PKGNAME= sun-jdk14-2.2
WRKSRC= ${WRKDIR}/j2sdk1.4.2_02
MASTER_SITES= # empty
COMMENT= Sun's Java(tm) 2 SDK, Standard Edition 1.4.2

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.7 2003/08/26 21:02:53 jschauma Exp $
$NetBSD: distinfo,v 1.8 2003/10/29 22:18:54 jschauma Exp $
SHA1 (j2sdk-1_4_2_01-linux-i586.bin) = 056e2883e345d3ce8fabc6df8a60843428399d8e
Size (j2sdk-1_4_2_01-linux-i586.bin) = 35796720 bytes
SHA1 (j2sdk-1_4_2_02-linux-i586.bin) = b10214f31f2ded7d9d512dd9833b0e38ddf8e619
Size (j2sdk-1_4_2_02-linux-i586.bin) = 35809129 bytes

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.10 2003/08/26 21:02:53 jschauma Exp $
# $NetBSD: Makefile,v 1.11 2003/10/29 22:18:54 jschauma Exp $
DISTNAME= j2re-1_4_2_01-linux-i586
PKGNAME= sun-jre14-2.1
WRKSRC= ${WRKDIR}/j2re1.4.2_01
DISTNAME= j2re-1_4_2_02-linux-i586
PKGNAME= sun-jre14-2.2
WRKSRC= ${WRKDIR}/j2re1.4.2_02
MASTER_SITES= # empty
COMMENT= Sun's Java(tm) 2 Runtime Environment 1.4.2

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.7 2003/08/26 21:02:53 jschauma Exp $
$NetBSD: distinfo,v 1.8 2003/10/29 22:18:54 jschauma Exp $
SHA1 (j2re-1_4_2_01-linux-i586.bin) = 4417c6432105d33fa4afccfcf75eb803d12184a4
Size (j2re-1_4_2_01-linux-i586.bin) = 14150306 bytes
SHA1 (j2re-1_4_2_02-linux-i586.bin) = 46a897356546268429ef34477fbd26f71027c11b
Size (j2re-1_4_2_02-linux-i586.bin) = 14160149 bytes