Mon, 05 Nov 2012 12:51:14 -0500 7197210: java/lang/invoke/CallSiteTest.java failing on armsflt.
jiangli [Mon, 05 Nov 2012 12:51:14 -0500] rev 14408
7197210: java/lang/invoke/CallSiteTest.java failing on armsflt. Summary: Reduce work load and set longer timeout for java/lang/invoke tests. Reviewed-by: kvn, twisti
Mon, 05 Nov 2012 15:00:55 -0800 7050936: (pack200) Support version 52.0 class files in langtools
ksrini [Mon, 05 Nov 2012 15:00:55 -0800] rev 14407
7050936: (pack200) Support version 52.0 class files in langtools Reviewed-by: dholmes
Mon, 05 Nov 2012 14:53:05 -0800 8001191: use -source 8 -target 8 when compiling the JDK
ksrini [Mon, 05 Nov 2012 14:53:05 -0800] rev 14406
8001191: use -source 8 -target 8 when compiling the JDK Reviewed-by: chegar, dholmes, erikj, jgish
Mon, 05 Nov 2012 20:18:05 +0000 6383200: PBE: need new algorithm support in password based encryption
vinnie [Mon, 05 Nov 2012 20:18:05 +0000] rev 14405
6383200: PBE: need new algorithm support in password based encryption Reviewed-by: valeriep
Mon, 05 Nov 2012 12:08:04 -0500 Merge
mullan [Mon, 05 Nov 2012 12:08:04 -0500] rev 14404
Merge
Mon, 05 Nov 2012 10:33:18 -0500 Merge
mullan [Mon, 05 Nov 2012 10:33:18 -0500] rev 14403
Merge
Mon, 05 Nov 2012 10:30:49 -0500 7171570: JEP 124 Potential API Changes
mullan [Mon, 05 Nov 2012 10:30:49 -0500] rev 14402
7171570: JEP 124 Potential API Changes Reviewed-by: vinnie, xuelei
Sun, 04 Nov 2012 14:07:35 +0000 8000330: (fc) FileChannel.truncate issues when given size > file size
alanb [Sun, 04 Nov 2012 14:07:35 +0000] rev 14401
8000330: (fc) FileChannel.truncate issues when given size > file size 8002180: (fc) FileChannel.map does not throw NPE if MapMode specified as null Reviewed-by: chegar
Thu, 08 Nov 2012 11:52:26 -0800 Added tag jdk8-b64 for changeset 1cb211602711
katleman [Thu, 08 Nov 2012 11:52:26 -0800] rev 14400
Added tag jdk8-b64 for changeset 1cb211602711
Wed, 05 Jul 2017 18:29:23 +0200 Merge
duke [Wed, 05 Jul 2017 18:29:23 +0200] rev 14399
Merge
Fri, 09 Nov 2012 08:20:04 -0800 Added tag hs25-b09 for changeset f2d39eb04e60
amurillo [Fri, 09 Nov 2012 08:20:04 -0800] rev 14398
Added tag hs25-b09 for changeset f2d39eb04e60
Fri, 09 Nov 2012 08:20:03 -0800 Merge
amurillo [Fri, 09 Nov 2012 08:20:03 -0800] rev 14397
Merge
Thu, 08 Nov 2012 22:39:08 +0100 Merge
neliasso [Thu, 08 Nov 2012 22:39:08 +0100] rev 14396
Merge
Tue, 06 Nov 2012 15:16:32 -0800 8002069: Assert failed in C2: assert(field->edge_count() > 0) failed: sanity
kvn [Tue, 06 Nov 2012 15:16:32 -0800] rev 14395
8002069: Assert failed in C2: assert(field->edge_count() > 0) failed: sanity Summary: Added missed type check of initializing store in ConnectionGraph::find_init_values(). Reviewed-by: roland, twisti, vlivanov
Tue, 06 Nov 2012 09:22:55 -0800 8002294: assert(VM_Version::supports_ssse3()) failed
kvn [Tue, 06 Nov 2012 09:22:55 -0800] rev 14394
8002294: assert(VM_Version::supports_ssse3()) failed Summary: Add missing UseSSE check for AES intrinsics. Reviewed-by: roland, twisti
Fri, 02 Nov 2012 12:30:46 -0700 8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common
twisti [Fri, 02 Nov 2012 12:30:46 -0700] rev 14393
8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common Reviewed-by: twisti Contributed-by: Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
Wed, 07 Nov 2012 16:09:20 -0800 Merge
coleenp [Wed, 07 Nov 2012 16:09:20 -0800] rev 14392
Merge
Tue, 06 Nov 2012 15:09:37 -0500 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
coleenp [Tue, 06 Nov 2012 15:09:37 -0500] rev 14391
8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass Summary: Change types of above methods and field to InstanceKlass and remove unneeded casts from the source files. Reviewed-by: dholmes, coleenp, zgu Contributed-by: harold.seigel@oracle.com
Thu, 04 Oct 2012 14:55:57 +0200 7127792: Add the ability to change an existing PeriodicTask's execution interval
rbackman [Thu, 04 Oct 2012 14:55:57 +0200] rev 14390
7127792: Add the ability to change an existing PeriodicTask's execution interval Summary: Enables dynamic enrollment / disenrollment from the PeriodicTasks in WatcherThread. Reviewed-by: dholmes, mgronlun
Mon, 05 Nov 2012 13:55:31 -0800 Merge
zgu [Mon, 05 Nov 2012 13:55:31 -0800] rev 14389
Merge
Mon, 05 Nov 2012 15:30:22 -0500 8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp
zgu [Mon, 05 Nov 2012 15:30:22 -0500] rev 14388
8001591: NMT: assertion failed: assert(rec->addr() + rec->size() <= cur->base()) failed: Can not overlap in memSnapshot.cpp Summary: NMT should allow overlapping committed regions as long as they belong to the same reserved region Reviewed-by: dholmes, coleenp
Fri, 02 Nov 2012 17:18:16 -0700 Merge
kamg [Fri, 02 Nov 2012 17:18:16 -0700] rev 14387
Merge
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
(0) -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip