summaryrefslogtreecommitdiff
path: root/lang/sun-jre14
AgeCommit message (Collapse)AuthorFilesLines
2007-08-27If running native Linux, fail to install if the X11 libraries aren'tjlam1-2/+31
available "somehow" -- for X11_TYPE == "native", then just fail, otherwise for X11_TYPE == "modular", then build the libX11 package to satisfy the library requirements for "javaws" and "policytool". This fixes pkg/36838 reported by Ondrej Tuma. Bump the PKGREVISIONs for sun-jre14, sun-jre15, and sun-jre6.
2007-08-22Don't bother stating that we need COMPAT_LINUX, as the packages wejlam1-13/+7
depend upon to supply the Linux shared libraries already tell the user this. The JDK packages also depend on the corresponding JRE package, so they don't need to show the same message -- keep the message with the JRE packages instead.
2007-08-22Fix error that happened during conversion to the emulator framework:jlam2-7/+4
the Sun JDK/JRE packages require the "compat" Linux module, so make that a hard requirement in EMUL_MODULES.linux. Bump the PKGREVISION for sun-{jdk,jre}{13,14,15,6}.
2007-08-19Substitute of PLIST was converted to PLIST_SUBST framework at previous commit.obache1-3/+1
No need to define PLIST_SRC anymore. Fixes installation problem in PR 36805.
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam3-40/+38
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-06-22Fixed file permissions.rillig1-1/+5
PKGREVISION++ Ok'ed by wiz.
2007-04-21Updated sun-jre14 and sun-jdk14 to 1.4.2_14.rillig3-12/+15
Changes since 1.4.2_13: - Some zone information (zi) files changed.
2007-04-21Added a missing $.rillig1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2007-01-28Add missing backslash.obache1-2/+2
Pointed out in PR 35504 by Ryo HAYASAKA.
2006-12-28Update to Sun JDK/JRE 1.4.2 Update 13.joerg3-12/+10
Fixed issues: Random is not thread-safe ResourceMark breaks growable array policy_maximally_unroll ignores the current compilation size and can blow out the node counts. C2 fails to compile MD2 implementation JVM 1.3.1 crash due to fatal error in exception handler Unnecessary FullGC Spurious OutOfMemoryError exceptions pointer_delta not used for pointer diff intermittent extreme mutator slowdown in jbb runs with ParNew/DefNew 1.4.2_11 java_g with iCMS Error: assert(_pending_decrements > 0,"can't be zero or negative") pathologically slow oopmap generation jvm crashes failing "unsafe access to zombie method" gaurantee methodOopDesc::set_fingerprint isn't thread safe GC time stamps should be relative to the start of the JVM Crash occurs at safepoint on deoptimization in 1.4.2_07 JVM abort with Full thread dump by kill -QUIT unexpected exception occurs in InputStreamReader Wrong mapping of color happens if one takes print of a swing component in 16 bit color depth JVM crash when mouse enter area of a native components embed using JNI ScrollBar does not show up correctly in 6.0 Focus issue with JFrame and JButton Uncomitted characters are lost when the focus is moved to another textfield by mouse click File.deleteOnExit() with long file name causes buffer overflow (process) Runtime.exec does not close all file descriptors on Solaris 9 HttpURLConnection.disconnect doesn?t really do the job HTTP tunnel connections send user headers to proxy Pre-1.4 SocketImpl no longer supported Verification of signed JAR files is very slow (performance reduction) DomainComponent is Not IAS5String but PrintableString ( See RFC3280 ) KerberosTicket throws exception when authtime field in KrbCredInfo is null Add Comodo CA root certs to JDK JSpinner gets spinning when mouse button is pushed down and the spinner is replaced with new one. JEditorPane is unable to do reasonably spaced indentation in complex HTML tables (tz) Support tzdata2006g Some PNGs fail to load with ImageIO using rtpatch flag NOCOMPRESS will reduce each JRE download by 264KB Nightly build for all platforms have failed REGRESSION: UK and France: bad minimal days in first week (2) jmap does not work with CMS in 1.4.2_09 native memory leaks when running under IE windows plugin focus lost within text item after applet is shown again Turning on Jar Caching causes a DownloadException and the applet jar fails load jaws: using 1.4.2 or 5.0 over https on Solaris: Java 1.4+ is required for HTTPS support Fix for bug 5098318 prevents caching of JAR files containing cipher code Incorrect arch version of w2k_lsa_auth.dll bundles with 1.4.2 amd64 build for SAP sun.security.krb5.internal.ccache.FileCredentialsCache vs multiple cached TGTs sun.net.client.defaultConnectTimeout defaultReadTimeout should work with HttpsURLConnection
2006-10-18Change _FETCH_MESSAGE to FETCH_MESSAGE so that don't try to fetch fromobache1-3/+3
MASTER_SITE_BACKUP.
2006-10-18Update sun-{jre,jdk}14 to 2.12.obache3-10/+19
Patch based on PR 34035, PR 34604 and add some missing entries to PLIST. Changes in 1.4.2_12 The official version number for this update release is 1.4.2_12-b03. Bug fixes are listed in the following table. BugId Category Subcategory Description 6322757 hotspot compiler2 GC crash in ParRootScanWithoutBarrierClosure::do_oop 6332641 hotspot compiler2 CORBA product_rmijrmp_dgc:Test01 fails with exception 4971887 hotspot compiler2 Incorrect floating-point arithmetic or loop unrolling with -server -Xcomp option 6343401 hotspot compiler2 Crash removing empty loop 4965987 hotspot compiler2 CTW assertion at assembler_sparc.hpp, 787 6374905 hotspot garbage_collector SurvivorRatio is ignored when using -XX:+UseConcMarkSweepGC 6319671 hotspot garbage_collector CMS should use Heap_lock for protecting heap resizing, instead of CMS token 6319688 hotspot garbage_collector Incorrect locking in CMSPermGen::mem_allocate() 5093520 hotspot jvmti objects being kept alive in perm gen and old gen when debugger attached 6312208 hotspot other Windows JVM crashes under load in java.lang.Win32Process.create() 5030646 hotspot runtime_system CMS: atg crashed with fastdebug build on rhas_3.0 SP1 6352819 hotspot runtime_system -Xloggc in _JAVA_OPTIONS logs to garbage filename 6325849 hotspot runtime_system Java Thread Dump shows the same 'nid' for all threads 5067940 idl orb [CORBA!] POA WrongAdapter thrown on roundtrip between 1.5 and 1.4.2 6292322 java char_encodings unexpected exception occurs in InputStreamReader for UTF-16, little endian, and Byte-order-mark 6394302 java char_encodings Test sun/nio/cs/CheckHistoricalNames.java failed on 142u12b1 but passed on previous 142u11b6. 6255588 java classes_2d JDK windows printing implementation leaks GDI objects. 6195047 java classes_2d hinting engine is not correctly initialized with Bar39, Bar25i and related fonts 6312510 java classes_2d jdk 1.4.2_07 java apps color problem with patch 109147-34 4823180 java classes_awt JDK 1.4.1: Race conditions in Motif java.awt.Choice 6374321 java classes_awt Textfield loses focus after alt key hit in IE browser 6312028 java classes_awt 1.4.2_08 crash in awt!AwtObject::SendEvent 6343810 java classes_net connect in java/net/PlainSocketImpl.c should handle EALREADY 5083450 java classes_nio (se) Temporary selectors not closed upon thread exit 6181598 java classes_nio String constructor with "KSC5601" encoding throws AccessControlException 4869859 java classes_nio Test java/nio/channels/FileChannel/ScatteringRead.java fails (solaris -d64) 6350061 java classes_security JGSS requires big-endian credential cache 6404731 java classes_security Add teliasonera root CA certs to the JDK 4836635 java classes_swing Resource leak in JFileChooser Windows L&F 4793761 java classes_swing Password in JPasswordField can be copied and pasted via middle mouse button 5075580 java classes_swing JFileChooser in FILES_AND_DIRECTORIES mode doesn't contain fix for 4239219 6378990 java classes_util_i18n (tz) Support tzdata2006a 6371531 java classes_util_i18n Currency change for Mozambique 5092263 java classes_util_jarzip GZIPInputStream spuriously reports "Corrupt GZIP trailer" for sizes > 2GB 6364346 java classes_util_jarzip GZIPOutputStream is slower on 1.4.2_11-b02 than on 1.4.2_09 5106044 java debugger SA-JDI: port SA to Solaris/AMD-64 6399782 java install Solaris packaging changes required for Nevada 4980600 java install Syntax used when invoking coreutils does not conform to POSIX 1003.1-2001 5057119 java runtime Java.exe (ver 1.4.2_04) access-violates on windows 64-bit IA64 with Oracle's JDB 6394781 java serviceability test vm/sa/OOME/6173515/Test6173515.sh failed on 142u12b1 but passed on 142u11b6 6323688 java serviceability SA: jmap heap dumper should dump java.lang.Object as super class for all array classes 6280629 java serviceability Need ability to dump the heap at OutOfMemoryError 6307570 java serviceability jmap performance and robustness improvement 6315235 java serviceability SA: jmap heap dumper does not use correct class ID for object arrays 6377036 java_deployment update consolidating rtpatch binary resources will save 2.2MB on all JRE download and 9MB on JDK downloads 6332100 java_plugin iexplorer Focus lost in Textfield after doing a back/forward from Internet Explorer using 6367496 java_plugin iexplorer Applets in IE causing screen to blank, used to work in _04/_05 6393921 java_plugin iexplorer JVM hang when multiple applets are loaded and simultaneous window refocus actions 6370565 java_plugin iexplorer IE browser hangs when multiple applets are reloaded several times 6358629 jsse runtime SSLSocket.close() and SSLSocket.read() deadlock
2006-10-09Set HOME in the extract environment to prevent creationjoerg1-1/+3
of ${HOME}/.mailcap and resulting breakage of it is not writeable.
2006-07-20pkgsrc-users, not tech-pkg.wiz1-2/+2
2006-07-18Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGEjlam1-19/+19
processing from mk/fetch/*.mk.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Set PKG_JAVA_HOME for Darwin.minskim1-3/+3
2006-05-28Use REQD_DIRS instead of OWN_DIRS. Bump revision.joerg1-7/+8
2006-05-10Add builtin.mk to use Darwin's native java.minskim1-0/+74
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-02drop maintainership; these have long outgrown mejschauma1-2/+2
2006-03-07Bump BUILDLINK_RECOMMENDED for security fix.wiz1-2/+2
2006-03-07Update sun-j{re,dk}14 to 1.4.11:wiz3-41/+50
Changes in 1.4.2_11 Exception message's size is more than doubled everytime an exception is thrown CMS: assert during mark-word restoration returning out of memory when -XX:+UseConcMarkSweepGC is used. Concurrently memory allocation and JNI CS provoke OOM Gc tests crashes on linux-ia64 at concurrentMarkSweepGeneration.cpp with -Xcongc RFE: Stall allocation requests while heap is full and GC locker is held Reduce default code cache sizes on 64-bit platforms Intel IA64(Montecito) failed with 1.4.2_09 VM uselessly traps SIGCHLD on Linux (cleanup) Linux build does not optimize AWT and other essential libraries REGRESSION: ClassCastException in JISAutoDetect.java on 1.4.2_10 decodeText() doesn't convert from iso-2022-jp to Unicode for some Japanese chars Increase compiler optimisation level for libfontmanager to improve runtime performance Mouse Cursor should be the default cursor when ALT key is pressed, on win32 PIT: Default cursor is shown but changing when ALT key is down, on win32 RE 1.5.0_04 copy and paste fails in Modal JDialog REGRESSION: 6 JCK14a api/java_lang/StrictMath tests fail on tiger java.net.Socket checks for old-style impls InetAddress never caches hostnames with upper case characters (coll) Exception thrown while deserializing HashMap (coll) The writeObject() specification in HashMap.java was changed in 1.4.2_11 Correction to the new Azerbaijani currency (tz) Regression test java/util/TimeZone/SolarisTZVM.sh is failing on Solaris 10 GregorianCalendar doesn't work in non-lenient due to timezone bounds checking (tz) Support tzdata2005n (tz) java/util/TimeZone/WinTZVM.sh fails on amd64 New Azerbaijani currency Cannot deserialize a Calendar with Security on (tz) Incorrect default timezone for Santiago, Chile on Win32. REGRESSION: serious performance degradation as GZIPInputStream is slower Problem with jre 1.4.2_08 install/unistall script The official version number is not correct in release notes Java Process terminates abnormally, related to Attach/detatch operation in jni.cpp realloc should not be used in cjavajni.cpp Socket timeouts for SSLSockets causes data corruption Changes in 1.4.2_10 hotspot crashes when c1 compiler thread is running in 6.0b26 hotspot crashes(SIGSEGV) when many local variables are used in one java program JVM 1.4.2_06 crash in C2 compiler at IdealLoopTree::policy_do_remove_empty_loop HotSpot compiler error (Error ID : 4F530E43505002EF 01) uploading large files Full GC causes core Hotspot problem with loop-variables of type long on jdk1.4.2/Itanium CMS: perm gen expansion without explicit GC, but with concurrent cycle initiation. CMS: more helpful message for concurrent mode failures JVM crash in "instanceof" codelet, array of secondary supertypes at end of heap. deadlock at VM startup when JVMPI / JDWP both enabled Performance problems with com.sun.corba.se.impl packages in 5.0 1.4.2xx only: org.omg.CORBA.OBJECT_NOT_EXIST errors when using -Dcom.sun.CORBA.ORBServerPort 1.4.2xx only - Sun ORB Hang Memory Leak in Class Loaders with RMI-IIOP Worse performance of isSupported for JISAutoDetect (1.4.X) ArrayIndexOutOfBoundsException when opening PrintDialog with HP LaserJet 1300 nsk/regression/b4305163 test dumps core on solx86 Font.equals in 1.4.2 needs tightening to include the native font pointer. NPE thrown when opening PrintDialog with HP LaserJet 8000N java.awt.color.ICC_Profile should define serialVersionUID Color Management code is not thread safe in HT/SMP machine Component.removeNotify() should always deactivate InputContext problem with DefaultPersistenceDelegate use of reflection JRE 1.4.2_07 lacks support for Japanese on RHEL-4 (fs) FileChannelImpl.c: off64_t should be used for flock64 (F_SETLK64) in 1.4.2_07 (lnx) (so) client does not see (NIO-created) socket close with SO_TIMEOUT REGRESSION: Lock.java is failing with 1.4.2_10-b01 and passing with 1.4.2_09-b05 (se) DevPollSelectorProvider stops being the default on Solaris 10 Cannot Ctrl-Shift-Click to create disjoint selection interval in list gif files not found error message displayed at console Problem with applet interaction with system selection clipboard New currencies for Afghanistan and East Timor (rb) Update javadoc for java.util.ListResourceBundle class ListResourceBundle subclasses should have protected getContents() returning Object[][] copy GZipOutputStream/InputStream goes critical(calls JNI_Get*Critical) and causes slowness GZipOutputStream/InputStream goes critical(calls JNI_Get*Critical) and causes slowness GZipOutputStream/InputStream goes critical(calls JNI_Get*Critical) and causes slowness Auto regression test 5098318 was failing with 142_10-b01 Auto regression test case 6282891 was failing with 142_10-b01(Compilation failed) Auto regression test case 6232446 was failing with 142_10-b01 on Sol10-sparc Manual regression testcase 4902977 scripts(runTest.ksh) has to be modified to support Suse9.3 Manual regression Testcase (4861802) is failing on Solaris10-sparc with 5.0u6_b02 and 1.4.2-10_b01 Manual Regression test 4974531 instructions need modification TESTBUG: 6291034 testcase is failing with exit code1 SubClasses of ListResourceBundle should fix getContents() Subclasses of ListResourceBundle should fix getContents() FileCacheImageInputStream and FileCacheImageOutputStream should avoid File.deleteOnExit JAR verification causes significant footprint increases 1.4.2_10 nightly build failed creating JVM via C program "steals" space from main thread stack rendering JNI useless Auto regression testcases(sun/tools/jps/jps-*.sh) is failing. java launcher should define -Dsun.java.launcher IFrame in Applet flickers Applet will not reauthenticate user when returning from another applet java web start cannot start on linux with newer glibc SubClasses of ListResourceBundle should fix getContents() Testcase TestMaliciousSigObj.java in JCE workspace has an extra closing brace Cached Jar file should be released on appl. exit even that is opended by Cipher intermittent "RSA PreMasterSecret error" during ssl handshake
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-12First step at reworking Linux binary packages.joerg1-12/+12
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-11Move PLIST twiddling to pre-install step where it belongs.tv1-1/+3
2005-10-03Get rid of some more stuff that was to be removed after 2005Q3.wiz1-3/+1
2005-09-17Update to 1_4_2_09 (dist files for 1_4_2_08 no longer available).dillo2-9/+9
Okayed by maintainer, okayed during freeze by wiz.
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-2/+2
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-3/+3
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-15Revert previous (seems to have been a mistake).wiz1-4/+7
2005-08-14Convert remaining instances of SUN_JRE1?_USE_JCE to options framework.dillo3-11/+8
Noted by wiz.
2005-08-13Convert sun-jre14 and sun-jre15 to use the options framework.dillo1-5/+9
2005-05-17Add checksum for jce_policy-1_4_2.zip again.veego1-1/+4
See the note in the Makefile on how to make this happen the next time you do an update.
2005-05-10add a dependency on suse_locale.jschauma1-6/+6
This is a light enough dependency to justify adding even if only necessary for non-plain-english languages. As per PR pkg/20824.
2005-04-18Update sun-j*4 to 1.4.2_08, a bug fix release.jschauma2-10/+9
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
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-30Convert the Java related packages to use the alternatives system. To dojmmv1-1/+2
this, we only need some simple logic in java-env.mk to automatically generate an ALTERNATIVES file for us. There are two exceptions, though: fastjar and jikes (pointed out by tv@), which do not use this file; they have to be handled manually. Bump PKGREVISION for all affected packages. While doing this, remove the java-wrapper package, obsoleted by the new functionality provided by pkg_alternatives.
2005-01-25Update sun-j*14 to Sun JDK/JRE version 1.4.2_07.jschauma2-7/+7
Bugs fixed according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: 1.4.2_04 Server JVM crashes on Linux ClassLoaders do not get released by GC, causing OutOfMemory in Perm Space PE with no stack Trace: Enable -XX:-OmitStackTraceInFastThrow for 1.4.2 1.4.2 fastdebug assert on linkResolver.cpp, 49 Unexpected Full GC occurs at 54% of old generation capacity CMS: precleaning causes crash if perm gen collection enabled SIGSEGV in ContiguousSpace::prepare_for_compaction(CompactPoint*) async exception can be delivered on entry from native to vm indirecting typecodes is wrong (cs) Charset.isSupported is slow when invoked for different charsets java.lang.IllegalStateException: recursive invocation using LANG=hu_HU.ISO8859-2 NPE @ sun.awt.font.AdvanceCache.get(AdvanceCache.java:135) Exponential performance regression in AWT components (multiple monitors) J2SE 142_06: Regression in java.beans.Introspector (property re-ordering) Error msg on exception is not displayed correctly in Japanese on XP ServerSocket(Proxy) and Socket(Proxy) do not work with sun one proxy server InetAddress.getAllByName does not obey setting of java.net.preferIPv6Addresses (fs) MappedByteBuffer.force() throws IOException / ENOSPC (se) select not immune to EINTR (linux) Need JKS KeyStore with case sensitive alias names Accelerator keys don't work when JPopupMenu is outside its parent 1.4.2 REGRESSION: JComboBox has problem in JTable in Windows L&F JFileChooser in Motif L&F does not comply with Section 508 JDI can't connect to the app server a second time Vmark hang after 66 hours with 1.5.0-beta-b19 C2 on itanium2 with RH AS stack size assertion failure in hotspot\src\os\win32\vm\os_win32.cpp:2410 NullPointerException when trying to pass byte[] between JVM and ActiveX JVM Leaks large amount of memory when running applets Java Plug-In no longer supports 'javascript:' URLs after MS Hotfix 867801 LiveConnect method eval() runs in incorrect context when using frames (IE only) Occasional ConcurrentModificationException during applet download Javascript in Applet hangs Netscape Browser Kerberos library should only select keys of types that it supports Problem with Kerberos Obfuscated classes
2004-10-14Tell people to fetch the JCE file if necessary.jschauma4-11/+19
Update sun-j*4 to 14-2.6 (aka sun-jdk/jre version 1.4.2_06). Bugs fixed since last according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: - jResourceBundle holds ClassLoader references using SoftReference (not weak) - enablev006: JVMPI_EVENT_ OBJECT_ALLOC request crashes Server VM - Update cacerts with new VeriSign ca certs - (so) Selector.select() throws CancelledKeyException - Internal Error occurs during offet conversion of byte code in rewrite/relocate - SEGV in MapLoops test - REGRESSION 1.4: PropertyDescriptors do not find the most specific methods - REGRESSION 1.5: Introspector.getBeanInfo throws NPE if a primitive type is passe d - CMS: vtest died with tiger b26 - JVM crashes during deoptimization phase - CMS thread/SLT deadlock problem - Unable to create Logger during JVM shutdown - 64bit j2sdk1.4.2_01 and j2sdk1.4.2_03 dump core with oracle 64bit jdbc oci driver - Cannot set different runtime parameters for different 1.4.2_x versions - "java_g -version" dies on an assertion on RH9.0 and RHEL 3.0 - 1.4.2_05: 3 JCK tests failing with -Xcheck:jni flag on Linux - RH Enterprise 3 and Suse Ent 8 server / desktop asian font properties needed - Clent VM crash while compiling a large JSP generated method - NullPointerException in reading an rtf-file into a javax.swing.text.rtf.RTFEdito - RTFEditorKit wrongly parses rtf if fontname has unicode characters - 1.4.2_04 Server VM - C2 crash in PhaseCFG::ScheduleLate on Solaris - bf) Direct memory cannot be unreserved while reserving thread sleeps - Hotspot compiler changes behaviour of program - VM segv's running jvmti/jvmpi profiler - J2SE 1.4.2 cannot display certain awt components in Asian characters in RH2.1 AS - exception thows from jconsole when run any GUI which works fine with jdk1.4.x - Can not eliminate implicit null checks for method invocations based on profile - Regression 1.4.2_06b1 4937429 failing. cacerts in javaws and security dirs diffe - /api/javax_swing/ SwingUtilities/descriptions.html fails for JCK14a, 1.4.2_06b1 - Regression:4683022 fails for 1.4.2_06-b01 - REGRESSION: ResourceBundle.getBundle(String, Locale) is broken in jdk 1.4.2_05
2004-10-09s/Development Kit/Runtime Environment/rumble1-1/+1
2004-10-05Expand the JAVA_WRAPPERS definitions for the sun-j{re,dk}* packages.tv2-3/+12
This adds many commonly used tools to $PREFIX/bin, such as keytool, rmiregistry, rmic, idlj, etc.
2004-07-06Add SUN_JRE14_USE_JCE which pulls in Sun's Unlimited Strengthabs4-6/+25
Java Cryptography Extension. Implemented as a variable rather than as an additional package as it needs to replace JRE jar files.