hg: hsx/hotspot-comp/jdk: 125 new changesets (original) (raw)

john.r.rose at oracle.com john.r.rose at oracle.com
Wed Jul 13 01:48:51 PDT 2011


Changeset: 3f760b347d3b Author: mr Date: 2011-05-24 15:28 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/3f760b347d3b

7048009: Update .jcheck/conf files for JDK 8 Reviewed-by: jjh

! .jcheck/conf

Changeset: bc97b962330e Author: mfang Date: 2011-05-26 20:32 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/bc97b962330e

7045184: GTK L&F doesn't have hotkeys in jdk7 b141, while b139 has. Reviewed-by: yhuang, ogino

! src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk.properties

Changeset: 6943c4d9caa3 Author: mfang Date: 2011-05-31 13:58 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/6943c4d9caa3

Merge

Changeset: 7c5bc5a807ee Author: dholmes Date: 2011-05-27 19:04 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/7c5bc5a807ee

7024120: Verify reduced JRE contents for java 7 Summary: stripped all symbols from libs and executables to reduce JRE size. Restored missing classes needed to pass JCK in headless mode Reviewed-by: bobv, ohair

! make/common/Defs-embedded.gmk ! make/common/Release-embedded.gmk

Changeset: f4895b3fe1be Author: dholmes Date: 2011-05-31 17:28 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/f4895b3fe1be

Merge

Changeset: eab27338b3d9 Author: schien Date: 2011-06-01 11:16 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/eab27338b3d9

Merge

Changeset: 8d91855a1f4e Author: prr Date: 2011-05-27 13:25 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/8d91855a1f4e

7046587: Outlines in OTF/CFF fonts are misclassified as quadratic curves Reviewed-by: igor

! src/share/classes/sun/font/FileFontStrike.java ! src/share/classes/sun/font/FontScaler.java ! src/share/classes/sun/font/FreetypeFontScaler.java ! src/share/classes/sun/font/NullFontScaler.java

Changeset: 0b0b92707cf5 Author: bae Date: 2011-05-30 12:05 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/0b0b92707cf5

7032904: XRender: Java2Demo : Infinite loop in Java_sun_java2d_loops_MaskBlit_MaskBlit on OEL 5.6 x64 Reviewed-by: prr

! src/solaris/classes/sun/awt/X11GraphicsEnvironment.java ! src/solaris/native/sun/java2d/x11/XRBackendNative.c

Changeset: 290daca0a693 Author: prr Date: 2011-05-30 22:00 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/290daca0a693

7049874: OpenJDK Build breakage fix: freetypescaler.c needs to match updated signature Reviewed-by: lana, igor

! src/share/native/sun/font/freetypeScaler.c

Changeset: b351af09bfa3 Author: lana Date: 2011-06-02 13:35 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/b351af09bfa3

Merge

Changeset: d2081a1f417f Author: bagiras Date: 2011-05-27 11:45 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/d2081a1f417f

7045174: Most of the tests in awt area fails with jdk 7b142 on windows with -Xcheck:jni Reviewed-by: art, denis

! src/windows/native/sun/windows/awt_Object.cpp ! src/windows/native/sun/windows/awt_Toolkit.cpp

Changeset: 000a845b1e38 Author: denis Date: 2011-05-28 12:56 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/000a845b1e38

7046325: Broken links in java.awt.Toolkit's javadoc Reviewed-by: dav, yan

! src/share/classes/java/awt/Toolkit.java

Changeset: eab94f59b6dc Author: dcherepanov Date: 2011-05-30 13:25 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/eab94f59b6dc

7045354: Korean IME's Hanja candidate window is not displayed on IMFDemo Reviewed-by: art, ant

! src/windows/native/sun/windows/awt_Component.cpp

Changeset: f05164caa490 Author: serb Date: 2011-05-30 17:16 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/f05164caa490

7045193: interactive JCK tests java_awt/interactive/FileDialogTests fail Reviewed-by: dcherepanov, dav, art, denis

! src/solaris/classes/sun/awt/X11/GtkFileDialogPeer.java

Changeset: b955226868af Author: lana Date: 2011-06-02 13:36 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/b955226868af

Merge

Changeset: 1fbaf2b688a6 Author: rupashka Date: 2011-05-24 11:37 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/1fbaf2b688a6

7045593: Possible Regression : JTextfield cursor placement behavior algorithm has changed. Reviewed-by: peterz

! src/share/classes/javax/swing/text/Utilities.java

