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
morris [Fri, 10 Jan 2014 12:54:08 -0800] rev 22248
Merge
anoll [Fri, 10 Jan 2014 06:36:18 +0100] rev 22247
8022494: Make compilation IDs sequential
Summary: Use atomic operations to provide sequential compilation IDs
Reviewed-by: kvn, twisti
twisti [Thu, 09 Jan 2014 18:09:59 -0800] rev 22246
8026413: ScopeDesc::is_equal is declared in header file but not implemented
Reviewed-by: kvn
iignatyev [Thu, 09 Jan 2014 19:03:36 +0400] rev 22245
8031115: intrinsics for Math.decrementExact(J) and incrementExact(J) don't work
Reviewed-by: kvn, twisti