Jon Masamitsu
f1847266b7
6786346: intermittent Internal Error (src/share/vm/memory/cardTableModRefBS.cpp:226)
...
Two assertions were incorrectly composed.
Reviewed-by: tonyp
2009-02-17 15:35:58 -08:00
Vladimir Kozlov
681eb89b31
Merge
2009-02-17 14:30:24 -08:00
Tim Bell
cf4c6b351a
Merge
2009-02-17 09:07:14 -08:00
Tim Bell
47f944a908
Merge
2009-02-17 09:06:16 -08:00
Christian Thalinger
f72a09355f
6805950: Typos in andL_rReg_imm instructions in x86_64.ad
...
There are two typos in andL_rReg_imm instructions in x86_64.ad.
Reviewed-by: kvn
2009-02-17 11:19:31 +01:00
Christian Thalinger
dd25f39709
6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant
...
C2, ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant.
Reviewed-by: rasbold
2009-02-16 07:19:26 -08:00
Andrei Pangin
b4e9e47b74
Merge
2009-02-15 20:09:02 -08:00
Christian Thalinger
a2ed00b650
6800154: Add comments to long_by_long_mulhi() for better understandability
...
This patch adds a comment pointing to the Hacker's Delight version of the algorithm plus a verbatim copy of it. Furthermore it adds inline comments.
Reviewed-by: kvn, jrose
2009-02-13 09:09:35 -08:00
Xiomara Jayasena
824fac8c75
Added tag jdk7-b47 for changeset c445221445df
2009-02-12 14:00:59 -08:00
Xiomara Jayasena
c8d87a676a
Added tag jdk7-b47 for changeset 37d45cffbdfc
2009-02-12 14:00:50 -08:00
Xiomara Jayasena
f2e5249ea9
Added tag jdk7-b47 for changeset caeb9cc18005
2009-02-12 14:00:44 -08:00
Xiomara Jayasena
312e8b696c
Added tag jdk7-b47 for changeset 2feefc62f981
2009-02-12 14:00:43 -08:00
Xiomara Jayasena
0982a57615
Added tag jdk7-b47 for changeset e3f44a955240
2009-02-12 14:00:38 -08:00
Xiomara Jayasena
1157bba837
Added tag jdk7-b47 for changeset 2b9d207712eb
2009-02-12 14:00:35 -08:00
Xiomara Jayasena
268b47be93
Added tag jdk7-b47 for changeset e57d3cfab04a
2009-02-12 14:00:34 -08:00
Erik Trimble
46194466cf
Merge
2009-02-10 20:33:36 -08:00
Lana Steuck
f9c7b83d22
Merge
2009-02-10 12:26:12 -08:00
Andrey Petrusenko
a7da5440dd
6700941: G1: allocation spec missing for some G1 classes
...
Reviewed-by: tonyp
2009-02-10 18:39:09 +03:00
John Coomes
b3e23ac700
Merge
2009-02-09 13:47:26 -08:00
Y. Srinivas Ramakrishna
0badccf962
6800586: -XX:+PrintGCDateStamps is using mt-unsafe localtime function
...
Replaced localtime() with localtime_r() on Solaris and Linux.
Reviewed-by: apetrusenko, dholmes, jmasa
2009-02-09 12:26:05 -08:00
Andrey Petrusenko
4be1a50ed3
6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy()
...
Reviewed-by: tonyp, jmasa
2009-02-09 17:33:06 +03:00
Jon Masamitsu
3b5d6a04dd
6690928: Use spinning in combination with yields for workstealing termination
...
Substitute a spin loop for most calls to yield() to reduce the stress on the system.
Reviewed-by: tonyp
2009-02-08 13:18:01 -08:00
Tim Bell
5e0a625580
Merge
2009-02-06 17:24:04 -08:00
Vladimir Kozlov
2f2589d2dc
6791852: assert(b->_nodes[insidx] == n,"got insidx set incorrectly")
...
Move the CreateEx up before each round of IFG construction
Reviewed-by: never, phh
2009-02-06 13:31:03 -08:00
Joe Darcy
553a2dfa66
6794071: Provide exception superclass for UnknownFooExceptions
...
Reviewed-by: jjg
2009-02-06 12:49:48 -08:00
Jonathan Gibbons
21507b2ba7
6595666: fix -Werror
...
Reviewed-by: mcimadamore
2009-02-06 10:23:57 -08:00
Tim Bell
23ab3ee383
Merge
2009-02-06 09:44:58 -08:00
Tim Bell
5ee59847d1
Merge
2009-02-06 09:43:27 -08:00
Xiomara Jayasena
212dd5d9b8
Added tag jdk7-b46 for changeset b60cca94e94d
2009-02-05 16:07:57 -08:00
Xiomara Jayasena
46cd7f09fc
Added tag jdk7-b46 for changeset 3a1f36b2dd3b
2009-02-05 16:07:48 -08:00
Xiomara Jayasena
31fff5194b
Added tag jdk7-b46 for changeset 03eb3b436021
2009-02-05 16:07:42 -08:00
Xiomara Jayasena
5fa439fa37
Added tag jdk7-b46 for changeset 080653129953
2009-02-05 16:07:41 -08:00
Xiomara Jayasena
f7ccda2b14
Added tag jdk7-b46 for changeset be9d0d46381d
2009-02-05 16:07:33 -08:00
Xiomara Jayasena
e4a970d4ed
Added tag jdk7-b46 for changeset b37289fd1a6d
2009-02-05 16:07:29 -08:00
Xiomara Jayasena
ce8564b7f8
Added tag jdk7-b46 for changeset 872bdc318937
2009-02-05 16:07:28 -08:00
Vladimir Kozlov
94a461f4cb
6799693: Server compiler leads to data corruption when expression throws an Exception
...
Use merged memory state for an allocation's slow path.
Reviewed-by: never
2009-02-05 14:43:58 -08:00
Andrey Petrusenko
61181babf1
6484959: G1: introduce survivor spaces
...
6797754: G1: combined bugfix
Implemented a policy to control G1 survivor space parameters.
Reviewed-by: tonyp, iveresov
2009-02-06 01:38:50 +03:00
Vladimir Kozlov
72b75d1adf
6788376: allow to ignore unrecognized VM options
...
Add new product flag -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: ysr, xlu
2009-02-05 13:38:52 -08:00
Tom Rodriguez
275a0bfb42
6793828: G1: invariant: queues are empty when activated
...
Reviewed-by: jrose, kvn
2009-02-05 11:42:10 -08:00
Tim Bell
04d96f9698
Merge
2009-02-05 09:28:04 -08:00
Tim Bell
354177b550
Merge
2009-02-05 09:24:45 -08:00
Tom Rodriguez
67f20d82c9
6442502: assert(bits,"Use TypePtr for NULL") on linux-x86
...
Reviewed-by: kvn
2009-02-04 23:17:38 -08:00
Y. Srinivas Ramakrishna
61c259aeb5
Merge
2009-02-04 15:42:52 -08:00
Tom Rodriguez
a70da64c72
6798785: Crash in OopFlow::build_oop_map: incorrect comparison of 64bit pointers
...
Reviewed-by: phh, kvn
2009-02-04 11:44:57 -08:00
Jean-Christophe Collet
b17d12c83d
6585546: Please update API doc for java.net.CookieManager
...
Trivial doc updates
Reviewed-by: chegar
2009-02-04 14:15:13 +01:00
Xue-Lei Andrew Fan
df345d27f4
6782783: regtest HttpsURLConnection/B6216082.java throws ClosedByInterruptException
...
Make the test robust
Reviewed-by: weijun
2009-02-04 19:10:09 +08:00
Anthony Petrov
13c271c69b
6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7
...
Reviewed-by: art, dcherepanov
2009-02-04 11:58:13 +03:00
Lana Steuck
c88ad511d0
Merge
2009-02-03 22:02:55 -08:00
Tom Rodriguez
c46f747070
6782260: Memory leak in CodeBuffer::create_patch_overflow
...
Reviewed-by: phh, kvn
2009-02-03 18:05:19 -08:00
Joe Darcy
6a6fc9ad3f
6548433: (enum spec) java.lang.Enum docs should explain about values() and valueOf(String)
...
Reviewed-by: martin
2009-02-03 16:29:32 -08:00