Jonathan Gibbons
7eb8c115ec
6968063: provide examples of code that generate diagnostics
...
Reviewed-by: mcimadamore
2010-07-22 11:02:54 -07:00
Michael McMahon
3dde10558a
6952017: HttpURLConnection chunked encoding issue (Http request splitting)
...
Reviewed-by: chegar
2010-07-22 17:26:33 +01:00
Michael McMahon
05153d7e82
6952603: NetworkInterface reveals local network address to untrusted code
...
Reviewed-by: chegar
2010-07-22 16:33:12 +01:00
Antonios Printezis
38ab95c64b
6962589: remove breadth first scanning code from parallel gc
...
Remove the breadth-first copying order from ParallelScavenge and use depth-first by default.
Reviewed-by: jcoomes, ysr, johnc
2010-07-22 10:27:41 -04:00
John Cuthbertson
3a2b2b4fd8
6814437: G1: remove the _new_refs array
...
The per-worker _new_refs array is used to hold references that point into the collection set. It is populated during RSet updating and subsequently processed. In the event of an evacuation failure it processed again to recreate the RSets of regions in the collection set. Remove the per-worker _new_refs array by processing the references directly. Use a DirtyCardQueue to hold the cards containing the references so that the RSets of regions in the collection set can be recreated when handling an evacuation failure.
Reviewed-by: iveresov, jmasa, tonyp
2010-08-02 12:51:43 -07:00
Kevin Walls
75c23332be
Merge
2010-07-31 15:10:59 +01:00
Kevin Walls
5fb46fd5a8
6581734: CMS Old Gen's collection usage is zero after GC which is incorrect
...
Management code enabled for use by a concurrent collector.
Reviewed-by: mchung, ysr
2010-07-30 22:43:50 +01:00
Daniel D. Daugherty
7dea7787e2
6964018: 3/4 AnonLoggerWeakRefLeak and LoggerWeakRefLeak can fail in JPRT
...
Refactor test/sun/tools/common/* code and refactor AnonLoggerWeakRefLeak and LoggerWeakRefLeak to use it.
Reviewed-by: ohair, alanb
2010-07-21 17:01:31 -07:00
Daniel D. Daugherty
9f5d2eb156
6962804: 4/4 ShellScaffold tests can fail without a specific reason
...
Add more diagnostics for failures. Only copy target file in grepForString when NL is missing.
Reviewed-by: ohair, dholmes
2010-07-21 16:59:40 -07:00
Daniel D. Daugherty
5d8f395e2b
6941287: 4/4 jrunscriptTest.sh test does not work right under Cygwin
...
Add golden_diff variable for doing proper golden file diffs on Cygwin.
Reviewed-by: ohair, dholmes
2010-07-21 16:58:35 -07:00
Y. Srinivas Ramakrishna
f495cb2581
Merge
2010-07-21 12:45:42 -07:00
Alan Bateman
11b424e02b
6963907: (so) Socket adapter need to implement sendUrgentData
...
Reviewed-by: chegar
2010-07-21 18:08:46 +01:00
Y. Srinivas Ramakrishna
eceef28d8c
Merge
2010-07-21 09:57:21 -07:00
Chris Hegarty
c7d240fc1a
6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag
...
Reviewed-by: alanb, dsamersoff
2010-07-21 13:52:38 +01:00
Chris Hegarty
2890d62dbb
6969395: TEST_BUG: Tests in java/net sun/net problems
...
Reviewed-by: alanb
2010-07-21 13:29:26 +01:00
Lana Steuck
f1cce86e5b
Merge
2010-07-20 22:22:32 -07:00
Lana Steuck
109adcf650
Merge
2010-07-20 22:21:31 -07:00
Lana Steuck
a0b9feb69b
Merge
2010-07-20 22:17:34 -07:00
Lana Steuck
b901dad72f
Merge
2010-07-20 22:17:33 -07:00
Lana Steuck
69411a12bb
Merge
2010-07-20 22:17:28 -07:00
Lana Steuck
20ff6025ba
Merge
2010-07-20 22:17:26 -07:00
Erik Trimble
54f18dfa74
Merge
2010-07-20 18:13:55 -07:00
Y. Srinivas Ramakrishna
625332a903
Merge
2010-07-20 16:09:44 -07:00
Andrei Pangin
3888d500b9
6964170: Verifier crashes
...
Check if klassOop != NULL rather than klass_part != NULL
Reviewed-by: kamg, never
2010-07-20 08:41:42 -07:00
Sean Mullan
882b752caf
6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example
...
Reviewed-by: xuelei
2010-07-20 10:41:50 -04:00
John Cuthbertson
5c3da1ee7e
6956639: G1: assert(cached_ptr != card_ptr) failed: shouldn't be, concurrentG1Refine.cpp:307
...
During concurrent refinment, filter cards in young regions after it has been determined that the region has been allocated from and the young type of the region has been set.
Reviewed-by: iveresov, tonyp, jcoomes
2010-07-19 11:06:34 -07:00
Weijun Wang
f2f06cfb5d
6969292: make DNS lookup for realm/kdc really work
...
Reviewed-by: alanb, valeriep
2010-07-19 10:02:55 +08:00
Weijun Wang
2dace6e70f
6969683: Generify ResolverConfiguration codes
...
Reviewed-by: alanb, chegar
2010-07-19 10:02:50 +08:00
Andrei Pangin
8ce591cea8
Merge
2010-07-17 21:49:23 -07:00
John Coomes
daf491a814
6962947: shared TaskQueue statistics
...
Reviewed-by: tonyp, ysr
2010-07-16 21:33:21 -07:00
Tom Ball
985efdc475
6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
...
6964740: Project Coin: More tests for ARM compiler changes
6965277: Project Coin: Correctness issues in ARM implementation
6967065: add -Xlint warning category for Automatic Resource Management (ARM)
Reviewed-by: jjb, darcy, mcimadamore, jjg, briangoetz
2010-07-16 19:35:24 -07:00
John R Rose
7e34622217
6969574: invokedynamic call sites deoptimize instead of executing
...
Reviewed-by: kvn
2010-07-16 18:14:19 -07:00
Xueming Shen
98f8ed01aa
6964313: Find sun/nio/cs/ext issue with CreateSymbols, then move sun/nio/cs/ext to charset.jar
...
Removed the duplicate sun.nio.cs.ext entries from rt.jar and moved X11 charsets into charsets.jar
Reviewed-by: ohair
2010-07-16 16:45:52 -04:00
Y. Srinivas Ramakrishna
4efdcb87d1
Merge
2010-07-16 10:09:15 -07:00
Abhijit Saha
1e52a8c736
Merge
2010-07-16 09:26:55 -07:00
Tom Rodriguez
734af9cd47
Merge
2010-07-16 08:29:42 -07:00
Alan Bateman
640336ebe6
6649594: Intermittent IOExceptions during dynamic attach on linux and solaris
...
Reviewed-by: dcubed, dholmes
2010-07-16 13:14:03 +01:00
Michael Wilkerson
b9859c555d
Added tag jdk7-b101 for changeset 197b3b36b3f4
2010-07-15 20:11:54 -07:00
Michael Wilkerson
6d2cecc165
Added tag jdk7-b101 for changeset 47da38a8c0f0
2010-07-15 20:11:45 -07:00
Michael Wilkerson
78d224e10f
Added tag jdk7-b101 for changeset 42130df1ac5b
2010-07-15 20:11:40 -07:00
Michael Wilkerson
cfc55e5aa1
Added tag jdk7-b101 for changeset 705b83bb0c66
2010-07-15 20:11:39 -07:00
Michael Wilkerson
431a99ccf9
Added tag jdk7-b101 for changeset c8f322bd177e
2010-07-15 20:11:35 -07:00
Michael Wilkerson
3aafcb67df
Added tag jdk7-b101 for changeset 3085ed0d1781
2010-07-15 20:11:32 -07:00
Michael Wilkerson
158f98af37
Added tag jdk7-b101 for changeset f3297675495c
2010-07-15 20:11:31 -07:00
Erik Trimble
89ddf727ca
Merge
2010-07-15 19:52:58 -07:00
Erik Trimble
374e15fb40
Merge
2010-07-15 19:51:34 -07:00
John R Rose
a4e4149340
6964498: JSR 292 invokedynamic sites need local bootstrap methods
...
Add JVM_CONSTANT_InvokeDynamic records to constant pool to determine per-instruction BSMs.
Reviewed-by: twisti
2010-07-15 18:40:45 -07:00
Joe Darcy
7dcb52915b
6963622: Project Coin: Refinements to suppressed exceptions
...
Reviewed-by: alanb, forax, jjb
2010-07-15 18:02:05 -07:00
Tom Rodriguez
ffb15fdb04
Merge
2010-07-15 13:48:01 -07:00
Tom Rodriguez
ea25541820
6968336: VM crash guarantee(!nm->is_zombie()) failed: cannot lock a zombie method
...
Reviewed-by: twisti
2010-07-15 08:54:48 -07:00