Lana Steuck
4f4ddb6e5f
Merge
2011-10-26 12:29:22 -07:00
Lana Steuck
dedae49531
Merge
2011-10-26 12:28:51 -07:00
Yuka Kamiya
b5b00d6b8f
7090046: Lots of invalid link in java.text.BreakIterator comments
...
Reviewed-by: okutsu
2011-10-26 22:16:13 +09:00
Vladimir Kozlov
669fa7396d
7097546: Optimize use of CMOVE instructions
...
Avoid CMove in a loop if possible. May generate CMove if it could be moved outside a loop.
Reviewed-by: never
2011-10-26 06:08:56 -07:00
Chris Hegarty
15d761f763
7104650: rawtype warnings in several net, nio and security source files
...
Also reviewed by Ulf.Zibis@gmx.de
Reviewed-by: mcimadamore, alanb, dholmes
2011-10-26 13:58:46 +01:00
Alex Menkov
159d2cd692
7088367: JavaSound security issue (12865443)
...
Reviewed-by: denis
2011-10-26 14:00:18 +04:00
Bengt Rutisson
868cfdb5f4
7102191: G1: assert(_min_desired_young_length <= initial_region_num) failed: Initial young gen size too small
...
Initial_region_num actually not needed.
Reviewed-by: tonyp, johnc
2011-10-26 08:44:53 +02:00
Lana Steuck
2c50355271
Merge
2011-10-25 21:55:25 -07:00
Lana Steuck
4ed6125359
Merge
2011-10-25 21:54:49 -07:00
Lana Steuck
adfdb3ed81
Merge
2011-10-25 21:53:54 -07:00
Y. Srinivas Ramakrishna
9181202876
7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot non-empty, chunk not on free list
...
Suitably weaken asserts that were in each case a tad too strong; fix up some loose uses of parameters in code related to size-indexed free list table.
Reviewed-by: jmasa, brutisso, stefank
2011-10-25 20:15:41 -07:00
Jim Holmlund
b171ddacd0
7104905: Java SE build fails on call to CreateSymbols
...
Reviewed-by: jjg
2011-10-25 19:18:32 -07:00
Vladimir Kozlov
952f0b9b81
7059039: EA: don't change non-escaping state of NULL pointer
...
NULL pointers do not escape but escape state propagation may change it leading to worser results.
Reviewed-by: never
2011-10-25 12:51:13 -07:00
Lana Steuck
a4d1ec9d5f
Merge
2011-10-25 10:52:03 -07:00
Lana Steuck
022b52007c
Merge
2011-10-25 10:51:17 -07:00
Jonathan Gibbons
d20f9f51bc
7104039: refactor/cleanup javac Paths class
...
Reviewed-by: mcimadamore
2011-10-25 10:48:05 -07:00
Omair Majid
160ad3376d
7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
...
Reviewed-by: never
2011-10-25 08:17:15 -07:00
Maurizio Cimadamore
1469ebc6da
7104618: MessageInfo.java is failing after lexer changes
...
Two langtools regression tests cannot be built due to a bad import statement
Reviewed-by: jjg
2011-10-25 15:40:34 +01:00
Christian Thalinger
3336939f08
7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I
...
Reviewed-by: kvn, iveresov
2011-10-25 04:07:20 -07:00
Alan Bateman
616b1a997f
7104577: Changes for 7104209 cause many RMI tests to fail
...
Reviewed-by: chegar
2011-10-25 09:27:20 +01:00
Christian Thalinger
249b9c657d
7094138: JSR 292: JRuby junit test fails in CallSite.setTargetNormal: obj->is_oop() failed: sanity check
...
Reviewed-by: iveresov, never
2011-10-25 00:55:10 -07:00
Chris Hegarty
f5ff85a77a
7103549: Remove dependencies on libjava and libjvm from security libraries
...
Reviewed-by: vinnie, ohair, alanb, dholmes
2011-10-24 21:03:41 +01:00
Chris Hegarty
de7b261476
7104209: Cleanup and remove librmi (native library)
...
Reviewed-by: mduigou, alanb
2011-10-24 20:55:08 +01:00
Jennifer Godinez
51c07ae53a
6604109: javax.print.PrintServiceLookup.lookupPrintServices fails SOMETIMES for Cups
...
Reviewed-by: bae, prr
2011-10-24 09:58:47 -07:00
Christian Thalinger
ae64d0bc30
7090904: JSR 292: JRuby junit test crashes in PSScavengeRootsClosure::do_oop
...
Reviewed-by: kvn, never, jrose
2011-10-24 07:53:17 -07:00
Maurizio Cimadamore
7873cba6b2
7098660: Write better overload resolution/inference tests
...
Add overload/inference debug diagnostics - added test harness using annotations to check outcome of overload resolution/inference
Reviewed-by: jjg
2011-10-24 13:00:30 +01:00
Maurizio Cimadamore
063b622daf
7096014: Javac tokens should retain state
...
Refactor javac tokens from enum constants to stateful instances (to keep track of position, comments, etc.)
Reviewed-by: jjg
2011-10-24 13:00:20 +01:00
Tom Rodriguez
b030a36386
Merge
2011-10-23 23:57:39 -07:00
John Cuthbertson
72c2cfef4f
7096030: G1: PrintGCDetails enhancements
...
7102445: G1: Unnecessary Resource allocations during RSet scanning
Add a new per-worker thread line in the PrintGCDetails output. GC Worker Other is the difference between the elapsed time for the parallel phase of the evacuation pause and the sum of the times of the sub-phases (external root scanning, mark stack scanning, RSet updating, RSet scanning, object copying, and termination) for that worker. During RSet scanning, stack allocate DirtyCardToOopClosure objects; allocating these in a resource area was causing abnormally high GC Worker Other times while the worker thread freed ResourceArea chunks.
Reviewed-by: tonyp, jwilhelm, brutisso
2011-10-23 23:06:06 -07:00
Tom Rodriguez
5dc4f00ff5
7103784: enable some flags by default
...
Reviewed-by: kvn
2011-10-23 20:23:14 -07:00
Tom Rodriguez
8b1bd284bc
7103380: assertion failure with -XX:+PrintNativeNMethods
...
Reviewed-by: kvn, iveresov
2011-10-23 12:31:20 -07:00
Alejandro Murillo
1c38082fcc
7103619: Bump the hs23 build number to 04
...
Reviewed-by: johnc
2011-10-21 16:00:50 -07:00
Jim Holmlund
5955806228
7098530: tools/javac/javazip/Test.sh can fail on Windows
...
Fix cygpath command to properly convert path
Reviewed-by: jjg
2011-10-21 14:14:29 -07:00
John Coomes
3ff8da7657
Added tag hs23-b03 for changeset 0e5b229f9d70
2011-10-21 10:27:33 -07:00
John Coomes
6abc189f69
Merge
2011-10-21 10:27:32 -07:00
Antonios Printezis
01ba4cd795
Merge
2011-10-21 07:24:06 -04:00
Yuka Kamiya
27ae28ada0
7103405: Correct display names for Pacific/Apia timezone
...
Reviewed-by: okutsu
2011-10-21 18:01:01 +09:00
Igor Veresov
e9bfe21bdf
Merge
2011-10-21 00:58:30 -07:00
Yuka Kamiya
2f1ee9427a
7103108: (tz) Support tzdata2011l
...
Reviewed-by: okutsu
2011-10-21 15:56:24 +09:00
John Cuthbertson
c8143a724e
7099824: G1: we should take the pending list lock before doing the remark pause
...
Acquire the pending list lock in the prologue method of G1's concurrent VM_Operation and release the lock in the epilogue() method. The locking/unlocking order of the pending list lock and the Heap_lock should match that in the prologue and epilogue methods of VM_GC_Operation.
Reviewed-by: tonyp, ysr
2011-10-20 12:06:20 -07:00
Antonios Printezis
0615005089
Merge
2011-10-21 12:42:42 -04:00
David Katleman
7cab00227f
Added tag jdk8-b10 for changeset 371ba3560eaf
2011-10-20 10:32:56 -07:00
David Katleman
7c5f436a8a
Added tag jdk8-b10 for changeset 0c1ab928e08c
2011-10-20 10:32:47 -07:00
David Katleman
1513128fe7
Added tag jdk8-b10 for changeset dbbb34e9fb90
2011-10-20 10:32:44 -07:00
David Katleman
45d8e3cd09
Added tag jdk8-b10 for changeset e99452c9ff04
2011-10-20 10:32:43 -07:00
David Katleman
620632fa7b
Added tag jdk8-b10 for changeset 2e5282ba5c7c
2011-10-20 10:32:37 -07:00
David Katleman
0fb0730525
Added tag jdk8-b10 for changeset 4ae1c2114056
2011-10-20 10:32:31 -07:00
David Katleman
1eec62606e
Added tag jdk8-b10 for changeset 94322bddfb4a
2011-10-20 10:32:30 -07:00
Bengt Rutisson
8fb3eec82e
7097516: G1: assert(0<= from_card && from_card<HeapRegion::CardsPerRegion) failed: Must be in range
...
Introduced a version of is_in_reserved() that looks at _orig_end as opposed to _end.
Reviewed-by: tonyp, stefank
2011-10-20 10:21:35 +02:00
Jonathan Gibbons
6c299173e1
7101146: Paths should more directly managed by BaseFileManager
...
Reviewed-by: mcimadamore
2011-10-19 15:29:46 -07:00