Fri, 24 Jul 2015 18:57:04 +0200 8132335: jimage tool extract and recreate options are not consistent
jfdenise [Fri, 24 Jul 2015 18:57:04 +0200] rev 31872
8132335: jimage tool extract and recreate options are not consistent Summary: Incorrect fileName formatting. Replaced with getFileName() + removal of .jimage extension. Reviewed-by: jlaskey
Thu, 30 Jul 2015 11:15:38 -0700 Added tag jdk9-b75 for changeset cab0727bdb53
katleman [Thu, 30 Jul 2015 11:15:38 -0700] rev 31871
Added tag jdk9-b75 for changeset cab0727bdb53
Wed, 05 Jul 2017 20:43:37 +0200 Merge
duke [Wed, 05 Jul 2017 20:43:37 +0200] rev 31870
Merge
Thu, 30 Jul 2015 15:23:25 -0700 Merge
lana [Thu, 30 Jul 2015 15:23:25 -0700] rev 31869
Merge
Fri, 24 Jul 2015 00:54:05 -0700 Merge
amurillo [Fri, 24 Jul 2015 00:54:05 -0700] rev 31868
Merge
Thu, 23 Jul 2015 19:11:28 +0200 Merge
roland [Thu, 23 Jul 2015 19:11:28 +0200] rev 31867
Merge
Wed, 22 Jul 2015 20:23:53 +0300 8131675: EA fails with assert(false) failed: not unsafe or G1 barrier raw StoreP
vlivanov [Wed, 22 Jul 2015 20:23:53 +0300] rev 31866
8131675: EA fails with assert(false) failed: not unsafe or G1 barrier raw StoreP Reviewed-by: roland
Fri, 17 Jul 2015 14:51:28 -0700 Merge
kvn [Fri, 17 Jul 2015 14:51:28 -0700] rev 31865
Merge
Thu, 16 Jul 2015 14:18:13 +0200 8131676: Fix warning 'negative int converted to unsigned' after 8085932.
goetz [Thu, 16 Jul 2015 14:18:13 +0200] rev 31864
8131676: Fix warning 'negative int converted to unsigned' after 8085932. Summary: Also fix 64-bit constant added in 8076276. Reviewed-by: kvn
Thu, 16 Jul 2015 14:16:44 +0000 8131483: aarch64: illegal stlxr instructions
enevill [Thu, 16 Jul 2015 14:16:44 +0000] rev 31863
8131483: aarch64: illegal stlxr instructions Summary: Do not generate stlxX with Ws == Xn Reviewed-by: kvn, aph
Thu, 16 Jul 2015 15:02:12 +0200 8131326: Enable CheckIntrinsics in all types of builds
zmajo [Thu, 16 Jul 2015 15:02:12 +0200] rev 31862
8131326: Enable CheckIntrinsics in all types of builds Summary: Enable CheckIntrinsics flag in all builds; make check for orphan methods available only in debug builds. Reviewed-by: kvn
Mon, 13 Jul 2015 09:44:38 +0200 8131048: ppc: implement CRC32 intrinsic
goetz [Mon, 13 Jul 2015 09:44:38 +0200] rev 31861
8131048: ppc: implement CRC32 intrinsic Reviewed-by: kvn, simonis Contributed-by: lutz.schmidt@sap.com
Wed, 15 Jul 2015 16:05:53 +0000 8131358: aarch64: test compiler/loopopts/superword/ProdRed_Float.java fails when run with debug VM
enevill [Wed, 15 Jul 2015 16:05:53 +0000] rev 31860
8131358: aarch64: test compiler/loopopts/superword/ProdRed_Float.java fails when run with debug VM Summary: fix typo in match rule in vsub2f Reviewed-by: kvn, aph
Tue, 14 Jul 2015 18:58:38 +0200 Merge
kvn [Tue, 14 Jul 2015 18:58:38 +0200] rev 31859
Merge
Tue, 14 Jul 2015 09:55:22 -0700 8085932: Fixing bugs in detecting memory alignments in SuperWord
kvn [Tue, 14 Jul 2015 09:55:22 -0700] rev 31858
8085932: Fixing bugs in detecting memory alignments in SuperWord Reviewed-by: kvn Contributed-by: jan.civlin@intel.com
Tue, 14 Jul 2015 06:44:50 -0700 8078629: VM should constant fold Unsafe.get*() loads from final fields
vlivanov [Tue, 14 Jul 2015 06:44:50 -0700] rev 31857
8078629: VM should constant fold Unsafe.get*() loads from final fields Reviewed-by: kvn, jrose, psandoz
Tue, 21 Jul 2015 07:28:37 -0700 8075171: Contended Locking fast notify bucket
dcubed [Tue, 21 Jul 2015 07:28:37 -0700] rev 31856
8075171: Contended Locking fast notify bucket Summary: JEP-143/JDK-8073165 Contended Locking fast notify bucket Reviewed-by: dholmes, acorn, dice, dcubed Contributed-by: dave.dice@oracle.com, karen.kinnear@oracle.com, daniel.daugherty@oracle.com
Sat, 18 Jul 2015 04:53:32 +0200 Merge
coleenp [Sat, 18 Jul 2015 04:53:32 +0200] rev 31855
Merge
Sat, 18 Jul 2015 01:55:38 +0200 Merge
coleenp [Sat, 18 Jul 2015 01:55:38 +0200] rev 31854
Merge
Fri, 17 Jul 2015 19:40:21 -0400 8079301: Some command line options not settable via JAVA_TOOL_OPTIONS
jmanson [Fri, 17 Jul 2015 19:40:21 -0400] rev 31853
8079301: Some command line options not settable via JAVA_TOOL_OPTIONS Summary: Ensures special-cased command line options are settable via _JAVA_OPTIONS and JAVA_TOOL_OPTIONS. Reviewed-by: coleenp, ddmitriev
Fri, 17 Jul 2015 15:01:09 -0700 Merge
dcubed [Fri, 17 Jul 2015 15:01:09 -0700] rev 31852
Merge
Fri, 17 Jul 2015 12:07:49 -0700 8079825: Uninitialised variable in hotspot/src/share/vm & cpu/x86/vm (runtime)
ccheung [Fri, 17 Jul 2015 12:07:49 -0700] rev 31851
8079825: Uninitialised variable in hotspot/src/share/vm & cpu/x86/vm (runtime) Summary: initialized local variables in classFileParser.cpp and rframe.cpp Reviewed-by: dholmes, minqi
Thu, 16 Jul 2015 15:01:12 +0200 8131054: aix: fix two minor issues: large page size and hs_err printing.
goetz [Thu, 16 Jul 2015 15:01:12 +0200] rev 31850
8131054: aix: fix two minor issues: large page size and hs_err printing. Reviewed-by: coleenp
Thu, 16 Jul 2015 11:55:21 +0200 8131344: Missing klass.inline.hpp include in compiler files
tschatzl [Thu, 16 Jul 2015 11:55:21 +0200] rev 31849
8131344: Missing klass.inline.hpp include in compiler files Reviewed-by: kvn
Thu, 16 Jul 2015 11:54:37 +0200 8131166: Remove additional whitespace in G1Allocator
tschatzl [Thu, 16 Jul 2015 11:54:37 +0200] rev 31848
8131166: Remove additional whitespace in G1Allocator Reviewed-by: jmasa, tbenson
Thu, 30 Jul 2015 11:15:36 -0700 Added tag jdk9-b75 for changeset 92bf039d8d46
katleman [Thu, 30 Jul 2015 11:15:36 -0700] rev 31847
Added tag jdk9-b75 for changeset 92bf039d8d46
Thu, 30 Jul 2015 15:21:34 -0700 Merge
lana [Thu, 30 Jul 2015 15:21:34 -0700] rev 31846
Merge
Fri, 24 Jul 2015 08:37:42 +0200 8086737: Add support for -release to Javadoc
jlahoda [Fri, 24 Jul 2015 08:37:42 +0200] rev 31845
8086737: Add support for -release to Javadoc Summary: Exporting com.sun.tools.javac.platform to jdk.javadoc. Reviewed-by: jjg, ksrini, alanb
Thu, 30 Jul 2015 11:15:34 -0700 Added tag jdk9-b75 for changeset 357a9a8ff41b
katleman [Thu, 30 Jul 2015 11:15:34 -0700] rev 31844
Added tag jdk9-b75 for changeset 357a9a8ff41b
Wed, 05 Jul 2017 20:43:22 +0200 Added tag jdk9-b75 for changeset f55df5cfe11c
duke [Wed, 05 Jul 2017 20:43:22 +0200] rev 31843
Added tag jdk9-b75 for changeset f55df5cfe11c
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip