coleenp [Sat, 18 Jul 2015 01:55:38 +0200] rev 31854
Merge
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
dcubed [Fri, 17 Jul 2015 15:01:09 -0700] rev 31852
Merge
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
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
tschatzl [Thu, 16 Jul 2015 11:55:21 +0200] rev 31849
8131344: Missing klass.inline.hpp include in compiler files
Reviewed-by: kvn
tschatzl [Thu, 16 Jul 2015 11:54:37 +0200] rev 31848
8131166: Remove additional whitespace in G1Allocator
Reviewed-by: jmasa, tbenson
katleman [Thu, 30 Jul 2015 11:15:36 -0700] rev 31847
Added tag jdk9-b75 for changeset 92bf039d8d46
lana [Thu, 30 Jul 2015 15:21:34 -0700] rev 31846
Merge
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
katleman [Thu, 30 Jul 2015 11:15:34 -0700] rev 31844
Added tag jdk9-b75 for changeset 357a9a8ff41b
duke [Wed, 05 Jul 2017 20:43:22 +0200] rev 31843
Added tag jdk9-b75 for changeset f55df5cfe11c
duke [Wed, 05 Jul 2017 20:43:22 +0200] rev 31842
Merge
duke [Wed, 05 Jul 2017 20:43:19 +0200] rev 31841
Merge
lana [Thu, 23 Jul 2015 15:27:45 -0700] rev 31840
Merge
mcimadamore [Fri, 17 Jul 2015 12:46:07 +0100] rev 31839
8130304: Inference: NodeNotFoundException thrown with deep generic method call chain
Summary: Bug in Tarjan implementation is generating node ids which can overflow 32 bits
Reviewed-by: vromero