http://hg.openjdk.java.net/jdk7u/jdk7u/rev/1ca6a368aec3 
http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/95a355f3f99a 
http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/726e38af4020 
http://hg.openjdk.java.net/jdk7u/jdk7u/jaxws/rev/43b5a7cf08e7 
http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/c650960636eb 
http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/4ceaf19647d6 
http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/0c93c0f28a55 

---

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

List of all fixes:
===================
JDK-6412968   hotspot         CMS: Long initial mark pauses
JDK-6990419   hotspot         CMS: Remaining work for 6572569: consistently 
skewed work distribution in (long) re-mark pauses
JDK-7142035   core-svc        assert in j.l.instrument agents during shutdown 
when daemon thread is running
JDK-7161320   client-libs     TEST_BUG: 
java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid 
key code)
JDK-7186887   tools           Test T6567415.java can fail on a slow machine
JDK-7187554   hotspot         JSR 292: JVMTI PopFrame needs to handle appendix 
arguments
JDK-7199674   core-libs       (props) user.home property does not return an 
accessible location in sandboxed environment [macosx]
JDK-8002148   client-libs     [TEST_BUG] The four lines printed are not the 
bold typeface.
JDK-8003253   core-libs       TEST_BUG: 
java/nio/channels/AsynchronousChannelGroup/Unbounded.java hang intermittently 
[win]
JDK-8003285   core-libs       TEST_BUG: 
java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [mac]
JDK-8003895   core-libs       
java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing again [win64]
JDK-8006628   hotspot         NEED_TEST for JDK-8002870
JDK-8007037   hotspot         JSR 292: the VM_RedefineClasses::append_entry() 
should do cross-checks with indy operands
JDK-8008511   hotspot         JSR 292: MemberName vmtarget refs to methods must 
be updated at class redefinition
JDK-8011194   core-libs       Apps launched via double-clicked .jars have 
file.encoding value of US-ASCII on Mac OS X
JDK-8011944   core-libs       Sort fails with ArrayIndexOutOfBoundsException
JDK-8012244   core-libs       java/net/Socket/asyncClose/Race.java fails 
intermittently on Windows
JDK-8013611   client-libs     Modal dialog fails to obtain keyboard focus
JDK-8013945   hotspot         CMS fatal error: must own lock 
MemberNameTable_lock
JDK-8014052   hotspot         JSR292: assert(end_offset == next_offset) failed: 
matched ending
JDK-8014288   hotspot         perf regression in nashorn JDK-8008448.js test 
after 8008511 changes
JDK-8014555   hotspot         G1: Memory ordering problem with Conc refinement 
and card marking
JDK-8016110   tools           Japanese char (MS932) 0x5C cannot be used as an 
argument when quoted
JDK-8016328   tools           Regression : Javadoc i18n regression caused by 
fix for 8012375
JDK-8017456   client-libs     [TEST_BUG] 
java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames 
remain after test execution
JDK-8017779   core-libs       java/net/Authenticator/B4769350.java fails
JDK-8019184   core-libs       MethodHandles.catchException() fails when methods 
have 8 args + varargs
JDK-8019389   hotspot         SA-JDI JSR292: 
sun.jvm.hotspot.jdi.StackFrame.thisObject() throws 
sun.jvm.hotspot.utilities.AssertionFailure: sanity check
JDK-8019623   client-libs     Lack of synchronization in 
AppContext.getAppContext()
JDK-8019990   client-libs     IM candidate window appears on the South-East 
corner of the display.
JDK-8020191   core-libs       System.getProperty( " os.name " ) returns  " 
Windows NT (unknown) "  on Windows 8.1
JDK-8022531   client-libs     [TEST_BUG] After double-click on the folder names 
, there is no 'OK' button in the dialog.
JDK-8023004   hotspot         JSR 292: java.lang.RuntimeException: Original 
target method was called.
JDK-8023881   core-libs       IDN.USE_STD3_ASCII_RULES option is too strict to 
use Unicode in IDN.toASCII
JDK-8023956   hotspot         Provide a work-around to broken Linux 32 bit 
"Exec Shield" using CS for NX emulation (crashing with SI_KERNEL)
JDK-8024648   hotspot         7141246 & 8016131 break Zero port
JDK-8025305   hotspot         Cleanup CardTableModRefBS usage in G1
JDK-8027348   core-libs       (process) Enhancement of handling async close of 
ProcessInputStream
JDK-8027359   xml             XML parser returns incorrect parsing results
JDK-8027973   xml             
javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java hangs (win)
JDK-8028391   hotspot         Make the Min/MaxHeapFreeRatio flags manageable
JDK-8029073   other-libs      (corba) New connection reclaimed when number of 
connection is greater than  highwatermark
JDK-8029281   core-libs       Synchronization issues in Logger and LogManager
JDK-8029649   deploy          Reduce dialog frequency when app is run multiple 
times
JDK-8029672   core-libs       [TEST] java/net/SocketPermission/BindTest.java 
fails since JDK 6u71 b09
JDK-8030640   client-libs     [TEST_BUG] 
java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with 
exit code 2
JDK-8030698   tools           Some messages in jconsole in 7u40 (and later) 
aren't displayed correctly
JDK-8030712   core-libs       TEST_BUG : 
java/lang/ProcessBuilder/BasicLauncher.java fails if java output contains VM 
warning
JDK-8030822   core-libs       (tz) Support tzdata2013i
JDK-8030878   tools           JConsole issues meaningless message if SSL 
connection fails
JDK-8031572   security-libs   jarsigner -verify exits with 0 when a jar file is 
not properly signed
JDK-8031743   hotspot         C2: loadI2L_immI broken for negative memory values
JDK-8031980   core-libs       Add new j.u.l deadlock test for JDK-8027670 and 
JDK-8029281
JDK-8032207   hotspot         C2: assert(VerifyOops || MachNode::size(ra_) <= 
(3+1)*4) failed: bad fixed size
JDK-8032383   deploy          [nightly] Serialized applets launch fails with NPE
JDK-8032459   deploy          Reduce dialog frequency feature - dialog is 
suppressed even if JRE is below security baseline
JDK-8032528   deploy          Fix failed for JDK-8028295
JDK-8032590   deploy          RDF doesn't work for javaws apps without jnlp 
href launched from command line
JDK-8032676   deploy          RDF (8029649) can cause performance problem when 
Revocation check times out.
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-8032909   xml             XSLT string-length returns incorrect length when 
string includes  complementary chars
JDK-8032960   client-libs     Running forms URL throws NullPointerException in 
Javaconsole.
JDK-8032986   hotspot         new hotspot build - hs24.60-b09
JDK-8033175   deploy          Regression caused by JDK-8029649, secondary 
dialog not shown
JDK-8033294   tools           javac, spurious warning for instanceof operator
JDK-8033443   hotspot         Test8000311 fails after latest changes to 
parallelize string and symbol table unlink
JDK-8033487   hotspot         Improve GC option handling
JDK-8033583   deploy          RDF: should only use longer (https) timeframe if 
all URLs are from same domain (host, protocol, port)
JDK-8034064   security-libs   sun-ds.sfbay.sun.com needs to be removed from 
tests
JDK-8034181   core-libs       (sctp) SIGBUS in SctpChannelImpl receive
JDK-8034207   deploy          Reduce dialog frequency feature - dialog is 
suppressed even if JRE is expired
JDK-8034262   core-libs       Test java/lang/ProcessBuilder/CloseRace.java fails
JDK-8035443   deploy          Two api/javax_swing/text/JTextComponent TCK tests 
fail under plugin only
JDK-8035618   other-libs      Four api/org_omg/CORBA TCK tests fail under 
plugin only
JDK-8035833   infrastructure  MacOracleSigner definition  needs to be updated 
to use Client.jar 2.0.0.0
JDK-8035897   core-libs       Better memory allocation for file descriptors 
greater than 1024 on macosx
JDK-8035963   security-libs   Test sun/security/krb5/auto/MaxRetries.java 
failed with when running with option `-server`
JDK-8035988   globalization   7u60 l10n resource file translation update 1 
JDK-8036022   client-libs     D3D: rendering with XOR composite causes 
InternalError.
JDK-8036584   core-libs       Review comments from 8035897
JDK-8036786   core-libs       [TEST] Update jdk7 testlibrary to match jdk8
JDK-8037012   core-libs       (tz) Support tzdata2014a
JDK-8038935   core-libs       [TEST] 
closed/java/net/SocketPermission/BindTest.java still failing after 8029672

Reply via email to