jdk8u-b09: jdk8u-dev

lana.steuck at oracle.com lana.steuck at oracle.com
Mon Apr 7 23:54:51 UTC 2014


http://hg.openjdk.java.net/jdk8u/jdk8u/rev/70b4b4c2fc44 
http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/41f588adeb7a 
http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/aa0cb3af23d3 
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/bfcdcc29c882 
http://hg.openjdk.java.net/jdk8u/jdk8u/jaxws/rev/2e76ce4ec993 
http://hg.openjdk.java.net/jdk8u/jdk8u/jaxp/rev/b706e9775bf7 
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/d5f0404d965f 
http://hg.openjdk.java.net/jdk8u/jdk8u/corba/rev/0344396d09b0 

---

All the fixes will be tested during promotion (no PIT testing at this point):

List of all fixes:
===================
JDK-7161320   client-libs     TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
JDK-8002148   client-libs     [TEST_BUG] The four lines printed are not the bold typeface.
JDK-8005748   client-libs     [parfait] Memory leak at jdk/src/closed/share/native/sun/font/scalerMethods.c
JDK-8011964   core-libs       need indexed access to externally-managed ByteBuffer
JDK-8015958   core-libs       DataView constructor is not defined
JDK-8017142   globalization   Time display for Spanish(Chile, Ecuador ) locale doesn't show 24-hour format
JDK-8019990   client-libs     IM candidate window appears on the South-East corner of the display.
JDK-8021350   core-libs       Share script classes between threads/globals within context
JDK-8021804   security-libs   Certpath validation fails if validity period of root cert does not include validity period of intermediate cert
JDK-8022531   client-libs     [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog.
JDK-8027348   core-libs       (process) Enhancement of handling async close of ProcessInputStream
JDK-8027827   core-libs       Improve performance of catchException combinator
JDK-8028576   tools           Incorrect RuntimeVisibleTypeAnnotations for exception parameters when not generating debuging info
JDK-8029003   core-libs       setField in ScriptObject is incorrect for non extensible objects
JDK-8029008   client-libs     [Parfait] warnings from b116 for jdk.src.share.native.sun.font: JNI exceptions pending
JDK-8029031   core-libs       "ant clean jar" on nashorn repo results in number of ASM deprecated warnings
JDK-8029095   core-svc        TESTBUG: sun/management/snmp/bootstrap/SnmpNotifBootStrapTest.sh
JDK-8029332   core-libs       Do not require nasgen-generated functions to return Object
JDK-8029364   core-libs       NashornException to expose thrown object
JDK-8029667   core-libs       Prototype linking is incorrect
JDK-8029672   core-libs       [TEST] java/net/SocketPermission/BindTest.java fails since JDK 6u71 b09
JDK-8030182   core-libs       scopeCall with -1 as line number
JDK-8030197   core-libs       Nashorn: Object.defineProperty() can be lured to change fixed NaN property
JDK-8030640   client-libs     [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2
JDK-8030809   core-libs       Anonymous functions should not be shown with internal names in script stack trace
JDK-8031106   core-libs       Nashorn: IndexOutOfBoundsException in NashornCallSiteDescriptor.getNameToken()
JDK-8031317   core-libs       SyntaxError when property setter has no parameter
JDK-8031359   core-libs       Invocable.getInterface() works incorrectly if interface has default methods
JDK-8031422   client-libs     [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
JDK-8031715   core-libs       Indexed access to java package not working
JDK-8031765   client-libs     [TEST] Child process  error stream is not empty! 
JDK-8031983   core-libs       Error objects should capture stack at the constructor
JDK-8032004   core-libs       instance property "message" of Error objects should be non-enumerable
JDK-8032060   core-libs       PropertyMap of Error objects is not stable
JDK-8032068   core-libs       implement @sourceURL and #sourceURL directives
JDK-8032595   client-libs     [macosx] setResizable(false) makes a frame slide down
JDK-8032832   core-libs       Applet/browser deadlocks, when IIS integrated authentication is used
JDK-8032878   client-libs     Editable combos in table do not behave as expected
JDK-8033534   client-libs     [macosx] Get MultiResolution image from native system
JDK-8033562   hotspot         TestClassUnloadEvent.java got too many vm/class/unload events
JDK-8033666   core-libs       Make sure @ForceInline is everywhere it needs to be in sun.misc and java.lang.invoke
JDK-8033763   core-libs       Add tests to assert map identity of certain objects
JDK-8033924   core-libs       Default permissions are not given for eval code
JDK-8033951   core-libs       nasgen needs the newly build nasgen and nashorn classes in the bootclasspath
JDK-8034030   client-libs     [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/ImageSurfaceData.m
JDK-8034055   core-libs       delete on global object not properly guarded
JDK-8034095   client-libs     [parfait] JNI exception pending in src/jdk/src/macosx/native/sun/awt/QuartzRenderer.m
JDK-8034097   client-libs     [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/QuartzSurfaceData.m
JDK-8034104   client-libs     [parfait] warnings from jdk/src/macosx/native/sun/awt/CTextPipe.m: JNI exception pending, JNI critical region violation
JDK-8034113   client-libs     [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/AWTStrike.m
JDK-8034119   client-libs     [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/CCharToGlyphMapper.m
JDK-8034120   core-libs       MethodHandles.catchException doesn't handle VarargsCollector right
JDK-8034127   tools           javac provide debug oriented toString() methods to InferenceContext and UndetVar
JDK-8034181   core-libs       (sctp) SIGBUS in SctpChannelImpl receive
JDK-8034262   core-libs       Test java/lang/ProcessBuilder/CloseRace.java fails
JDK-8034854   tools           outer_class_info_index of synthetic class is not zero
JDK-8034924   tools           Incorrect inheritance of inaccessible static method
JDK-8034955   client-libs     JLabel/JToolTip throw ClassCastException for  "<html>a<title>" 
JDK-8035069   client-libs     [macosx] Loading resolution variants by demand
JDK-8035104   tools           reorder class file attributes in javap listing
JDK-8035320   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DnDDS.cpp
JDK-8035325   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp
JDK-8035327   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp
JDK-8035332   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp
JDK-8035335   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TrayIcon.cpp
JDK-8035337   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp
JDK-8035622   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DesktopProperties.cpp
JDK-8035626   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Toolkit.cpp, awt_Toolkit.h
JDK-8035660   infrastructure  JDK_UPDATE_VERSION is not passed to installer-only command line
JDK-8035833   infrastructure  MacOracleSigner definition  needs to be updated to use Client.jar 2.0.0.0
JDK-8035842   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Insets.cpp
JDK-8035844   client-libs     [parfait] JNI exception pending in src/windows/native/sun/windows/awt_Rectangle.cpp
JDK-8035847   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
JDK-8035855   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DataTransferer.cpp
JDK-8035860   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/MouseInfo.cpp
JDK-8035948   core-libs       Redesign property listeners for shared classes
JDK-8035963   security-libs   Test sun/security/krb5/auto/MaxRetries.java failed with when running with option `-server`
JDK-8036022   client-libs     D3D: rendering with XOR composite causes InternalError.
JDK-8036117   core-libs       MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
JDK-8036543   security-libs   [parfait] JNI pending exceptions for j2secmod.c, j2secmod_md.c, and p11_md.c
JDK-8036759   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_AWTEvent.cpp
JDK-8036761   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TextComponent.cpp
JDK-8036782   client-libs     [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_MouseEvent.cpp
JDK-8036788   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Event.cpp
JDK-8036793   client-libs     [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_new.cpp
JDK-8036882   client-libs     [macosx] Native memory leak in Java_sun_lwawt_macosx_CImage_nativeGetNSImageRepresentationSizes
JDK-8036971   security-libs   krb5.conf does not accept directive lines before the first section
JDK-8037106   core-libs       Optimize Arrays.asList(...).forEach
JDK-8037221   other-libs      [asm] refresh internal ASM version
JDK-8037258   security-libs   AIOB while parsing CRL for revoked certificate
JDK-8037400   core-libs       Remove getInitialMap getters and GlobalObject interface.
JDK-8037414   infrastructure  Licensee Source Bundles build issue
JDK-8037561   hotspot         Add more tests for JFR IO events
JDK-8037562   core-libs       Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys
JDK-8037843   xml             test needs to be removed from jaxp repo
JDK-8037857   core-libs       Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex
JDK-8038080   core-libs       annotation processors don't visit declaration parameter annotations
JDK-8038093   client-libs     JNI warnings in jdk/src/closed/share/native/sun/font/GeneralPath.cpp
JDK-8038106   client-libs     PIT: access problem to a PrinterJob on OS X 
JDK-8038186   core-libs       [TESTBUG] improvements of test j.l.i.MethodHandles
JDK-8038454   hotspot         Remove fixed bugs from ProblemList.txt
JDK-8038456   core-libs       improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
JDK-8038462   hotspot         [TESTBUG] jfr/api/FlightRecorderMBeanTest/TestGetStartEndTime.java should not fail if times are equal
JDK-8038615   core-libs       test262 repo is now a git repo in github
JDK-8038931   core-libs       [TESTBUG] Several regression tests fail to compile in JDK 8u20 nightly build
JDK-8038935   core-libs       [TEST] closed/java/net/SocketPermission/BindTest.java still failing after 8029672
JDK-8038940   core-svc        c.s.j.r.i.ClientNotifForwarder$LinearExecutor prone to data races
JDK-8039047   core-libs       Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed
JDK-8039077   infrastructure  JPRT build configure not setting --with-update-version 



More information about the jdk8u-dev mailing list