lancea [Tue, 14 Jan 2014 14:27:03 -0500] rev 22278
8031721: Remove non-existent test from TEST.groups
Reviewed-by: mchung
darcy [Tue, 14 Jan 2014 10:08:24 -0800] rev 22277
8031651: Remove unneeded -source and -target flags in jdk repo regression tests
Reviewed-by: dfuchs, mullan
chegar [Tue, 14 Jan 2014 16:23:49 +0000] rev 22276
7100957: SOCKS proxying does not work with IPv6 connections
Reviewed-by: chegar, alanb
Contributed-by: Dimitar Mavrodiev <dmavrodiev@gmail.com>
chegar [Tue, 14 Jan 2014 15:15:45 +0000] rev 22275
8031708: Windows x86 build failure: JNU_ThrowOutOfMemoryError undefined
Reviewed-by: alanb
alanb [Tue, 14 Jan 2014 14:54:05 +0000] rev 22274
7027502: Remove demo/jvmti/hprof/MonitorTest.java from exclude list with additional debug output
Reviewed-by: dholmes, sla, alanb
Contributed-by: tristan.yan@oracle.com
xuelei [Tue, 14 Jan 2014 06:41:10 -0800] rev 22273
8031566: regression test failure, SSLEngineBadBufferArrayAccess.java
Reviewed-by: mullan
erikj [Tue, 14 Jan 2014 12:05:46 +0100] rev 22272
8025936: Windows .pdb and .map files does not have proper dependencies setup
Reviewed-by: ihse, tbell
jbachorik [Tue, 14 Jan 2014 13:09:34 +0100] rev 22271
8030847: java/lang/management/ThreadMXBean/ThreadBlockedCount.java fails intermittently again
Reviewed-by: dholmes, sla, mchung
ykantser [Tue, 14 Jan 2014 11:08:33 +0100] rev 22270
6380601: MISC_REGRESSION tests need to be more resilient to ps cmd problems
Reviewed-by: sla, alanb, jbachorik
weijun [Tue, 14 Jan 2014 13:31:44 +0800] rev 22269
8031046: Native Windows ccache might still get unsupported ticket
Reviewed-by: valeriep
xuelei [Mon, 13 Jan 2014 21:12:58 -0800] rev 22268
8030829: Add MD5 to jdk.certpath.disabledAlgorithms security property
Reviewed-by: mullan, weijun
xuelei [Mon, 13 Jan 2014 20:56:18 -0800] rev 22267
8028518: Increase the priorities of GCM cipher suites
Reviewed-by: wetmore
dxu [Mon, 13 Jan 2014 16:32:18 -0800] rev 22266
8029007: Check src/share/native/sun/misc code for JNI pending exceptions
Reviewed-by: chegar, alanb, rriggs, mchung
darcy [Mon, 13 Jan 2014 14:52:49 -0800] rev 22265
8031589: Fix doclint issues in java.beans.beancontext
Reviewed-by: alanb
ascarpino [Sat, 11 Jan 2014 09:19:47 -0800] rev 22264
8031372: JDK 9 Specification-Version in jar files is still 1.8
Reviewed-by: alanb, erikj, wetmore
coffeys [Sat, 11 Jan 2014 11:22:35 +0000] rev 22263
Merge
aefimov [Mon, 30 Dec 2013 16:46:55 +0400] rev 22262
8025051: Update resource files for TimeZone display names
Reviewed-by: okutsu, mfang
dfuchs [Fri, 10 Jan 2014 19:48:02 +0100] rev 22261
8031525: Logger created in test/tools/jar/UpdateManifest.java might get gc'ed too early.
Summary: The test needs to keep a strong reference on its loggers otherwise the modification of the logger level may only be transient.
Reviewed-by: chegar
darcy [Fri, 10 Jan 2014 09:24:47 -0800] rev 22260
8031082: Fix non-missing doclint problems in client libraries
Reviewed-by: serb
rriggs [Thu, 05 Dec 2013 15:49:53 -0500] rev 22259
8029629: java/lang/ProcessBuilder/Basic.java fails intermittently
Summary: Improved test for Thread.interrupt
Reviewed-by: martin, rriggs
Contributed-by: martinrb@google.com
rriggs [Fri, 10 Jan 2014 10:45:56 -0500] rev 22258
8030875: Macros for checking and returning on exceptions
Summary: Move exception checking macros to common jni_util.h
Reviewed-by: chegar
psandoz [Fri, 10 Jan 2014 16:17:34 +0100] rev 22257
8031428: CountTest causes lambda Ser/Derialization tests to fail
Reviewed-by: chegar
dfuchs [Fri, 10 Jan 2014 15:51:24 +0100] rev 22256
8031068: java/util/logging/ParentLoggersTest.java: checkLoggers: getLoggerNames() returned unexpected loggers
Summary: The test was not keeping any strong reference on the loggers it created allowing for them to be garbage collected too early.
Reviewed-by: mchung, chegar
jbachorik [Fri, 10 Jan 2014 08:22:00 +0100] rev 22255
8031420: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails on some platforms: Unable to locate 'libjvm.so'
Reviewed-by: sla, chegar, sjiang
darcy [Thu, 09 Jan 2014 14:15:01 -0800] rev 22254
8030845: Fix doclint missing issues in java.awt.event
Reviewed-by: prr, anthony
katleman [Tue, 21 Jan 2014 18:17:13 -0800] rev 22253
Added tag jdk9-b01 for changeset 0da91a6ccb5f
duke [Wed, 05 Jul 2017 19:27:16 +0200] rev 22252
Merge
lana [Mon, 27 Jan 2014 21:00:29 -0800] rev 22251
Merge
jrose [Thu, 05 Dec 2013 00:36:42 -0800] rev 22250
8029507: Enhance JVM method processing
Summary: update MemberName.clazz correctly in MemberName.resolve; also pass lookupClass to MethodHandles::resolve_MemberName
Reviewed-by: acorn, vlivanov
coleenp [Thu, 05 Sep 2013 10:29:00 -0400] rev 22249
8021266: Better life cycle for objects
Summary: Improve life cycle for objects
Reviewed-by: art, hseigel
Contributed-by: gerard.ziemski@oracle.com