Changeset: 442237d3ec2c Author: rupashka Date: 2011-05-28 11:55 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/442237d3ec2c

7048204: NPE from NimbusLookAndFeel.addDefault Reviewed-by: peterz

! src/share/classes/javax/swing/plaf/nimbus/NimbusLookAndFeel.java

Changeset: 386516fdf40b Author: lana Date: 2011-06-02 13:37 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/386516fdf40b

Merge

Changeset: 0a80650409e1 Author: mullan Date: 2011-05-24 14:15 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/0a80650409e1

7044443: Permissions resolved incorrectly for jar protocol (Patch from bugs.openjdk.java.net) Reviewed-by: alanb, chegar Contributed-by: dbhole at redhat.com

! src/share/classes/sun/security/provider/PolicyFile.java

Changeset: ace2dfdecda1 Author: mullan Date: 2011-05-24 14:32 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/ace2dfdecda1

Merge

Changeset: 70942be348af Author: jeff Date: 2011-05-27 15:02 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/70942be348af

7045697: JDK7 THIRD PARTY README update Reviewed-by: lana

! THIRD_PARTY_README

Changeset: b49a0af85821 Author: vinnie Date: 2011-05-30 16:37 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/b49a0af85821

7049173: Replace the software license for ECC native code Reviewed-by: alanb

! src/share/native/sun/security/ec/impl/ec.c ! src/share/native/sun/security/ec/impl/ec.h ! src/share/native/sun/security/ec/impl/ec2.h ! src/share/native/sun/security/ec/impl/ec2_163.c ! src/share/native/sun/security/ec/impl/ec2_193.c ! src/share/native/sun/security/ec/impl/ec2_233.c ! src/share/native/sun/security/ec/impl/ec2_aff.c ! src/share/native/sun/security/ec/impl/ec2_mont.c ! src/share/native/sun/security/ec/impl/ec_naf.c ! src/share/native/sun/security/ec/impl/ecc_impl.h ! src/share/native/sun/security/ec/impl/ecdecode.c ! src/share/native/sun/security/ec/impl/ecl-curve.h ! src/share/native/sun/security/ec/impl/ecl-exp.h ! src/share/native/sun/security/ec/impl/ecl-priv.h ! src/share/native/sun/security/ec/impl/ecl.c ! src/share/native/sun/security/ec/impl/ecl.h ! src/share/native/sun/security/ec/impl/ecl_curve.c ! src/share/native/sun/security/ec/impl/ecl_gf.c ! src/share/native/sun/security/ec/impl/ecl_mult.c ! src/share/native/sun/security/ec/impl/ecp.h ! src/share/native/sun/security/ec/impl/ecp_192.c ! src/share/native/sun/security/ec/impl/ecp_224.c ! src/share/native/sun/security/ec/impl/ecp_256.c ! src/share/native/sun/security/ec/impl/ecp_384.c ! src/share/native/sun/security/ec/impl/ecp_521.c ! src/share/native/sun/security/ec/impl/ecp_aff.c ! src/share/native/sun/security/ec/impl/ecp_jac.c ! src/share/native/sun/security/ec/impl/ecp_jm.c ! src/share/native/sun/security/ec/impl/ecp_mont.c ! src/share/native/sun/security/ec/impl/logtab.h ! src/share/native/sun/security/ec/impl/mp_gf2m-priv.h ! src/share/native/sun/security/ec/impl/mp_gf2m.c ! src/share/native/sun/security/ec/impl/mp_gf2m.h ! src/share/native/sun/security/ec/impl/mpi-config.h ! src/share/native/sun/security/ec/impl/mpi-priv.h ! src/share/native/sun/security/ec/impl/mpi.c ! src/share/native/sun/security/ec/impl/mpi.h ! src/share/native/sun/security/ec/impl/mplogic.c ! src/share/native/sun/security/ec/impl/mplogic.h ! src/share/native/sun/security/ec/impl/mpmontg.c ! src/share/native/sun/security/ec/impl/mpprime.h ! src/share/native/sun/security/ec/impl/oid.c ! src/share/native/sun/security/ec/impl/secitem.c ! src/share/native/sun/security/ec/impl/secoidt.h

Changeset: 4ed7c877a463 Author: michaelm Date: 2011-05-30 23:36 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/4ed7c877a463

7042550: Reintegrate 6569621 Reviewed-by: chegar, alanb

! src/share/classes/java/net/InetAddress.java ! src/share/classes/java/net/Socket.java ! src/share/classes/java/net/SocketPermission.java

