Tue, 11 Jun 2013 09:25:57 +0100 Merge
chegar [Tue, 11 Jun 2013 09:25:57 +0100] rev 18406
Merge
Mon, 10 Jun 2013 09:52:54 +0100 Merge
chegar [Mon, 10 Jun 2013 09:52:54 +0100] rev 18405
Merge
Fri, 07 Jun 2013 16:12:04 -0700 8015997: Additional improvement in Javadoc framing
bpatel [Fri, 07 Jun 2013 16:12:04 -0700] rev 18404
8015997: Additional improvement in Javadoc framing Reviewed-by: jjg
Fri, 31 May 2013 10:28:30 +0100 Merge
chegar [Fri, 31 May 2013 10:28:30 +0100] rev 18403
Merge
Thu, 23 May 2013 12:50:40 +0100 Merge
chegar [Thu, 23 May 2013 12:50:40 +0100] rev 18402
Merge
Thu, 16 May 2013 11:42:04 +0100 Merge
chegar [Thu, 16 May 2013 11:42:04 +0100] rev 18401
Merge
Wed, 08 May 2013 10:28:35 +0100 Merge
chegar [Wed, 08 May 2013 10:28:35 +0100] rev 18400
Merge
Wed, 08 May 2013 10:27:52 +0100 Merge
chegar [Wed, 08 May 2013 10:27:52 +0100] rev 18399
Merge
Fri, 03 May 2013 08:52:33 -0700 8012375: Improve Javadoc framing
bpatel [Fri, 03 May 2013 08:52:33 -0700] rev 18398
8012375: Improve Javadoc framing Reviewed-by: mduigou, jlaskey
Sun, 28 Apr 2013 08:16:41 +0100 Merge
chegar [Sun, 28 Apr 2013 08:16:41 +0100] rev 18397
Merge
Wed, 24 Apr 2013 11:03:32 +0100 Merge
chegar [Wed, 24 Apr 2013 11:03:32 +0100] rev 18396
Merge
Tue, 18 Jun 2013 19:02:48 +0100 8016267: javac, TypeTag refactoring has provoked performance issues
vromero [Tue, 18 Jun 2013 19:02:48 +0100] rev 18395
8016267: javac, TypeTag refactoring has provoked performance issues Reviewed-by: jjg
Tue, 18 Jun 2013 18:57:52 +0100 8016607: javac, avoid analyzing lambdas for source 7 compilation
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
Mon, 17 Jun 2013 20:29:31 -0700 8013789: Compiler should emit bridges in interfaces
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
Mon, 17 Jun 2013 14:46:01 -0700 8016779: Fix doclint warnings in javax.lang.model
darcy [Mon, 17 Jun 2013 14:46:01 -0700] rev 18392
8016779: Fix doclint warnings in javax.lang.model Reviewed-by: jjg
Sun, 16 Jun 2013 22:38:04 -0700 Merge
lana [Sun, 16 Jun 2013 22:38:04 -0700] rev 18391
Merge
Fri, 14 Jun 2013 18:01:52 +0100 8008023: Get rid of utf8 chars in two tests
vromero [Fri, 14 Jun 2013 18:01:52 +0100] rev 18390
8008023: Get rid of utf8 chars in two tests Reviewed-by: jjg
Fri, 14 Jun 2013 16:25:09 +0100 8016569: javac, add new flag for polymorphic method signatures
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
Tue, 11 Jun 2013 09:59:34 +0100 8007907: javap, method com.sun.tools.javap.Main.run returns 0 even in case of class not found error
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
Tue, 11 Jun 2013 09:35:58 +0100 8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific
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
Mon, 10 Jun 2013 15:57:32 +0100 8013576: Add stat support to LambdaToMethod
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
Mon, 10 Jun 2013 15:18:47 +0100 7113519: test/tools/javac/VersionOpt.java passes on windows
vromero [Mon, 10 Jun 2013 15:18:47 +0100] rev 18385
7113519: test/tools/javac/VersionOpt.java passes on windows Reviewed-by: jjg
Fri, 07 Jun 2013 15:35:38 -0700 8016193: Fix OAC issue in langtools docs
jjg [Fri, 07 Jun 2013 15:35:38 -0700] rev 18384
8016193: Fix OAC issue in langtools docs Reviewed-by: darcy
Thu, 06 Jun 2013 15:38:42 +0100 Merge
mcimadamore [Thu, 06 Jun 2013 15:38:42 +0100] rev 18383
Merge
Thu, 06 Jun 2013 15:37:23 +0100 8015648: Duplicate variable in lambda causes javac crash
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
Thu, 06 Jun 2013 15:35:05 +0100 8015432: javac crashes with stack overflow when method called recursively from nested generic call
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
Thu, 06 Jun 2013 15:33:40 +0100 8008627: Compiler mishandles three-way return-type-substitutability
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
Thu, 06 Jun 2013 15:32:41 +0100 7139681: Enhanced for loop: local variable scope inconsistent with JLS
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
Thu, 06 Jun 2013 15:30:14 +0100 6360970: javac erroneously accept ambiguous field reference
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
Thu, 06 Jun 2013 08:48:23 -0400 8015701: MethodParameters are not filled in for synthetic captured local variables
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
Thu, 20 Jun 2013 10:17:55 -0700 Added tag jdk8-b95 for changeset 41b9fc8961f6
katleman [Thu, 20 Jun 2013 10:17:55 -0700] rev 18376
Added tag jdk8-b95 for changeset 41b9fc8961f6
Wed, 05 Jul 2017 19:01:16 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:16 +0200] rev 18375
Merge
Mon, 24 Jun 2013 14:27:26 -0700 Merge
lana [Mon, 24 Jun 2013 14:27:26 -0700] rev 18374
Merge
Sun, 16 Jun 2013 22:33:03 -0700 Merge
lana [Sun, 16 Jun 2013 22:33:03 -0700] rev 18373
Merge
Wed, 12 Jun 2013 14:47:09 +0100 8013021: Rebase 8005432 & 8003542 against the latest jdk8/jaxws
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
Thu, 20 Jun 2013 10:17:12 -0700 Added tag jdk8-b95 for changeset fb4997d1f3bf
katleman [Thu, 20 Jun 2013 10:17:12 -0700] rev 18371
Added tag jdk8-b95 for changeset fb4997d1f3bf
Wed, 05 Jul 2017 19:01:11 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:11 +0200] rev 18370
Merge
Mon, 24 Jun 2013 14:27:05 -0700 Merge
lana [Mon, 24 Jun 2013 14:27:05 -0700] rev 18369
Merge
Tue, 18 Jun 2013 22:52:18 -0700 8016824: jdk8 l10n resource file translation update 3 - jaxp
mfang [Tue, 18 Jun 2013 22:52:18 -0700] rev 18368
8016824: jdk8 l10n resource file translation update 3 - jaxp Reviewed-by: joehw
Tue, 18 Jun 2013 09:36:20 +0100 Merge
chegar [Tue, 18 Jun 2013 09:36:20 +0100] rev 18367
Merge
Mon, 17 Jun 2013 11:18:50 +0100 Merge
chegar [Mon, 17 Jun 2013 11:18:50 +0100] rev 18366
Merge
Mon, 10 Jun 2013 09:51:09 +0100 Merge
chegar [Mon, 10 Jun 2013 09:51:09 +0100] rev 18365
Merge
Fri, 31 May 2013 10:27:50 +0100 Merge
chegar [Fri, 31 May 2013 10:27:50 +0100] rev 18364
Merge
Thu, 23 May 2013 12:44:51 +0100 Merge
chegar [Thu, 23 May 2013 12:44:51 +0100] rev 18363
Merge
Thu, 16 May 2013 11:41:29 +0100 Merge
chegar [Thu, 16 May 2013 11:41:29 +0100] rev 18362
Merge
Wed, 08 May 2013 10:10:05 +0100 Merge
chegar [Wed, 08 May 2013 10:10:05 +0100] rev 18361
Merge
Sun, 28 Apr 2013 08:15:54 +0100 Merge
chegar [Sun, 28 Apr 2013 08:15:54 +0100] rev 18360
Merge
Wed, 24 Apr 2013 10:18:03 +0100 Merge
chegar [Wed, 24 Apr 2013 10:18:03 +0100] rev 18359
Merge
Mon, 17 Jun 2013 12:47:02 -0700 8016133: Regression: diff. behavior with user-defined SAXParser
joehw [Mon, 17 Jun 2013 12:47:02 -0700] rev 18358
8016133: Regression: diff. behavior with user-defined SAXParser Reviewed-by: chegar, dfuchs
Sun, 16 Jun 2013 22:32:56 -0700 Merge
lana [Sun, 16 Jun 2013 22:32:56 -0700] rev 18357
Merge
Sat, 15 Jun 2013 09:26:42 +0100 8016701: JAXP Build failure
robm [Sat, 15 Jun 2013 09:26:42 +0100] rev 18356
8016701: JAXP Build failure Reviewed-by: darcy, wetmore, alanb, chegar
Fri, 14 Jun 2013 15:14:49 +0400 8015978: Incorrect transformation of XPath expression "string(-0)"
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
Mon, 10 Jun 2013 14:42:57 -0700 8016153: Property http://javax.xml.XMLConstants/property/accessExternalDTD is not recognized.
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
Thu, 06 Jun 2013 15:03:55 -0700 8015016: Improve JAXP 1.5 error message
joehw [Thu, 06 Jun 2013 15:03:55 -0700] rev 18353
8015016: Improve JAXP 1.5 error message Reviewed-by: lancea
Thu, 06 Jun 2013 20:47:13 +0200 8013434: Xalan and Xerces internal ObjectFactory need rework
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
Thu, 06 Jun 2013 20:40:43 +0400 8009579: Xpathexception does not honor initcause()
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
Thu, 20 Jun 2013 10:17:08 -0700 Added tag jdk8-b95 for changeset 1db35290f46d
katleman [Thu, 20 Jun 2013 10:17:08 -0700] rev 18350
Added tag jdk8-b95 for changeset 1db35290f46d
Wed, 05 Jul 2017 19:01:02 +0200 Merge
duke [Wed, 05 Jul 2017 19:01:02 +0200] rev 18349
Merge
Mon, 24 Jun 2013 14:26:54 -0700 Merge
lana [Mon, 24 Jun 2013 14:26:54 -0700] rev 18348
Merge
Tue, 18 Jun 2013 16:06:45 +0100 Merge
chegar [Tue, 18 Jun 2013 16:06:45 +0100] rev 18347
Merge
Mon, 17 Jun 2013 11:27:59 +0100 Merge
chegar [Mon, 17 Jun 2013 11:27:59 +0100] rev 18346
Merge
Mon, 10 Jun 2013 09:53:21 +0100 Merge
chegar [Mon, 10 Jun 2013 09:53:21 +0100] rev 18345
Merge
Fri, 31 May 2013 10:28:34 +0100 Merge
chegar [Fri, 31 May 2013 10:28:34 +0100] rev 18344
Merge
Thu, 23 May 2013 12:50:48 +0100 Merge
chegar [Thu, 23 May 2013 12:50:48 +0100] rev 18343
Merge
Thu, 16 May 2013 11:42:08 +0100 Merge
chegar [Thu, 16 May 2013 11:42:08 +0100] rev 18342
Merge
Wed, 08 May 2013 10:21:48 +0100 Merge
chegar [Wed, 08 May 2013 10:21:48 +0100] rev 18341
Merge
Sun, 28 Apr 2013 08:16:45 +0100 Merge
chegar [Sun, 28 Apr 2013 08:16:45 +0100] rev 18340
Merge
Wed, 24 Apr 2013 11:03:39 +0100 Merge
chegar [Wed, 24 Apr 2013 11:03:39 +0100] rev 18339
Merge
Tue, 18 Jun 2013 13:52:37 +0530 Merge
sundar [Tue, 18 Jun 2013 13:52:37 +0530] rev 18338
Merge
Tue, 18 Jun 2013 13:45:03 +0530 8008915: URLReader constructor should allow specifying encoding
sundar [Tue, 18 Jun 2013 13:45:03 +0530] rev 18337
8008915: URLReader constructor should allow specifying encoding Reviewed-by: hannesw, lagergren
Tue, 18 Jun 2013 13:25:24 +0530 Merge
sundar [Tue, 18 Jun 2013 13:25:24 +0530] rev 18336
Merge
Mon, 17 Jun 2013 13:56:05 +0530 8016550: nashorn.option.no.syntax.extensions has the wrong default
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
Fri, 14 Jun 2013 21:16:14 +0530 8016618: script mirror object access should be improved
sundar [Fri, 14 Jun 2013 21:16:14 +0530] rev 18334
8016618: script mirror object access should be improved Reviewed-by: jlaskey, lagergren
Fri, 14 Jun 2013 13:53:40 +0200 8016235: Use in catch block that may not have been executed in try block caused illegal byte code to be generated
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
Thu, 13 Jun 2013 20:50:24 +0200 8016542: String.prototype.replace called with function argument should not replace $ patterns
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
Thu, 13 Jun 2013 15:26:49 +0200 8016528: Hex code from escape() should be padded
hannesw [Thu, 13 Jun 2013 15:26:49 +0200] rev 18331
8016528: Hex code from escape() should be padded Reviewed-by: jlaskey, lagergren
Thu, 13 Jun 2013 14:02:43 +0200 8016522: Numeric literal must not be followed by IdentifierStart
hannesw [Thu, 13 Jun 2013 14:02:43 +0200] rev 18330
8016522: Numeric literal must not be followed by IdentifierStart Reviewed-by: lagergren, sundar
Thu, 13 Jun 2013 12:52:09 +0200 8016518: Parsing of octal string escapes is broken
hannesw [Thu, 13 Jun 2013 12:52:09 +0200] rev 18329
8016518: Parsing of octal string escapes is broken Reviewed-by: sundar, lagergren
Thu, 13 Jun 2013 16:08:35 +0530 8015355: Array.prototype functions don't honour non-writable length and / or index properties
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
Wed, 12 Jun 2013 16:41:38 +0200 8011893: JS Object builtin prototype is not thread safe
hannesw [Wed, 12 Jun 2013 16:41:38 +0200] rev 18327
8011893: JS Object builtin prototype is not thread safe Reviewed-by: sundar, jlaskey
Wed, 12 Jun 2013 11:22:06 -0300 8016453: loadWithNewGlobal does not allow apply operation
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
Tue, 11 Jun 2013 17:50:10 +0200 8015379: PropertyMap.addProperty() is slow
hannesw [Tue, 11 Jun 2013 17:50:10 +0200] rev 18325
8015379: PropertyMap.addProperty() is slow Reviewed-by: attila, jlaskey
Sun, 16 Jun 2013 22:38:17 -0700 Merge
lana [Sun, 16 Jun 2013 22:38:17 -0700] rev 18324
Merge
Tue, 11 Jun 2013 13:12:35 +0530 Merge
sundar [Tue, 11 Jun 2013 13:12:35 +0530] rev 18323
Merge
Tue, 11 Jun 2013 13:09:43 +0530 8015357: a = []; a[0x7fffffff]=1; a.sort()[0] should evaluate to 1 instead of undefined
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
Mon, 10 Jun 2013 19:54:07 +0530 8016239: loadWithNewGlobal should support user supplied arguments from the caller
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
Mon, 10 Jun 2013 13:27:07 +0200 8016226: backing out test without third party license approval
lagergren [Mon, 10 Jun 2013 13:27:07 +0200] rev 18320
8016226: backing out test without third party license approval Reviewed-by: attila, sundar
Mon, 10 Jun 2013 13:21:29 +0200 8015892: canBeUndefined too conservative for some use before declaration cases
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
Fri, 07 Jun 2013 17:44:25 +0200 8012291: NativeArray is inconsistent in using long for length and index in some places and int for the same in other places
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
Thu, 06 Jun 2013 21:41:20 +0530 8015346: JSON parsing issues with escaped strings, octal, decimal numbers
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
Thu, 20 Jun 2013 10:18:01 -0700 Added tag jdk8-b95 for changeset aee867cdeb80
katleman [Thu, 20 Jun 2013 10:18:01 -0700] rev 18316
Added tag jdk8-b95 for changeset aee867cdeb80
Wed, 05 Jul 2017 19:00:49 +0200 Merge
duke [Wed, 05 Jul 2017 19:00:49 +0200] rev 18315
Merge
Mon, 24 Jun 2013 14:26:58 -0700 Merge
lana [Mon, 24 Jun 2013 14:26:58 -0700] rev 18314
Merge
Tue, 18 Jun 2013 20:52:10 -0700 8015657: jdk8 l10n resource file translation update 3
mfang [Tue, 18 Jun 2013 20:52:10 -0700] rev 18313
8015657: jdk8 l10n resource file translation update 3 Reviewed-by: yhuang
Mon, 17 Jun 2013 11:11:48 +0100 Merge
chegar [Mon, 17 Jun 2013 11:11:48 +0100] rev 18312
Merge
Fri, 31 May 2013 10:26:20 +0100 Merge
chegar [Fri, 31 May 2013 10:26:20 +0100] rev 18311
Merge
Thu, 23 May 2013 12:41:23 +0100 Merge
chegar [Thu, 23 May 2013 12:41:23 +0100] rev 18310
Merge
Thu, 16 May 2013 11:39:58 +0100 Merge
chegar [Thu, 16 May 2013 11:39:58 +0100] rev 18309
Merge
Wed, 08 May 2013 10:09:18 +0100 Merge
chegar [Wed, 08 May 2013 10:09:18 +0100] rev 18308
Merge
Tue, 30 Apr 2013 11:53:51 +0100 8000642: Better handling of objects for transportation
coffeys [Tue, 30 Apr 2013 11:53:51 +0100] rev 18307
8000642: Better handling of objects for transportation Reviewed-by: alanb, mchung, skoivu
Sun, 28 Apr 2013 08:15:21 +0100 Merge
chegar [Sun, 28 Apr 2013 08:15:21 +0100] rev 18306
Merge
Wed, 24 Apr 2013 10:17:15 +0100 Merge
chegar [Wed, 24 Apr 2013 10:17:15 +0100] rev 18305
Merge
Mon, 08 Apr 2013 23:12:03 +0100 8001032: Restrict object access
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
Sun, 16 Jun 2013 22:30:22 -0700 Merge
lana [Sun, 16 Jun 2013 22:30:22 -0700] rev 18303
Merge
Mon, 10 Jun 2013 17:15:42 +0100 8016218: Warnings building corba repo due to missing hashCode methods
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
Thu, 20 Jun 2013 10:16:30 -0700 Added tag jdk8-b95 for changeset 0664c494ac98
katleman [Thu, 20 Jun 2013 10:16:30 -0700] rev 18301
Added tag jdk8-b95 for changeset 0664c494ac98
Wed, 05 Jul 2017 19:00:41 +0200 Merge
duke [Wed, 05 Jul 2017 19:00:41 +0200] rev 18300
Merge
Wed, 26 Jun 2013 11:26:18 -0700 8016684: JDK8 b94 source with GPL header errors
katleman [Wed, 26 Jun 2013 11:26:18 -0700] rev 18299
8016684: JDK8 b94 source with GPL header errors Reviewed-by: tbell, darcy
Tue, 25 Jun 2013 13:49:41 -0700 Merge
katleman [Tue, 25 Jun 2013 13:49:41 -0700] rev 18298
Merge
Tue, 25 Jun 2013 09:25:16 +0200 8017480: Move copying of jfr files to closed makefile
erikj [Tue, 25 Jun 2013 09:25:16 +0200] rev 18297
8017480: Move copying of jfr files to closed makefile Reviewed-by: sla, tbell
Mon, 24 Jun 2013 14:28:20 -0700 Merge
lana [Mon, 24 Jun 2013 14:28:20 -0700] rev 18296
Merge
Wed, 19 Jun 2013 18:30:21 -0700 Merge
lana [Wed, 19 Jun 2013 18:30:21 -0700] rev 18295
Merge
Wed, 19 Jun 2013 17:41:12 -0700 7025238: HttpURLConnection does not handle URLs with an empty path component.
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
Wed, 19 Jun 2013 14:13:41 -0700 8016698: Cleanup overrides warning in sun/tools/ClassDeclaration.java
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
Wed, 19 Jun 2013 14:02:38 -0700 8016576: Overrides warnings in jdi and jconsole
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
Wed, 19 Jun 2013 13:00:53 -0700 8016592: Clean-up Javac Overrides Warnings In javax/management/NotificationBroadcasterSupport.java
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
Wed, 19 Jun 2013 17:32:08 +0100 Merge
chegar [Wed, 19 Jun 2013 17:32:08 +0100] rev 18290
Merge
Wed, 19 Jun 2013 15:58:21 +0100 8017057: More ProblemList.txt updates (6/2013)
chegar [Wed, 19 Jun 2013 15:58:21 +0100] rev 18289
8017057: More ProblemList.txt updates (6/2013) Reviewed-by: alanb
Wed, 19 Jun 2013 11:49:16 +0100 Merge
chegar [Wed, 19 Jun 2013 11:49:16 +0100] rev 18288
Merge
Wed, 19 Jun 2013 11:04:39 +0100 Merge
chegar [Wed, 19 Jun 2013 11:04:39 +0100] rev 18287
Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip