Wed, 05 Jul 2017 18:26:35 +0200 Merge
duke [Wed, 05 Jul 2017 18:26:35 +0200] rev 14097
Merge
Wed, 24 Oct 2012 13:11:45 -0700 Merge
katleman [Wed, 24 Oct 2012 13:11:45 -0700] rev 14096
Merge
Tue, 23 Oct 2012 10:10:39 -0700 7152336: Enable builds on Windows with MinGW/MSYS
tbell [Tue, 23 Oct 2012 10:10:39 -0700] rev 14095
7152336: Enable builds on Windows with MinGW/MSYS Summary: Minimal makefile changes to enable building OpenJDK using MSYS on Windows7 Reviewed-by: ohair, tbell Contributed-by: volker.simonis@gmail.com
Thu, 18 Oct 2012 11:07:46 -0700 Added tag jdk8-b61 for changeset e4251351a6dd
katleman [Thu, 18 Oct 2012 11:07:46 -0700] rev 14094
Added tag jdk8-b61 for changeset e4251351a6dd
Wed, 05 Jul 2017 18:26:30 +0200 Merge
duke [Wed, 05 Jul 2017 18:26:30 +0200] rev 14093
Merge
Wed, 24 Oct 2012 13:14:18 -0700 Merge
katleman [Wed, 24 Oct 2012 13:14:18 -0700] rev 14092
Merge
Tue, 23 Oct 2012 10:10:23 -0700 7152336: Enable builds on Windows with MinGW/MSYS
tbell [Tue, 23 Oct 2012 10:10:23 -0700] rev 14091
7152336: Enable builds on Windows with MinGW/MSYS Summary: Minimal makefile changes to enable building OpenJDK using MSYS on Windows7 Reviewed-by: ohair, tbell Contributed-by: volker.simonis@gmail.com
Mon, 22 Oct 2012 20:12:19 -0400 8001225: Disable jdk regression test java/lang/System/Versions.java until jdk's classfile version code is updated
kamg [Mon, 22 Oct 2012 20:12:19 -0400] rev 14090
8001225: Disable jdk regression test java/lang/System/Versions.java until jdk's classfile version code is updated Summary: Exclude java/lang/System/Versions.java test Reviewed-by: sspitsyn, coleenp
Fri, 19 Oct 2012 17:04:35 -0700 8000989: smaller code changes to make future JSR 292 backports easier
twisti [Fri, 19 Oct 2012 17:04:35 -0700] rev 14089
8000989: smaller code changes to make future JSR 292 backports easier Reviewed-by: jrose
Thu, 18 Oct 2012 11:09:00 -0700 Added tag jdk8-b61 for changeset 1a8b3b760f60
katleman [Thu, 18 Oct 2012 11:09:00 -0700] rev 14088
Added tag jdk8-b61 for changeset 1a8b3b760f60
Wed, 05 Jul 2017 18:26:26 +0200 Merge
duke [Wed, 05 Jul 2017 18:26:26 +0200] rev 14087
Merge
Fri, 19 Oct 2012 11:03:04 -0700 Added tag hs25-b06 for changeset 57dfd29e4742
amurillo [Fri, 19 Oct 2012 11:03:04 -0700] rev 14086
Added tag hs25-b06 for changeset 57dfd29e4742
Fri, 19 Oct 2012 11:03:04 -0700 Merge
amurillo [Fri, 19 Oct 2012 11:03:04 -0700] rev 14085
Merge
Thu, 18 Oct 2012 12:29:56 -0400 Merge
coleenp [Thu, 18 Oct 2012 12:29:56 -0400] rev 14084
Merge
Wed, 17 Oct 2012 17:36:48 +0200 8000617: It should be possible to allocate memory without the VM dying.
nloodin [Wed, 17 Oct 2012 17:36:48 +0200] rev 14083
8000617: It should be possible to allocate memory without the VM dying. Reviewed-by: coleenp, kamg
Tue, 28 Aug 2012 15:15:29 +0200 7093328: JVMTI: jvmtiPrimitiveFieldCallback always report 0's for static primitives
rbackman [Tue, 28 Aug 2012 15:15:29 +0200] rev 14082
7093328: JVMTI: jvmtiPrimitiveFieldCallback always report 0's for static primitives Reviewed-by: dholmes, dcubed
Mon, 15 Oct 2012 22:33:19 -0400 Merge
coleenp [Mon, 15 Oct 2012 22:33:19 -0400] rev 14081
Merge
Mon, 15 Oct 2012 16:48:48 +0100 7195151: Multiplatform tescase for 6929067
kevinw [Mon, 15 Oct 2012 16:48:48 +0100] rev 14080
7195151: Multiplatform tescase for 6929067 Reviewed-by: kamg, kvn
Thu, 11 Oct 2012 14:27:54 -0400 7054345: Support version 52.0 class file in HotSpot
kamg [Thu, 11 Oct 2012 14:27:54 -0400] rev 14079
7054345: Support version 52.0 class file in HotSpot Summary: Accept classfiles with major version 52 Reviewed-by: coleenp, acorn
Wed, 10 Oct 2012 17:04:33 -0400 7199068: NPG: SharedSkipVerify is meaningless
coleenp [Wed, 10 Oct 2012 17:04:33 -0400] rev 14078
7199068: NPG: SharedSkipVerify is meaningless Summary: Remove the SharedSkipVerify flag Reviewed-by: kamg, sspitsyn, coleenp Contributed-by: harold.seigel@oracle.com
Wed, 17 Oct 2012 13:59:57 -0700 Merge
jmasa [Wed, 17 Oct 2012 13:59:57 -0700] rev 14077
Merge
Mon, 15 Oct 2012 10:02:42 -0700 8000831: Heap verification output incorrect/incomplete
johnc [Mon, 15 Oct 2012 10:02:42 -0700] rev 14076
8000831: Heap verification output incorrect/incomplete Summary: Restore non-silent output of heap verification. Reviewed-by: ysr, brutisso, jmasa
Tue, 09 Oct 2012 22:12:25 +0200 8000659: NPG: ClassCastExceptions are unexpectedly thrown when testing nashorn
stefank [Tue, 09 Oct 2012 22:12:25 +0200] rev 14075
8000659: NPG: ClassCastExceptions are unexpectedly thrown when testing nashorn Summary: Treat the oops in invoke_method_table() as strong roots when ClassUnloading is enabled. Reviewed-by: kamg, coleenp
Mon, 08 Oct 2012 09:12:31 -0700 8000358: G1: metaspace information not printed in PrintHeapAtGC output nor in hs_err file
johnc [Mon, 08 Oct 2012 09:12:31 -0700] rev 14074
8000358: G1: metaspace information not printed in PrintHeapAtGC output nor in hs_err file Summary: Missing call to MetaspaceAux::print_on() in G1CollectedHeap::print_on(). Reviewed-by: azeemj, jmasa Contributed-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Sat, 06 Oct 2012 01:17:44 -0700 7127708: G1: change task num types from int to uint in concurrent mark
johnc [Sat, 06 Oct 2012 01:17:44 -0700] rev 14073
7127708: G1: change task num types from int to uint in concurrent mark Summary: Change the type of various task num fields, parameters etc to unsigned and rename them to be more consistent with the other collectors. Code changes were also reviewed by Vitaly Davidovich. Reviewed-by: johnc Contributed-by: Kaushik Srenevasan <kaushik@twitter.com>
Fri, 12 Oct 2012 14:06:27 -0700 8000834: new hotspot build - hs25-b06
amurillo [Fri, 12 Oct 2012 14:06:27 -0700] rev 14072
8000834: new hotspot build - hs25-b06 Reviewed-by: jcoomes
Thu, 18 Oct 2012 11:08:05 -0700 Added tag jdk8-b61 for changeset 929432f0c3b6
katleman [Thu, 18 Oct 2012 11:08:05 -0700] rev 14071
Added tag jdk8-b61 for changeset 929432f0c3b6
Wed, 24 Oct 2012 13:11:42 -0700 Merge
katleman [Wed, 24 Oct 2012 13:11:42 -0700] rev 14070
Merge
Tue, 23 Oct 2012 10:10:49 -0700 7152336: Enable builds on Windows with MinGW/MSYS
tbell [Tue, 23 Oct 2012 10:10:49 -0700] rev 14069
7152336: Enable builds on Windows with MinGW/MSYS Summary: Minimal makefile changes to enable building OpenJDK using MSYS on Windows7 Reviewed-by: ohair, tbell Contributed-by: volker.simonis@gmail.com
Thu, 18 Oct 2012 11:07:40 -0700 Added tag jdk8-b61 for changeset 0623a2cf29df
katleman [Thu, 18 Oct 2012 11:07:40 -0700] rev 14068
Added tag jdk8-b61 for changeset 0623a2cf29df
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip