jdk8-b102: JSN, Tools, Core Libraries, Serviceability, 2d, Awt, and Swing
lana.steuck at oracle.com
lana.steuck at oracle.com
Tue Aug 6 10:35:44 PDT 2013
http://hg.openjdk.java.net/jdk8/jdk8/rev/5eb3c1dc348f
http://hg.openjdk.java.net/jdk8/jdk8/nashorn/rev/e966ff0a3ffe
http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/453a305e1165
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8ed8e2b4b90e
http://hg.openjdk.java.net/jdk8/jdk8/jaxws/rev/988a5f2ac559
http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/7cffafa606e9
http://hg.openjdk.java.net/jdk8/jdk8/hotspot/rev/7c9885d23744
http://hg.openjdk.java.net/jdk8/jdk8/corba/rev/528c7e76eaee
---
Java2D SQE verified 2d fixes and gave an OK. All the remaining fixes will be tested during promotion.
List of all fixes:
===================
JDK-8021835 client-libs Fix for 8016343 will not compile on Windows.
JDK-8020983 client-libs OutOfMemoryError caused by non garbage collected JPEGImageWriter Instances
JDK-8020928 client-libs JVM crash
JDK-8020927 client-libs JLightweightFrame API should export layout properties change notifications
JDK-8020208 client-libs NullPointerException at sun.print.Win32PrintService.getMediaPrintables(Win32Prin
JDK-8019975 client-libs closed/javax/swing/JFileChooser/4966171/bug4966171.java throws java.io.NotSerializableException: javax.swing.plaf.basic.BasicFileChooserUI$AcceptAllFileFilter
JDK-8019201 client-libs Regression: java.awt.image.ConvolveOp throws java.awt.image.ImagingOpException
JDK-8017189 client-libs [macosx] AWT program menu disabled on Mac
JDK-8016343 client-libs [macosx] Print job goes to default printer regardless of chosen printer
JDK-8015926 client-libs NPE when using SynthTreeUI's expandPath()
JDK-8015300 client-libs JComboBox text sometimes become selected, sometimes not (Windows LAF)
JDK-8013569 client-libs [macosx] JLabel preferred size incorrect on retina displays with non-default font size
JDK-8011709 client-libs [parfait] False positive: memory leak in jdk/src/share/native/sun/font/layout/CanonShaping.cpp
JDK-8010782 client-libs clean up source files containing carriage return characters
JDK-8008782 client-libs NPE in TrueTypeGlyphMapper
JDK-8007939 client-libs Null pointer dereference in T2K's tsi_NewCFFClass
JDK-8007267 client-libs [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
JDK-8005126 client-libs [parfait] #418 - #428 XRBackendNative.c Integer overflow
JDK-7196866 client-libs CTW fails on all Solaris platforms
JDK-7190349 client-libs [macosx] Text (Label) is incorrectly drawn with a rotated g2d
JDK-7184951 client-libs [macosx] Exception at java.awt.datatransfer on headless mode (only in GUI session)
JDK-6230360 client-libs Spelling mistake in documentation for AWT: 1.4, 1.5, 1.6, 1.7
JDK-8021883 core-libs j.u.Random/RandomStream.java test needs more robust timeout duration
JDK-8021863 core-libs Stream.concat incorrectly calculates unsized state
JDK-8021833 core-libs javadoc cleanup in java.net
JDK-8021792 core-libs print function defined in engine.js does not handle multiple arguments
JDK-8021773 core-libs print function as defined by jrunscript's init.js script is incompatible with nashorn's definition
JDK-8021767 core-libs test/java/time/tck/java/time/format/TCKFormatStyle.java failing
JDK-8021609 core-libs Fix doclint issues in java.nio.charset
JDK-8021601 core-libs Unit test for PriorityQueue(Comparator)
JDK-8021571 core-libs @fork tests should use VM options passed from project.properties
JDK-8021429 core-libs Fix lint warnings in java.lang.ref
JDK-8021421 core-libs More doclint fixes in java.net
JDK-8021417 core-libs Fix doclint issues in java.util.concurrent
JDK-8021408 core-libs Fix misc doclint issues in java.util and java.io
JDK-8021361 core-libs ClassCastException:.ScriptObjectMirror -> ScriptObject when getInterface called on object from different ScriptContext
JDK-8021321 core-libs Two runsunspider tests fail after updating sunspider to 1.0
JDK-8021294 core-libs --verify-code option results in AnalyzerException
JDK-8021262 core-libs Make nashorn access checks consistent with underlying dynalink
JDK-8021261 core-libs ProblemList.txt updates (7/2013)
JDK-8021252 core-libs invokeMethod throws NoSuchMethodException when script object is from different script context
JDK-8021246 core-libs Fix regression for 8021189
JDK-8021244 core-libs Inconsistent stackmap with splitter threshold set very low
JDK-8021189 core-libs Prevent access to constructors of restricted classes
JDK-8021164 core-libs REGRESSION: test262 failures after JDK-8021122
JDK-8021130 core-libs Comments need to be tokens
JDK-8021129 core-libs Remove zero-privilege lookup delegate from Dynalink
JDK-8021122 core-libs Not all callables are handled for toString and other function valued properties
JDK-8021109 core-libs Add serialVersionUID to LambdaConversionException.java
JDK-8021108 core-libs Clean up doclint warnings and errors in java.text package
JDK-8020977 core-libs StringJoiner merges with itself not as expected
JDK-8020976 core-libs Ensure consistent insertion for ConcurrentHashMap
JDK-8020971 core-libs Fix doclint issues in java.nio.*
JDK-8020948 core-libs Fix doclint issues in misc package-info.java files
JDK-8020820 core-libs Prevent access to static members of reflective classes
JDK-8020810 core-libs Typo in javadoc for Class.toGenericString()
JDK-8020809 core-libs Java adapter should not allow overriding of caller sensitive methods
JDK-8020731 core-libs Revisit checkPermission calls in Context class
JDK-8020719 core-libs Run tests with reduced splitter threshold
JDK-8020718 core-libs RETURN symbol has wrong type in split functions
JDK-8020641 core-libs Clean up some code style in recent BigInteger contributions
JDK-8020596 core-libs Initialization of white space strings in scanner should be done with \u strings
JDK-8020539 core-libs Clean up doclint problems in java.util package, part 2
JDK-8020498 core-libs Crash when both libnet.so and libmawt.so are loaded
JDK-8020426 core-libs Fix doclint accessibility issues in java.io
JDK-8020418 core-libs Cleanup of -Xlint warnings in java.time
JDK-8020356 core-libs ClassCastException Undefined->Scope on spiltter class generated for a large switch statement
JDK-8020156 core-libs TreeMap.values().spliterator() does not report ORDERED
JDK-8020009 core-libs TreeMap.entrySet().spliterator() reports SORTED + null comparator but the elements are not Comparable
JDK-8019840 core-libs Spec update for java.util.function
JDK-8017585 core-libs Exclude two failing tests from Nashorn CC run
JDK-8016623 core-libs test/java/time/format/TestDateTimeTextProvider.java failing
JDK-8016579 core-libs (process) IOException thrown by ProcessBuilder.start() method is incorrectly encoded
JDK-8016025 core-libs CCC request to Update the OpenJDK Threeten Project in SE 8
JDK-8014319 core-libs Faster division of large integers
JDK-6799426 core-libs (coll) Add a constructor PriorityQueue(Comparator)
JDK-8020875 core-svc java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently
JDK-8016838 core-svc [TEST_BUG] java/lang/instrument/RedefineBigClass.sh needs modification
JDK-8016221 core-svc A unit test should not use a fix port to run a jmx connector
JDK-8021563 hotspot Add missing test tags
JDK-8019403 hotspot closed/com/oracle/jfr/runtime/TestExceptionEvents.jtr: java.lang.NoClassDefFoundError: Could not initialize class java.io.File$TempDirectory
JDK-8006324 hotspot [TEST_BUG] sun/invoke/util/ValueConversionsTest.java should be modified
JDK-8021588 infrastructure Remove explicit othervm execution from jdk/test/Makefile
JDK-8021841 security-libs Remove SSLEngineDeadlock.java from problem list
JDK-8021323 security-libs closed/sun/security/ssl/sanity/pluggability/CheckURLs.java failed with time out
JDK-8020424 security-libs The NSS version should be detected before running crypto tests
JDK-8019544 security-libs Need to run ProviderTest.java in othervm mode.
JDK-8016916 security-libs UnstructuredName should support DirectoryString
JDK-8012971 security-libs PKCS11Test hiding exception failures
JDK-8012288 security-libs XML DSig API allows wrong tag names and extra elements in SignedInfo
JDK-8010748 security-libs Add PKIXRevocationChecker NO_FALLBACK option and improve SOFT_FAIL option
JDK-8021338 tools Diamond finder may mark a required type argument as unnecessary
JDK-8021215 tools javac gives incorrect doclint warnings on normal package statements
JDK-8020843 tools javac crashes on accessibility check with method reference with typevar receiver
JDK-8020804 tools javac crashes when speculative attribution infers intersection type with array component
JDK-8020689 tools Missing LineNumberTable entries in compiled class files
JDK-8020664 tools doclint gives incorrect warnings on normal package statements
JDK-8020556 tools doclint does not check type variables for @throws
JDK-8020313 tools doclint doesn't reset HTML anchors correctly
JDK-8019422 tools Javac doesn't fill in end position for uninitialized variable errors
JDK-8019421 tools Javac doesn't fill in end position for some annotation related errors
JDK-8017216 tools javac doesn't fill in end position for some errors of type not found
JDK-8016880 tools 42 tests in annot102* fail with compile-time errors
JDK-8016081 tools field initialized with lambda in annotation types doesn't compile
JDK-8014636 tools TestLiteralCodeInPre fails on windows
JDK-8013179 tools assertion failure in javac when compiling with -source 1.6 -target 1.6
JDK-8007961 tools javax.lang.model tests for repeating annotations fail in getAnnotationsByType
JDK-8021280 xml Reorganise jaxws closed tests
JDK-8021148 xml Regression in SAXParserImpl in 7u40 b34 (NPE)
More information about the jdk8-dev
mailing list