Martin Buchholz
564c0a977b
6717780: (coll spec) LinkedList api documentation provides the wrong method name
...
Cleanup by simply making Deque equal status with List
Reviewed-by: darcy
2010-07-26 08:17:50 -07:00
Weijun Wang
9d92d626e3
6972005: ConfPlusProp.java test failure when DNS has info for realm
...
Reviewed-by: xuelei
2010-07-26 17:21:51 +08:00
Andrei Pangin
53ac035768
Merge
2010-07-25 07:31:50 -07:00
Xue-Lei Andrew Fan
f5561769de
6867345: Turkish regional options cause NPE in sun.security.x509.AlgorithmId.algOID
...
Reviewed-by: mullan, weijun
2010-07-24 22:59:41 +08:00
Michael Wilkerson
3f659885ec
Added tag jdk7-b102 for changeset 755ea7201562
2010-07-23 16:42:36 -07:00
Michael Wilkerson
78845e9e0b
Added tag jdk7-b102 for changeset 828a1670fef1
2010-07-23 16:42:26 -07:00
Michael Wilkerson
5f0efc9ebc
Added tag jdk7-b102 for changeset 69f365110144
2010-07-23 16:42:21 -07:00
Michael Wilkerson
bc54af4743
Added tag jdk7-b102 for changeset 39fde8f85ca1
2010-07-23 16:42:20 -07:00
Michael Wilkerson
f907666b7c
Added tag jdk7-b102 for changeset e2378fd93633
2010-07-23 16:42:15 -07:00
Michael Wilkerson
6b4a0e7c26
Added tag jdk7-b102 for changeset f15aef32e2b3
2010-07-23 16:42:11 -07:00
Michael Wilkerson
63ff9298d5
Added tag jdk7-b102 for changeset 785a8905908b
2010-07-23 16:42:10 -07:00
Y. Srinivas Ramakrishna
27c8e4b84a
Merge
2010-07-23 14:31:15 -07:00
Tom Rodriguez
0ed8a9f6fc
Merge
2010-07-23 10:21:17 -07:00
Vladimir Kozlov
3fbdd52bdf
6969569: assert(is_static() && is_constant()) failed: illegal call to constant_value()
...
Add missing is_static guard.
Reviewed-by: twisti
2010-07-23 10:07:46 -07:00
Vinnie Ryan
575bf80be6
6676075: RegistryContext (com.sun.jndi.url.rmi.rmiURLContext) coding problem
...
Reviewed-by: mullan
2010-07-23 17:41:47 +01:00
Alexey Utkin
70d7880102
6969851: VM hangs/crashes in FileDialog test (VS2008/2010 build)
...
Reviewed-by: prr, art
2010-07-23 18:59:48 +04:00
Tom Rodriguez
762e078636
6970566: runThese fails with SIGSEGV
...
Reviewed-by: kvn
2010-07-22 15:29:22 -07:00
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