hannesw [Thu, 13 Jun 2013 12:52:09 +0200] rev 18329
8016518: Parsing of octal string escapes is broken
Reviewed-by: sundar, lagergren
sundar [Thu, 13 Jun 2013 16:08:35 +0530] rev 18328
8015355: Array.prototype functions don't honour non-writable length and / or index properties
Reviewed-by: lagergren, hannesw
hannesw [Wed, 12 Jun 2013 16:41:38 +0200] rev 18327
8011893: JS Object builtin prototype is not thread safe
Reviewed-by: sundar, jlaskey
jlaskey [Wed, 12 Jun 2013 11:22:06 -0300] rev 18326
8016453: loadWithNewGlobal does not allow apply operation
Reviewed-by: hannesw, sundar
Contributed-by: james.laskey@oracle.com
hannesw [Tue, 11 Jun 2013 17:50:10 +0200] rev 18325
8015379: PropertyMap.addProperty() is slow
Reviewed-by: attila, jlaskey
lana [Sun, 16 Jun 2013 22:38:17 -0700] rev 18324
Merge
sundar [Tue, 11 Jun 2013 13:12:35 +0530] rev 18323
Merge
sundar [Tue, 11 Jun 2013 13:09:43 +0530] rev 18322
8015357: a = []; a[0x7fffffff]=1; a.sort()[0] should evaluate to 1 instead of undefined
Reviewed-by: hannesw, lagergren
sundar [Mon, 10 Jun 2013 19:54:07 +0530] rev 18321
8016239: loadWithNewGlobal should support user supplied arguments from the caller
Reviewed-by: lagergren, attila, jlaskey
lagergren [Mon, 10 Jun 2013 13:27:07 +0200] rev 18320
8016226: backing out test without third party license approval
Reviewed-by: attila, sundar
lagergren [Mon, 10 Jun 2013 13:21:29 +0200] rev 18319
8015892: canBeUndefined too conservative for some use before declaration cases
Reviewed-by: attila, hannesw
hannesw [Fri, 07 Jun 2013 17:44:25 +0200] rev 18318
8012291: NativeArray is inconsistent in using long for length and index in some places and int for the same in other places
Reviewed-by: lagergren, jlaskey
sundar [Thu, 06 Jun 2013 21:41:20 +0530] rev 18317
8015346: JSON parsing issues with escaped strings, octal, decimal numbers
Reviewed-by: hannesw, jlaskey
katleman [Thu, 20 Jun 2013 10:18:01 -0700] rev 18316
Added tag jdk8-b95 for changeset aee867cdeb80
duke [Wed, 05 Jul 2017 19:00:49 +0200] rev 18315
Merge
lana [Mon, 24 Jun 2013 14:26:58 -0700] rev 18314
Merge
mfang [Tue, 18 Jun 2013 20:52:10 -0700] rev 18313
8015657: jdk8 l10n resource file translation update 3
Reviewed-by: yhuang
chegar [Mon, 17 Jun 2013 11:11:48 +0100] rev 18312
Merge
chegar [Fri, 31 May 2013 10:26:20 +0100] rev 18311
Merge
chegar [Thu, 23 May 2013 12:41:23 +0100] rev 18310
Merge
chegar [Thu, 16 May 2013 11:39:58 +0100] rev 18309
Merge
chegar [Wed, 08 May 2013 10:09:18 +0100] rev 18308
Merge
coffeys [Tue, 30 Apr 2013 11:53:51 +0100] rev 18307
8000642: Better handling of objects for transportation
Reviewed-by: alanb, mchung, skoivu
chegar [Sun, 28 Apr 2013 08:15:21 +0100] rev 18306
Merge
chegar [Wed, 24 Apr 2013 10:17:15 +0100] rev 18305
Merge
coffeys [Mon, 08 Apr 2013 23:12:03 +0100] rev 18304
8001032: Restrict object access
Summary: Restrict object access; fix reviewed also by Alexander Fomin
Reviewed-by: alanb, ahgross
lana [Sun, 16 Jun 2013 22:30:22 -0700] rev 18303
Merge
alanb [Mon, 10 Jun 2013 17:15:42 +0100] rev 18302
8016218: Warnings building corba repo due to missing hashCode methods
Reviewed-by: chegar, coffeys, dfuchs
katleman [Thu, 20 Jun 2013 10:16:30 -0700] rev 18301
Added tag jdk8-b95 for changeset 0664c494ac98
duke [Wed, 05 Jul 2017 19:00:41 +0200] rev 18300
Merge
katleman [Wed, 26 Jun 2013 11:26:18 -0700] rev 18299
8016684: JDK8 b94 source with GPL header errors
Reviewed-by: tbell, darcy
katleman [Tue, 25 Jun 2013 13:49:41 -0700] rev 18298
Merge
erikj [Tue, 25 Jun 2013 09:25:16 +0200] rev 18297
8017480: Move copying of jfr files to closed makefile
Reviewed-by: sla, tbell
lana [Mon, 24 Jun 2013 14:28:20 -0700] rev 18296
Merge
lana [Wed, 19 Jun 2013 18:30:21 -0700] rev 18295
Merge
arieber [Wed, 19 Jun 2013 17:41:12 -0700] rev 18294
7025238: HttpURLConnection does not handle URLs with an empty path component.
Summary: Prepend a '/' to file when path is empty
Reviewed-by: chegar, khazra
khazra [Wed, 19 Jun 2013 14:13:41 -0700] rev 18293
8016698: Cleanup overrides warning in sun/tools/ClassDeclaration.java
Summary: Override Object.hashCode()
Reviewed-by: alanb, chegar
khazra [Wed, 19 Jun 2013 14:02:38 -0700] rev 18292
8016576: Overrides warnings in jdi and jconsole
Summary: Implement hashCode() in classes emitting warnings
Reviewed-by: alanb, chegar
dxu [Wed, 19 Jun 2013 13:00:53 -0700] rev 18291
8016592: Clean-up Javac Overrides Warnings In javax/management/NotificationBroadcasterSupport.java
Summary: Add hashCode() methods to ListenerInfo and WildcardListenerInfo classes
Reviewed-by: dfuchs, alanb, sjiang, chegar
chegar [Wed, 19 Jun 2013 17:32:08 +0100] rev 18290
Merge
chegar [Wed, 19 Jun 2013 15:58:21 +0100] rev 18289
8017057: More ProblemList.txt updates (6/2013)
Reviewed-by: alanb
chegar [Wed, 19 Jun 2013 11:49:16 +0100] rev 18288
Merge
chegar [Wed, 19 Jun 2013 11:04:39 +0100] rev 18287
Merge
bpb [Wed, 19 Jun 2013 08:59:39 -0700] rev 18286
4837946: Faster multiplication and exponentiation of large integers
4646474: BigInteger.pow() algorithm slow in 1.4.0
Summary: Implement Karatsuba and 3-way Toom-Cook multiplication as well as exponentiation using Karatsuba and Toom-Cook squaring.
Reviewed-by: alanb, bpb, martin
Contributed-by: Alan Eliasen <eliasen@mindspring.com>
chegar [Wed, 19 Jun 2013 13:03:03 +0100] rev 18285
Merge
chegar [Wed, 19 Jun 2013 11:47:14 +0100] rev 18284
8017044: anti-delta fix for 8015402
Reviewed-by: alanb
xuelei [Wed, 19 Jun 2013 02:33:07 -0700] rev 18283
7188658: Add possibility to disable client initiated renegotiation
Reviewed-by: weijun, wetmore
mfang [Tue, 18 Jun 2013 21:08:48 -0700] rev 18282
8015657: jdk8 l10n resource file translation update 3
Reviewed-by: yhuang
xuelei [Tue, 18 Jun 2013 18:50:13 -0700] rev 18281
8000456: Add programmatic deadlock detection in SSLEngineDeadlock
Reviewed-by: wetmore
mduigou [Tue, 18 Jun 2013 16:03:10 -0700] rev 18280
8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
Reviewed-by: forax, mduigou, psandoz
Contributed-by: Mike Duigou <mike.duigou@oracle.com>, Remi Forax <forax@univ-mlv.fr>
mduigou [Tue, 18 Jun 2013 14:11:45 -0700] rev 18279
Merge
bpb [Tue, 18 Jun 2013 11:36:39 -0700] rev 18278
8015395: NumberFormatException during startup if JDK-internal property java.lang.Integer.IntegerCache.high set to bad value
Summary: Fall back to default if a bad value is passed for this property.
Reviewed-by: mduigou
chegar [Tue, 18 Jun 2013 16:08:46 +0100] rev 18277
Merge
chegar [Tue, 18 Jun 2013 09:39:25 +0100] rev 18276
Merge
chegar [Mon, 17 Jun 2013 14:23:01 +0100] rev 18275
Merge
chegar [Mon, 17 Jun 2013 11:26:16 +0100] rev 18274
Merge
chegar [Fri, 14 Jun 2013 16:38:13 +0100] rev 18273
8012156: tools/javac/file/zip/T6865530.java fails for win32/64 in 7u25 nightly runs
Reviewed-by: alanb
chegar [Wed, 22 May 2013 13:57:59 +0100] rev 18272
8014737: java/lang/invoke/7196190/MHProxyTest.java fails after 8009424
Reviewed-by: twisti
leonidr [Mon, 20 May 2013 19:07:01 +0400] rev 18271
8014718: Netbeans IDE begins to throw a lot exceptions since 7u25 b10
Summary: Removed logging from SunToolkit
Reviewed-by: art
bae [Fri, 17 May 2013 16:14:42 +0400] rev 18270
8014205: Most of the Swing dialogs are blank on one win7 MUI
Reviewed-by: vadim
mchung [Tue, 14 May 2013 08:07:08 -0700] rev 18269
8010727: WLS fails to add a logger with "" in its own LogManager subclass instance
Reviewed-by: alanb, jgish
bae [Tue, 14 May 2013 21:10:47 +0400] rev 18268
8014427: REGRESSION: closed/javax/imageio/plugins/bmp/Write3ByteBgrTest.java fails since 7u25 b09
Reviewed-by: prr
xuelei [Tue, 14 May 2013 05:55:10 -0700] rev 18267
8014281: Better checking of XML signature
Summary: also reviewed by Andrew Gross and Christophe Ravel
Reviewed-by: mullan
mullan [Mon, 13 May 2013 17:50:14 -0400] rev 18266
8010714: XML DSig API allows a RetrievalMethod to reference another RetrievalMethod
Reviewed-by: xuelei, hawtin