Fri, 02 Nov 2012 16:09:50 -0700 Merge
kamg [Fri, 02 Nov 2012 16:09:50 -0700] rev 14386
Merge
Thu, 11 Oct 2012 12:25:42 -0400 7200776: Implement default methods in interfaces
kamg [Thu, 11 Oct 2012 12:25:42 -0400] rev 14385
7200776: Implement default methods in interfaces Summary: Add generic type analysis and default method selection algorithms Reviewed-by: coleenp, acorn
Fri, 02 Nov 2012 13:30:47 -0700 8000489: older builds of hsdis don't work anymore after 6879063
minqi [Fri, 02 Nov 2012 13:30:47 -0700] rev 14384
8000489: older builds of hsdis don't work anymore after 6879063 Summary: The old function not defined properly, need a definition for export in dll. Also changes made to let new jvm work with old hsdis. Reviewed-by: jrose, sspitsyn, kmo Contributed-by: yumin.qi@oracle.com
Mon, 05 Nov 2012 19:33:44 -0500 8002034: Allow Full Debug Symbols when cross-compiling
dholmes [Mon, 05 Nov 2012 19:33:44 -0500] rev 14383
8002034: Allow Full Debug Symbols when cross-compiling 8001756: Hotspot makefiles report missing OBJCOPY command in the wrong circumstances Reviewed-by: dcubed, dsamersoff, erikj, collins
Fri, 02 Nov 2012 07:44:11 -0700 8002181: new hotspot build - hs25-b09
amurillo [Fri, 02 Nov 2012 07:44:11 -0700] rev 14382
8002181: new hotspot build - hs25-b09 Reviewed-by: jcoomes
Thu, 08 Nov 2012 11:51:00 -0800 Added tag jdk8-b64 for changeset 529fffb2ec02
katleman [Thu, 08 Nov 2012 11:51:00 -0800] rev 14381
Added tag jdk8-b64 for changeset 529fffb2ec02
Wed, 14 Nov 2012 12:28:00 -0800 Merge
katleman [Wed, 14 Nov 2012 12:28:00 -0800] rev 14380
Merge
Tue, 13 Nov 2012 15:54:33 -0800 8003274: build-infra: Makefile changes needed for sjavac
tbell [Tue, 13 Nov 2012 15:54:33 -0800] rev 14379
8003274: build-infra: Makefile changes needed for sjavac Summary: changes left in build-infra that are related to sjavac Reviewed-by: ohair, tbell Contributed-by: erik.joelsson@oracle.com, fredrik.ohrstrom@oracle.com
Mon, 12 Nov 2012 12:34:11 -0800 8002028: build-infra: need no-hotspot partial build
tbell [Mon, 12 Nov 2012 12:34:11 -0800] rev 14378
8002028: build-infra: need no-hotspot partial build Summary: Added configure option --with-import-hotspot=/path/to/j2sdkimage Reviewed-by: dholmes, tbell Contributed-by: erik.joelsson@oracle.com
Thu, 08 Nov 2012 12:24:35 +0100 8003161: small fixes to re-enable new build system
ohrstrom [Thu, 08 Nov 2012 12:24:35 +0100] rev 14377
8003161: small fixes to re-enable new build system Reviewed-by: dholmes, alanb, erikj
Thu, 08 Nov 2012 11:50:40 -0800 Added tag jdk8-b64 for changeset 2ed7c69fba51
katleman [Thu, 08 Nov 2012 11:50:40 -0800] rev 14376
Added tag jdk8-b64 for changeset 2ed7c69fba51
Wed, 05 Jul 2017 18:29:06 +0200 Added tag jdk8-b64 for changeset 70fa4b11f265
duke [Wed, 05 Jul 2017 18:29:06 +0200] rev 14375
Added tag jdk8-b64 for changeset 70fa4b11f265
Wed, 05 Jul 2017 18:29:05 +0200 Merge jdk8-b64
duke [Wed, 05 Jul 2017 18:29:05 +0200] rev 14374
Merge
Wed, 05 Jul 2017 18:29:01 +0200 Merge
duke [Wed, 05 Jul 2017 18:29:01 +0200] rev 14373
Merge
Fri, 02 Nov 2012 17:55:34 -0700 Merge
lana [Fri, 02 Nov 2012 17:55:34 -0700] rev 14372
Merge
Fri, 02 Nov 2012 14:35:57 -0700 7169362: JDK8: Write compiler tests for repeating annotations for JDK8
jjg [Fri, 02 Nov 2012 14:35:57 -0700] rev 14371
7169362: JDK8: Write compiler tests for repeating annotations for JDK8 Reviewed-by: darcy, jjg Contributed-by: sonali.goel@oracle.com
Thu, 01 Nov 2012 12:47:11 +0000 8000483: cryptic error message when source file contains hash
vromero [Thu, 01 Nov 2012 12:47:11 +0000] rev 14370
8000483: cryptic error message when source file contains hash Summary: cryptic error message when source file contains hash Reviewed-by: jjg, mcimadamore Contributed-by: vicente.romero@oracle.com
Thu, 01 Nov 2012 10:48:36 +0100 7153951: Add new lint option -Xlint:auxiliaryclass
ohrstrom [Thu, 01 Nov 2012 10:48:36 +0100] rev 14369
7153951: Add new lint option -Xlint:auxiliaryclass Reviewed-by: jjg, mcimadamore, forax
Wed, 31 Oct 2012 13:48:15 -0700 8001664: refactor javadoc to use abstraction to handle files
jjg [Wed, 31 Oct 2012 13:48:15 -0700] rev 14368
8001664: refactor javadoc to use abstraction to handle files Reviewed-by: darcy
Wed, 31 Oct 2012 08:31:40 -0700 Merge
lana [Wed, 31 Oct 2012 08:31:40 -0700] rev 14367
Merge
Tue, 30 Oct 2012 10:15:19 -0700 8001929: fix doclint errors in langtools doc comments
jjg [Tue, 30 Oct 2012 10:15:19 -0700] rev 14366
8001929: fix doclint errors in langtools doc comments Reviewed-by: darcy
Mon, 29 Oct 2012 10:39:49 -0700 8000694: Add generation of lambda implementation code: invokedynamic call, lambda method, adaptor methods
rfield [Mon, 29 Oct 2012 10:39:49 -0700] rev 14365
8000694: Add generation of lambda implementation code: invokedynamic call, lambda method, adaptor methods Summary: Add lambda implementation code with calling/supporting code elsewhere in the compiler Reviewed-by: mcimadamore, jjg
Fri, 26 Oct 2012 18:40:13 -0700 8001717: TypeTags cleanup breaks GenStubs
jjg [Fri, 26 Oct 2012 18:40:13 -0700] rev 14364
8001717: TypeTags cleanup breaks GenStubs Reviewed-by: jjh
Fri, 26 Oct 2012 17:17:33 -0700 8001714: add missing tests for 7199925
jjg [Fri, 26 Oct 2012 17:17:33 -0700] rev 14363
8001714: add missing tests for 7199925 Reviewed-by: darcy
Fri, 26 Oct 2012 16:40:57 -0700 8001229: refactor javac so that ct.sym is just used for javac, not all clients of JavacFileManager
jjg [Fri, 26 Oct 2012 16:40:57 -0700] rev 14362
8001229: refactor javac so that ct.sym is just used for javac, not all clients of JavacFileManager Reviewed-by: mcimadamore
Fri, 26 Oct 2012 13:10:56 -0700 8001219: Clean up use of URLs in javadoc Extern class
jjg [Fri, 26 Oct 2012 13:10:56 -0700] rev 14361
8001219: Clean up use of URLs in javadoc Extern class Reviewed-by: darcy
Thu, 25 Oct 2012 13:33:27 -0700 6725230: Java Compilation with Jsr199 ignores Class-Path in manifest
jjg [Thu, 25 Oct 2012 13:33:27 -0700] rev 14360
6725230: Java Compilation with Jsr199 ignores Class-Path in manifest Reviewed-by: jjg, mcimadamore Contributed-by: vicente.romero@oracle.com
Thu, 25 Oct 2012 11:09:36 -0700 7200915: convert TypeTags from a series of small ints to an enum
jjg [Thu, 25 Oct 2012 11:09:36 -0700] rev 14359
7200915: convert TypeTags from a series of small ints to an enum Reviewed-by: jjg, mcimadamore Contributed-by: vicente.romero@oracle.com
Tue, 23 Oct 2012 13:58:56 -0700 8000416: refactor javadoc to provide and use an abstraction for relative URIs
jjg [Tue, 23 Oct 2012 13:58:56 -0700] rev 14358
8000416: refactor javadoc to provide and use an abstraction for relative URIs Reviewed-by: darcy
Tue, 23 Oct 2012 13:20:37 -0700 8000741: refactor javadoc to use abstraction to handle relative paths
jjg [Tue, 23 Oct 2012 13:20:37 -0700] rev 14357
8000741: refactor javadoc to use abstraction to handle relative paths Reviewed-by: darcy
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip