jdk8-b61: JSN, Tools, Core Libraries, Serviceability, 2d, Awt, and Swing
lana.steuck at oracle.com
lana.steuck at oracle.com
Fri Oct 12 11:40:55 PDT 2012
http://hg.openjdk.java.net/jdk8/jdk8/rev/20ff117b5090
http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/26020b247ad3
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/61ddb3fd000a
http://hg.openjdk.java.net/jdk8/jdk8/jaxws/rev/97e5e74e2a34
http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/6b1db0b41d2f
http://hg.openjdk.java.net/jdk8/jdk8/hotspot/rev/0cc77f9b31ad
http://hg.openjdk.java.net/jdk8/jdk8/corba/rev/0e08ba7648fb
---
All the fixes will be tested during promotion (no PIT testing at this point):
JDK-8000176 client-libs Need automated test for checking scale quality
JDK-7201151 client-libs Fix Contribution : Java cannot get Windows's IME name correctly
JDK-7199180 client-libs [macosx] Dead keys handling for input methods
JDK-7197619 client-libs Using modifiers for the dead key detection on Windows
JDK-7194184 client-libs JColorChooser swatch cannot accessed from keyboard
JDK-7188093 client-libs closed/sun/java2d/pipe/ScaleQualityTest.java fails
JDK-7179349 client-libs [macosx] Java processes on Mac should not use default Apple icon
JDK-7171412 client-libs awt Choice doesn't fire ItemStateChange when selecting item after select() call
JDK-7168062 client-libs [macosx] Java processes on Mac should use Oracle Java branded icons
JDK-7160627 client-libs [macosx] TextArea has wrong initial size
JDK-7158350 client-libs [macosx] Strange results of SwingUIText printing
JDK-7124515 client-libs [macosx] Test fail like 6366126 (ArrayIndexOutOfBoundException pressing ENTER after removing items)
JDK-7124239 client-libs [macosx] sun.awt.SunToolkit.InfiniteLoop exception in realSync called from SwingTestHelper
JDK-7124213 client-libs [macosx] pack() does ignore size of a component; doesn't on the other platforms.
JDK-7123767 client-libs Wrong tooltip location in Multi-Monitor configurations
JDK-8000354 core-libs (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
JDK-7200742 core-libs (se) Selector.select does not block when starting Coherence (sol)
JDK-7200119 core-libs Collator.getAvailableLocales() doesn't return Locale.US
JDK-7199862 core-libs Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases
JDK-7199614 core-libs (pack200) remove unused file
JDK-7199551 core-libs (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
JDK-7199219 core-libs Proxy-Connection headers set incorrectly when a HttpClient is retrieved from the Keep Alive Cache
JDK-7198834 core-libs HOST Adapter: one extra empty space in the end of the pattern string
JDK-7197642 core-libs (sl) ServiceLoader.load(null) doesn't throw NPE
JDK-7197573 core-libs java/util/Locale/LocaleProviders.sh failed.
JDK-7196799 core-libs CLDR adapter can not be invoked when region code is specified in Locale
JDK-7196316 core-libs Wrong rounding mode in DecimalFormat after deserialization
JDK-7193520 core-libs Removed references to Linux kernel version 2.2
JDK-7192792 core-libs Pack200 tests should be more tolerant when using network resources
JDK-7184932 core-libs (sc) Replace use of temporary selectors in socket adapters with poll
JDK-7104012 core-libs AIOOBE from RuleBasedBreakIterator.lookupState for some suppl. chars
JDK-7069824 core-libs Support for BCP47 locale matching
JDK-7050528 core-libs Improve performance of java.text.DecimalFormat.format() call stack
JDK-6950237 core-libs (fs) Test java/nio/file/Path/CopyAndMove.java does not work correctly when test dir in on VFAT
JDK-6910472 core-libs Typo in : java.io.ObjectOutputStream.reset() "refered"
JDK-7186723 core-svc TEST_BUG: Race condition in sun/management/jmxremote/startstop/JMXStartStopTest.sh
JDK-7132631 docs The help-doc.html generates an invalid link to constant-values.html
JDK-7068595 docs html files in class-use dir do not get loaded correctly when Frames link is clicked
JDK-4696488 docs javadoc doesn't handle UNC paths for destination directory
JDK-8000269 other-libs Cleanup javadoc warnings
JDK-7195779 other-libs javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently, NPE in tie class
JDK-8000268 security-libs sun/security/provider/X509Factory/BigCRL.java failing on Linux 32-bit
JDK-7201205 security-libs Add Makefile configuration option to build with unlimited crypto in OpenJDK.
JDK-7201053 security-libs Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true
JDK-7200682 security-libs TEST_BUG: keytool/autotest.sh still has problems with libsoftokn.so
JDK-7200295 security-libs CertificateRequest message is wrapping when using large numbers of Certs
JDK-7199941 security-libs test about AES/ECB mode fails
JDK-7199939 security-libs DSA 576 and 640 bit keys fail when initializing for No precomputed parameters
JDK-7133495 security-libs [macosx] KeyChain KeyStore implementation retrieves only one private key entry
JDK-8000241 tools langtools doesn't build
JDK-8000233 tools Fix issues in recent push
JDK-7199925 tools Separate compilation breaks check that elements have a default for the containing annotation
JDK-7198582 tools (java) Minor refactor of JavacParser
JDK-7196464 tools upgrade JavaCompiler.shouldStopPolicy to accomodate policies in face of error and no error
JDK-7196462 tools JavacProcessingEnvironment should tolerate BasicJavacTask
JDK-7194586 tools Add back-end support for invokedynamic
JDK-7193913 tools Cleanup Resolve.findMethod
JDK-7193657 tools provide internal ArrayUtils class to simplify common usage of arrays in javac
JDK-7188968 tools New instance creation expression using diamond is checked twice
JDK-7177387 tools Add target-typing support in method context
JDK-7177386 tools Add attribution support for method references
JDK-7177385 tools Add attribution support for lambda expressions
JDK-7177306 tools Regression: unchecked method call does not erase return type
JDK-7175433 tools Inference cleanup: add helper class to handle inference variables
More information about the jdk8-dev
mailing list