Changeset: c79a089ae13b Author: wetmore Date: 2011-05-31 12:45 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/c79a089ae13b

7042097: JDK 7's Unlimited Cryptographic Policy bundle text files must be updated. Reviewed-by: valeriep

! make/javax/crypto/Makefile

Changeset: a00f48c96345 Author: lancea Date: 2011-06-02 12:02 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/a00f48c96345

7049107: Cannot call initCause() on BatchUpdateException Reviewed-by: darcy

! src/share/classes/java/sql/BatchUpdateException.java

Changeset: 39de8937c1d8 Author: lana Date: 2011-06-02 13:38 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/39de8937c1d8

Merge

Changeset: e8e6cdff5995 Author: trims Date: 2011-06-03 20:13 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/e8e6cdff5995

Merge

Changeset: 8f19b165347b Author: bae Date: 2011-06-04 23:08 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/8f19b165347b

7042594: 3 testis api/java_awt/Color/ICC_ProfileRGB/index.html fail against RI b138 OEL6x64. Reviewed-by: prr

! src/share/classes/java/awt/color/ICC_Profile.java ! src/share/native/sun/java2d/cmm/lcms/LCMS.c ! src/share/native/sun/java2d/cmm/lcms/cmsio0.c ! test/sun/java2d/cmm/ProfileOp/ReadWriteProfileTest.java

Changeset: bbb4cef2208b Author: lana Date: 2011-06-04 17:30 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/bbb4cef2208b

Merge

Changeset: 03a828e368ca Author: rupashka Date: 2011-06-04 01:13 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/03a828e368ca

6977587: GTK L&F: jnlp: java.io.IOException thrown when choosing more than 1 file in the dialog Reviewed-by: alexp

! src/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java

Changeset: 6c9c55ae313b Author: lana Date: 2011-06-03 22:14 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/6c9c55ae313b

Merge

Changeset: e81d259442ed Author: lana Date: 2011-06-04 17:32 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/e81d259442ed

Merge

Changeset: 53d759eb580c Author: alanb Date: 2011-06-04 11:18 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/53d759eb580c

7050358: (fs spec) Path.toUri doesn't allow custom providers to use opaque URIs Reviewed-by: sherman

! src/share/classes/java/nio/file/Path.java

Changeset: 49aef5a5416e Author: mullan Date: 2011-06-04 06:45 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/49aef5a5416e

7050329: test/java/security/Policy/GetPermissions/JarURL.java fails on Windows Reviewed-by: alanb

! test/java/security/Policy/GetPermissions/JarURL.java

Changeset: 1f39ca0b9598 Author: mullan Date: 2011-06-04 06:52 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/1f39ca0b9598

Merge

Changeset: 1e04b38b3824 Author: lana Date: 2011-06-04 17:33 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/1e04b38b3824

Merge

Changeset: 7a341c412ea9 Author: schien Date: 2011-06-07 14:01 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/7a341c412ea9

Added tag jdk7-b145 for changeset 1e04b38b3824

! .hgtags

Changeset: e7493c32e598 Author: schien Date: 2011-06-08 10:24 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/e7493c32e598

Merge

Changeset: ae731399e525 Author: dav Date: 2011-06-07 22:58 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/ae731399e525

7048568: Crash in Java_sun_awt_Win32GraphicsEnvironment_isVistaOS Reviewed-by: dcherepanov, art, amenkov

! src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp

Changeset: f08fcae94813 Author: lana Date: 2011-06-10 11:43 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/f08fcae94813

Merge

Changeset: 6e961c328276 Author: michaelm Date: 2011-06-08 10:56 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/6e961c328276

7050028: ISE "zip file closed" from JarURLConnection.getInputStream on JDK 7 when !useCaches Reviewed-by: chegar, alanb

! src/share/classes/sun/misc/URLClassPath.java

Changeset: b6ced5ad7a62 Author: dwanvik Date: 2011-06-10 17:44 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/b6ced5ad7a62

7046557: Changes to the Java DB README files in JDK7 Summary: Update /README.html with correct mention of Java DB, add JDK specific README files to /db and /demo/db. Reviewed-by: ohair

! make/common/Release.gmk

Changeset: 646ab254ff80 Author: lana Date: 2011-06-10 11:44 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/646ab254ff80

Merge

Changeset: aca0dc2b921c Author: weijun Date: 2011-02-09 11:50 +0800 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/aca0dc2b921c

6618658: Deserialization allows creation of mutable SignedObject Reviewed-by: hawtin, mullan

! src/share/classes/java/security/SignedObject.java

Changeset: df445f522425 Author: bae Date: 2011-02-17 12:21 +0300 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/df445f522425

7013519: [parfait] Integer overflows in 2D code Reviewed-by: prr, valeriep

! src/share/native/sun/awt/image/jpeg/imageioJPEG.c ! src/share/native/sun/font/layout/SunLayoutEngine.cpp

Changeset: ccb2fcfb6d6b Author: chegar Date: 2011-02-18 13:31 +0000 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/ccb2fcfb6d6b

7013969: NetworkInterface.toString can reveal bindings Reviewed-by: alanb, michaelm, hawtin

! src/share/classes/java/net/NetworkInterface.java

Changeset: 026adaac71f1 Author: dcherepanov Date: 2011-02-25 15:54 +0300 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/026adaac71f1

7012520: Heap overflow vulnerability in FileDialog.show() Reviewed-by: art, anthony

! src/windows/native/sun/windows/awt_FileDialog.cpp

Changeset: d489f00d6c65 Author: flar Date: 2011-03-02 05:35 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/d489f00d6c65

7016495: Crash in Java 2D transforming an image with scale close to zero Reviewed-by: prr, bae

! src/share/classes/sun/java2d/pipe/DrawImage.java ! src/share/native/sun/java2d/loops/TransformHelper.c

Changeset: fe27fe44ac51 Author: ksrini Date: 2011-03-03 14:16 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/fe27fe44ac51

7016985: (launcher) implement safe secure dll loading Reviewed-by: mchung

! src/windows/bin/java_md.c

Changeset: 0efa64f13302 Author: chegar Date: 2011-04-05 14:49 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/0efa64f13302

7033865: JDK: Add private API for secure/restrictive loading of system dlls Reviewed-by: alanb

! src/share/native/common/jdk_util.h

Changeset: 67992a58bfba Author: ksrini Date: 2011-04-05 16:19 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/67992a58bfba

7032593: DLL_LOADING: Upgrade solution to 7016985 to reflect JDK7 solution Reviewed-by: mchung, asaha

! src/windows/bin/java_md.c

Changeset: 7181441faf72 Author: dcherepanov Date: 2011-04-08 16:44 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/7181441faf72

7003962: AWT: securely load DLLs and launch executables using fully qualified path Reviewed-by: art, bae, alanb

! src/windows/native/sun/java2d/d3d/D3DPipelineManager.cpp ! src/windows/native/sun/java2d/opengl/OGLFuncs_md.h ! src/windows/native/sun/windows/DllUtil.cpp ! src/windows/native/sun/windows/DllUtil.h ! src/windows/native/sun/windows/ShellFolder2.cpp ! src/windows/native/sun/windows/ThemeReader.cpp ! src/windows/native/sun/windows/awt_Mlib.cpp ! src/windows/native/sun/windows/awt_TextArea.cpp ! src/windows/native/sun/windows/awt_TrayIcon.cpp ! src/windows/native/sun/windows/awt_Win32GraphicsEnv.cpp ! src/windows/native/sun/windows/stdhdrs.h

Changeset: 05a3923f516f Author: dcherepanov Date: 2011-04-08 17:58 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/05a3923f516f

7035077: Minor addition to the changes for 7003962 Reviewed-by: chegar

! src/windows/native/sun/windows/DllUtil.cpp

Changeset: afcc1530e68b Author: asaha Date: 2011-04-08 10:27 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/afcc1530e68b

Merge

Changeset: 557bd9b5d92f Author: asaha Date: 2011-04-08 10:31 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/557bd9b5d92f

Merge

Changeset: e142148d8b54 Author: asaha Date: 2011-04-12 14:23 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/e142148d8b54

Merge

Changeset: 76e0e562b617 Author: dcherepanov Date: 2011-04-15 17:06 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/76e0e562b617

7036952: build warning after the changes for 7003962 Reviewed-by: art, bae

! src/windows/native/sun/java2d/opengl/OGLFuncs_md.h

Changeset: f8eddc85cc02 Author: zgu Date: 2011-04-15 09:53 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/f8eddc85cc02

7003964: SERV: securely load DLLs and launch executables using fully qualified path Summary: Linked in Windows libraries that are available on jdk7 supported platforms, and used GetModuleHandle instead of LoadLibrary for already loaded Dlls. Reviewed-by: dcubed, alanb

! make/com/sun/tools/attach/Makefile ! src/windows/classes/sun/tools/attach/WindowsAttachProvider.java ! src/windows/native/sun/tools/attach/WindowsAttachProvider.c ! src/windows/native/sun/tools/attach/WindowsVirtualMachine.c ! src/windows/native/sun/tracing/dtrace/jvm_symbols_md.c ! src/windows/npt/npt_md.h

