Jon Masamitsu
20a43bad21
6798898: CMS: bugs related to class unloading
...
Override should_remember_klasses() and remember_klass() as needed.
Reviewed-by: ysr, jcoomes
2009-08-24 10:36:31 -07:00
Antonios Printezis
4d138cd094
6871111: G1: remove the concurrent overhead tracker
...
Removing the concurrent overhead tracker from G1, along with the GC overhead reporter and the G1AccountConcurrentOverhead (both of which rely on the the concurrent overhead tracker).
Reviewed-by: iveresov, johnc
2009-08-19 12:53:25 -04:00
Coleen Phillimore
76a4e2a8c1
Merge
2009-07-30 15:06:19 -04:00
Antonios Printezis
1d0a8b2945
6866591: G1: print update buffer processing stats more often
...
It adds parameter -XX:+G1SummarizeRSetStatsPeriod that causes update buffer processing information to be printed periodically. It also includes two small formatting changes.
Reviewed-by: jmasa, jcoomes, ysr
2009-07-30 14:50:58 -04:00
Xiomara Jayasena
f3564aefec
Added tag jdk7-b67 for changeset 02ba23f205f3
2009-07-30 10:58:48 -07:00
Xiomara Jayasena
b097c4f9bb
Added tag jdk7-b67 for changeset db82a42da273
2009-07-30 10:58:38 -07:00
Xiomara Jayasena
a2e3e2663f
Added tag jdk7-b67 for changeset d4ab6018e6f6
2009-07-30 10:58:31 -07:00
Xiomara Jayasena
f0f100555b
Added tag jdk7-b67 for changeset 8943b2e74175
2009-07-30 10:58:30 -07:00
Xiomara Jayasena
d1a146f003
Added tag jdk7-b67 for changeset c8b1b0aecdfe
2009-07-30 10:58:25 -07:00
Xiomara Jayasena
0971a64602
Added tag jdk7-b67 for changeset 805a72a26925
2009-07-30 10:58:21 -07:00
Xiomara Jayasena
6909a95df2
Added tag jdk7-b67 for changeset f86e6d4a49b4
2009-07-30 10:58:20 -07:00
Jonathan Gibbons
24bbb68d38
4880672: javap does not output inner interfaces of an interface
...
Reviewed-by: mcimadamore
2009-07-30 09:18:55 -07:00
Jonathan Gibbons
219445d03a
6866657: add byteLength method to primary classfile types
...
Reviewed-by: mchung
2009-07-30 07:48:24 -07:00
Mahmood Ali
638db1aabb
6861837: JCK compilation failures
...
Type-annotations processing is accessing type info before they are available in MemberEnter
Reviewed-by: jjg
2009-07-30 10:30:34 +01:00
Maurizio Cimadamore
fe1aaa8154
6864382: NPE in the rich formatter when processing an unattributed type-variable
...
Unattributed type variable should not be accessed by the rich formatter when emitting where clauses
Reviewed-by: jjg
2009-07-30 10:30:24 +01:00
Maurizio Cimadamore
25497fcea7
6862608: rich diagnostic sometimes contain wrong type variable numbering
...
The rich formatter generates worng numbers for type-variables in where clauses
Reviewed-by: jjg
2009-07-30 10:30:10 +01:00
Maurizio Cimadamore
59b2cbc448
6827648: Extremely slow compilation time for visitor pattern code + generics
...
Javac unnecessarily recomputates type-substitutions multiple times
Reviewed-by: jjg
2009-07-30 10:29:53 +01:00
Yuka Kamiya
a74a7d0f30
6866243: Javadoc for java.lang.Character still refers to Unicode 4 instead of 5
...
Reviewed-by: okutsu
2009-07-30 14:45:04 +09:00
Martin Buchholz
2d83195be5
6866719: Rename execvpe to avoid symbol clash with glibc 2.10
...
Reviewed-by: darcy
2009-07-29 21:45:52 -07:00
Erik Trimble
e846382e12
Merge
2009-07-29 16:00:35 -07:00
Josh Bloch
827200b265
6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
...
Easy port of timsort from android
Reviewed-by: martin
2009-07-29 14:24:19 -07:00
Martin Buchholz
36736be8ba
6866554: Misc. javadoc warnings
...
Reviewed-by: alanb
2009-07-29 13:56:15 -07:00
Jonathan Gibbons
54b80cfe2a
4777949: Javap Rewrite : Warn javap usage on package classes with simple name
...
Reviewed-by: mcimadamore
2009-07-29 13:26:26 -07:00
Jonathan Gibbons
a3128d7e74
6865753: 6854244 breaks partial (jdk-only) builds
...
Makefiles which set -target 5 now need to set -source 5 as well.
Reviewed-by: wetmore, tbell
2009-07-29 12:50:10 -07:00
Xueming Shen
ba2db6a2db
Merge
2009-07-29 11:19:14 -07:00
Antonios Printezis
5f7ed79e3c
6864886: G1: rename -XX parameters related to update buffers
...
Renaming a couple of update buffer-related parameters to make them more understandable and consistent.
Reviewed-by: iveresov, ysr
2009-07-29 11:01:26 -04:00
Yuri Nesterenko
b797a234b8
Merge
2009-07-29 00:14:56 -07:00
Yuri Nesterenko
a65646a1fb
Merge
2009-07-29 00:12:45 -07:00
Doug Lea
d43e798981
6805775: LinkedBlockingQueue Nodes should unlink themselves before becoming garbage
...
6815766: LinkedBlockingQueue's iterator can return null if drainTo(c) executes concurrently
Faster, more correct. Use self-linking trick to avoid gc retention
Reviewed-by: martin, dholmes
2009-07-28 17:17:55 -07:00
Doug Lea
df5da31f55
6785442: ConcurrentLinkedQueue.remove() and poll() can both remove the same element
...
6493942: ConcurrentLinkedQueue.remove sometimes very slow
New algorithm for handling concurrent linked lists
Reviewed-by: martin
2009-07-28 13:24:52 -07:00
Daniel D. Daugherty
10e13deca1
Merge
2009-07-28 13:50:07 -06:00
Daniel D. Daugherty
40de9c5fcc
6862295: JDWP threadid changes during debugging session (leading to ingored breakpoints)
...
Correctly count full GC operations for framework collectors. Add ForceFullGCJVMTIEpilogues as a future work around if needed.
Reviewed-by: jcoomes, alanb, ysr
2009-07-28 13:35:00 -06:00
Xiomara Jayasena
d0493af09e
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:59 -07:00
Xiomara Jayasena
e0c1d51604
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:54 -07:00
Xiomara Jayasena
e8052f207a
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:47 -07:00
Xiomara Jayasena
632469b81d
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:45 -07:00
Xiomara Jayasena
a63ef10004
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:40 -07:00
Xiomara Jayasena
f3605fc37c
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:36 -07:00
Xiomara Jayasena
10a6d2437a
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:34 -07:00
Jonathan Gibbons
66637352ac
6734068: Some variable length attributes set their size incorrectly
...
Reviewed-by: mcimadamore
2009-07-28 11:00:05 -07:00
Jonathan Gibbons
2655dbfaac
6855990: javap InstructionDetailWriter should support new 308 annotations attribute
...
Reviewed-by: mcimadamore
2009-07-28 10:36:25 -07:00
Sergey Malenkov
c1073a5d61
6864297: Right-to-left oriented JScrollPane is aligned to the wrong direction while resizing the container
...
Reviewed-by: peterz
2009-07-28 13:10:14 +04:00
Christian Thalinger
6dd47535cd
6863155: Server compiler generates incorrect code (x86, long, bitshift, bitmask)
...
Code compiled with server compiler generates an incorrect result.
Reviewed-by: cfang, never, kvn
2009-07-28 09:02:30 +02:00
Yuri Nesterenko
f169709382
Merge
2009-07-27 23:42:52 -07:00
Tim Bell
a5c921b198
Merge
2009-07-27 23:07:00 -07:00
Tim Bell
9d2c02479e
Merge
2009-07-27 23:06:01 -07:00
Tim Bell
01dedb8e87
Merge
2009-07-27 23:05:36 -07:00
Tim Bell
110817bd8a
Merge
2009-07-27 23:05:09 -07:00
Tim Bell
0cb80c55d7
Merge
2009-07-27 23:03:37 -07:00
Tim Bell
ebcf9040aa
Merge
2009-07-27 23:03:25 -07:00