mfang [Tue, 18 Jun 2013 20:56:04 -0700] rev 18410
8015657: jdk8 l10n resource file translation update 3
Reviewed-by: yhuang
chegar [Tue, 18 Jun 2013 20:08:49 +0100] rev 18409
Merge
chegar [Tue, 18 Jun 2013 09:36:46 +0100] rev 18408
Merge
chegar [Mon, 17 Jun 2013 11:27:46 +0100] rev 18407
Merge
chegar [Tue, 11 Jun 2013 09:25:57 +0100] rev 18406
Merge
chegar [Mon, 10 Jun 2013 09:52:54 +0100] rev 18405
Merge
bpatel [Fri, 07 Jun 2013 16:12:04 -0700] rev 18404
8015997: Additional improvement in Javadoc framing
Reviewed-by: jjg
chegar [Fri, 31 May 2013 10:28:30 +0100] rev 18403
Merge
chegar [Thu, 23 May 2013 12:50:40 +0100] rev 18402
Merge
chegar [Thu, 16 May 2013 11:42:04 +0100] rev 18401
Merge
chegar [Wed, 08 May 2013 10:28:35 +0100] rev 18400
Merge
chegar [Wed, 08 May 2013 10:27:52 +0100] rev 18399
Merge
bpatel [Fri, 03 May 2013 08:52:33 -0700] rev 18398
8012375: Improve Javadoc framing
Reviewed-by: mduigou, jlaskey
chegar [Sun, 28 Apr 2013 08:16:41 +0100] rev 18397
Merge
chegar [Wed, 24 Apr 2013 11:03:32 +0100] rev 18396
Merge
vromero [Tue, 18 Jun 2013 19:02:48 +0100] rev 18395
8016267: javac, TypeTag refactoring has provoked performance issues
Reviewed-by: jjg
vromero [Tue, 18 Jun 2013 18:57:52 +0100] rev 18394
8016607: javac, avoid analyzing lambdas for source 7 compilation
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com
rfield [Mon, 17 Jun 2013 20:29:31 -0700] rev 18393
8013789: Compiler should emit bridges in interfaces
Summary: paired with 8015402: Lambda metafactory should not attempt to determine bridge methods
Reviewed-by: vromero
Contributed-by: maurizio.cimadamore@oracle.com
darcy [Mon, 17 Jun 2013 14:46:01 -0700] rev 18392
8016779: Fix doclint warnings in javax.lang.model
Reviewed-by: jjg
lana [Sun, 16 Jun 2013 22:38:04 -0700] rev 18391
Merge
vromero [Fri, 14 Jun 2013 18:01:52 +0100] rev 18390
8008023: Get rid of utf8 chars in two tests
Reviewed-by: jjg
vromero [Fri, 14 Jun 2013 16:25:09 +0100] rev 18389
8016569: javac, add new flag for polymorphic method signatures
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com
vromero [Tue, 11 Jun 2013 09:59:34 +0100] rev 18388
8007907: javap, method com.sun.tools.javap.Main.run returns 0 even in case of class not found error
Reviewed-by: jjg
vromero [Tue, 11 Jun 2013 09:35:58 +0100] rev 18387
8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific
Reviewed-by: jjg
mcimadamore [Mon, 10 Jun 2013 15:57:32 +0100] rev 18386
8013576: Add stat support to LambdaToMethod
Summary: LambdaToMethod should emit info to help diagnose/test lambda metafactory problems
Reviewed-by: jjg, vromero
vromero [Mon, 10 Jun 2013 15:18:47 +0100] rev 18385
7113519: test/tools/javac/VersionOpt.java passes on windows
Reviewed-by: jjg
jjg [Fri, 07 Jun 2013 15:35:38 -0700] rev 18384
8016193: Fix OAC issue in langtools docs
Reviewed-by: darcy
mcimadamore [Thu, 06 Jun 2013 15:38:42 +0100] rev 18383
Merge
mcimadamore [Thu, 06 Jun 2013 15:37:23 +0100] rev 18382
8015648: Duplicate variable in lambda causes javac crash
Summary: Missing flag in synthetic lambda blog is causing duplicates symbol to go undetected
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:35:05 +0100] rev 18381
8015432: javac crashes with stack overflow when method called recursively from nested generic call
Summary: Check.checkMethod should only be called after inference has completed
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:33:40 +0100] rev 18380
8008627: Compiler mishandles three-way return-type-substitutability
Summary: Compiler should not enforce an order in how ambiguous methods should be resolved
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:32:41 +0100] rev 18379
7139681: Enhanced for loop: local variable scope inconsistent with JLS
Summary: For-each loop variable is incorrectly visible from the for-each expression
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:30:14 +0100] rev 18378
6360970: javac erroneously accept ambiguous field reference
Summary: clash between ambiguous fields in superinterface and unambiguous field in subinterface is erroneously marked as unambiguous
Reviewed-by: jjg, vromero
emc [Thu, 06 Jun 2013 08:48:23 -0400] rev 18377
8015701: MethodParameters are not filled in for synthetic captured local variables
Summary: Synthetic parameters for captured local variables in an anonymous inner class are not added to MethodParameters attributes
Reviewed-by: mcimadamore
katleman [Thu, 20 Jun 2013 10:17:55 -0700] rev 18376
Added tag jdk8-b95 for changeset 41b9fc8961f6
duke [Wed, 05 Jul 2017 19:01:16 +0200] rev 18375
Merge
lana [Mon, 24 Jun 2013 14:27:26 -0700] rev 18374
Merge
lana [Sun, 16 Jun 2013 22:33:03 -0700] rev 18373
Merge
mkos [Wed, 12 Jun 2013 14:47:09 +0100] rev 18372
8013021: Rebase 8005432 & 8003542 against the latest jdk8/jaxws
8003542: Improve processing of MTOM attachments
8005432: Update access to JAX-WS
Reviewed-by: mullan
katleman [Thu, 20 Jun 2013 10:17:12 -0700] rev 18371
Added tag jdk8-b95 for changeset fb4997d1f3bf
duke [Wed, 05 Jul 2017 19:01:11 +0200] rev 18370
Merge
lana [Mon, 24 Jun 2013 14:27:05 -0700] rev 18369
Merge
mfang [Tue, 18 Jun 2013 22:52:18 -0700] rev 18368
8016824: jdk8 l10n resource file translation update 3 - jaxp
Reviewed-by: joehw
chegar [Tue, 18 Jun 2013 09:36:20 +0100] rev 18367
Merge
chegar [Mon, 17 Jun 2013 11:18:50 +0100] rev 18366
Merge
chegar [Mon, 10 Jun 2013 09:51:09 +0100] rev 18365
Merge
chegar [Fri, 31 May 2013 10:27:50 +0100] rev 18364
Merge
chegar [Thu, 23 May 2013 12:44:51 +0100] rev 18363
Merge
chegar [Thu, 16 May 2013 11:41:29 +0100] rev 18362
Merge
chegar [Wed, 08 May 2013 10:10:05 +0100] rev 18361
Merge
chegar [Sun, 28 Apr 2013 08:15:54 +0100] rev 18360
Merge
chegar [Wed, 24 Apr 2013 10:18:03 +0100] rev 18359
Merge
joehw [Mon, 17 Jun 2013 12:47:02 -0700] rev 18358
8016133: Regression: diff. behavior with user-defined SAXParser
Reviewed-by: chegar, dfuchs
lana [Sun, 16 Jun 2013 22:32:56 -0700] rev 18357
Merge
robm [Sat, 15 Jun 2013 09:26:42 +0100] rev 18356
8016701: JAXP Build failure
Reviewed-by: darcy, wetmore, alanb, chegar
coffeys [Fri, 14 Jun 2013 15:14:49 +0400] rev 18355
8015978: Incorrect transformation of XPath expression "string(-0)"
Reviewed-by: darcy, joehw
Contributed-by: aleksej.efimov@oracle.com
joehw [Mon, 10 Jun 2013 14:42:57 -0700] rev 18354
8016153: Property http://javax.xml.XMLConstants/property/accessExternalDTD is not recognized.
Reviewed-by: lancea, dfuchs
joehw [Thu, 06 Jun 2013 15:03:55 -0700] rev 18353
8015016: Improve JAXP 1.5 error message
Reviewed-by: lancea
dfuchs [Thu, 06 Jun 2013 20:47:13 +0200] rev 18352
8013434: Xalan and Xerces internal ObjectFactory need rework
Summary: With this changeset, DTMManager and XSLTCDTMManager will always use their own default implementation.
Reviewed-by: joehw, alanb
dmeetry [Thu, 06 Jun 2013 20:40:43 +0400] rev 18351
8009579: Xpathexception does not honor initcause()
Reviewed-by: alanb, dholmes, joehw
Contributed-by: aleksej.efimov@oracle.com
katleman [Thu, 20 Jun 2013 10:17:08 -0700] rev 18350
Added tag jdk8-b95 for changeset 1db35290f46d
duke [Wed, 05 Jul 2017 19:01:02 +0200] rev 18349
Merge
lana [Mon, 24 Jun 2013 14:26:54 -0700] rev 18348
Merge
chegar [Tue, 18 Jun 2013 16:06:45 +0100] rev 18347
Merge
chegar [Mon, 17 Jun 2013 11:27:59 +0100] rev 18346
Merge
chegar [Mon, 10 Jun 2013 09:53:21 +0100] rev 18345
Merge
chegar [Fri, 31 May 2013 10:28:34 +0100] rev 18344
Merge
chegar [Thu, 23 May 2013 12:50:48 +0100] rev 18343
Merge
chegar [Thu, 16 May 2013 11:42:08 +0100] rev 18342
Merge
chegar [Wed, 08 May 2013 10:21:48 +0100] rev 18341
Merge
chegar [Sun, 28 Apr 2013 08:16:45 +0100] rev 18340
Merge
chegar [Wed, 24 Apr 2013 11:03:39 +0100] rev 18339
Merge
sundar [Tue, 18 Jun 2013 13:52:37 +0530] rev 18338
Merge
sundar [Tue, 18 Jun 2013 13:45:03 +0530] rev 18337
8008915: URLReader constructor should allow specifying encoding
Reviewed-by: hannesw, lagergren
sundar [Tue, 18 Jun 2013 13:25:24 +0530] rev 18336
Merge
sundar [Mon, 17 Jun 2013 13:56:05 +0530] rev 18335
8016550: nashorn.option.no.syntax.extensions has the wrong default
Reviewed-by: hannesw, lagergren
sundar [Fri, 14 Jun 2013 21:16:14 +0530] rev 18334
8016618: script mirror object access should be improved
Reviewed-by: jlaskey, lagergren
lagergren [Fri, 14 Jun 2013 13:53:40 +0200] rev 18333
8016235: Use in catch block that may not have been executed in try block caused illegal byte code to be generated
Reviewed-by: jlaskey, hannesw
hannesw [Thu, 13 Jun 2013 20:50:24 +0200] rev 18332
8016542: String.prototype.replace called with function argument should not replace $ patterns
Reviewed-by: lagergren, jlaskey
hannesw [Thu, 13 Jun 2013 15:26:49 +0200] rev 18331
8016528: Hex code from escape() should be padded
Reviewed-by: jlaskey, lagergren
hannesw [Thu, 13 Jun 2013 14:02:43 +0200] rev 18330
8016522: Numeric literal must not be followed by IdentifierStart
Reviewed-by: lagergren, sundar
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
coffeys [Thu, 09 May 2013 20:31:47 +0100] rev 18265
8013196: TimeZone.getDefault() throws NPE due to sun.awt.AppContext.getAppContext()
Reviewed-by: mchung, okutsu
twisti [Wed, 08 May 2013 12:09:35 -0700] rev 18264
8009424: Restrict publicLookup with additional checks
Reviewed-by: vlivanov, jdn
jfranck [Tue, 07 May 2013 13:23:08 +0200] rev 18263
8011139: (reflect) Revise checking in getEnclosingClass
Reviewed-by: darcy, mchung, ahgross
leonidr [Mon, 06 May 2013 16:12:55 +0400] rev 18262
8012933: Test closed/java/awt/Dialog/DialogAnotherThread/JaWSTest.java fails since jdk 7u25 b07
Summary: Do not mark context as disposed until we've posted all the events
Reviewed-by: art
mullan [Thu, 02 May 2013 11:42:44 -0400] rev 18261
8008744: Rework part of fix for JDK-6741606
Reviewed-by: xuelei, ahgross
dfuchs [Thu, 02 May 2013 10:46:09 +0200] rev 18260
8012243: about 30% regression on specjvm2008.serial on 7u25 comparing 7u21
Reviewed-by: alanb, skoivu, smarks, mchung
alexsch [Tue, 30 Apr 2013 13:55:48 +0400] rev 18259
8012330: [macosx] Sometimes the applet showing the modal dialog itself loses the ability to gain focus
Reviewed-by: serb, ant
bae [Tue, 30 Apr 2013 04:41:01 +0400] rev 18258
8012597: Better image channel verification
Reviewed-by: vadim
mullan [Mon, 29 Apr 2013 11:47:17 -0400] rev 18257
8009217: REGRESSION: test com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java fails to compile since 7u21b03
Reviewed-by: xuelei
prr [Fri, 26 Apr 2013 15:06:51 -0700] rev 18256
8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer
Reviewed-by: bae, srl
bae [Fri, 26 Apr 2013 11:46:50 +0400] rev 18255
8012601: Better validation of image layouts
Reviewed-by: prr
prr [Thu, 25 Apr 2013 16:49:54 -0700] rev 18254
8012421: Better positioning of PairPositioning
Reviewed-by: srl, mschoene, vadim
chegar [Mon, 10 Jun 2013 10:38:33 +0100] rev 18253
Merge
chegar [Fri, 31 May 2013 10:34:25 +0100] rev 18252
Merge
chegar [Thu, 23 May 2013 12:58:51 +0100] rev 18251
Merge
chegar [Thu, 16 May 2013 11:47:51 +0100] rev 18250
Merge
chegar [Wed, 08 May 2013 11:22:25 +0100] rev 18249
Merge
chegar [Wed, 01 May 2013 12:25:43 +0100] rev 18248
Merge
chegar [Sun, 28 Apr 2013 09:35:25 +0100] rev 18247
Merge
bae [Wed, 24 Apr 2013 21:15:54 +0400] rev 18246
8012438: Better image validation
Reviewed-by: prr
chegar [Tue, 23 Apr 2013 11:13:38 +0100] rev 18245
Merge
mchung [Wed, 17 Apr 2013 15:04:59 -0700] rev 18244
8011557: Improve reflection utility classes
Reviewed-by: ahgross, alanb
chegar [Mon, 22 Apr 2013 11:29:43 +0100] rev 18243
Merge
chegar [Fri, 19 Apr 2013 14:14:18 +0100] rev 18242
Merge
leonidr [Wed, 27 Mar 2013 16:37:00 +0400] rev 18241
8003559: Update display of applet windows
Summary: Implemented applet security warning for OS X port
Reviewed-by: art, anthony, serb, skoivu
mullan [Mon, 22 Apr 2013 11:23:33 +0100] rev 18240
6741606: Integrate Apache Santuario
Reviewed-by: vinnie, hawtin
anthony [Tue, 09 Apr 2013 12:05:27 +0400] rev 18239
8011154: java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java failed since 7u25b03 on windows
Reviewed-by: art, yan
chegar [Mon, 22 Apr 2013 11:08:27 +0100] rev 18238
8012917: ObjectStreamClass and ObjectStreamField should be CallerSensitive aware
Reviewed-by: mchung
smarks [Mon, 22 Apr 2013 10:55:14 +0100] rev 18237
8008132: Better serialization support
Reviewed-by: alanb, hawtin
mchung [Mon, 22 Apr 2013 10:22:59 +0100] rev 18236
8012689: CallerSensitive annotation should not have CONSTRUCTOR Target
Reviewed-by: chegar
chegar [Mon, 22 Apr 2013 10:21:22 +0100] rev 18235
8012692: SerialJavaObject.java should be CallerSensitive aware
Reviewed-by: mchung
jfranck [Fri, 19 Apr 2013 14:40:31 +0100] rev 18234
8007812: (reflect) Class.getEnclosingMethod problematic for some classes
Summary: Better checking in getEnclosing(Method|Constructor|Class)
Reviewed-by: darcy, ahgross, mchung
sundar [Fri, 19 Apr 2013 11:43:19 +0100] rev 18233
8006611: Improve scripting
Reviewed-by: mchung
anthony [Thu, 18 Apr 2013 13:52:38 +0100] rev 18232
8009071: Improve shape handling
Reviewed-by: art, mschoene
leonidr [Tue, 16 Apr 2013 21:19:02 +0400] rev 18231
8011695: [tck-red] Application can not be run, the Security Warning dialog is gray.
Summary: EventQueue shouldn't use AppContext.getAppContext() to obtain its AppContext.
Reviewed-by: art
bae [Mon, 15 Apr 2013 14:11:32 +0400] rev 18230
8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris
Reviewed-by: prr, vadim
bae [Fri, 12 Apr 2013 14:08:21 +0400] rev 18229
8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05
Reviewed-by: vadim
bae [Wed, 10 Apr 2013 15:55:07 +0400] rev 18228
8011243: Improve ImagingLib
Reviewed-by: prr, vadim
prr [Mon, 08 Apr 2013 13:35:57 -0700] rev 18227
8011257: Better Byte Component Rasters
Reviewed-by: bae, vadim, mschoene
prr [Mon, 08 Apr 2013 13:32:09 -0700] rev 18226
8011253: Better Short Component Rasters
Reviewed-by: bae, vadim, mschoene
prr [Mon, 08 Apr 2013 13:29:19 -0700] rev 18225
8011248: Better Component Rasters
Reviewed-by: bae, vadim, mschoene
vinnie [Mon, 08 Apr 2013 21:12:28 +0100] rev 18224
8009235: Improve handling of TSA data
Reviewed-by: ahgross, mullan
chegar [Mon, 08 Apr 2013 06:15:18 +0100] rev 18223
8008593: Better URLClassLoader resource management
Reviewed-by: alanb, sherman, hawtin
mullan [Fri, 05 Apr 2013 10:17:06 -0400] rev 18222
8001330: Improve on checking order
Reviewed-by: acorn, hawtin
egahlin [Thu, 21 Mar 2013 13:56:28 +0100] rev 18221
8008611: Better handling of annotations in JMX
Reviewed-by: skoivu, dholmes, jfdenise
sjiang [Tue, 02 Apr 2013 10:38:51 +0200] rev 18220
8007467: Better JMX type conversion
Reviewed-by: dfuchs, mchung, skoivu
prr [Mon, 01 Apr 2013 09:55:26 -0700] rev 18219
8005007: Better glyph processing
Reviewed-by: srl, mschoene, bae
dsamersoff [Sun, 31 Mar 2013 23:47:55 +0400] rev 18218
8008124: Better compliance testing
Summary: Better compliance testing
Reviewed-by: dfuchs, jfdenise, skoivu, alanb
dsamersoff [Sun, 31 Mar 2013 22:59:14 +0400] rev 18217
8008120: Improve JMX class checking
Summary: Improve JMX class checking
Reviewed-by: mchung, dfuchs, alanb, skoivu
dsamersoff [Sun, 31 Mar 2013 22:00:37 +0400] rev 18216
8007471: Improve MBean notifications
Summary: Improve MBean notifications
Reviewed-by: dfuchs, mchung, alanb, skoivu
serb [Fri, 29 Mar 2013 22:07:56 +0400] rev 18215
8006328: Improve robustness of sound classes
8009057: Improve MIDI event handling
Reviewed-by: amenkov, art, skoivu
jgodinez [Fri, 29 Mar 2013 10:01:19 -0700] rev 18214
8001038: Resourcefully handle resources
Reviewed-by: prr, bae
Contributed-by: jia-hong.chen@oracle.com
jbachorik [Thu, 28 Mar 2013 09:39:26 +0100] rev 18213
8008982: Adjust JMX for underlying interface changes
Reviewed-by: mchung, dholmes, dfuchs, skoivu
khazra [Thu, 28 Mar 2013 14:34:18 -0700] rev 18212
8001318: Socket.getLocalAddress not consistent with InetAddress.getLocalHost
Reviewed-by: alanb, chegar, hawtin
lancea [Thu, 28 Mar 2013 06:55:42 -0400] rev 18211
8009554: Improve SerialJavaObject.getFields
Reviewed-by: alanb, skoivu, mchung
jgodinez [Wed, 27 Mar 2013 15:58:39 -0700] rev 18210
8007925: Improve cmsStageAllocLabV2ToV4curves
8007926: Improve cmsPipelineDup
Reviewed-by: bae, mschoene, prr
Contributed-by: jia-hong.chen@oracle.com
jgodinez [Wed, 27 Mar 2013 11:38:46 -0700] rev 18209
8009654: Improve stability of cmsnamed
Reviewed-by: bae, mschoene, prr
Contributed-by: jia-hong.chen@oracle.com
jbachorik [Wed, 27 Mar 2013 13:29:22 +0100] rev 18208
8010209: Better provision of factories
Reviewed-by: dcubed, ahgross
jfdenise [Wed, 27 Mar 2013 09:59:17 +0100] rev 18207
8008128: Better API coherence for JMX
Summary: Permission for getting classloader
Reviewed-by: alanb, dfuchs, skoivu
Contributed-by: jean-francois.denise@oracle.com
sjiang [Tue, 26 Mar 2013 08:32:16 +0100] rev 18206
8008615: Improve robustness of JMX internal APIs
Reviewed-by: dfuchs, skoivu, dholmes
jfdenise [Tue, 26 Mar 2013 09:12:18 +0100] rev 18205
8009004: Better implementation of RMI connections
Summary: Better class handling.
Reviewed-by: alanb, dfuchs, skoivu, jbachorik
Contributed-by: jean-francois.denise@oracle.com
vinnie [Thu, 21 Mar 2013 12:14:59 +0000] rev 18204
8009067: Improve storing keys in KeyStore
Reviewed-by: mullan, skoivu
jbachorik [Thu, 21 Mar 2013 09:26:55 +0100] rev 18203
8008623: Better handling of MBeanServers
Reviewed-by: dfuchs, dholmes, skoivu
leonidr [Thu, 21 Mar 2013 02:13:49 +0400] rev 18202
8004584: Augment applet contextualization
Summary: Do not create the main AppContext for applets
Reviewed-by: art, ahgross
khazra [Wed, 20 Mar 2013 11:50:11 -0700] rev 18201
8010213: Some api/javax_net/SocketFactory tests fail in 7u25 nightly build
Summary: Eliminate fall-through while setting socket options on Windows
Reviewed-by: alanb, chegar
jgodinez [Wed, 20 Mar 2013 10:12:37 -0700] rev 18200
8007929: Improve CurvesAlloc
Reviewed-by: bae, mschoene, prr
Contributed-by: jia-hong.chen@oracle.com
darcy [Tue, 19 Mar 2013 14:59:33 -0700] rev 18199
8001309: Better handling of annotation interfaces
Reviewed-by: ahgross, smarks, alanb
jgodinez [Tue, 19 Mar 2013 14:29:34 -0700] rev 18198
8009013: Better handling of T2K glyphs
Reviewed-by: bae, mschoene, prr
Contributed-by: jia-hong.chen@oracle.com
sla [Tue, 19 Mar 2013 13:26:42 +0100] rev 18197
8003703: Update RMI connection dialog box
Reviewed-by: skoivu, ahgross, mchung, jbachorik
dfuchs [Mon, 18 Mar 2013 11:55:16 +0100] rev 18196
8001043: Clarify definition restrictions
Reviewed-by: alanb, skoivu, smarks
jbachorik [Mon, 18 Mar 2013 11:17:06 +0100] rev 18195
8009996: tests javax/management/mxbean/MiscTest.java and javax/management/mxbean/StandardMBeanOverrideTest.java fail
Reviewed-by: dfuchs, dholmes
jgodinez [Fri, 15 Mar 2013 12:31:57 -0700] rev 18194
8007927: Improve cmsAllocProfileSequenceDescription
Reviewed-by: bae, mschoene, prr
Contributed-by: jia-hong.chen@oracle.com
dmocek [Wed, 13 Mar 2013 17:24:34 -0700] rev 18193
8001033: Refactor network address handling in virtual machine identifiers
Reviewed-by: smarks, hawtin, mchung
khazra [Thu, 14 Mar 2013 13:46:15 -0700] rev 18192
7170730: Improve Windows network stack support.
Summary: Enable exclusive binding of ports on Windows
Reviewed-by: alanb, chegar, ahgross
jbachorik [Thu, 14 Mar 2013 14:45:55 +0100] rev 18191
8008607: Better input checking in JMX
Reviewed-by: dfuchs, mchung, skoivu, sjiang
jbachorik [Thu, 14 Mar 2013 14:42:12 +0100] rev 18190
8008585: Better JMX data handling
Reviewed-by: alanb, dfuchs, jfdenise, skoivu, sjiang
jbachorik [Tue, 12 Mar 2013 11:09:37 +0100] rev 18189
8009034: Improve resulting notifications in JMX
Summary: Disallowing access to mutable shared arrays
Reviewed-by: dfuchs, mchung, skoivu
jbachorik [Tue, 12 Mar 2013 09:34:26 +0100] rev 18188
8009038: Improve JMX notification support
Summary: Disallowing access to mutable shared arrays
Reviewed-by: dfuchs, mchung, skoivu
jbachorik [Thu, 07 Mar 2013 14:05:05 +0100] rev 18187
8008603: Improve provision of JMX providers
Reviewed-by: alanb, dfuchs, jfdenise, skoivu
dmocek [Mon, 04 Mar 2013 14:34:15 -0800] rev 18186
8000638: Improve deserialization
Reviewed-by: smarks, hawtin, mchung
alanb [Wed, 27 Feb 2013 11:44:41 +0000] rev 18185
8004288: (fs) Files.probeContentType problems
Reviewed-by: ahgross, sherman
bae [Wed, 27 Feb 2013 12:10:59 +0400] rev 18184
8001034: Memory management improvements
Reviewed-by: mschoene, prr, jgodinez
uta [Tue, 18 Jun 2013 17:19:49 +0400] rev 18183
8016046: (process) Strict validation of input should be security manager case only [win].
Reviewed-by: alanb, ahgross
rfield [Mon, 17 Jun 2013 20:31:04 -0700] rev 18182
8015402: Lambda metafactory should not attempt to determine bridge methods
Summary: paired with 8013789: Compiler should emit bridges in interfaces
Reviewed-by: twisti
youdwei [Mon, 17 Jun 2013 17:36:20 -0700] rev 18181
8014620: Signature.getAlgorithm return null in special case
Reviewed-by: wetmore
twisti [Mon, 17 Jun 2013 16:24:48 -0700] rev 18180
7177472: JSR292: MethodType interning penalizes scalability
Reviewed-by: twisti
Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
shade [Mon, 17 Jun 2013 16:28:22 +0400] rev 18179
8016236: Class.getGenericInterfaces performance improvement
Summary: cache more reflective data and lookup results.
Reviewed-by: alanb, plevart, psandoz, dl
Contributed-by: Doug Lea <dl@cs.oswego.edu>, Aleksey Shipilev <aleksey.shipilev@oracle.com>
chegar [Mon, 17 Jun 2013 14:09:25 +0100] rev 18178
8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
Reviewed-by: darcy
lana [Sun, 16 Jun 2013 22:36:41 -0700] rev 18177
Merge
coffeys [Fri, 14 Jun 2013 15:14:56 +0400] rev 18176
8015978: Incorrect transformation of XPath expression "string(-0)"
Reviewed-by: darcy, joehw
Contributed-by: aleksej.efimov@oracle.com
jzavgren [Fri, 14 Jun 2013 09:13:03 -0400] rev 18175
8014307: Memory leak ... security/jgss/wrapper/GSSLibStub.c
Summary: I modified the native procedure: Java_sun_security_jgss_wrapper_GSSLibStub_initContext() so that allocated memory is freed when errors occur.
Reviewed-by: chegar, valeriep
khazra [Thu, 13 Jun 2013 17:48:11 -0700] rev 18174
7169142: CookieHandler does not work with localhost
Summary: Add .local to derived effective hostnames without dot
Reviewed-by: chegar
khazra [Thu, 13 Jun 2013 11:23:00 -0700] rev 18173
8015421: NegativeArraySizeException occurs in ChunkedOutputStream() with Integer.MAX_VALUE
Summary: Ensure integer overflow does not occur
Reviewed-by: chegar
igerasim [Thu, 13 Jun 2013 15:15:03 +0400] rev 18172
7181748: java/lang/ThreadGroup/Suspend.java test fails intermittently
Reviewed-by: chegar, dholmes
psandoz [Thu, 13 Jun 2013 11:13:30 +0200] rev 18171
8016251: Balanced spliterator for SpinedBuffer
Reviewed-by: mduigou
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Peter Levart <peter.levart@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>
yhuang [Wed, 12 Jun 2013 23:54:55 -0700] rev 18170
7040556: SimpleDateFormat.format Portuguese Month should not be capitalized
Reviewed-by: okutsu
weijun [Thu, 13 Jun 2013 10:00:00 +0800] rev 18169
8015274: TEST_BUG: Step2: After selecting 'View Warning Log', it is empty instead of FileNotFound.
8015276: TEST_BUG: The 'ptool.test' can't be saved in the 'tmp' folder.
8016158: Instruction is not clear on how to use keytool to create JKS store in case
Reviewed-by: mullan
weijun [Thu, 13 Jun 2013 09:59:29 +0800] rev 18168
8014310: JAAS/Krb5LoginModule using des encytypes failure with NPE after JDK-8012679
Reviewed-by: valeriep
henryjen [Wed, 12 Jun 2013 14:07:14 -0700] rev 18167
8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895
Reviewed-by: mduigou
bchristi [Wed, 12 Jun 2013 11:11:59 -0700] rev 18166
8010325: Remove hash32() method and hash32 int field from java.lang.String
Reviewed-by: alanb, mduigou
alanb [Wed, 12 Jun 2013 09:44:34 +0100] rev 18165
8016369: java/lang/instrument/RetransformBigClass.sh failing again
Reviewed-by: sla, sergei
alanb [Wed, 12 Jun 2013 08:04:11 +0100] rev 18164
8016370: javadoc warnings, unexpected </p> mostly
Reviewed-by: martin, jjg
mduigou [Tue, 11 Jun 2013 15:39:20 -0700] rev 18163
8016213: Convert j2se NetBeans project to use top-level make targets
Reviewed-by: chegar
naoto [Tue, 11 Jun 2013 11:18:02 -0700] rev 18162
8015960: java/util/Locale/LocaleProviders.java failing again on Windows
Reviewed-by: alanb
alanb [Tue, 11 Jun 2013 14:09:06 +0100] rev 18161
Merge
alanb [Tue, 11 Jun 2013 11:25:59 +0100] rev 18160
8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable)
Reviewed-by: alanb
Contributed-by: martinrb@google.com
alanb [Tue, 11 Jun 2013 11:22:28 +0100] rev 18159
7059085: Retire Thread.stop(Throwable) so that it throws UOE
Reviewed-by: dholmes, chegar, forax, darcy, mduigou
psandoz [Tue, 11 Jun 2013 12:13:26 +0200] rev 18158
8015895: Int/LongStream.range/rangeClosed
8012986: Right-bias range spliterators for large ranges
Reviewed-by: mduigou
dxu [Mon, 10 Jun 2013 11:06:26 -0700] rev 18157
8013827: File.createTempFile hangs with temp file starting with 'com1.4'
8011950: java.io.File.createTempFile enters infinite loop when passed invalid data
Reviewed-by: alanb
alanb [Mon, 10 Jun 2013 12:58:32 +0100] rev 18156
8016217: More javadoc warnings
Reviewed-by: lancea, chegar, psandoz
psandoz [Mon, 10 Jun 2013 12:26:20 +0200] rev 18155
8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator
Reviewed-by: chegar
psandoz [Mon, 10 Jun 2013 12:20:34 +0200] rev 18154
8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream
Reviewed-by: alanb
psandoz [Mon, 10 Jun 2013 11:52:32 +0200] rev 18153
8015492: Remove DoubleStream.range methods
Reviewed-by: alanb
ksrini [Sat, 08 Jun 2013 09:05:49 -0700] rev 18152
8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing
Reviewed-by: alanb, darcy, chegar
coleenp [Fri, 07 Jun 2013 22:15:27 -0400] rev 18151
7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
Summary: The code for this test is fixed now and integrated to TL repo and it passes now.
Reviewed-by: alanb
sherman [Fri, 07 Jun 2013 13:49:37 -0700] rev 18150
8015728: (zipfs) demo/zipfs/basic.sh failing
Summary: to return the correct loc entry size from wirteLOC();
Reviewed-by: alanb
lancea [Fri, 07 Jun 2013 14:13:40 -0400] rev 18149
8016101: Fix typo in SerialRef and missing @param in SerialStruct
Reviewed-by: darcy
khazra [Fri, 07 Jun 2013 10:59:41 -0700] rev 18148
7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
Summary: Return false for null arguments in ACCEPT_ORIGINAL_SERVER#shouldAccept()
Reviewed-by: chegar
okutsu [Fri, 07 Jun 2013 17:37:23 +0900] rev 18147
7064270: java/text/Format/DateFormat/WeekDateTest.java fails on OEL5.6 hi_IN.UTF-8
Reviewed-by: peytoia
okutsu [Fri, 07 Jun 2013 17:07:12 +0900] rev 18146
7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces
Reviewed-by: peytoia
bpb [Thu, 06 Jun 2013 16:45:25 -0700] rev 18145
8016117: New sun.misc.FDBigInteger class as part of 7032154
Reviewed-by: martin, iris
Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>, Brian Burkhalter <brian.burkhalter@oracle.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Olivier Lagneau <olivier.lagneau@oracle.com>
robm [Thu, 06 Jun 2013 22:22:56 +0100] rev 18144
8016063: getFinalAttributes should use FindClose
Reviewed-by: alanb
bpb [Wed, 05 Jun 2013 21:01:02 -0700] rev 18143
7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal
Summary: Performance improvements for double/float -> String and decimal/hex String -> double/float conversions.
Reviewed-by: martin, iris
Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>, Brian Burkhalter <brian.burkhalter@oracle.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Olivier Lagneau <olivier.lagneau@oracle.com>
mduigou [Thu, 06 Jun 2013 11:39:34 -0700] rev 18142
Merge
henryjen [Wed, 05 Jun 2013 15:56:51 -0700] rev 18141
8015522: CharSequence.codePoints can be faster
Reviewed-by: martin, psandoz, alanb
Contributed-by: henry.jen@oracle.com
dmeetry [Thu, 06 Jun 2013 20:43:05 +0400] rev 18140
8009579: Xpathexception does not honor initcause()
Reviewed-by: alanb, dholmes, joehw
Contributed-by: aleksej.efimov@oracle.com
emc [Thu, 06 Jun 2013 09:51:17 -0400] rev 18139
8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK
Summary: setProtectionDomain0 and JVM_SetProtectionDomain are unused since at least 1.5. This is the JDK side of a changeset to remove it.
Reviewed-by: alanb
coffeys [Thu, 06 Jun 2013 14:10:44 +0100] rev 18138
8000450: Restrict access to com/sun/corba/se/impl package
Reviewed-by: alanb, chegar, lancea
dholmes [Thu, 06 Jun 2013 05:32:26 -0400] rev 18137
8015470: Remove redundant calls of toString() on String objects
Reviewed-by: dholmes, alanb
Contributed-by: Otavio Goncalves <otariojava@java.net>
lana [Wed, 19 Jun 2013 17:59:09 -0700] rev 18136
Merge
pchelko [Wed, 19 Jun 2013 17:12:23 +0400] rev 18135
8005661: [parfait] Possible buffer overrun in jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c
8005695: [parfait] Format string argument mismatch in jdk/src/solaris/native/sun/xawt/XToolkit.c
8005752: [parfait] False positive function call mismatch at jdk/src/solaris/native/sun/xawt/XWindow.c
Reviewed-by: art, serb
malenkov [Wed, 19 Jun 2013 14:28:44 +0400] rev 18134
8013442: No file filter selected in file type combo box when using JFileChooser
Reviewed-by: alexsch
malenkov [Mon, 17 Jun 2013 18:30:49 +0400] rev 18133
8013571: TreeModelEvent doesn't accept "null" for root as Javadoc specifies.
Reviewed-by: alexsch
lana [Fri, 14 Jun 2013 10:41:45 -0700] rev 18132
Merge
ant [Fri, 14 Jun 2013 16:38:18 +0400] rev 18131
8014821: Regression: Focus issues with Oracle WebCenter Capture applet
Reviewed-by: leonidr
alitvinov [Thu, 13 Jun 2013 18:46:17 +0400] rev 18130
6847588: AWT test fails
Reviewed-by: anthony, serb
pchelko [Thu, 13 Jun 2013 11:10:29 +0400] rev 18129
8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac
Reviewed-by: anthony, serb
ant [Wed, 12 Jun 2013 16:18:04 +0400] rev 18128
8015454: java/awt/Focus/TypeAhead/TestFocusFreeze.java hangs with jdk8 since b56
Reviewed-by: anthony
alexsch [Tue, 11 Jun 2013 16:30:34 +0400] rev 18127
8009984: [parfait] Buffer overrun at jdk/src/macosx/native/com/apple/laf/AquaFileView.m
Reviewed-by: serb, art
malenkov [Tue, 11 Jun 2013 16:02:22 +0400] rev 18126
8015336: BasicComboBoxEditor throws NullPointerException
Reviewed-by: alexsch
kshefov [Tue, 11 Jun 2013 14:20:37 +0400] rev 18125
7184908: TEST_BUG: [macosx] closed/com/sun/java/swing/plaf/gtk/4928019/bug4928019.java fails
Reviewed-by: alexsch, serb
kshefov [Tue, 11 Jun 2013 14:14:31 +0400] rev 18124
8012569: TEST_BUG: java/awt/GraphicsDevice/CheckDisplayModes.java fails
Reviewed-by: anthony, serb
kshefov [Mon, 10 Jun 2013 16:44:40 +0400] rev 18123
7105030: [TEST_BUG] [macosx] The tests never finishes
Reviewed-by: alexsch, serb
dmarkov [Thu, 06 Jun 2013 17:59:37 +0400] rev 18122
8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo
Reviewed-by: alexp, serb
kshefov [Thu, 06 Jun 2013 17:06:22 +0400] rev 18121
7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner
Reviewed-by: serb, anthony
kshefov [Thu, 06 Jun 2013 17:02:05 +0400] rev 18120
8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions
Reviewed-by: serb, anthony
lana [Wed, 19 Jun 2013 17:57:12 -0700] rev 18119
Merge
prr [Mon, 17 Jun 2013 10:34:24 -0700] rev 18118
8015334: Memory leak when kerning is used on Windows.
Reviewed-by: srl, bae
lana [Fri, 14 Jun 2013 11:10:00 -0700] rev 18117
Merge
prr [Thu, 13 Jun 2013 13:02:37 -0700] rev 18116
8016485: Windows native print dialog does not reflect default printer settings
Reviewed-by: jgodinez, jchen
jgodinez [Fri, 07 Jun 2013 10:26:29 -0700] rev 18115
8013810: PrintServiceLookup.lookupPrintServices() does not return consistent result
Reviewed-by: prr, jgodinez
Contributed-by: patrick@reini.net
bae [Fri, 07 Jun 2013 14:45:29 +0400] rev 18114
6830714: cmm test failures with OpenJDK
Reviewed-by: prr
bae [Thu, 06 Jun 2013 13:57:25 +0400] rev 18113
8013430: REGRESSION: closed/java/awt/color/ICC_Profile/LoadProfileTest/LoadProfileTest.java fails with java.io.StreamCorruptedException: invalid type code: EE since 8b87
Reviewed-by: prr, vadim
katleman [Thu, 20 Jun 2013 10:17:29 -0700] rev 18112
Added tag jdk8-b95 for changeset b537ef8da8d5
duke [Wed, 05 Jul 2017 19:00:09 +0200] rev 18111
Merge
katleman [Wed, 26 Jun 2013 11:25:42 -0700] rev 18110
8017323: JDK8 b95 source with GPL header errors
Reviewed-by: tbell, darcy
amurillo [Tue, 25 Jun 2013 12:46:21 -0700] rev 18109
Merge
amurillo [Fri, 21 Jun 2013 00:51:57 -0700] rev 18108
Added tag hs25-b38 for changeset 5fa5cb572ab6
amurillo [Fri, 21 Jun 2013 00:51:56 -0700] rev 18107
Merge
kvn [Thu, 20 Jun 2013 16:08:11 -0700] rev 18106
Merge
adlertz [Wed, 19 Jun 2013 00:41:56 +0200] rev 18105
8001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
Summary: Remove unnecessary LoadN / DecodeN nodes at MemBarAcquire nodes.
Reviewed-by: kvn, roland
drchase [Mon, 17 Jun 2013 12:35:53 -0400] rev 18104
8002160: Compilation issue with adlc using latest SunStudio compilers
Summary: modify declaration of 'swap' overloading; dodge optimizer bug in c1_LIR.cpp
Reviewed-by: kvn, jrose
kvn [Fri, 14 Jun 2013 16:33:34 -0700] rev 18103
Merge
adlertz [Fri, 14 Jun 2013 01:19:56 +0200] rev 18102
8016157: During CTW: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
Summary: Disable rematerialization for negD node
Reviewed-by: kvn, roland
drchase [Thu, 13 Jun 2013 15:39:47 -0400] rev 18101
8010124: JVM_GetClassContext: use GrowableArray instead of KlassLink
Summary: replace linked data structure with array (performance)
Reviewed-by: kvn
Contributed-by: christian.thalinger@oracle.com, david.r.chase@oracle.com
kvn [Tue, 11 Jun 2013 16:40:31 -0700] rev 18100
Merge
drchase [Tue, 11 Jun 2013 16:34:34 -0400] rev 18099
8014959: assert(Compile::current()->live_nodes() < (uint)MaxNodeLimit) failed: Live Node limit exceeded limit
Summary: Insert extra checks and bailouts for too many nodes
Reviewed-by: kvn
twisti [Tue, 11 Jun 2013 11:13:09 -0700] rev 18098
8003268: SharedRuntime::generate_native_wrapper doesn't save all registers across runtime tracing calls for JNI critical native methods
Reviewed-by: kvn
morris [Fri, 07 Jun 2013 16:46:37 -0700] rev 18097
8008407: remove SPARC V8 support
Summary: Removed most of the SPARC V8 instructions
Reviewed-by: kvn, twisti
kvn [Fri, 07 Jun 2013 11:43:53 -0700] rev 18096
Merge
morris [Fri, 07 Jun 2013 07:33:35 -0700] rev 18095
8015437: SPARC cbcond branch offset out of 10-bit range
Summary: Forced SPARC MacroAssembler eden_alloate to use long branch to slow case
Reviewed-by: kvn, twisti
ehelin [Thu, 20 Jun 2013 10:03:58 +0200] rev 18094
Merge
poonam [Wed, 19 Jun 2013 06:09:46 -0700] rev 18093
8015903: Format issue with -XX:+PrintAdaptiveSizePolicy on JDK8
Summary: Missing linebreak in hotspot log.
Reviewed-by: brutisso, tschatzl
Contributed-by: vladimir.kempik@oracle.com
brutisso [Tue, 18 Jun 2013 22:45:32 +0200] rev 18092
8016556: G1: Use ArrayAllocator for BitMaps
Reviewed-by: tschatzl, dholmes, coleenp, johnc
johnc [Tue, 18 Jun 2013 12:31:07 -0700] rev 18091
8015237: Parallelize string table scanning during strong root processing
Summary: Parallelize the scanning of the intern string table by having each GC worker claim a given number of buckets. Changes were also reviewed by Per Liden <per.liden@oracle.com>.
Reviewed-by: tschatzl, stefank, twisti
brutisso [Fri, 14 Jun 2013 08:02:32 +0200] rev 18090
8012265: VM often crashes on solaris with a lot of memory
Summary: Increase HeapBaseMinAddress for G1 from 256m to 1g on Solaris x86
Reviewed-by: mgerdin, coleenp, kvn
nloodin [Wed, 19 Jun 2013 18:13:52 +0200] rev 18089
Merge
minqi [Tue, 18 Jun 2013 09:08:35 -0700] rev 18088
8015660: Test8009761.java "Failed: init recursive calls: 24. After deopt 25"
Summary: Windows reserves and only partially commits thread stack. For detecting more thread stack space for execution, Windows installs one-shot page as guard page just before the current commited edge. It will trigger STACK_OVERFLOW_EXCEPTION when lands on last 4 pages of thread stack space. StackYellowPages default value is 2 on Windows (plus 1 page of StackRedPages, 3 pages guarded by hotspot) so the exception happens one page before Yellow pages. Same route executed second time will have one more page brought in, this leads same execution with different stack depth(interpreter mode). We need match Windows settings so the stack overflow exception will not happen before Yellow pages.
Reviewed-by: dholmes
Contributed-by: andreas.schoesser@sap.com
zgu [Tue, 18 Jun 2013 09:34:16 -0400] rev 18087
Merge
zgu [Tue, 18 Jun 2013 08:44:08 -0400] rev 18086
8013651: NMT: reserve/release sequence id's in incorrect order due to race
Summary: Fixed NMT race condition for realloc, uncommit and release
Reviewed-by: coleenp, ccheung
sla [Mon, 17 Jun 2013 18:35:44 +0200] rev 18085
8016304: ThreadMXBean.getDeadlockedThreads reports bogus deadlocks on JDK 8
Reviewed-by: dcubed, mgronlun
zgu [Mon, 10 Jun 2013 10:45:19 -0400] rev 18084
8013917: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
Summary: Simple fix when memory allocation site is gone, NMT should report 0 memory size, instead old memory size.
Reviewed-by: dcubed, ctornqvi
mgronlun [Sat, 15 Jun 2013 13:17:36 +0200] rev 18083
8016105: Add complementary RETURN_NULL allocation macros in allocation.hpp
Reviewed-by: sla, rbackman
sspitsyn [Fri, 14 Jun 2013 22:34:08 -0700] rev 18082
Merge
sspitsyn [Fri, 14 Jun 2013 15:17:10 -0700] rev 18081
6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description
Summary: A typo in the parameter spelling, a bound update missed when the parameter was renamed
Reviewed-by: sla, minqi
Contributed-by: serguei.spitsyn@oracle.com
dcubed [Fri, 14 Jun 2013 19:49:58 -0700] rev 18080
Merge
dcubed [Fri, 14 Jun 2013 08:00:35 -0700] rev 18079
Merge
rdurbin [Fri, 14 Jun 2013 07:46:22 -0700] rev 18078
7178026: os::close can restart ::close but that is not a restartable syscall
Summary: Removed restart macros from all os:close calls on Solaris, Linux, MacOS X platforms.
Reviewed-by: dcubed, dholmes
zgu [Fri, 14 Jun 2013 15:20:32 -0700] rev 18077
Merge
zgu [Fri, 14 Jun 2013 07:39:19 -0700] rev 18076
Merge
zgu [Fri, 14 Jun 2013 09:18:42 -0400] rev 18075
8011968: Kitchensink crashed with SIGSEGV in MemBaseline::baseline
Summary: Simple fix to add NULL pointer check that can cause segv
Reviewed-by: coleenp, ctornqvi
zgu [Fri, 14 Jun 2013 07:30:10 -0700] rev 18074
Merge
ccheung [Thu, 13 Jun 2013 22:02:40 -0700] rev 18073
8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux
Reviewed-by: dholmes, coleenp
Contributed-by: jeremymanson@google.com, calvin.cheung@oracle.com
ctornqvi [Fri, 14 Jun 2013 13:11:58 +0200] rev 18072
Merge
ctornqvi [Thu, 13 Jun 2013 22:00:06 +0200] rev 18071
8015324: Create tests for CDS feature
Summary: Wrote tests for use of CDS with ObjectAlignmentInBytes CL option
Reviewed-by: coleenp, ctornqvi, hseigel
Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
ctornqvi [Thu, 13 Jun 2013 21:57:56 +0200] rev 18070
8016065: Write regression test for 7167142
Summary: Regression tests written for both test cases (.hotspotrc and .hotspot_compiler). Also reviewed by mikhailo.seledtsov@oracle.com
Reviewed-by: zgu, coleenp
dcubed [Thu, 13 Jun 2013 11:16:38 -0700] rev 18069
8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
Summary: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory(). Add os::commit_memory_or_exit(). Also tidy up some NMT accounting and some mmap() return value checking.
Reviewed-by: zgu, stefank, dholmes, dsamersoff
amurillo [Fri, 14 Jun 2013 07:27:22 -0700] rev 18068
8016567: new hotspot build - hs25-b38
Reviewed-by: jcoomes
lana [Mon, 24 Jun 2013 14:27:24 -0700] rev 18067
Merge
chegar [Wed, 19 Jun 2013 11:02:10 +0100] rev 18066
Merge
chegar [Mon, 17 Jun 2013 11:17:49 +0100] rev 18065
Merge
chegar [Fri, 31 May 2013 10:27:12 +0100] rev 18064
Merge
chegar [Thu, 23 May 2013 12:44:18 +0100] rev 18063
Merge
chegar [Thu, 16 May 2013 11:44:33 +0100] rev 18062
Merge
chegar [Wed, 08 May 2013 15:25:08 +0100] rev 18061
Merge
chegar [Wed, 01 May 2013 14:11:01 +0100] rev 18060
Merge
chegar [Sun, 28 Apr 2013 08:15:33 +0100] rev 18059
Merge
chegar [Wed, 24 Apr 2013 10:17:40 +0100] rev 18058
Merge
mullan [Mon, 22 Apr 2013 08:33:12 -0400] rev 18057
8011896: Add check for invalid offset for new AccessControlContext isAuthorized field
Reviewed-by: acorn
mullan [Fri, 05 Apr 2013 10:18:36 -0400] rev 18056
8001330: Improve on checking order
Reviewed-by: acorn, hawtin
hseigel [Thu, 07 Mar 2013 11:49:38 -0500] rev 18055
7158805: Better rewriting of nested subroutine calls
Reviewed-by: mschoene, coleenp
katleman [Thu, 20 Jun 2013 10:16:47 -0700] rev 18054
Added tag jdk8-b95 for changeset 2ee055cdda86
katleman [Tue, 25 Jun 2013 13:47:00 -0700] rev 18053
Merge
erikj [Tue, 25 Jun 2013 09:37:46 +0200] rev 18052
8012564: The SOURCE value in release file of JDK 8 doesn't contain valid changesets for some OS since b74
Reviewed-by: alanb, tbell
lana [Mon, 24 Jun 2013 14:26:47 -0700] rev 18051
Merge
lana [Wed, 19 Jun 2013 17:59:57 -0700] rev 18050
Merge
smarks [Tue, 18 Jun 2013 17:18:46 -0700] rev 18049
8016780: README-builds.html misses crucial requirement on bootstrap JDK
Reviewed-by: dholmes, chegar
mduigou [Mon, 17 Jun 2013 09:41:20 -0700] rev 18048
8016572: Pass CONCURRENCY=$(JOBS) to test/Makefile
Reviewed-by: alanb, erikj
katleman [Thu, 20 Jun 2013 10:16:25 -0700] rev 18047
Added tag jdk8-b95 for changeset 0229eabb2693
duke [Wed, 05 Jul 2017 18:59:43 +0200] rev 18046
Added tag jdk8-b95 for changeset 49fe9c804913
duke [Wed, 05 Jul 2017 18:59:43 +0200] rev 18045
Merge
duke [Wed, 05 Jul 2017 18:59:39 +0200] rev 18044
Merge
katleman [Thu, 13 Jun 2013 09:49:19 -0700] rev 18043
Added tag jdk8-b94 for changeset f7887244ecd2
duke [Wed, 05 Jul 2017 18:59:36 +0200] rev 18042
Merge
katleman [Thu, 13 Jun 2013 09:48:47 -0700] rev 18041
Added tag jdk8-b94 for changeset 62123b1d4f2a
duke [Wed, 05 Jul 2017 18:59:33 +0200] rev 18040
Merge
katleman [Thu, 13 Jun 2013 09:48:45 -0700] rev 18039
Added tag jdk8-b94 for changeset a825382915a9
duke [Wed, 05 Jul 2017 18:59:30 +0200] rev 18038
Merge
katleman [Thu, 13 Jun 2013 09:49:27 -0700] rev 18037
Added tag jdk8-b94 for changeset ac5976df1b9c
duke [Wed, 05 Jul 2017 18:59:27 +0200] rev 18036
Merge
katleman [Thu, 13 Jun 2013 09:48:22 -0700] rev 18035
Added tag jdk8-b94 for changeset 1921ac5090fc
duke [Wed, 05 Jul 2017 18:59:23 +0200] rev 18034
Merge
katleman [Tue, 18 Jun 2013 15:32:53 -0700] rev 18033
Merge
erikj [Thu, 13 Jun 2013 14:04:54 +0200] rev 18032
8014231: --with-alsa configuration options don't add include or lib directories to proper flags
Reviewed-by: tbell
amurillo [Fri, 14 Jun 2013 07:26:49 -0700] rev 18031
Merge
sla [Mon, 10 Jun 2013 11:33:50 +0200] rev 18030
8005008: Add Java Flight Recorder Phase II
Reviewed-by: erikj
Contributed-by: Karen Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
katleman [Thu, 13 Jun 2013 09:48:58 -0700] rev 18029
Added tag jdk8-b94 for changeset 166c25c5681e
duke [Wed, 05 Jul 2017 18:59:19 +0200] rev 18028
Merge
amurillo [Thu, 13 Jun 2013 23:28:20 -0700] rev 18027
Added tag hs25-b37 for changeset d8e8521557b2
amurillo [Thu, 13 Jun 2013 23:28:20 -0700] rev 18026
Merge
sla [Mon, 10 Jun 2013 11:30:51 +0200] rev 18025
8005849: JEP 167: Event-Based JVM Tracing
Reviewed-by: acorn, coleenp, sla
Contributed-by: Karen Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
amurillo [Fri, 07 Jun 2013 09:33:01 -0700] rev 18024
8016078: new hotspot build - hs25-b37
Reviewed-by: jcoomes
katleman [Thu, 13 Jun 2013 09:48:27 -0700] rev 18023
Added tag jdk8-b94 for changeset 847c7c6c4e4a
katleman [Tue, 18 Jun 2013 15:32:06 -0700] rev 18022
Merge
erikj [Tue, 18 Jun 2013 11:30:36 +0200] rev 18021
8015377: Support using compiler devkits on Linux
Reviewed-by: tbell, dholmes
erikj [Tue, 18 Jun 2013 11:29:34 +0200] rev 18020
8014404: Debug flag not added to jdk native compile when --enable-debug is set
Reviewed-by: tbell
erikj [Fri, 14 Jun 2013 13:30:14 +0200] rev 18019
8016520: jdk native build does not fail on compilation error on windows
Reviewed-by: tbell
erikj [Thu, 13 Jun 2013 14:04:32 +0200] rev 18018
8014231: --with-alsa configuration options don't add include or lib directories to proper flags
Reviewed-by: tbell
katleman [Thu, 13 Jun 2013 09:48:20 -0700] rev 18017
Added tag jdk8-b94 for changeset 4ee958900191
duke [Wed, 05 Jul 2017 18:59:09 +0200] rev 18016
Added tag jdk8-b94 for changeset 0d804e3b955d
duke [Wed, 05 Jul 2017 18:59:08 +0200] rev 18015
Merge
duke [Wed, 05 Jul 2017 18:59:05 +0200] rev 18014
Merge
lana [Mon, 10 Jun 2013 17:04:18 -0700] rev 18013
Merge
kizune [Wed, 05 Jun 2013 16:58:10 +0400] rev 18012
7186887: Test T6567415.java can fail on a slow machine
Reviewed-by: jjg, ksrini
lana [Tue, 04 Jun 2013 21:38:12 -0700] rev 18011
Merge
jjg [Tue, 04 Jun 2013 14:17:50 -0700] rev 18010
8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
Reviewed-by: mcimadamore, jfranck
vromero [Tue, 04 Jun 2013 13:21:41 +0100] rev 18009
7165659: javac incorrectly sets strictfp access flag on inner-classes
Reviewed-by: jjg, mcimadamore
mcimadamore [Tue, 04 Jun 2013 11:34:31 +0100] rev 18008
8015505: Spurious inference error when return type of generic method requires unchecked conversion to target
Summary: Use check context compatibility during 15.12.2.8 check (only when JDK 8 inference is enabled)
Reviewed-by: jjg
mcimadamore [Tue, 04 Jun 2013 11:31:12 +0100] rev 18007
8008160: Five lambda TargetType tests have @ignore
Summary: Remove @ignore flags from tests that now pass
Reviewed-by: jjg
mcimadamore [Tue, 04 Jun 2013 11:30:51 +0100] rev 18006
7116676: RichDiagnosticFormatter throws NPE when formatMessage is called directly
Summary: Fix NPE in RichDiagnosticFormatter.formatMessage
Reviewed-by: jjg
jjg [Mon, 03 Jun 2013 17:24:47 -0700] rev 18005
8007687: javadoc -X does not include -Xdoclint
Reviewed-by: darcy
jjg [Mon, 03 Jun 2013 17:09:26 -0700] rev 18004
8006615: [doclint] move remaining messages into resource bundle
Reviewed-by: mcimadamore, vromero
lana [Mon, 03 Jun 2013 16:56:54 -0700] rev 18003
Merge
lana [Mon, 03 Jun 2013 16:10:18 -0700] rev 18002
Merge
jjg [Mon, 03 Jun 2013 16:22:27 -0700] rev 18001
8013405: DocLint should support <LI value="value">
Reviewed-by: ksrini
vromero [Sat, 01 Jun 2013 22:09:18 +0100] rev 18000
6695379: Copy method annotations and parameter annotations to synthetic bridge methods
Reviewed-by: mcimadamore
vromero [Sat, 01 Jun 2013 21:57:56 +0100] rev 17999
8010737: javac, known parameter's names should be copied to automatically generated constructors for inner classes
Reviewed-by: mcimadamore
vromero [Fri, 31 May 2013 10:04:59 +0100] rev 17998
7179353: try-with-resources fails to compile with generic exception parameters
Reviewed-by: mcimadamore
katleman [Thu, 06 Jun 2013 09:55:26 -0700] rev 17997
Added tag jdk8-b93 for changeset 1697301ac053
duke [Wed, 05 Jul 2017 18:58:59 +0200] rev 17996
Merge
katleman [Thu, 06 Jun 2013 09:54:43 -0700] rev 17995
Added tag jdk8-b93 for changeset a233c04832cf
duke [Wed, 05 Jul 2017 18:58:56 +0200] rev 17994
Merge
lana [Mon, 10 Jun 2013 16:59:58 -0700] rev 17993
Merge
lana [Tue, 04 Jun 2013 21:33:07 -0700] rev 17992
Merge
joehw [Tue, 04 Jun 2013 09:35:12 -0700] rev 17991
8015630: Remove default restriction settings of jaxp 1.5 properties in JDK8
Reviewed-by: alanb
lana [Mon, 03 Jun 2013 16:09:15 -0700] rev 17990
Merge
katleman [Thu, 06 Jun 2013 09:54:40 -0700] rev 17989
Added tag jdk8-b93 for changeset 3ea33579af2b
duke [Wed, 05 Jul 2017 18:58:51 +0200] rev 17988
Merge
lana [Mon, 10 Jun 2013 17:04:30 -0700] rev 17987
Merge
jlaskey [Wed, 05 Jun 2013 12:54:21 -0300] rev 17986
Merge
jlaskey [Wed, 05 Jun 2013 12:41:09 -0300] rev 17985
8015910: Nashorn JavaFX includes are out of sync with JavaFX repo
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com
jlaskey [Wed, 05 Jun 2013 10:32:50 -0300] rev 17984
8015911: $EXEC does not handle large outputs
Reviewed-by: sundar, attila
Contributed-by: james.laskey@oracle.com
hannesw [Wed, 05 Jun 2013 12:44:24 +0200] rev 17983
8015350: Array.prototype.reduceRight issue with large length and index
Reviewed-by: attila, sundar, lagergren
attila [Wed, 05 Jun 2013 12:17:10 +0200] rev 17982
8015961: Several small code-gardening fixes
Reviewed-by: lagergren, sundar
attila [Wed, 05 Jun 2013 10:44:32 +0200] rev 17981
8015955: ObjectNode.elements should be stronger typed
Reviewed-by: lagergren, sundar
sundar [Wed, 05 Jun 2013 13:33:33 +0530] rev 17980
Merge
sundar [Wed, 05 Jun 2013 12:08:49 +0530] rev 17979
8015945: loadWithNewGlobal return value has to be properly wrapped
Reviewed-by: lagergren, hannesw
sundar [Tue, 04 Jun 2013 22:31:48 +0530] rev 17978
8015830: Javascript mapping of ScriptEngine bindings does not expose keys
Reviewed-by: jlaskey, lagergren
sundar [Tue, 04 Jun 2013 17:33:14 +0530] rev 17977
8015855: test/script/basic/JDK-8012164.js fails on Windows
Reviewed-by: hannesw, lagergren, jlaskey
jlaskey [Mon, 03 Jun 2013 12:57:53 -0300] rev 17976
8015814: loadWithNewGlobal needs to wrap createGlobal in AccessController.doPrivileged
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com
jlaskey [Mon, 03 Jun 2013 11:16:33 -0300] rev 17975
8015796: Race condition in RuntimeCallsites
Reviewed-by: lagergren, attila
Contributed-by: james.laskey@oracle.com
jlaskey [Mon, 03 Jun 2013 08:34:29 -0300] rev 17974
8015741: Need a global.load function that starts with a new global scope.
Reviewed-by: sundar, lagergren
Contributed-by: james.laskey@oracle.com
sundar [Mon, 03 Jun 2013 15:58:14 +0530] rev 17973
8015345: Function("}),print('test'),({") should throw SyntaxError
Reviewed-by: lagergren, hannesw, jlaskey
jlaskey [Fri, 31 May 2013 13:04:55 -0300] rev 17972
8015727: Thread safe print function
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com
sundar [Fri, 31 May 2013 17:39:12 +0530] rev 17971
8012164: Error.stack needs trimming
Reviewed-by: lagergren, jlaskey
attila [Fri, 31 May 2013 12:58:02 +0200] rev 17970
8015673: Type for :e symbol is wrong
Reviewed-by: jlaskey, lagergren
attila [Fri, 31 May 2013 12:57:44 +0200] rev 17969
8015674: CodeGenerator.initSymbols mutates a list
Reviewed-by: jlaskey, lagergren
attila [Fri, 31 May 2013 12:57:25 +0200] rev 17968
8015684: FieldObjectCreator.putField ignores getValueType
Reviewed-by: jlaskey, lagergren
attila [Fri, 31 May 2013 12:56:56 +0200] rev 17967
8015693: reduce NodeLiteralNode to NullLiteralNode
Reviewed-by: jlaskey, lagergren
sundar [Thu, 30 May 2013 16:49:46 +0530] rev 17966
8015353: Date.parse illegal string parsing issues
Reviewed-by: jlaskey, lagergren
jlaskey [Wed, 29 May 2013 16:23:50 -0300] rev 17965
8015636: Add more typed arrays code coverage tests.
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com
lana [Tue, 04 Jun 2013 21:38:26 -0700] rev 17964
Merge
lana [Mon, 03 Jun 2013 16:10:24 -0700] rev 17963
Merge
cl [Thu, 06 Jun 2013 20:48:44 -0700] rev 17962
Added tag jdk8-b93 for changeset 0fc814e0feae
duke [Wed, 05 Jul 2017 18:58:44 +0200] rev 17961
Merge
katleman [Thu, 06 Jun 2013 09:54:05 -0700] rev 17960
Added tag jdk8-b93 for changeset 3898a926fa12
duke [Wed, 05 Jul 2017 18:58:40 +0200] rev 17959
Merge
erikj [Wed, 12 Jun 2013 10:33:06 +0200] rev 17958
Merge
erikj [Tue, 11 Jun 2013 13:26:15 +0200] rev 17957
8010785: JDK 8 build on Linux fails with new build mechanism
Reviewed-by: dholmes, tbell
lana [Mon, 10 Jun 2013 17:03:06 -0700] rev 17956
Merge
lana [Wed, 05 Jun 2013 12:31:59 -0700] rev 17955
Merge
fparain [Wed, 05 Jun 2013 08:41:02 -0700] rev 17954
7150256: Add back Diagnostic Command JMX API
Reviewed-by: mchung, jbachorik
chegar [Wed, 05 Jun 2013 16:23:23 +0100] rev 17953
8015963: Add at since tags to new ConcurrentHashMap methods
Reviewed-by: shade, martin
chegar [Wed, 05 Jun 2013 16:06:28 +0100] rev 17952
8011719: Properties.loadFromXML fails with a chunked HTTP connection
Reviewed-by: michaelm
dsamersoff [Wed, 05 Jun 2013 18:20:34 +0400] rev 17951
8015604: JDP packets containing ideographic characters are broken
Summary: Code uses string length rather than byte array length and non ascii entry brakes packet.
Reviewed-by: dholmes, jbachorik, sla
alanb [Wed, 05 Jun 2013 13:57:16 +0100] rev 17950
8015880: GenerateBreakIteratorData build warning
Reviewed-by: peytoia
psandoz [Fri, 31 May 2013 10:53:19 +0200] rev 17949
8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining()
Reviewed-by: chegar
alanb [Wed, 05 Jun 2013 11:12:31 +0100] rev 17948
8003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing again [win64]
Reviewed-by: chegar
lana [Tue, 04 Jun 2013 21:37:15 -0700] rev 17947
Merge
jdn [Tue, 04 Jun 2013 15:33:42 -0700] rev 17946
8014097: add doPrivileged methods with limited privilege scope
Reviewed-by: mchung
dl [Tue, 04 Jun 2013 21:59:23 +0100] rev 17945
8005704: Update ConcurrentHashMap to v8
Reviewed-by: chegar, mduigou
naoto [Tue, 04 Jun 2013 10:33:13 -0700] rev 17944
8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows
Reviewed-by: okutsu
alanb [Tue, 04 Jun 2013 15:18:39 +0100] rev 17943
8014855: TEST_BUG: java/nio/file/Files/StreamTest.java fails when sym links not supported
Reviewed-by: alanb
Contributed-by: henry.jen@oracle.com
alanb [Tue, 04 Jun 2013 11:52:29 +0100] rev 17942
8015872: ProblemList.txt updates (6/2013)
Reviewed-by: chegar
michaelm [Tue, 04 Jun 2013 10:56:58 +0100] rev 17941
8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing
Reviewed-by: alanb, chegar
psandoz [Tue, 04 Jun 2013 11:53:31 +0200] rev 17940
8015790: Remove duplicate spliterator tests
Reviewed-by: alanb, mduigou
bchristi [Tue, 04 Jun 2013 10:04:28 +0100] rev 17939
8005698: Handle Frequent HashMap Collisions with Balanced Trees
Summary: HashMap bins with many collisions store entries in balanced trees
Reviewed-by: alanb, dl, mduigou
sla [Tue, 04 Jun 2013 09:45:14 +0200] rev 17938
8015856: Remove java/lang/instrument/IsModifiableClassAgent.java from ProblemList.txt
Reviewed-by: dholmes
lana [Mon, 03 Jun 2013 16:09:43 -0700] rev 17937
Merge
ksrini [Mon, 03 Jun 2013 13:20:46 -0700] rev 17936
8015813: add test/tools/pack200/TimeStamp.java to ProblemsList
Reviewed-by: sherman
shade [Mon, 03 Jun 2013 22:09:20 +0400] rev 17935
8014966: Add the proper Javadoc to @Contended
Summary: more extensive description.
Reviewed-by: dholmes, mduigou, martin
psandoz [Mon, 03 Jun 2013 17:37:51 +0200] rev 17934
8014383: StringJoiner example in class description not in sync with streams API
Reviewed-by: alanb
emc [Mon, 03 Jun 2013 10:44:10 -0400] rev 17933
8014834: shell tests don't begin with #!/bin/sh
Summary: Some shell tests don't begin with the command interpreter line
Reviewed-by: alanb, ksrini
nloodin [Mon, 03 Jun 2013 16:13:44 +0200] rev 17932
6526682: JConsole shows negative CPU Usage
Reviewed-by: alanb, mchung
psandoz [Mon, 03 Jun 2013 10:45:11 +0200] rev 17931
8014731: j.u.stream.StreamSupport class has default constructor generated
Summary: This change set also fixes broken links
Reviewed-by: alanb, chegar
Contributed-by: Paul Sandoz <paul.sandoz@oracle.com>, Henry Jen <henry.jen@oracle.com>
psandoz [Mon, 03 Jun 2013 10:28:17 +0200] rev 17930
8015008: Primitive iterator over empty sequence, null consumer: forEachRemaining methods do not throw NPE
Reviewed-by: chegar
mduigou [Tue, 12 Feb 2013 17:04:09 -0800] rev 17929
8007398: Peformance improvements to Integer and Long string formatting.
Reviewed-by: mduigou, martin, darcy, briangoetz
Contributed-by: Steven Schlansker <stevenschlansker@gmail.com>, Mike Duigou <mike.duigou@oracle.com>
mduigou [Fri, 31 May 2013 17:31:40 -0700] rev 17928
Merge
mduigou [Fri, 31 May 2013 11:06:04 -0700] rev 17927
8015686: {Int|Long}SummaryStatistics toString() throws IllegalFormatConversionException
Reviewed-by: dholmes, alanb, psandoz
jzavgren [Fri, 31 May 2013 15:18:15 -0400] rev 17926
7188517: Check on '$' character is missing in the HttpCookie class constructor
Summary: Modified the constructor code so that the cookie names are examined for leading dollar signs and if they do, an illegal argument exception is thrown.
Reviewed-by: chegar, khazra, michaelm
Contributed-by: john.zavgren@oracle.com
jzavgren [Fri, 31 May 2013 15:23:26 -0400] rev 17925
8008972: Memory leak: Java_java_net_TwoStacksPlainDatagramSocketImpl_receive0 [parfait]
Summary: Modified the code so that "jumbo frames" are truncated before buffer allocation is considered. This makes the buffer length a reliable indication that a buffer has been allocated, and it can then be used during clean up.
Reviewed-by: chegar, khazra, alanb
Contributed-by: john.zavgren@oracle.com
dxu [Fri, 31 May 2013 13:34:27 -0700] rev 17924
8015628: Test Failure in closed/java/io/pathNames/GeneralSolaris.java
Reviewed-by: alanb
naoto [Fri, 31 May 2013 11:20:51 -0700] rev 17923
7006052: awt_InputMethod.c cleanup is needed
Reviewed-by: anthony
alanb [Fri, 31 May 2013 12:17:30 +0100] rev 17922
8014854: (bf) CharBuffer.chars too slow with default implementation
Reviewed-by: erikj, briangoetz, henryjen, psandoz, mduigou
chegar [Fri, 31 May 2013 09:30:44 +0100] rev 17921
7107883: getNetworkPrefixLength() does not return correct prefix length
Reviewed-by: alanb, michaelm
psandoz [Fri, 31 May 2013 09:58:00 +0200] rev 17920
8014732: Minor spec issue: java.util.Spliterator.getExactSizeIfKnown
Summary: A minor documentation issue (not a spec issue).
Reviewed-by: chegar, dl
ascarpino [Thu, 30 May 2013 14:11:32 -0700] rev 17919
6750584: Cipher.wrap/unwrap methods should define UnsupportedOperationException
Reviewed-by: mullan
valeriep [Wed, 29 May 2013 20:54:43 -0700] rev 17918
8013069: javax.crypto tests fail with new PBE algorithm names
Summary: Shouldn't auto-generate default parameters for MAC objects.
Reviewed-by: vinnie
ascarpino [Thu, 30 May 2013 22:19:28 -0700] rev 17917
7160837: DigestOutputStream does not turn off digest calculation when "close()" is called
Reviewed-by: mullan, xuelei
xuelei [Thu, 30 May 2013 22:02:43 -0700] rev 17916
8014618: Need to strip leading zeros in TlsPremasterSecret of DHKeyAgreement
Reviewed-by: xuelei
Contributed-by: Pasi Eronen <pe@iki.fi>
sherman [Thu, 30 May 2013 14:47:57 -0700] rev 17915
8015271: Conversion table for EUC-KR is incorrect
Summary: to add the requested postal code mark character u+327e
Reviewed-by: alanb
psandoz [Tue, 28 May 2013 15:22:30 +0200] rev 17914
8014393: Minor typo in the spec for j.u.stream.Stream.findFirst()
Reviewed-by: alanb, chegar
psandoz [Thu, 30 May 2013 16:08:43 +0200] rev 17913
8014409: Spec typo: extra } in the spec for j.u.s.StreamBuilder
Summary: Also fixes documentation on StreamBuilder.OfDouble
Reviewed-by: alanb, chegar, mduigou
jbachorik [Thu, 30 May 2013 13:58:02 +0200] rev 17912
8015627: test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails in agentvm mode
Reviewed-by: alanb, chegar
jzavgren [Thu, 30 May 2013 12:19:10 +0100] rev 17911
8015299: Memory leak in jdk/src/solaris/bin/java_md_solinux.c
Reviewed-by: martin, dholmes, chegar, ksrini
sherman [Wed, 29 May 2013 19:50:47 -0700] rev 17910
4759491: method ZipEntry.setTime(long) works incorrectly
6303183: Support NTFS and Unix-style timestamps for entries in Zip files
7012856: (zipfs) Newly created entry in zip file system should set all file times non-null values.
7012868: (zipfs) file times of entry in zipfs should always be the same regardless of TimeZone.
Summary: to add suuport of Info-ZIP extended timestamp in extra data fields
Reviewed-by: martin, alanb
lana [Wed, 05 Jun 2013 12:30:02 -0700] rev 17909
Merge
lana [Wed, 05 Jun 2013 09:16:24 -0700] rev 17908
Merge
lana [Wed, 05 Jun 2013 00:37:11 -0700] rev 17907
Merge
malenkov [Wed, 05 Jun 2013 18:15:58 +0400] rev 17906
8013370: Null pointer exception when adding more than 9 accelators to a JMenuBar
Reviewed-by: serb
ant [Wed, 05 Jun 2013 17:44:50 +0400] rev 17905
8015339: Correct a wording in javadoc of java.awt.ContainerOrderFocusTraversalPolicy
Reviewed-by: art, anthony
vkarnauk [Wed, 05 Jun 2013 16:57:33 +0400] rev 17904
8015425: [macosx] A follow-up for the fix 8010721
Reviewed-by: serb, anthony
mcherkas [Wed, 05 Jun 2013 14:21:31 +0400] rev 17903
8015375: Edits to text components hang for clipboard access
Reviewed-by: art, anthony
Contributed-by: Dmitry Markov <dmitry.markov@oracle.com>
alitvinov [Mon, 03 Jun 2013 16:37:13 +0400] rev 17902
6337518: Null Arrow Button Throws Exception in BasicComboBoxUI
Reviewed-by: alexp, alexsch
anthony [Mon, 03 Jun 2013 16:27:44 +0400] rev 17901
8015500: Prevent sending multiple WINDOW_CLOSED events for already disposed windows
Reviewed-by: anthony, serb
Contributed-by: Jose Luis Martin <jlm@joseluismartin.info>
alitvinov [Mon, 03 Jun 2013 14:05:55 +0400] rev 17900
7151823: The test incorrectly recognizing OS
Reviewed-by: serb, alexp
pchelko [Mon, 03 Jun 2013 10:14:05 +0400] rev 17899
8015477: Support single threaded AWT/FX mode.
Reviewed-by: ant, anthony
vkarnauk [Fri, 31 May 2013 19:34:02 +0400] rev 17898
6436314: Vector could be created with appropriate size in DefaultComboBoxModel
Reviewed-by: alexsch, alexp
vkarnauk [Fri, 31 May 2013 18:46:41 +0400] rev 17897
7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds
Reviewed-by: alexsch, alexp
malenkov [Fri, 31 May 2013 18:25:38 +0400] rev 17896
8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor
Reviewed-by: alexsch
ant [Fri, 31 May 2013 15:56:07 +0400] rev 17895
8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX
Reviewed-by: anthony
anthony [Fri, 31 May 2013 14:12:53 +0400] rev 17894
8013189: JMenuItems draw behind TextArea
Summary: Untie XTextAreaPeer internal components from the TextArea parent to prevent its invalidation. I.e. force the java.awt.smartInvalidate=true locally.
Reviewed-by: art, serb
ant [Thu, 30 May 2013 18:31:33 +0400] rev 17893
8013773: requestFocusInWindow to a disabled component prevents window of getting focused
Reviewed-by: leonidr, alexsch
ant [Thu, 30 May 2013 18:23:21 +0400] rev 17892
8013424: Regression: java.awt.datatransfer.FlavorListeners not notified on Linux/Java 7
Reviewed-by: anthony
anthony [Thu, 30 May 2013 18:10:26 +0400] rev 17891
8015303: [macosx] Application launched via custom URL Scheme does not receive URL
Summary: Make copies of event parameters
Reviewed-by: anthony, swingler, serb
Contributed-by: James Tomson <james.b.tomson@gmail.com>
lana [Wed, 05 Jun 2013 09:52:41 -0700] rev 17890
Merge
prr [Fri, 31 May 2013 09:25:37 -0700] rev 17889
8015556: [macosx] surrogate pairs do not render properly.
Reviewed-by: bae, jchen
bae [Fri, 31 May 2013 14:30:28 +0400] rev 17888
8015606: Text is not rendered correctly if destination buffer is custom
Reviewed-by: prr, vadim
andrew [Thu, 30 May 2013 16:50:31 +0100] rev 17887
8011693: Remove redundant fontconfig files
Summary: Remove unused fontconfig files from OpenJDK GNU/Linux builds
Reviewed-by: andrew, prr
Contributed-by: Jiri Vanek <jvanek@redhat.com>
katleman [Thu, 06 Jun 2013 09:55:00 -0700] rev 17886
Added tag jdk8-b93 for changeset 9bf66362d942
duke [Wed, 05 Jul 2017 18:58:25 +0200] rev 17885
Merge
amurillo [Fri, 07 Jun 2013 09:25:19 -0700] rev 17884
Added tag hs25-b36 for changeset 0403dabe9186
amurillo [Fri, 07 Jun 2013 09:25:18 -0700] rev 17883
Merge
kvn [Thu, 06 Jun 2013 11:02:25 -0700] rev 17882
Merge
anoll [Thu, 06 Jun 2013 09:29:38 -0700] rev 17881
8014246: remove assert to catch access to object headers in index_oop_from_field_offset_long
Reviewed-by: twisti, jrose
simonis [Tue, 04 Jun 2013 22:16:15 -0700] rev 17880
8015252: Enable HotSpot build with Clang
Reviewed-by: twisti, dholmes, kvn
morris [Tue, 04 Jun 2013 12:06:54 -0700] rev 17879
8010724: [parfait] Null pointer dereference in hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
Summary: added guarantee()
Reviewed-by: kvn
kvn [Mon, 03 Jun 2013 14:02:05 -0700] rev 17878
Merge
adlertz [Mon, 03 Jun 2013 12:39:33 -0700] rev 17877
8005956: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
Summary: Disable re-materialization of reaching definitions (which have live inputs) for phi nodes when spilling.
Reviewed-by: twisti, kvn
anoll [Mon, 03 Jun 2013 08:52:20 +0200] rev 17876
8013329: File leak in hotspot/src/share/vm/compiler/compileBroker.cpp
Summary: Added calling of the destructor of CompileLog so that files are closed. Added/moved memory allocation/deallocation of the string that contains the name of the log file to class CompileLog.
Reviewed-by: kvn, roland
roland [Wed, 24 Apr 2013 11:49:38 +0200] rev 17875
8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292
Summary: ConstMethod::max_stack() doesn't account for JSR 292 appendix.
Reviewed-by: kvn
anoll [Fri, 31 May 2013 06:41:50 +0200] rev 17874
8013496: Code cache management command line options work only in special order. Another order of arguments does not deliver the second parameter to the jvm.
Summary: Moved check that ReservedCodeCacheSize >= InitialCodeCacheSize to Arguments::check_vm_args_consistency(). As a result, the ordering in which the two parameters are given to the VM is not relevant. Added a regression test.
Reviewed-by: kvn, twisti
kvn [Fri, 31 May 2013 13:54:47 -0700] rev 17873
8015441: runThese crashed with assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P ..) failed: sanity
Summary: Relax the assert to accept any raw ptr types.
Reviewed-by: roland
roland [Fri, 31 May 2013 14:40:26 +0200] rev 17872
8009981: nashorn tests fail with -XX:+VerifyStack
Summary: nmethod::preserve_callee_argument_oops() must take appendix into account.
Reviewed-by: kvn, twisti
twisti [Thu, 30 May 2013 08:37:08 -0700] rev 17871
8015266: fix some -Wsign-compare warnings in adlc
Reviewed-by: kvn
roland [Thu, 30 May 2013 11:21:01 +0200] rev 17870
8015585: Missing regression test for 8011771
Summary: missing regression test
Reviewed-by: kvn
dcubed [Thu, 06 Jun 2013 05:56:33 -0700] rev 17869
Merge
hseigel [Wed, 05 Jun 2013 14:12:49 -0400] rev 17868
8009302: Mac OS X: JVM crash on infinite recursion on Appkit Thread
Summary: Use SA_ONSTACK flag to ensure signal gets delivered properly.
Reviewed-by: dholmes, coleenp
Contributed-by: gerard.ziemski@oracle.com
dcubed [Tue, 04 Jun 2013 19:39:21 -0700] rev 17867
8010257: remove unused thread-local variables _ScratchA and _ScratchB
Summary: Remove dead code.
Reviewed-by: twisti, coleenp
nloodin [Wed, 05 Jun 2013 09:47:27 -0700] rev 17866
Merge
sspitsyn [Tue, 04 Jun 2013 01:06:50 -0700] rev 17865
8015803: Test8015436.java fails 'can not access a member of class Test8015436 with modifiers "public static"'
Summary: Newly added test has an issue: the main class must be public
Reviewed-by: kvn, jbachorik, coleenp
Contributed-by: serguei.spitsyn@oracle.com
sspitsyn [Mon, 03 Jun 2013 14:28:37 -0700] rev 17864
8014052: JSR292: assert(end_offset == next_offset) failed: matched ending
Summary: A call to the finalize_operands_merge() must be unconditional
Reviewed-by: kvn, twisti
Contributed-by: serguei.spitsyn@oracle.com
hseigel [Mon, 03 Jun 2013 10:00:10 -0400] rev 17863
8015385: Remove RelaxAccessControlCheck for JDK 8 bytecodes
Summary: Check bytecode versions along with RelaxAccessControlCheck version
Reviewed-by: dholmes, acorn
dcubed [Sat, 01 Jun 2013 09:28:26 -0700] rev 17862
Merge
ctornqvi [Fri, 31 May 2013 20:24:58 +0200] rev 17861
6726963: multi_allocate() call does not CHECK_NULL and causes crash in fastdebug bits
Summary: Using CHECK_NULL when calling multi_allocate() from the corresponding reflection code; added test for this condition
Reviewed-by: dholmes, minqi
Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
rbackman [Fri, 31 May 2013 13:02:24 +0200] rev 17860
8014709: Constructor.getAnnotatedReturnType() returns empty AnnotatedType
Reviewed-by: stefank, rbackman
Contributed-by: Joel Borggren-Franck <joel.franck@oracle.com>
sspitsyn [Thu, 30 May 2013 11:46:39 -0700] rev 17859
8015436: compiler/ciReplay/TestSA.sh fails with assert() index is out of bounds
Summary: The InstanceKlass _initial_method_idnum value must be adjusted if overpass methods are added.
Reviewed-by: twisti, kvn
Contributed-by: serguei.spitsyn@oracle.com
iklam [Tue, 28 May 2013 16:36:19 -0700] rev 17858
8014912: Restore PrintSharedSpaces functionality after NPG
Summary: Added dumping of object sizes in CDS archive, sorted by MetaspaceObj::Type
Reviewed-by: coleenp, acorn
johnc [Tue, 04 Jun 2013 14:00:16 -0700] rev 17857
Merge
tamao [Mon, 03 Jun 2013 14:37:13 -0700] rev 17856
6976350: G1: deal with fragmentation while copying objects during GC
Summary: Create G1ParGCAllocBufferContainer to contain two buffers instead of previously using one buffer, in order to hold the first priority buffer longer. Thus, when some large objects hits the value of free space left in the first priority buffer it has an alternative to fit in the second priority buffer while the first priority buffer is given more chances to try allocating smaller objects. Overall, it will improve heap space efficiency.
Reviewed-by: johnc, jmasa, brutisso
Contributed-by: tamao <tao.mao@oracle.com>
johnc [Tue, 04 Jun 2013 10:04:06 -0700] rev 17855
8015244: G1: Verification after a full GC is incorrectly placed.
Summary: In a full GC, move the verification after the GC to after RSet rebuilding. Verify RSet entries during a full GC under control of a flag.
Reviewed-by: tschatzl, brutisso
tschatzl [Tue, 28 May 2013 09:32:06 +0200] rev 17854
8013895: G1: G1SummarizeRSetStats output on Linux needs improvemen
Summary: Fixed the output of G1SummarizeRSetStats: too small datatype for the number of concurrently processed cards, added concurrent remembered set thread time retrieval for Linux and Windows (BSD uses os::elapsedTime() now), and other cleanup. The information presented during VM operation is now relative to the previous output, not always cumulative if G1SummarizeRSetStatsPeriod > 0. At VM exit, the code prints a cumulative summary.
Reviewed-by: johnc, jwilhelm
jwilhelm [Sat, 01 Jun 2013 10:00:56 +0200] rev 17853
Merge
stefank [Thu, 30 May 2013 10:58:16 +0200] rev 17852
8015486: PSScavenge::is_obj_in_young is unnecessarily slow with UseCompressedOops
Summary: Compare compressed oops to a compressed young gen boundary instead of uncompressing the oops before doing the young gen boundary check.
Reviewed-by: brutisso, jmasa
jcoomes [Thu, 30 May 2013 13:04:51 -0700] rev 17851
6725714: par compact - add a table to speed up bitmap searches
Reviewed-by: jmasa, tschatzl
amurillo [Fri, 31 May 2013 10:04:00 -0700] rev 17850
8015690: new hotspot build - hs25-b36
Reviewed-by: jcoomes
amurillo [Fri, 31 May 2013 09:37:49 -0700] rev 17849
Added tag hs25-b35 for changeset 02ffee063e24
amurillo [Fri, 31 May 2013 09:37:48 -0700] rev 17848
Merge
jwilhelm [Fri, 31 May 2013 09:55:35 +0200] rev 17847
Merge
stefank [Mon, 27 May 2013 12:58:42 +0200] rev 17846
8015422: Large performance hit when the StringTable is walked twice in Parallel Scavenge
Summary: Combine the calls to StringTable::unlink and StringTable::oops_do in Parallel Scavenge.
Reviewed-by: pliden, coleenp
stefank [Mon, 27 May 2013 12:56:34 +0200] rev 17845
8015428: Remove unused CDS support from StringTable
Summary: The string in StringTable is not used by CDS anymore. Remove the unnecessary code in preparation for 8015422: Large performance hit when the StringTable is walked twice in Parallel Scavenge
Reviewed-by: pliden, tschatzl, coleenp
stefank [Mon, 27 May 2013 15:22:59 +0200] rev 17844
8015268: NPG: 2.5% regression in young GC times on CRM Sales Opty
Summary: Split SystemDictionary and ClassLoaderDataGraph root processing to help load balancing.
Reviewed-by: tschatzl, johnc
jwilhelm [Fri, 24 May 2013 14:16:41 +0200] rev 17843
Merge
tamao [Wed, 22 May 2013 11:11:47 -0700] rev 17842
8007762: Rename a bunch of methods in size policy across collectors
Summary: Rename: compute_generations_free_space() = compute_eden_space_size() + compute_old_gen_free_space(); update related logging messages
Reviewed-by: jmasa, johnc, tschatzl, brutisso
Contributed-by: tamao <tao.mao@oracle.com>
tamao [Tue, 21 May 2013 16:43:41 -0700] rev 17841
8015007: Incorrect print format in error message for VM cannot allocate the requested heap
Summary: Correct the wrong print format in error message for VM cannot allocate the requested heap; and clean up the error message call in check_alignment()
Reviewed-by: brutisso, tschatzl
Contributed-by: tamao <tao.mao@oracle.com>
jiangli [Thu, 30 May 2013 13:19:06 -0400] rev 17840
Merge
jprovino [Tue, 28 May 2013 15:24:44 -0400] rev 17839
Merge
jprovino [Tue, 28 May 2013 11:32:46 -0400] rev 17838
8011064: Some tests have failed with SIGSEGV on arm-hflt on build b82
Summary: NMT_detail is only supported when frame pointers are not omitted (-fno-omit-frame-pointer).
Reviewed-by: dholmes, cjplummer
jprovino [Tue, 28 May 2013 11:17:16 -0400] rev 17837
8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not exist in minimal/libjvm.a when DEBUG_LEVEL == release
Summary: AsyncGetCallTrace is needed in libjvm.symbols so that programs which reference it can build correctly.
Reviewed-by: dholmes, bobv
dcubed [Tue, 28 May 2013 11:35:57 -0700] rev 17836
Merge
shade [Tue, 28 May 2013 19:54:18 +0400] rev 17835
8015493: runtime/contended/OopMaps.java fails with OutOfMemory
Summary: limit the memory footprint to dodge OutOfMemory errors.
Reviewed-by: dcubed, ctornqvi, iignatyev
zgu [Tue, 28 May 2013 08:54:55 -0700] rev 17834
Merge
ccheung [Fri, 24 May 2013 17:19:56 -0700] rev 17833
8015265: revise the fix for 8007037
Reviewed-by: sspitsyn, dholmes, dcubed
ctornqvi [Tue, 28 May 2013 15:08:57 +0200] rev 17832
8015329: Print reason for failed MiniDumpWriteDump() call
Summary: Printing both result from GetLastError and text representation of error. Also changed so that we produce dumps by default on client versions of Windows when running with a debug build. Also reviewed by peter.allwin@oracle.com
Reviewed-by: sla, dholmes
shade [Mon, 27 May 2013 12:49:08 -0700] rev 17831
8015270: @Contended: fix multiple issues in the layout code
Summary: field count handling fixed, has_nonstatic_fields invariant fixed, oop map overrun fixed; new asserts
Reviewed-by: kvn, dcubed, coleenp
sspitsyn [Fri, 24 May 2013 17:36:12 -0700] rev 17830
8013945: CMS fatal error: must own lock MemberNameTable_lock
Summary: The "delete mnt" needs to grab MemberNameTable_lock if !SafepointSynchronize::is_at_safepoint()
Reviewed-by: sla, mgerdin, dholmes, jmasa
Contributed-by: serguei.spitsyn@oracle.com
dcubed [Fri, 24 May 2013 10:21:12 -0700] rev 17829
Merge
sspitsyn [Thu, 23 May 2013 23:04:33 -0700] rev 17828
8014288: perf regression in nashorn JDK-8008448.js test after 8008511 changes
Summary: The fix of perf regression is to use method_idnum() for direct indexing into NMT
Reviewed-by: twisti, kvn, coleenp, dholmes
Contributed-by: serguei.spitsyn@oracle.com
ctornqvi [Thu, 23 May 2013 17:39:32 +0200] rev 17827
8009576: Test returns ClassNotFoundException
Summary: Small classpath fix and move tests into open
Reviewed-by: mgerdin, zgu
coleenp [Wed, 22 May 2013 14:37:49 -0400] rev 17826
8003421: NPG: Move oops out of InstanceKlass into mirror
Summary: Inject protection_domain, signers, init_lock into java_lang_Class
Reviewed-by: stefank, dholmes, sla
dholmes [Tue, 21 May 2013 19:52:01 -0700] rev 17825
Merge
mikael [Tue, 21 May 2013 09:43:23 -0700] rev 17824
8013726: runtime/memory/ReserveMemory.java fails due to 'assert(bytes % os::vm_allocation_granularity() == 0) failed: reserve block size'
Summary: Fix regression test to work on all platforms
Reviewed-by: ctornqvi, dholmes
bharadwaj [Tue, 21 May 2013 16:17:51 -0700] rev 17823
8014059: JSR292: Failed to reject invalid class cplmhl00201m28n
Summary: Restrict reference of interface methods by invokestatic and invokespecial to classfile version 52 or later.
Reviewed-by: kvn, hseigel
amurillo [Fri, 24 May 2013 09:35:10 -0700] rev 17822
8015305: new hotspot build - hs25-b35
Reviewed-by: jcoomes
katleman [Thu, 06 Jun 2013 09:54:16 -0700] rev 17821
Added tag jdk8-b93 for changeset 2b7343cbcbbf
erikj [Wed, 12 Jun 2013 10:33:04 +0200] rev 17820
Merge
erikj [Tue, 11 Jun 2013 13:25:21 +0200] rev 17819
8010785: JDK 8 build on Linux fails with new build mechanism
Reviewed-by: dholmes, tbell
erikj [Tue, 11 Jun 2013 13:08:02 +0200] rev 17818
8008707: build-infra: Closed (deploy) can't be built using environment from SDK SetEnv.cmd
Reviewed-by: tbell
katleman [Thu, 06 Jun 2013 09:54:03 -0700] rev 17817
Added tag jdk8-b93 for changeset 2567cad1138a
duke [Wed, 05 Jul 2017 18:58:01 +0200] rev 17816
Added tag jdk8-b93 for changeset b72ae39e1329
duke [Wed, 05 Jul 2017 18:58:01 +0200] rev 17815
Merge
duke [Wed, 05 Jul 2017 18:57:58 +0200] rev 17814
Merge
lana [Mon, 03 Jun 2013 23:24:15 -0700] rev 17813
Merge
lana [Wed, 29 May 2013 16:59:36 -0700] rev 17812
Merge
jjg [Wed, 29 May 2013 15:34:56 -0700] rev 17811
8015641: genstubs needs to cope with static interface methods
Reviewed-by: ksrini
vromero [Wed, 29 May 2013 10:56:29 +0100] rev 17810
7053059: VerifyError with double Assignment using a Generic Member of a Superclass
Reviewed-by: mcimadamore
vromero [Tue, 28 May 2013 17:39:41 +0100] rev 17809
8012333: javac, ClassFile should have a read(Path) method
Reviewed-by: jjg
vromero [Tue, 28 May 2013 12:46:10 +0100] rev 17808
6970173: Debug pointer at bad position
Reviewed-by: mcimadamore
vromero [Mon, 27 May 2013 13:44:14 +0100] rev 17807
7030476: Fix conflicting use of JCTree/JCExpression
Reviewed-by: mcimadamore
darcy [Fri, 24 May 2013 11:26:17 -0700] rev 17806
8014836: Have GenericDeclaration extend AnnotatedElement
Reviewed-by: jfranck
mcimadamore [Fri, 24 May 2013 15:27:27 +0100] rev 17805
8014494: javac crashes when varargs element of a method reference is inferred from the context
Summary: varargs element is not refreshed after type-inference
Reviewed-by: jjg, vromero
mcimadamore [Fri, 24 May 2013 15:27:12 +0100] rev 17804
8014649: Regression: bug in Resolve.resolveOperator
Summary: Missing curly braces causes Resolve.findMethod to be called spuriously
Reviewed-by: jjg, vromero
mcimadamore [Fri, 24 May 2013 15:26:57 +0100] rev 17803
8014643: Parser regression in JDK 8 when compiling super.x
Summary: Fixed latent bug in JavacParser.analyzeParens()
Reviewed-by: jjg, vromero
darcy [Wed, 22 May 2013 13:34:03 -0700] rev 17802
8010680: Clarify "present" and annotation ordering in javax.lang.model
Reviewed-by: abuckley, jjg
lana [Wed, 22 May 2013 09:59:05 -0700] rev 17801
Merge
vromero [Tue, 21 May 2013 14:33:09 +0100] rev 17800
7164114: Two jtreg tests are not run due to no file extension on the test files
Reviewed-by: mcimadamore
vromero [Tue, 21 May 2013 13:50:56 +0100] rev 17799
8005207: test has 2 @bug tags
Reviewed-by: mcimadamore
vromero [Tue, 21 May 2013 12:17:18 +0100] rev 17798
7060779: test/tools/javac/diags/Example.java leaves directories in tempdir
Reviewed-by: mcimadamore
vromero [Tue, 21 May 2013 11:41:21 +0100] rev 17797
7177168: Redundant array copy in UnsharedNameTable
Reviewed-by: mcimadamore
jfranck [Tue, 21 May 2013 12:00:29 +0200] rev 17796
8013180: Qualified type reference with annotations in throws list crashes compiler
Reviewed-by: jjg
jjg [Fri, 17 May 2013 13:48:41 -0700] rev 17795
6885876: add comments to javac/util/Convert.java
Reviewed-by: mduigou
katleman [Thu, 30 May 2013 10:58:32 -0700] rev 17794
Added tag jdk8-b92 for changeset fe7926936461
duke [Wed, 05 Jul 2017 18:57:52 +0200] rev 17793
Merge
katleman [Thu, 30 May 2013 10:58:13 -0700] rev 17792
Added tag jdk8-b92 for changeset 3e02d3c20e99
duke [Wed, 05 Jul 2017 18:57:48 +0200] rev 17791
Merge
lana [Mon, 03 Jun 2013 23:19:23 -0700] rev 17790
Merge
lana [Wed, 29 May 2013 16:57:42 -0700] rev 17789
Merge
lana [Wed, 22 May 2013 09:54:10 -0700] rev 17788
Merge
joehw [Mon, 20 May 2013 23:46:51 -0700] rev 17787
8012683: Remove unused, obsolete ObjectFactory classes
Reviewed-by: lancea
joehw [Mon, 20 May 2013 16:11:49 -0700] rev 17786
8014891: Redundant setting of external access properties in setFeatures
Reviewed-by: lancea
katleman [Thu, 30 May 2013 10:58:08 -0700] rev 17785
Added tag jdk8-b92 for changeset d2f0e76ff056
duke [Wed, 05 Jul 2017 18:57:43 +0200] rev 17784
Merge
lana [Mon, 03 Jun 2013 23:24:36 -0700] rev 17783
Merge
lana [Wed, 29 May 2013 16:59:55 -0700] rev 17782
Merge
sundar [Wed, 29 May 2013 21:27:10 +0530] rev 17781
8015349: "abc".lastIndexOf("a",-1) should evaluate to 0 and not -1
Reviewed-by: lagergren, attila, jlaskey
lagergren [Wed, 29 May 2013 14:08:00 +0200] rev 17780
8011023: Math round didn't conform to ECMAScript 5 spec
Reviewed-by: jlaskey, attila
sundar [Wed, 29 May 2013 15:41:07 +0530] rev 17779
8005979: A lot of tests are named "runTest" in reports
Reviewed-by: jlaskey
sundar [Tue, 28 May 2013 16:37:11 +0530] rev 17778
8015459: Octane test run fails on Turkish locale
Reviewed-by: lagergren, attila
lagergren [Mon, 27 May 2013 17:57:07 +0200] rev 17777
8015447: Octane harness fixes for rhino and entire test runs: ant octane, ant octane-v8, ant octane-rhino
Reviewed-by: sundar, jlaskey
sundar [Mon, 27 May 2013 20:41:34 +0530] rev 17776
8015352: "i".toUpperCase() => currently returns "Ä°", but should be "I" (with Turkish locale)
Reviewed-by: jlaskey, lagergren
lagergren [Mon, 27 May 2013 13:12:11 +0200] rev 17775
Merge
lagergren [Mon, 27 May 2013 13:11:13 +0200] rev 17774
8014219: Make the run-octane harness more deterministic by not measuring elapsed time every iteration. Also got rid of most of the run logic in base.js and call benchmarks directly for the same purpose
Reviewed-by: jlaskey, attila
hannesw [Mon, 27 May 2013 12:26:39 +0200] rev 17773
8015348: RegExp("[") results in StackOverflowError
Reviewed-by: sundar, attila
sundar [Fri, 24 May 2013 23:27:52 +0530] rev 17772
8015351: Nashorn shell does not start with Turkish locale
Reviewed-by: jlaskey
sundar [Fri, 24 May 2013 18:39:25 +0530] rev 17771
8015354: JSON.parse should not use [[Put]] but use [[DefineOwnProperty]] instead
Reviewed-by: lagergren, hannesw
hannesw [Fri, 24 May 2013 13:54:18 +0200] rev 17770
8011630: JSON parsing performance issue
Reviewed-by: lagergren, sundar
lagergren [Thu, 23 May 2013 15:51:08 +0200] rev 17769
8012522: Clean up lexical contexts - split out stack based functionality in CodeGenerator and generify NodeVisitors based on their LexicalContext type to avoid casts
Reviewed-by: attila, jlaskey
jlaskey [Thu, 23 May 2013 09:49:03 -0300] rev 17768
Merge
attila [Thu, 23 May 2013 13:36:49 +0200] rev 17767
8015278: Revert accidental changes to build.xml
Reviewed-by: jlaskey, lagergren
lagergren [Thu, 23 May 2013 13:10:58 +0200] rev 17766
8012083: Array literal constant folding issue
Reviewed-by: attila, jlaskey
attila [Thu, 23 May 2013 12:01:35 +0200] rev 17765
8015267: Allow conversion of JS arrays to Java List/Deque
Reviewed-by: lagergren, sundar
hannesw [Wed, 22 May 2013 16:43:48 +0200] rev 17764
8010804: Review long and integer usage conventions
Reviewed-by: jlaskey, sundar
sundar [Wed, 22 May 2013 19:33:08 +0530] rev 17763
8014735: Typed Array, BYTES_PER_ELEMENT should be a class property
Reviewed-by: lagergren, jlaskey
sundar [Wed, 22 May 2013 16:39:48 +0530] rev 17762
8008947: ScriptEnvironment ctor should be public
Reviewed-by: lagergren, attila
jlaskey [Tue, 21 May 2013 10:17:09 -0300] rev 17761
8014827: readLine should accept a prompt as an argument
Reviewed-by: sundar, hannesw
Contributed-by: james.laskey@oracle.com
attila [Tue, 21 May 2013 13:40:12 +0200] rev 17760
8014953: Have NativeJavaPackage throw a ClassNotFoundException when invoked
Reviewed-by: jlaskey, sundar
lana [Wed, 22 May 2013 09:59:15 -0700] rev 17759
Merge
attila [Mon, 20 May 2013 21:25:14 +0200] rev 17758
8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively.
Reviewed-by: jlaskey, sundar
sundar [Mon, 20 May 2013 23:04:01 +0530] rev 17757
8014909: ant test compilation error with JoniTest.java
Reviewed-by: jlaskey
lagergren [Mon, 20 May 2013 16:38:38 +0200] rev 17756
8006069: Range analysis first iteration, runtime specializations
Reviewed-by: jlaskey, sundar
jlaskey [Fri, 17 May 2013 16:44:22 -0300] rev 17755
8014823: Reprise - Smoke test fail: Windows JDK-8008554.js - access denied ("java.io.FilePermission" "//C/aurora/sandbox/nashorn~source/test/script/basic/NASHORN-99.js" "read")
Reviewed-by: jlaskey
Contributed-by: konstantin.shefov@oracle.com
jlaskey [Fri, 17 May 2013 16:12:59 -0300] rev 17754
Merge
hannesw [Thu, 16 May 2013 19:52:39 +0200] rev 17753
8012359: Increase code coverage in Joni
Reviewed-by: jlaskey, lagergren
lagergren [Thu, 16 May 2013 13:44:25 +0200] rev 17752
8013919: Original exception no longer thrown away when a finally rethrows
Reviewed-by: jlaskey, sundar
sundar [Thu, 16 May 2013 14:52:48 +0530] rev 17751
8009141: Avoid netscape.javascript.JSObject in nashorn code
Reviewed-by: lagergren, hannesw
attila [Wed, 15 May 2013 20:21:59 +0200] rev 17750
8014647: Allow class-based overrides to be initialized with a ScriptFunction
Reviewed-by: hannesw, jlaskey, sundar
jlaskey [Wed, 15 May 2013 12:09:38 -0300] rev 17749
8014648: Exclude testing and infrastructure packages from code coverage, round two
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com
sundar [Wed, 15 May 2013 19:45:16 +0530] rev 17748
8012305: Function.bind can't be called on prototype function inside constructor
Reviewed-by: lagergren, attila
attila [Wed, 15 May 2013 14:54:28 +0200] rev 17747
8014646: Update the Java interop documentation in the Java Scripting Programmer's Guide
Reviewed-by: jlaskey, hannesw, lagergren
attila [Wed, 15 May 2013 10:28:18 +0200] rev 17746
8014639: Remove debug flag from test runs
Reviewed-by: hannesw, lagergren
lagergren [Tue, 14 May 2013 19:56:35 +0200] rev 17745
8014426: Original exception no longer thrown away when a finally rethrows
Reviewed-by: attila, jlaskey
attila [Tue, 14 May 2013 19:18:17 +0200] rev 17744
8011718: binding already bound function with extra arguments fails
Reviewed-by: jlaskey, sundar
jlaskey [Tue, 14 May 2013 11:16:52 -0300] rev 17743
Merge
jlaskey [Tue, 14 May 2013 11:15:12 -0300] rev 17742
8014512: Exclude testing and infrastructure packages from code coverage
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com
katleman [Thu, 30 May 2013 10:58:35 -0700] rev 17741
Added tag jdk8-b92 for changeset 3ed2867af3bf
duke [Wed, 05 Jul 2017 18:57:34 +0200] rev 17740
Merge
katleman [Thu, 30 May 2013 10:57:52 -0700] rev 17739
Added tag jdk8-b92 for changeset 8ada1018118c
duke [Wed, 05 Jul 2017 18:57:31 +0200] rev 17738
Merge
katleman [Wed, 05 Jun 2013 15:25:09 -0700] rev 17737
6983966: remove lzma and upx from repository JDK8
Reviewed-by: tbell, paulk, ngthomas
katleman [Tue, 04 Jun 2013 14:11:50 -0700] rev 17736
8015644: makefile changes to allow integration of new features
Reviewed-by: tbell, erikj, dholmes
Contributed-by: amy.y.wang@oracle.com
katleman [Tue, 04 Jun 2013 11:03:25 -0700] rev 17735
Merge
erikj [Fri, 31 May 2013 14:05:09 +0200] rev 17734
7195481: FDS: debuginfo file for libjdwp.so is missed
Reviewed-by: tbell
erikj [Thu, 30 May 2013 09:29:26 +0200] rev 17733
Merge
erikj [Wed, 29 May 2013 14:01:24 +0200] rev 17732
8013489: New build system does not run codesign on SA-related launchers on OS X
Reviewed-by: sla, tbell
lana [Mon, 03 Jun 2013 23:23:20 -0700] rev 17731
Merge
lana [Wed, 29 May 2013 16:58:42 -0700] rev 17730
Merge
vinnie [Wed, 29 May 2013 14:57:51 +0100] rev 17729
7174966: With OCSP enabled on Java 7 get error 'Wrong key usage' with Comodo certificate
Reviewed-by: xuelei
alanb [Wed, 29 May 2013 10:24:11 +0100] rev 17728
8014928: (fs) Files.readAllBytes() copies content to new array when content completely read
Reviewed-by: martin
sla [Wed, 29 May 2013 09:42:39 +0200] rev 17727
8015440: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails with RuntimeException
Summary: Make sure serial gc compacts heap every time
Reviewed-by: mchung, brutisso, nloodin
ewang [Tue, 28 May 2013 22:22:48 -0700] rev 17726
8009258: TEST_BUG:java/io/pathNames/GeneralWin32.java fails intermittently
Reviewed-by: dxu, alanb
Contributed-by: yiming.wang@oracle.com
xuelei [Tue, 28 May 2013 18:47:13 -0700] rev 17725
8010815: some constructors issues in com.sun.jndi.toolkit
Reviewed-by: alanb
naoto [Tue, 28 May 2013 14:02:49 -0700] rev 17724
6251788: (rb) PropertyResourceBundle doesn't document exceptions
Reviewed-by: okutsu
sherman [Tue, 28 May 2013 10:42:52 -0700] rev 17723
8001750: CharsetDecoder.replacement should not be changeable except via replaceWith method
Summary: to make defensive copy for set/get replacement byte array
Reviewed-by: martin
robm [Tue, 28 May 2013 16:35:17 +0100] rev 17722
7038105: File.isHidden() should return true for pagefile.sys and hiberfil.sys
Reviewed-by: alanb
dsamersoff [Tue, 28 May 2013 18:46:39 +0400] rev 17721
8014420: Default JDP address does not match the one assigned by IANA
Summary: JDP protocol defaults changed to IANA assigned values
Reviewed-by: dholmes, jbachorik, hirt
Contributed-by: fweimer@redhat.com
jbachorik [Tue, 28 May 2013 15:57:45 +0200] rev 17720
8005472: com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh failed on windows
Reviewed-by: chegar, smarks, dfuchs
nloodin [Mon, 27 May 2013 17:10:32 +0200] rev 17719
6470730: Disconnect button leads to wrong popup message
Reviewed-by: dcubed, sla, egahlin
chegar [Mon, 27 May 2013 15:24:53 +0100] rev 17718
Merge
chegar [Mon, 27 May 2013 14:00:26 +0100] rev 17717
8015439: Minor/sync/cleanup of ConcurrentHashMap
Reviewed-by: chegar
Contributed-by: Doug Lea <dl@cs.oswego.edu>, Chris Hegarty <chris.hegarty@oracle.com>
plevart [Mon, 27 May 2013 09:41:44 +0200] rev 17716
7038914: VM could throw uncaught OOME in ReferenceHandler thread
Summary: Catch OutOfMemoryError in reference handler thread if caused by allocation of an InterruptedException
Reviewed-by: dholmes, alanb
uta [Mon, 27 May 2013 15:18:00 +0400] rev 17715
8014394: (fs) WatchService failing when watching \\server\$d
Reviewed-by: alanb
ksrini [Fri, 24 May 2013 17:01:08 -0700] rev 17714
8007333: [launcher] removes multiple back slashes
Reviewed-by: alanb, akhil
weijun [Fri, 24 May 2013 17:15:43 +0800] rev 17713
8014196: ktab creates a file with zero kt_vno
Reviewed-by: valeriep
dl [Thu, 23 May 2013 18:34:15 +0100] rev 17712
8014076: Arrays parallel and serial sorting improvements
Reviewed-by: chegar, mduigou
nloodin [Thu, 23 May 2013 15:50:37 +0200] rev 17711
8014048: Online user guide of jconsole points incorrect link
Reviewed-by: mchung, sla, jbachorik
darcy [Wed, 22 May 2013 20:03:45 -0700] rev 17710
8014836: Have GenericDeclaration extend AnnotatedElement
Reviewed-by: abuckley, jfranck
dholmes [Wed, 22 May 2013 20:21:13 -0400] rev 17709
8014814: (str) StringBuffer "null" is not appended
Reviewed-by: alanb
naoto [Wed, 22 May 2013 16:43:04 -0700] rev 17708
7056126: DateFormatSymbols documentation has incorrect description about DateFormat
7083668: Sample code in ListResourceBundle is still not correct
Reviewed-by: okutsu
lana [Wed, 22 May 2013 12:09:45 -0700] rev 17707
Merge
lana [Wed, 22 May 2013 09:57:48 -0700] rev 17706
Merge
mduigou [Wed, 22 May 2013 09:59:37 -0700] rev 17705
8014819: set max size for jtreg testvms
Reviewed-by: alanb, darcy
chegar [Wed, 22 May 2013 13:50:53 +0100] rev 17704
8010182: Thread safety of Thread get/setName()
Reviewed-by: dholmes, alanb, mduigou
yhuang [Tue, 21 May 2013 01:50:13 -0700] rev 17703
Merge
yhuang [Mon, 20 May 2013 23:03:35 -0700] rev 17702
7074882: Locale data needs correction (Month names for Maltese language)
Reviewed-by: naoto
alanb [Tue, 21 May 2013 08:53:51 +0100] rev 17701
8014892: More ProblemList.txt updates (5/2013)
Reviewed-by: alanb
Contributed-by: amy.lu@oracle.com
dholmes [Tue, 21 May 2013 01:17:46 -0400] rev 17700
8014857: Enable ergonomic VM selection in arm/jvm.cfg
Reviewed-by: darcy
sherman [Mon, 20 May 2013 11:56:46 -0700] rev 17699
8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default
Summary: to use Files.createTempFile(...) to create the temp file on the same fs as the targeted path.
Reviewed-by: alanb, sherman
Contributed-by: philippe.marschall@gmail.com
plevart [Fri, 17 May 2013 14:41:39 +0200] rev 17698
8014477: (str) Race condition in String.contentEquals when comparing with StringBuffer
Reviewed-by: alanb, mduigou, dholmes
mduigou [Sat, 18 May 2013 18:55:56 -0700] rev 17697
Merge
henryjen [Thu, 09 May 2013 14:44:56 -0700] rev 17696
8006884: (fs) Add Files.list, lines and find
Reviewed-by: briangoetz, mduigou
Contributed-by: alan.bateman@oracle.com, henry.jen@oracle.com
mduigou [Fri, 17 May 2013 10:36:04 -0700] rev 17695
8004015: Additional static and instance utils for functional interfaces.
8011010: Spec j.u.f.Predicate doesn't specify NPEs thrown by the SE8's Reference Implementation
Reviewed-by: briangoetz, dholmes, chegar
psandoz [Wed, 15 May 2013 10:25:59 +0200] rev 17694
8014133: Spliterator.OfPrimitive
Reviewed-by: mduigou, forax
Contributed-by: Paul Sandoz <paul.sandoz@oracle.com>, Brian Goetz <brian.goetz@oracle.com>
psandoz [Wed, 15 May 2013 10:15:28 +0200] rev 17693
8013334: Spliterator behavior for LinkedList contradicts Spliterator.trySplit
Summary: this changeset also contains some minor, non spec, related fixes to tidy up other areas of the JavaDoc.
Reviewed-by: plevart, darcy
Contributed-by: John Rose <john.r.rose@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
weijun [Sat, 18 May 2013 10:15:06 +0800] rev 17692
8012261: update policytool to support java.net.HttpURLPermission
Reviewed-by: mullan
dxu [Fri, 17 May 2013 12:04:18 -0700] rev 17691
8011136: FileInputStream.available and skip inconsistencies
Summary: Correct the behavior of available() and update related java specs for available() and skip() in InputStream and FileInputStream classes.
Reviewed-by: alanb
lana [Wed, 29 May 2013 16:56:53 -0700] rev 17690
Merge
mcherkas [Wed, 29 May 2013 18:40:02 +0400] rev 17689
8014863: Line break calculations in Java 7 are incorrect.
Reviewed-by: alexp, alexsch
Contributed-by: Dmitry Markov <dmitry.markov@oracle.com>
pchelko [Wed, 29 May 2013 12:10:49 +0400] rev 17688
8009911: [macosx] SWT app freeze when going full screen using Java 7 on Mac
Reviewed-by: anthony, ksrini
anthony [Tue, 28 May 2013 16:38:41 +0400] rev 17687
7039616: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java should be updated
Summary: Consider the test passed if the system does not support translucency
Reviewed-by: art
pchelko [Tue, 28 May 2013 12:37:46 +0400] rev 17686
8000422: [macosx] Views keep scrolling back to the drag position after DnD
Reviewed-by: serb, anthony
serb [Mon, 27 May 2013 22:31:37 +0400] rev 17685
8014726: TEST_BUG: java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java should be modified
Reviewed-by: serb, anthony
Contributed-by: alexander.zvegintsev@oracle.com
vkarnauk [Mon, 27 May 2013 12:47:18 +0400] rev 17684
8010721: [macosx] In JDK7 the menu bar disappears when a Dialog is shown
Reviewed-by: anthony, serb
malenkov [Fri, 24 May 2013 19:41:09 +0400] rev 17683
8013416: Java Bean Persistence with XMLEncoder
Reviewed-by: alexsch
ant [Fri, 24 May 2013 18:01:22 +0400] rev 17682
8013437: Test sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails to compile since 8b86
Reviewed-by: alexsch
alexsch [Thu, 23 May 2013 15:52:37 +0400] rev 17681
8014924: JToolTip#setTipText() sometimes (very often) not repaints component.
Reviewed-by: serb
lana [Wed, 22 May 2013 17:37:05 -0700] rev 17680
Merge
alitvinov [Tue, 21 May 2013 05:02:21 +0400] rev 17679
8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux
Reviewed-by: art, anthony, prr
mcherkas [Tue, 21 May 2013 03:20:27 +0400] rev 17678
7011777: JDK 6 parses html text with script tags within comments differently from previous releases
Reviewed-by: alexsch
Contributed-by: Dmitry Markov <dmitry.markov@oracle.com>
lana [Wed, 29 May 2013 16:54:48 -0700] rev 17677
Merge
jgodinez [Wed, 29 May 2013 09:46:00 -0700] rev 17676
8012381: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
Reviewed-by: jchen, prr
jgodinez [Wed, 29 May 2013 09:18:55 -0700] rev 17675
7183520: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest.
Reviewed-by: bae, prr
prr [Fri, 24 May 2013 09:31:29 -0700] rev 17674
8008535: JDK7 Printing : CJK and Latin Text in a string overlap
Reviewed-by: bae, jgodinez
jchen [Thu, 23 May 2013 12:16:17 -0700] rev 17673
8012629: java.lang.UnsatisfiedLinkError exception throw by getAllFonts() on MacOSX
Reviewed-by: bae, prr
lana [Wed, 22 May 2013 19:35:51 -0700] rev 17672
Merge
jchen [Fri, 17 May 2013 10:04:39 -0700] rev 17671
8003444: Fix potential NULL pointer dereference
Reviewed-by: jgodinez, prr
katleman [Thu, 30 May 2013 10:58:21 -0700] rev 17670
Added tag jdk8-b92 for changeset 874119ae66c4
duke [Wed, 05 Jul 2017 18:57:17 +0200] rev 17669
Merge
katleman [Thu, 30 May 2013 10:57:57 -0700] rev 17668
Added tag jdk8-b92 for changeset b34bf6985a14
katleman [Wed, 05 Jun 2013 15:20:35 -0700] rev 17667
6983966: remove lzma and upx from repository JDK8
Reviewed-by: tbell, paulk, ngthomas
katleman [Tue, 04 Jun 2013 15:54:46 -0700] rev 17666
Merge
katleman [Tue, 04 Jun 2013 11:02:23 -0700] rev 17665
Merge
mduigou [Tue, 04 Jun 2013 10:36:00 +0200] rev 17664
8015510: (s) Improve JTReg location detection and provide location to test/Makefile
Reviewed-by: erikj
erikj [Tue, 04 Jun 2013 10:23:37 +0200] rev 17663
8015784: Add configure parameter --with-update-version
Reviewed-by: tbell, katleman, erikj
Contributed-by: tristan.yan@oracle.com
erikj [Fri, 31 May 2013 14:07:42 +0200] rev 17662
8014003: New build does not handle symlinks in workspace path
Reviewed-by: tbell
erikj [Wed, 29 May 2013 14:01:04 +0200] rev 17661
8013489: New build system does not run codesign on SA-related launchers on OS X
Reviewed-by: sla, tbell
erikj [Wed, 29 May 2013 13:58:40 +0200] rev 17660
8013920: Configure sets JOBS to 0 if memory is too low.
Reviewed-by: tbell
jqzuo [Tue, 04 Jun 2013 00:12:51 -0400] rev 17659
Merge
pbhat [Wed, 29 May 2013 11:02:18 -0400] rev 17658
Merge
jqzuo [Tue, 28 May 2013 20:03:21 +0200] rev 17657
8014762: Add JMC configure option mapping to Jprt.gmk
Summary: Need to add the mapping between JPRT env var and configure flag for JMC, from ALT_JMC_ZIP_DIR to --with-jmc-zip-dir (same pattern as for Javafx)
Reviewed-by: tbell, erikj
Contributed-by: klara.ward@oracle.com
katleman [Thu, 30 May 2013 10:57:50 -0700] rev 17656
Added tag jdk8-b92 for changeset b51d66ab6ffd
duke [Wed, 05 Jul 2017 18:57:05 +0200] rev 17655
Added tag jdk8-b92 for changeset 2fd6acba737b
duke [Wed, 05 Jul 2017 18:57:05 +0200] rev 17654
Merge
duke [Wed, 05 Jul 2017 18:57:02 +0200] rev 17653
Merge
katleman [Wed, 29 May 2013 10:16:32 -0700] rev 17652
8015525: JDK8 b91 source with GPL header errors
Reviewed-by: dholmes, lancea
katleman [Tue, 28 May 2013 17:58:34 -0700] rev 17651
Merge
erikj [Tue, 28 May 2013 08:49:04 +0200] rev 17650
8012566: Replace find, rm, printf and similar with their proper variables
Reviewed-by: tbell
katleman [Thu, 23 May 2013 10:47:57 -0700] rev 17649
Added tag jdk8-b91 for changeset a5e4cac27b50
duke [Wed, 05 Jul 2017 18:56:58 +0200] rev 17648
Merge
katleman [Thu, 23 May 2013 10:47:47 -0700] rev 17647
Added tag jdk8-b91 for changeset 1b09fbc97609
duke [Wed, 05 Jul 2017 18:56:55 +0200] rev 17646
Merge
katleman [Wed, 29 May 2013 10:15:19 -0700] rev 17645
8015525: JDK8 b91 source with GPL header errors
Reviewed-by: dholmes, lancea
katleman [Thu, 23 May 2013 10:47:45 -0700] rev 17644
Added tag jdk8-b91 for changeset e4e0796ef6c5
duke [Wed, 05 Jul 2017 18:56:52 +0200] rev 17643
Merge