Changeset: 0865aa0ad9b2 Author: zgu Date: 2011-04-19 10:26 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/0865aa0ad9b2

Merge

Changeset: 6f8a4d334fb2 Author: asaha Date: 2011-04-20 09:31 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/6f8a4d334fb2

Merge

! make/com/sun/tools/attach/Makefile ! src/share/classes/java/net/NetworkInterface.java ! src/share/native/sun/awt/image/jpeg/imageioJPEG.c ! src/windows/bin/java_md.c ! src/windows/native/sun/windows/awt_TrayIcon.cpp ! src/windows/native/sun/windows/awt_Win32GraphicsEnv.cpp

Changeset: f3645b5d6e62 Author: asaha Date: 2011-04-20 21:24 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/f3645b5d6e62

Merge

Changeset: b626f78c57e1 Author: asaha Date: 2011-04-21 08:38 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/b626f78c57e1

Merge

Changeset: cec45f3353be Author: asaha Date: 2011-04-21 08:37 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/cec45f3353be

Merge

Changeset: 6133c9ee3a01 Author: asaha Date: 2011-04-21 08:39 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/6133c9ee3a01

Merge

Changeset: dd06e8d3da91 Author: asaha Date: 2011-04-21 15:43 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/dd06e8d3da91

Merge

Changeset: b2295905901a Author: asaha Date: 2011-04-21 16:42 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/b2295905901a

Merge

Changeset: 3fedf261fb4f Author: valeriep Date: 2011-04-26 15:59 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/3fedf261fb4f

7003952: SEC: securely load DLLs and launch executables using fully qualified path Summary: Enforce full path when specifying library locations. Reviewed-by: wetmore, ohair

! make/sun/security/pkcs11/Makefile ! src/share/classes/sun/security/pkcs11/Config.java ! src/share/classes/sun/security/pkcs11/Secmod.java ! src/share/native/sun/security/pkcs11/j2secmod.c

Changeset: 94ea3b8288f1 Author: alexp Date: 2011-05-04 11:35 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/94ea3b8288f1

7020198: ImageIcon creates Component with null acc Reviewed-by: rupashka, hawtin

! src/share/classes/javax/swing/ImageIcon.java

Changeset: e6fdfb249e31 Author: asaha Date: 2011-05-04 16:39 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/e6fdfb249e31

Merge

Changeset: 49244980d692 Author: asaha Date: 2011-05-05 22:29 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/49244980d692

Merge

Changeset: 647b031200f0 Author: asaha Date: 2011-05-06 14:33 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/647b031200f0

Merge

Changeset: 92b5197e9ff5 Author: asaha Date: 2011-05-26 21:37 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/92b5197e9ff5

Merge

! src/windows/native/sun/java2d/d3d/D3DPipelineManager.cpp ! src/windows/native/sun/windows/awt_TrayIcon.cpp

Changeset: cca9ea306c6e Author: asaha Date: 2011-05-26 21:51 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/cca9ea306c6e

Merge

Changeset: dab3e66ebda7 Author: lana Date: 2011-06-06 19:04 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/dab3e66ebda7

Merge

Changeset: 9f17be5136d1 Author: wetmore Date: 2011-06-09 14:24 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/9f17be5136d1

7052537: java/security/Security/NotInstalledProviders.java is causing -samevm tests to fail. Reviewed-by: valeriep, asaha, alanb

! test/java/security/Security/NoInstalledProviders.java

Changeset: 4961be00d3b5 Author: lana Date: 2011-06-15 16:10 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/4961be00d3b5

Merge

Changeset: cf0632d2db2c Author: jrose Date: 2011-06-14 22:47 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/cf0632d2db2c

7052202: JSR 292: Crash in sun.invoke.util.ValueConversions.fillArray Summary: Fix corner cases involving MethodHandles.permuteArguments with long or double argument lists. Reviewed-by: twisti, never

! src/share/classes/java/lang/invoke/AdapterMethodHandle.java ! src/share/classes/java/lang/invoke/MethodHandleImpl.java ! src/share/classes/java/lang/invoke/MethodHandleNatives.java ! src/share/classes/java/lang/invoke/SwitchPoint.java

Changeset: a65fa0f6717e Author: trims Date: 2011-06-17 16:25 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/a65fa0f6717e

Merge

