mchung [Mon, 03 Mar 2014 14:14:10 -0800] rev 25533
8035009: Make Proxy representations consistent
Reviewed-by: ahgross, jfranck
pchelko [Thu, 24 Apr 2014 20:58:00 +0400] rev 25532
8032960: Running forms URL throws NullPointerException in Javaconsole.
Reviewed-by: anthony, serb
vinnie [Fri, 28 Feb 2014 10:39:03 +0000] rev 25531
8034272: Do not cram data into CRAM arrays
Reviewed-by: mullan, ahgross
valeriep [Wed, 26 Feb 2014 18:56:33 +0000] rev 25530
8031340: Better TLS/EC management
Summary: Make sure private key structure is freed for EC key pair generation
Reviewed-by: vinnie
pchelko [Tue, 25 Feb 2014 19:48:47 +0400] rev 25529
8028285: RMI Thread can no longer call out to AWT
Reviewed-by: art, serb, ddehaven
prr [Mon, 24 Feb 2014 11:03:49 -0800] rev 25528
8034267: Probabilistic native crash`
Reviewed-by: bae, serb, mschoene
kizune [Mon, 03 Feb 2014 21:48:46 +0400] rev 25527
8029177: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.java.util.jar: JNI exception pending
Summary: Additional review by Chris Ries
Reviewed-by: jfranck, ksrini
psandoz [Wed, 16 Jul 2014 14:35:48 +0200] rev 25526
8044047: Missing null pointer checks for streams
Reviewed-by: dfuchs
Contributed-by: paul.sandoz@oracle.com, ivan.gerasimov@oracle.com
mullan [Wed, 16 Jul 2014 08:07:38 -0400] rev 25525
Merge
mullan [Wed, 16 Jul 2014 08:06:40 -0400] rev 25524
4867890: Clarify the return value/exception for java.security.SignedObject.verify
Reviewed-by: weijun
igerasim [Wed, 16 Jul 2014 13:02:24 +0400] rev 25523
8035975: Pattern.compile(String, int) fails to throw IllegalArgumentException
Reviewed-by: sherman
prr [Tue, 15 Jul 2014 11:22:14 -0700] rev 25522
8049892: Replace uses of 'new Integer()' with appropriate alternative across core classes
Reviewed-by: psandoz, prr
Contributed-by: otaviopolianasantana@gmail.com
amurillo [Tue, 15 Jul 2014 10:21:07 -0700] rev 25521
Merge
amurillo [Fri, 11 Jul 2014 21:20:11 -0700] rev 25520
Merge
amurillo [Fri, 11 Jul 2014 17:04:52 -0700] rev 25519
Merge
amurillo [Fri, 11 Jul 2014 13:02:40 -0700] rev 25518
Merge
coleenp [Wed, 02 Jul 2014 16:47:49 -0400] rev 25517
8047737: Move array component mirror to instance of java/lang/Class
Summary: Add field in java.lang.Class for componentType to simplify oop processing in JVM
Reviewed-by: fparain, twisti, mchung
amurillo [Fri, 27 Jun 2014 14:21:31 -0700] rev 25516
Merge
sspitsyn [Thu, 26 Jun 2014 03:26:20 -0700] rev 25515
8048185: [TESTBUG] need a JTREG test for the fix of JDK-8042796 (OLD and/or OBSOLETE method(s) found)
Summary: Need to integrate the jtreg unit test for the fixed bug JDK-8042796
Reviewed-by: dcubed, coleenp
Contributed-by: serguei.spitsyn@oracle.com
prappo [Tue, 15 Jul 2014 16:46:43 +0100] rev 25514
8048175: Remove redundant use of reflection on core classes from JNDI
Reviewed-by: msheppar, vinnie
jmanson [Thu, 10 Jul 2014 16:26:38 +0200] rev 25513
8042778: Getting all visible methods in ReferenceTypeImpl is slow
Reviewed-by: egahlin, dholmes
katleman [Thu, 17 Jul 2014 09:50:33 -0700] rev 25512
Added tag jdk9-b23 for changeset 4bc08677eca7
duke [Wed, 05 Jul 2017 19:50:37 +0200] rev 25511
Merge
lana [Fri, 18 Jul 2014 08:25:40 -0700] rev 25510
Merge
hseigel [Mon, 14 Jul 2014 13:31:03 +0400] rev 25509
8043454: Test case for 8037157 should not throw a VerifyError
Summary: Don't throw VerifyError if method is NULL.
Reviewed-by: acorn, lfoltan, mschoene
hseigel [Wed, 07 May 2014 19:34:48 +0400] rev 25508
8037157: Verify <init> call
Summary: Check for null method
Reviewed-by: coleenp, acorn, mschoene
acorn [Mon, 14 Jul 2014 13:15:06 +0400] rev 25507
8037167: Better method signature resolution
Reviewed-by: mschoene, hseigel, lfoltan
hseigel [Mon, 14 Jul 2014 13:01:34 +0400] rev 25506
8036800: Attribute OOM to correct part of code
Summary: checks that the attribute_length does not exceed the length of remaining data in the class file
Reviewed-by: coleenp, ahgross
hseigel [Mon, 14 Jul 2014 12:45:14 +0400] rev 25505
8035119: Fix exceptions to bytecode verification
Summary: Prevent ctor calls to super() and this() from avoidable code (try blocks, if stmts, etc.)
Reviewed-by: coleenp, acorn, mschoene
hseigel [Wed, 07 May 2014 19:21:52 +0400] rev 25504
8032536: JVM resolves wrong method in some unusual cases
Summary: Handle package private case
Reviewed-by: coleenp, acorn, jdn
hseigel [Mon, 14 Jul 2014 12:43:50 +0400] rev 25503
8030763: Validate global memory allocation
Summary: Add length checks where necessary
Reviewed-by: coleenp, mschoene
amurillo [Fri, 11 Jul 2014 09:14:21 -0700] rev 25502
Merge