Sean Mullan
152798a7ef
Merge
2010-01-15 09:58:48 -05:00
Sean Mullan
60fa841f74
6915939: Exception should be thrown if OCSP SingleResponses contain unresolved critical extensions
...
Reviewed-by: xuelei
2010-01-15 09:48:21 -05:00
Joe Darcy
738b0c0ec7
6908218: java.lang.Deprecated should have explicit @Target meta-annotation
...
Reviewed-by: mernst
2010-01-14 20:05:19 -08:00
Mahmood Ali
d7b99be648
6916986: handle spaces in langtools launcher path
...
Co-authored-by: Michael Ernst <mernst@cs.washington.edu>
Reviewed-by: darcy, jjg
2010-01-14 17:23:53 -08:00
Mahmood Ali
7d98f6dfb1
6917122: provide utility method to find the inner most type of a type tree
...
Co-authored-by: Michael Ernst <mernst@cs.washington.edu>
Reviewed-by: darcy, jjg
2010-01-14 17:18:30 -08:00
David Katleman
d5c43b2149
Added tag jdk7-b79 for changeset e7616c247414
2010-01-14 15:48:46 -08:00
David Katleman
c3dc52b53d
Added tag jdk7-b79 for changeset 9cb43bde544d
2010-01-14 15:48:36 -08:00
David Katleman
a2f40ac18b
Added tag jdk7-b79 for changeset 4b85cf247673
2010-01-14 15:48:32 -08:00
David Katleman
f93e23910c
Added tag jdk7-b79 for changeset c7d5c3613e3f
2010-01-14 15:48:31 -08:00
David Katleman
ea80682a9f
Added tag jdk7-b79 for changeset 9b63533d5895
2010-01-14 15:48:26 -08:00
David Katleman
698830b36e
Added tag jdk7-b79 for changeset ae0f40f891d4
2010-01-14 15:48:23 -08:00
David Katleman
50b34833aa
Added tag jdk7-b79 for changeset 142aec7359d5
2010-01-14 15:48:22 -08:00
Alexey Utkin
b5f77a0513
6916867: Fastdebug build failed after CR 4874070 fix putback
...
Reviewed-by: art, dcherepanov
2010-01-14 17:56:49 +03:00
John R Rose
8214fc3a3b
6912065: final fields in objects need to support inlining optimizations for JSR 292
...
Reviewed-by: twisti, kvn
2010-01-13 23:05:52 -08:00
Jonathan Gibbons
5d1e287266
6472751: SourcePositions.getStartPos returns incorrect value for enum constants
...
6567414: javac compiler reports no source file or line on enum constant declaration error
Reviewed-by: darcy
2010-01-13 17:39:44 -08:00
John Cuthbertson
29a13dc105
6915005: G1: Hang in PtrQueueSet::completed_buffers_list_length with gcl001
...
When enqueuing a completed PtrQueue buffer, cache a local pointer to the buffer and clear the field in the PtrQueue prior to unlocking the mutex referenced by the _lock field and pass the cached local value to the enqueuing routine. This will prevent the same completed buffer being enqueued multiple times, which causes the hang.
Reviewed-by: ysr
2010-01-13 15:45:47 -08:00
Antonios Printezis
da0750f0b2
Merge
2010-01-14 09:20:13 -08:00
Kelly O'Hair
23fc99433b
Merge
2010-01-13 15:37:06 -08:00
Y. Srinivas Ramakrishna
331512606a
6896647: card marks can be deferred too long
...
Deferred card marks are now flushed during the gc prologue. Parallel[Scavege,OldGC] and SerialGC no longer defer card marks generated by COMPILER2 as a result of ReduceInitialCardMarks. For these cases, introduced a diagnostic option to defer the card marks, only for the purposes of testing and diagnostics. CMS and G1 continue to defer card marks. Potential performance concern related to single-threaded flushing of deferred card marks in the gc prologue will be addressed in the future.
Reviewed-by: never, johnc
2010-01-13 15:26:39 -08:00
John Coomes
cbfd52c649
Merge
2010-01-13 15:16:06 -08:00
Antonios Printezis
04d77ad78e
6916652: G1: remove +UseG1GC from under experimental options
...
What the title says.
Reviewed-by: ysr, jmasa
2010-01-13 15:46:13 -05:00
Vasanth Venkatachalam
a5e58e8d53
6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining
...
Add support for additional implementation specific info to the JVM/TI CompiledMethodLoad event via the compile_info parameter.
Reviewed-by: never, ohair, tbell, tdeneau
2010-01-13 09:39:46 -07:00
Alexey Utkin
bbab8a6fb4
Merge
2010-01-13 17:10:23 +03:00
Yuka Kamiya
e2c3e248e5
6868503: RuleBasedBreakIterator is inefficient
...
Reviewed-by: okutsu
2010-01-13 15:40:47 +09:00
Mandy Chung
74703b4493
6915502: Legal notice repairs needed in jdk/make/modules/tools
...
Fix the legal notice in jdk/make/modules/tools
Reviewed-by: tbell
2010-01-12 15:19:24 -08:00
John Cuthbertson
0917ad432e
6902115: G1:assert(ignore_max_completed||thread->is_Java_thread()||SafepointSynchronize::is_at_safepoint())
...
Remove invalid assert and mangle filler objects in TLABs that are being retired.
Reviewed-by: ysr, jmasa
2010-01-12 14:56:46 -08:00
Changpeng Fang
815db4fcba
6894779: Loop Predication for Loop Optimizer in C2
...
Loop predication implementation
Reviewed-by: never, kvn
2010-01-12 14:37:35 -08:00
Igor Veresov
ba4994e447
Merge
2010-01-12 13:54:40 -08:00
Michael McMahon
a77c29524f
6910590: Application can modify command array, in ProcessBuilder
...
Clone array returned by List.toArray()
Reviewed-by: chegar, alanb
2010-01-12 12:13:48 +00:00
Yong Jeffrey Huang
0db0a7d9e9
Merge
2010-01-11 23:25:20 -08:00
Jonathan Gibbons
6e3f4a8a4c
6909470: langtools stub generator should prune unnecessary imports
...
Reviewed-by: darcy
2010-01-11 16:18:05 -08:00
Joe Darcy
8e7d694a82
6828204: NavigableSet.subSet() documentation refers to nonexistent parameters
...
Reviewed-by: martin
2010-01-11 15:35:28 -08:00
Jonathan Gibbons
2279a1af12
6915497: test test/tools/javac/nio/compileTest/CompileTest.java fails under Hudson
...
Reviewed-by: darcy
2010-01-11 14:17:01 -08:00
Jonathan Gibbons
8d42657600
6915476: java.util.regex.PatternSyntaxException in com.sun.tools.javac.nio.PathFileObject
...
Reviewed-by: darcy
2010-01-11 14:12:10 -08:00
Jesse Glick
dfe44a05ec
6764569: [PATCH] Fix unused imports in list resource bundles
...
Reviewed-by: ksrini
2010-01-11 14:09:15 -08:00
Jonathan Gibbons
4447330ab3
6326754: Compiler will fail to handle -Xmaxerrs with -ve numbers
...
Reviewed-by: ksrini
2010-01-11 14:05:21 -08:00
Chris Hegarty
1d92211cb6
6915313: Reorganize implementation to make it more feasible to port to JDK6
...
This makes the SCTP implementation easier to run with Suns JDK6.
Reviewed-by: alanb
2010-01-11 16:04:05 +00:00
Alan Bateman
30d2fd5f41
6913877: (fs) AsynchronousFileChannel.write can return wrong result under load [win]
...
Reviewed-by: chegar
2010-01-10 12:29:19 +00:00
Alan Bateman
46d57b48e4
6907760: (file) OVERFLOW event should cause pending events to be purged
...
Reviewed-by: chegar
2010-01-09 19:32:58 +00:00
Y. Srinivas Ramakrishna
c0174fb200
Merge
2010-01-09 09:01:41 -08:00
Tom Rodriguez
96612c6e23
6909839: missing unsigned compare cases for some cmoves in sparc.ad
...
Reviewed-by: kvn, jrose
2010-01-09 00:59:35 -08:00
John R Rose
84ad3ddc31
Merge
2010-01-08 22:02:42 -08:00
John R Rose
48bd193a36
Merge
2010-01-08 18:27:20 -08:00
John R Rose
d5049c59b3
Merge
2010-01-08 15:17:42 -08:00
John R Rose
6fbdf208fc
6912063: inlining parameters need to be adjusted for some uses of the JVM
...
Put all inline-related switches into product mode, to allow tuning by dynamic language implementors.
Reviewed-by: twisti, kvn
2010-01-08 13:58:49 -08:00
John R Rose
fdbb64ef71
6912062: disassembler plugin needs to produce symbolic information in product mode
...
More informative disassembly in product mode. Also, a more consistent CompileCommand syntax.
Reviewed-by: never
2010-01-08 13:47:01 -08:00
Jonathan Gibbons
09e737337b
6915152: langtools build failures with import.jdk on Windows
...
Reviewed-by: ohair
2010-01-08 13:14:45 -08:00
Jonathan Gibbons
2c83d314bc
6915078: ALT_JDK_IMPORT_PATH typo in langtools/make/Makefile
...
Reviewed-by: tbell
2010-01-08 11:32:57 -08:00
Jonathan Gibbons
fb26d8497e
6665791: com.sun.source.tree.MethodTree.toString() does not output default values
...
Reviewed-by: darcy
2010-01-08 11:28:49 -08:00
Jonathan Gibbons
114e3f9b31
6878146: incorrect unused value should be deleted
...
Reviewed-by: darcy
2010-01-08 11:16:23 -08:00