Changeset: c46f97579fe6 Author: alanb Date: 2011-06-17 16:47 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/c46f97579fe6

7055508: (aio) EXCEPTION_ACCESS_VIOLATION in AsynchronousSocketChannel.connect on Windows 7 Reviewed-by: chegar

! src/windows/native/sun/nio/ch/WindowsAsynchronousSocketChannelImpl.c

Changeset: c102e1221afa Author: lana Date: 2011-06-17 10:27 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/c102e1221afa

Merge

Changeset: 539e576793a8 Author: lana Date: 2011-06-18 10:12 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/539e576793a8

Merge

Changeset: 7b4f4230fecf Author: schien Date: 2011-06-20 16:25 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/7b4f4230fecf

Added tag jdk7-b146 for changeset 539e576793a8

! .hgtags

Changeset: f2928d86aab0 Author: schien Date: 2011-06-20 17:38 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/f2928d86aab0

Merge

Changeset: cfd7602f5c52 Author: jeff Date: 2011-06-22 10:11 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/cfd7602f5c52

7057046: Add embedded license to THIRD PARTY README Reviewed-by: lana

! THIRD_PARTY_README

Changeset: f097ca2434b1 Author: lana Date: 2011-06-22 12:41 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/f097ca2434b1

Merge

Changeset: 9b8c96f96a0f Author: schien Date: 2011-06-27 13:21 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/9b8c96f96a0f

Added tag jdk7-b147 for changeset f097ca2434b1

! .hgtags

Changeset: fc350fd41f31 Author: schien Date: 2011-06-27 14:10 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/fc350fd41f31

Merge

Changeset: 685a01aa8cd2 Author: prr Date: 2011-05-25 19:53 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/685a01aa8cd2

7044394: TrueTypeFont inner class DirectoryEntry should be static Reviewed-by: bae, jgodinez

! src/share/classes/sun/font/TrueTypeFont.java

Changeset: 73d420a7199b Author: dlila Date: 2011-06-24 16:22 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/73d420a7199b

7049339: AnyBlit is broken with non-rectangular clips. Reviewed-by: flar

! src/share/classes/sun/java2d/loops/Blit.java

Changeset: bb481604e929 Author: lana Date: 2011-06-30 14:16 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/bb481604e929

Merge

Changeset: b8bcb12acea6 Author: weijun Date: 2011-05-27 09:01 +0800 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/b8bcb12acea6

7048466: Move sun.misc.JavaxSecurityAuthKerberosAccess to sun.security.krb5 package Reviewed-by: weijun, alanb Contributed-by: Mandy Chung <mandy.chung at oracle.com>

! src/share/classes/javax/security/auth/kerberos/JavaxSecurityAuthKerberosAccessImpl.java ! src/share/classes/javax/security/auth/kerberos/KeyTab.java

Changeset: 0da0a4d22fba Author: dcubed Date: 2011-06-01 17:10 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/0da0a4d22fba

7048308: 4/4 LoggingDeadlock3 test timeout is too small Summary: Change timeout for test from 15 seconds to 80 seconds. Reviewed-by: dholmes

! test/java/util/logging/LoggingDeadlock3.java

Changeset: 4a221501079a Author: dcubed Date: 2011-06-01 17:11 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/4a221501079a

7045594: 4/4 fix for 6977677 introduced a ResourceBundle race Summary: Fix Logger.getLogger() ResourceBundle name race. Reviewed-by: dholmes, mchung

! src/share/classes/java/util/logging/Logger.java

Changeset: 9b678733fa51 Author: weijun Date: 2011-06-08 14:01 +0800 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/9b678733fa51

7043737: klist does not detect non-existing keytab Reviewed-by: valeriep

! src/windows/classes/sun/security/krb5/internal/tools/Klist.java

Changeset: 958eea7dd46e Author: darcy Date: 2011-06-13 12:17 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/958eea7dd46e

7052122: Update JDK_MINOR_VERSION for JDK 8 Reviewed-by: mr, katleman

! make/common/shared/Defs.gmk ! make/docs/Makefile

Changeset: 08fdfdb19ad6 Author: coffeys Date: 2011-06-14 18:05 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/08fdfdb19ad6

7049774: UID construction appears to hang if time changed backwards Reviewed-by: alanb, dholmes, chegar, mduigou

! src/share/classes/java/rmi/server/UID.java

Changeset: 4e7a9fa84dea Author: darcy Date: 2011-06-14 12:31 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/4e7a9fa84dea

7054669: javadoc warnings from java.awt.Toolkit Reviewed-by: anthony

! src/share/classes/java/awt/Toolkit.java

Changeset: 33e6291f3251 Author: darcy Date: 2011-06-15 08:37 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/33e6291f3251

7041252: Use j.u.Objects.equals in security classes Reviewed-by: weijun

! src/share/classes/sun/security/tools/KeyTool.java ! src/share/classes/sun/security/x509/DistributionPoint.java ! src/share/classes/sun/security/x509/DistributionPointName.java

Changeset: 85480980cd5e Author: darcy Date: 2011-06-17 10:34 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/85480980cd5e

7021922: java.lang.annoation.IncompleteExceptions throws NPE when type is null Reviewed-by: alanb, forax

! src/share/classes/java/lang/annotation/IncompleteAnnotationException.java

Changeset: e373b4c95b4b Author: ksrini Date: 2011-06-17 15:17 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/e373b4c95b4b

7043125: TEST: tools/launcher/VersionCheck.java fails just against openjdk7 (b141 & b138-nightly) promoted Reviewed-by: darcy

! test/tools/launcher/ExecutionEnvironment.java ! test/tools/launcher/VersionCheck.java

Changeset: b29888e74be3 Author: alanb Date: 2011-06-19 11:15 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/b29888e74be3

7056489: test/com/sun/jndi/ldap/ReadTimeoutTest.java hangs or times out Reviewed-by: forax, vinnie

! test/ProblemList.txt ! test/com/sun/jndi/ldap/ReadTimeoutTest.java

Changeset: 82706552f7a3 Author: weijun Date: 2011-06-20 17:38 +0800 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/82706552f7a3

7054428: test/java/security/SecureClassLoader/DefineClassByteBuffer.java error Reviewed-by: alanb

! test/ProblemList.txt ! test/java/security/SecureClassLoader/DefineClassByteBuffer.java

Changeset: 411d02c13385 Author: dl Date: 2011-06-20 12:27 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/411d02c13385

7051516: ThreadLocalRandom seed is never initialized so all instances generate the same sequence Reviewed-by: chegar, dholmes, mduigou

! src/share/classes/java/util/Random.java

Changeset: a015dda3bdc6 Author: weijun Date: 2011-06-20 19:17 +0800 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/a015dda3bdc6

7054918: jdk_security1 test target cleanup Reviewed-by: alanb, smarks, vinnie

! test/ProblemList.txt ! test/java/security/BasicPermission/PermClass.java ! test/java/security/BasicPermission/SerialVersion.java ! test/java/security/KeyFactory/Failover.java ! test/java/security/KeyPairGenerator/Failover.java ! test/java/security/Provider/ChangeProviders.java ! test/java/security/Provider/GetInstance.java ! test/java/security/Provider/RemoveProvider.java ! test/java/security/Provider/Turkish.java ! test/java/security/Security/ClassLoaderDeadlock/Deadlock2.sh ! test/java/security/Security/NoInstalledProviders.java ! test/java/security/Security/SynchronizedAccess.java ! test/java/security/Security/removing/RemoveProviders.java ! test/java/security/UnresolvedPermission/Equals.java ! test/java/security/spec/EllipticCurveMatch.java

Changeset: 3c8f939ced1c Author: darcy Date: 2011-06-20 17:20 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/3c8f939ced1c

7055295: (reflect) add conventional constructor to GenericSignatureFormatError Reviewed-by: lancea, mduigou

! src/share/classes/java/lang/reflect/GenericSignatureFormatError.java

Changeset: 70f14c2db078 Author: alanb Date: 2011-06-21 16:11 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/70f14c2db078

7056815: test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh times out intermittently on busy machine Reviewed-by: mchung

! test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh

Changeset: 0bde4bed86e5 Author: alanb Date: 2011-06-22 15:13 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/0bde4bed86e5

7056447: test/java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java fails in agentvm Reviewed-by: emcmanus

! test/java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java

Changeset: febb7f557135 Author: weijun Date: 2011-06-23 09:27 +0800 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/febb7f557135

7055362: jdk_security2 test target cleanup Reviewed-by: alanb

! test/Makefile ! test/ProblemList.txt ! test/com/sun/crypto/provider/Cipher/DES/Sealtest.java ! test/com/sun/crypto/provider/Cipher/RSA/TestOAEP_KAT.java ! test/javax/crypto/EncryptedPrivateKeyInfo/GetKeySpecException.java ! test/javax/crypto/JceSecurity/SunJCE_BC_LoadOrdering.java

Changeset: 3b7193ab0d87 Author: xuelei Date: 2011-06-22 19:37 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/3b7193ab0d87

6952814: sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/InterruptedIO.java failing in PIT Reviewed-by: alanb

Changeset: 57265bf4b36b Author: xuelei Date: 2011-06-22 21:21 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/57265bf4b36b

7058271: Remove InterruptedIO.java record from ProblemList.txt Reviewed-by: weijun

! test/ProblemList.txt

Changeset: 6b2c14dfe9b9 Author: chegar Date: 2011-06-23 13:00 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/6b2c14dfe9b9

7057935: com/sun/nio/sctp tests should be moved out of jdk_nio and into their own target, jdk_sctp Reviewed-by: alanb

! test/Makefile ! test/ProblemList.txt

Changeset: ae7211979179 Author: chegar Date: 2011-06-23 13:15 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/ae7211979179

7021010: java/lang/Thread/ThreadStateTest.java fails intermittently Reviewed-by: dholmes, alanb, mchung

! test/ProblemList.txt ! test/java/lang/Thread/ThreadStateTest.java

Changeset: cd7adb545f71 Author: xuelei Date: 2011-06-23 04:23 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/cd7adb545f71

7057022: test/sun/security/pkcs11/fips/ClientJSSEServerJSSE.java has invalid jtreg tags Reviewed-by: weijun

! test/sun/security/pkcs11/fips/ClientJSSEServerJSSE.java

Changeset: 151756a4037b Author: darcy Date: 2011-06-23 14:57 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/151756a4037b

6253144: Long narrowing conversion should describe the algorithm used and implied "risks" Reviewed-by: mduigou, alanb

! src/share/classes/java/lang/Byte.java ! src/share/classes/java/lang/Double.java ! src/share/classes/java/lang/Float.java ! src/share/classes/java/lang/Integer.java ! src/share/classes/java/lang/Long.java ! src/share/classes/java/lang/Number.java ! src/share/classes/java/lang/Short.java ! src/share/classes/java/util/concurrent/atomic/AtomicInteger.java ! src/share/classes/java/util/concurrent/atomic/AtomicLong.java

Changeset: 5838c5bd185d Author: lana Date: 2011-06-22 23:23 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/5838c5bd185d

Merge

! src/share/classes/java/awt/Toolkit.java ! test/java/security/Security/NoInstalledProviders.java

Changeset: 5dedb265ba3e Author: lana Date: 2011-06-23 14:56 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/5dedb265ba3e

Merge

Changeset: b037a8bc1be8 Author: lana Date: 2011-06-23 17:21 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/b037a8bc1be8

Merge

Changeset: 0ad50d4ed1cf Author: alanb Date: 2011-06-24 19:30 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/0ad50d4ed1cf

6965150: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java takes too long Reviewed-by: chegar

! test/java/nio/channels/AsynchronousSocketChannel/Basic.java

Changeset: 113c75db6c8b Author: michaelm Date: 2011-06-27 12:15 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/113c75db6c8b

7059777: Remove lang tests from Problemlist.txt Reviewed-by: alanb

! test/ProblemList.txt

Changeset: a053c28304e8 Author: ksrini Date: 2011-06-27 12:21 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/a053c28304e8

7046007: (launcher) Improve usage information for -verbose option Reviewed-by: darcy, alanb

! src/share/classes/sun/launcher/resources/launcher.properties

Changeset: 3abc52f0a4dc Author: dholmes Date: 2011-06-27 20:13 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/3abc52f0a4dc

7039182: PPC: NIO: java.io.IOException: Invalid argument in sun.nio.ch.FileDispatcherImpl.read0 Summary: Allow platform specific files to be located at build time instead of generating them Reviewed-by: alanb, ohair

! make/common/Defs-embedded.gmk ! make/java/nio/Makefile

Changeset: 7b5a0a141b8b Author: michaelm Date: 2011-06-28 10:07 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/7b5a0a141b8b

7058832: com/sun/net/httpserver/bugs/B6373555.java failing intermittently Reviewed-by: alanb

! test/com/sun/net/httpserver/bugs/B6373555.java

Changeset: 585cc4a4528d Author: michaelm Date: 2011-06-28 10:09 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/585cc4a4528d

Merge

Changeset: 9bcf6217a374 Author: lana Date: 2011-06-30 14:18 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/9bcf6217a374

Merge

Changeset: 5f3cd0cbad56 Author: jrose Date: 2011-07-13 01:40 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/5f3cd0cbad56

Merge



More information about the hotspot-compiler-dev mailing list