anoll [Wed, 05 Mar 2014 10:20:30 +0100] rev 23199
8036091: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
Summary: Start test with -XX:-TieredCompilation so that one compiler thread works
Reviewed-by: kvn, twisti
anoll [Tue, 04 Mar 2014 21:15:33 -0800] rev 23198
Merge
anoll [Wed, 05 Mar 2014 06:08:19 +0100] rev 23197
8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation'
Summary: Add -XX:+IgnoreUnrecognizedVMOptions to @main/othervm to make the test pass on Client VM
Reviewed-by: kvn, roland
neugens [Tue, 04 Mar 2014 18:52:06 -0800] rev 23196
8036619: Shark: add LLVM 3.4 support
Reviewed-by: twisti
simonis [Tue, 04 Mar 2014 17:14:00 +0100] rev 23195
8036614: AIX: fix adjust-mflags.sh to build with GNU Make 4.0 (adapt 8028407 for AIX)
Reviewed-by: kvn
vlivanov [Tue, 04 Mar 2014 02:33:10 -0800] rev 23194
8036100: Default method returns true for a while, and then returns false
Reviewed-by: kvn, jrose
vlivanov [Tue, 04 Mar 2014 02:23:16 -0800] rev 23193
8025842: Convert warning("Thread holding lock at safepoint that vm can block on") to fatal(...)
Reviewed-by: iveresov, roland, coleenp
vlivanov [Tue, 04 Mar 2014 02:20:41 -0800] rev 23192
8035828: Turn on @Stable support in VM
Reviewed-by: jrose, twisti
vlivanov [Tue, 04 Mar 2014 02:19:04 -0800] rev 23191
8035887: VM crashes trying to force inlining the recursive call
Reviewed-by: kvn, twisti
shade [Mon, 03 Mar 2014 15:31:27 +0400] rev 23190
8031818: Experimental VM flag for enforcing safe object construction
Summary: -XX:+AlwaysSafeConstructors to unconditionally emit the trailing constructor barrier.
Reviewed-by: kvn, roland
shade [Mon, 03 Mar 2014 15:54:45 +0400] rev 23189
8033380: Experimental VM flag to enforce access atomicity
Summary: -XX:+AlwaysAtomicAccesses to unconditionally enforce the access atomicity.
Reviewed-by: roland, kvn, iveresov
neliasso [Tue, 28 Jan 2014 15:05:46 +0100] rev 23188
8007270: Make IsMethodCompilable test work with tiered
Summary: Only c2 compiles counts toward cutoff
Reviewed-by: kvn, roland
anoll [Mon, 03 Mar 2014 08:04:14 +0100] rev 23187
8035946: Use ResourceHashtable for dependency checking
Summary: Use ResourceHashtable for dependency checking and delete GenericHashtable
Reviewed-by: kvn, coleenp
mseledtsov [Wed, 05 Mar 2014 12:31:09 -0500] rev 23186
8033990: Add message to verbose output to indicate when JVM was unable to use shared archive (with -Xshare:auto)
Summary: Added message to indicate when sharing was attempted but failed
Reviewed-by: coleenp, ctornqvi
goetz [Mon, 03 Mar 2014 11:54:35 +0100] rev 23185
8036122: Fix warning 'format not a string literal'
Reviewed-by: mduigou, kvn
coleenp [Tue, 04 Mar 2014 09:57:16 -0500] rev 23184
8036547: test/runtime/CompressedOops/CompressedClassPointers.java fails with product build since -XX:+PrintMiscellaneous is a debug only flag
Summary: Use PrintCompressedOopsMode and these other flags that match printing compressed oop information
Reviewed-by: ctornqvi, sla
amurillo [Tue, 11 Mar 2014 16:49:35 -0700] rev 23183
Merge
coleenp [Mon, 03 Mar 2014 13:58:52 -0500] rev 23182
8035735: Metaspace::contains become extremely slow in some cases
Summary: Call is_metadata instead which does less work for the call in debugInfo.hpp which is called for all compiled code stack frames.
Reviewed-by: jmasa, dcubed
dsamersoff [Sat, 01 Mar 2014 09:56:15 -0800] rev 23181
8036102: part of the fix for 6498581 lost in mismerge
Summary: Restore code lost in mis-merge
Reviewed-by: dcubed
sspitsyn [Sat, 01 Mar 2014 08:05:55 -0800] rev 23180
6471769: Error: assert(_cur_stack_depth == count_frames(),"cur_stack_depth out of sync")
Summary: It is more safe to get/update data for suspended threads at a safepoint
Reviewed-by: dcubed, twisti, dholmes
Contributed-by: serguei.spitsyn@oracle.com
dsamersoff [Sat, 01 Mar 2014 01:36:48 -0800] rev 23179
Merge
igerasim [Fri, 28 Feb 2014 16:00:40 +0400] rev 23178
8035893: JVM_GetVersionInfo fails to zero structure
Reviewed-by: sla, zgu
sla [Fri, 28 Feb 2014 14:30:25 +0400] rev 23177
8036010: hs: Some jtreg tests use hard coded ports
Summary: bind to an ephemeral port
Reviewed-by: jbachorik, sla
minqi [Wed, 26 Feb 2014 15:20:41 -0800] rev 23176
6498581: ThreadInterruptTest3 produces wrong output on Windows
Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set.
Reviewed-by: acorn, kvn
Contributed-by: david.holmes@oracle.com, yumin.qi@oracle.com
sla [Wed, 26 Feb 2014 15:47:44 +0100] rev 23175
8035150: ShouldNotReachHere() in ConstantPool::copy_entry_to
Reviewed-by: dcubed, mgronlun
katleman [Thu, 20 Mar 2014 13:44:05 -0700] rev 23174
Added tag jdk9-b05 for changeset 911cca83c115
lana [Tue, 25 Mar 2014 12:31:39 -0700] rev 23173
Merge
lana [Tue, 18 Mar 2014 17:45:41 -0700] rev 23172
Merge
erikj [Fri, 14 Mar 2014 13:16:46 +0100] rev 23171
8010767: Build fails on OEL6 with 16 cores
Reviewed-by: tbell, ihse
erikj [Fri, 14 Mar 2014 12:31:08 +0100] rev 23170
8037281: Improve CacheFind and enable on all platforms
Reviewed-by: tbell, ihse
erikj [Thu, 13 Mar 2014 17:18:11 +0100] rev 23169
8037238: JDK 9 images don't rebuild when access bridge jars rebuild
Reviewed-by: tbell
erikj [Tue, 11 Mar 2014 12:04:50 +0100] rev 23168
8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
Reviewed-by: ihse
erikj [Tue, 11 Mar 2014 12:04:27 +0100] rev 23167
8036965: 9-dev solaris builds failed: sort: can't read STDIN: Illegal byte sequence
Reviewed-by: henryjen, tbell, ihse
prr [Fri, 07 Mar 2014 10:48:18 -0800] rev 23166
Merge
prr [Thu, 27 Feb 2014 10:35:05 -0800] rev 23165
Merge
prr [Thu, 20 Feb 2014 16:10:56 -0800] rev 23164
Merge
omajid [Thu, 20 Feb 2014 10:07:46 -0500] rev 23163
8035341: Allow using a system installed libpng
Reviewed-by: andrew, erikj, ihse, serb
erikj [Fri, 07 Mar 2014 14:56:08 +0100] rev 23162
8036611: Cleanup of handling of properties and other java resources in the build
Reviewed-by: tbell, ihse
henryjen [Tue, 25 Feb 2014 23:38:52 -0800] rev 23161
8019470: Changes needed to compile JDK 8 on MacOS with clang compiler
Reviewed-by: erikj, ihse
katleman [Thu, 20 Mar 2014 13:43:52 -0700] rev 23160
Added tag jdk9-b05 for changeset 2d573a30fd59
duke [Wed, 05 Jul 2017 19:32:44 +0200] rev 23159
Added tag jdk9-b05 for changeset dd311791ad68
duke [Wed, 05 Jul 2017 19:32:44 +0200] rev 23158
Merge
duke [Wed, 05 Jul 2017 19:32:41 +0200] rev 23157
Merge
katleman [Tue, 11 Mar 2014 15:42:05 -0700] rev 23156
Added tag jdk9-b04 for changeset 612191246a7d
duke [Wed, 05 Jul 2017 19:32:38 +0200] rev 23155
Merge
katleman [Tue, 11 Mar 2014 15:41:53 -0700] rev 23154
Added tag jdk9-b04 for changeset c78b6c3c5e48
duke [Wed, 05 Jul 2017 19:32:35 +0200] rev 23153
Merge
katleman [Tue, 11 Mar 2014 15:41:51 -0700] rev 23152
Added tag jdk9-b04 for changeset 4489a70abccd
duke [Wed, 05 Jul 2017 19:32:32 +0200] rev 23151
Merge
katleman [Tue, 11 Mar 2014 15:42:07 -0700] rev 23150
Added tag jdk9-b04 for changeset 7825ce9a8228
duke [Wed, 05 Jul 2017 19:32:29 +0200] rev 23149
Merge
katleman [Tue, 11 Mar 2014 15:41:35 -0700] rev 23148
Added tag jdk9-b04 for changeset cf836c6f207d
duke [Wed, 05 Jul 2017 19:32:26 +0200] rev 23147
Merge
katleman [Tue, 11 Mar 2014 15:42:01 -0700] rev 23146
Added tag jdk9-b04 for changeset e16d4c844e76
duke [Wed, 05 Jul 2017 19:32:22 +0200] rev 23145
Merge
katleman [Tue, 11 Mar 2014 15:41:45 -0700] rev 23144
Added tag jdk9-b04 for changeset 7a33ca900ff0
katleman [Tue, 11 Mar 2014 15:03:26 -0700] rev 23143
Added tag jdk9-b04 for changeset 63e429dcac32
duke [Wed, 05 Jul 2017 19:32:12 +0200] rev 23142
Added tag jdk9-b04 for changeset 099891b1d86f
duke [Wed, 05 Jul 2017 19:32:12 +0200] rev 23141
Merge
duke [Wed, 05 Jul 2017 19:32:08 +0200] rev 23140
Merge
darcy [Thu, 06 Mar 2014 16:15:02 -0800] rev 23139
8031670: Remove unneeded -source options in javadoc tests
Reviewed-by: jjg, darcy, vromero
Contributed-by: neil.toda@oracle.com
lana [Thu, 06 Mar 2014 10:41:56 -0800] rev 23138
Merge
jjg [Mon, 03 Mar 2014 15:24:31 -0800] rev 23137
8035878: javadoc tool documentation should be using {@code ..} specifier
Reviewed-by: jjg
Contributed-by: neil.toda@oracle.com
jjg [Mon, 03 Mar 2014 15:10:01 -0800] rev 23136
8035877: javadoc classes are missing @return and @param tags
Reviewed-by: jjg
Contributed-by: neil.toda@oracle.com
jjg [Mon, 03 Mar 2014 15:03:17 -0800] rev 23135
8035875: remove deprecated html <font> tags from javadoc package-info.java file
Reviewed-by: jjg
Contributed-by: neil.toda@oracle.com
emc [Mon, 03 Mar 2014 16:17:32 -0500] rev 23134
8036142: Remove redundant call to annotateTypeLater with null Symbol
Summary: annotateTypeLater (formerly typeAnnotate) with null as the symbol was a way to force attribution of type annotations, but this is now obsolete and problematic, and a silent noop condition
Reviewed-by: jjg
jlahoda [Fri, 28 Feb 2014 20:25:24 +0100] rev 23133
8031383: Error recovery in JavacParser could be improved
Summary: Improving error recovery in JavacParser by avoiding artificial nextToken in JavacParser.reportSyntaxError.
Reviewed-by: jjg, jfranck
Contributed-by: dusan.balek@oracle.com, jan.lahoda@oracle.com
vromero [Fri, 28 Feb 2014 18:27:14 +0000] rev 23132
8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose
Reviewed-by: jjg
jjg [Thu, 27 Feb 2014 13:57:57 -0800] rev 23131
8033287: Reduce the size of the endPosTable
Reviewed-by: jjg
Contributed-by: per.bothner@oracle.com, chturne@gmail.com
jjg [Thu, 27 Feb 2014 11:47:39 -0800] rev 23130
8035972: missing test file for 8034048
Reviewed-by: jjg, vromero
Contributed-by: paul.govereau@oracle.com
emc [Thu, 27 Feb 2014 00:29:22 -0500] rev 23129
8035766: Execute TypeAnnotate visitor at queue flush time
Summary: Moved execution of TypeAnnotate visitor into Worker for type annotations
Reviewed-by: jjg
jjg [Wed, 26 Feb 2014 18:05:02 -0800] rev 23128
6533516: Warning needed for file with future time stamps
Reviewed-by: jjg, vromero
Contributed-by: paul.govereau@oracle.com
jjg [Wed, 26 Feb 2014 15:38:55 -0800] rev 23127
8034048: javac crash with method references plus lambda plus var args
Reviewed-by: jjg, vromero
Contributed-by: paul.govereau@oracle.com
emc [Tue, 25 Feb 2014 14:06:48 -0500] rev 23126
8035758: Move annotation codepaths from MemberEnter.java to Annotate.java
Summary: Cosmetic code cleanup patch, moving code to the file where it ought to reside.
Reviewed-by: vromero
lana [Mon, 24 Feb 2014 13:06:07 -0800] rev 23125
Merge
vromero [Sat, 22 Feb 2014 17:42:10 +0000] rev 23124
8034143: javac, subclasses of Infer.IncorporationStep should implement the accepts() method
Reviewed-by: jjg
yan [Fri, 21 Feb 2014 15:14:09 +0400] rev 23123
6457406: javadoc doesn't handle <a href='http://...'> properly in producing index pages
Reviewed-by: jjg, bpatel, ksrini
jlahoda [Fri, 21 Feb 2014 10:35:19 +0100] rev 23122
6411385: Trees.getPath does not work for constructors
Summary: Enhancing TestTrees test to ensure proper function of Trees.getPath/getTree, fixing cases where getTree did not work properly.
Reviewed-by: jjg
Contributed-by: jan.lahoda@oracle.com, dusan.balek@oracle.com
lana [Thu, 20 Feb 2014 20:00:43 -0800] rev 23121
Merge
jjg [Wed, 19 Feb 2014 15:05:19 -0800] rev 23120
8035364: An extra space in the comments of constant pool entries
Reviewed-by: ksrini
jeff [Tue, 28 Jan 2014 20:10:19 +0000] rev 23119
8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana
jeff [Mon, 13 Jan 2014 14:44:29 -0800] rev 23118
7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell
ksrini [Sat, 15 Feb 2014 16:37:19 -0800] rev 23117
8031545: [javac] refactor and cleanup JNIWriter.java
Reviewed-by: jjg
ksrini [Fri, 14 Feb 2014 17:28:07 -0800] rev 23116
8029145: javadoc fails with java.lang.IllegalStateException: endPosTable already set
Reviewed-by: jjg
alundblad [Thu, 13 Feb 2014 14:58:10 +0100] rev 23115
8030714: The steps attribute, flow and desugar are unnecessary for implicit classes when compiling with -implicit:none
Summary: When compiling with -implicit:none, attribute, flow and desugar is skipped for better performance.
Reviewed-by: jfranck, jlahoda
jlahoda [Thu, 13 Feb 2014 13:38:48 +0100] rev 23114
8033961: Formatting of -Xlint: command line help
Summary: Improving formatting of command line help for -Xlint, including a short description of each lint.
Reviewed-by: jjg
dlsmith [Wed, 12 Feb 2014 12:31:30 -0700] rev 23113
4910483: Javadoc renders the string ".*\\.pdf" as ".\*\.pdf"
Summary: Adjust timing of printing "\\" in the comment scanner
Reviewed-by: jjg
jjg [Mon, 10 Feb 2014 11:52:52 -0800] rev 23112
8033930: Unnecessary new line after the StackMapTable
8033913: Incorrect indentation of StackMapTable entries
Reviewed-by: ksrini
jlahoda [Fri, 07 Feb 2014 21:43:33 +0100] rev 23111
8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method
Summary: When the overrides deprecated method warning is being reported, need to do that in the lint context of the method.
Reviewed-by: vromero
jjg [Thu, 06 Feb 2014 18:54:13 -0800] rev 23110
8033581: Incorrect comment aligment
8033798: javap output has unnecessary trailing whitespace
8033726: StackMapTable does not unindent properly
Reviewed-by: ksrini
cl [Thu, 06 Feb 2014 16:39:19 -0800] rev 23109
8032526: fix the accessibility, html, syntax errors and warnings reported by doclint report in langtools
Reviewed-by: jjg
jjg [Thu, 06 Feb 2014 15:43:23 -0800] rev 23108
8033114: The values of non-static final fields are printed for the -constants option
Reviewed-by: ksrini
jjg [Thu, 06 Feb 2014 11:01:50 -0800] rev 23107
8033711: An exception is thrown if using the \"-classpath\" option with no arguments
Reviewed-by: ksrini
jjg [Thu, 06 Feb 2014 10:58:51 -0800] rev 23106
8033686: Internal error for zero indent
Reviewed-by: ksrini
vromero [Thu, 06 Feb 2014 18:49:01 +0000] rev 23105
8030855: Default methods should be visible under source previous to 8
Reviewed-by: jjg, dlsmith
alanb [Thu, 06 Feb 2014 15:49:51 +0000] rev 23104
8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
Reviewed-by: erikj