3344 Commits

Author SHA1 Message Date
Chris Hegarty
193cf2ead1 6863110: Newly connected/accepted SctpChannel should fire OP_READ if registered with a Selector
Reviewed-by: jccollet
2009-07-23 14:06:51 +01:00
Dmitry Cherepanov
7e2e64f5e0 6857870: Regression tests are failing with ExceptionInInitializerError
Reviewed-by: art
2009-07-23 11:30:49 +04:00
Y. Srinivas Ramakrishna
759881b511 6863216: Clean up debugging debris inadvertently pushed with 6700789
Anti-delta for debugging debris that was inadvertently pushed.

Reviewed-by: kvn, tonyp
2009-07-22 18:25:00 -07:00
Valerie Peng
2ea2c4b650 6823905: crash in sun.security.pkcs11.wrapper.PKCS11.C_Sign during stress-test
Initialize relevant return value to NULL

Reviewed-by: vinnie
2009-07-22 17:52:21 -07:00
Vladimir Kozlov
b0f75657c5 6826736: CMS: core dump with -XX:+UseCompressedOops
Fix deoptimization code and OopMapSet::all_do() to check for oop = narrow_oop_base.

Reviewed-by: jcoomes, phh, ysr, never
2009-07-22 15:48:51 -07:00
Poonam Bajaj
7cfb301baa 6814140: deadlock due to synchronized demandLogger() code that locks ServerLogManager
Making demandLogger() non-synchronized resolves the deadlock.

Reviewed-by: dcubed
2009-07-22 07:49:57 -07:00
Andrey Petrusenko
0e783b7554 6862661: G1: _gc_alloc_region_counts is not updated properly after 6604422
Implementation of RFE 6604422 (G1: re-use half-promoted regions) introduced incorrect _gc_alloc_region_counts updates which effectively disabled survivor spaces.

Reviewed-by: johnc, jmasa, tonyp
2009-07-22 02:46:55 -07:00
Weijun Wang
945ec03563 6561126: keytool should use larger default keysize for keypairs
Reviewed-by: mullan
2009-07-22 16:41:14 +08:00
Weijun Wang
ee5188c4c3 6854308: more ktab options
Reviewed-by: mullan
2009-07-22 16:40:39 +08:00
Weijun Wang
20ee77e0d0 6847026: keytool should be able to generate certreq and cert without subject name
Reviewed-by: xuelei
2009-07-22 16:40:04 +08:00
Weijun Wang
f1b3e33db7 6858589: more changes to Config on system properties
Reviewed-by: valeriep
2009-07-22 16:39:34 +08:00
Yuri Nesterenko
cacd580a84 Merge 2009-07-21 23:23:57 -07:00
John R Rose
db41917a7e Merge 2009-07-21 21:33:44 -07:00
John R Rose
6515225d49 6862576: vmIntrinsics needs cleanup in order to support JSR 292 intrinsics
Remove useless lazy evaluation of intrinsics; add LAST_COMPILER_INLINE to help categorize them

Reviewed-by: kvn
2009-07-21 16:56:06 -07:00
Tom Rodriguez
62ca1df1dd 6857159: local schedule failed with checkcast of Thread.currentThread()
Reviewed-by: kvn
2009-07-21 16:42:58 -07:00
Sean Mullan
31eb8dfb51 6787645: CRL validation code should permit some clock skew when checking validity of CRLs
Reviewed-by: vinnie
2009-07-20 17:16:34 -04:00
Tim Bell
c3f366cc5a Merge 2009-07-17 09:14:29 -07:00
Vladimir Kozlov
7229ae9b95 Merge 2009-07-17 00:50:55 -07:00
Tim Bell
9e4cc0c67f Merge 2009-07-16 18:07:04 -07:00
Tom Rodriguez
1c4a7e95bb 6861513: correct copyright attribution in test for 6837094 and 6860469
Reviewed-by: rasbold
2009-07-16 17:59:27 -07:00
Vladimir Kozlov
2e2f60507e 6851282: JIT miscompilation results in null entry in array when using CompressedOops
Get type for new Phi from non dead path.

Reviewed-by: never
2009-07-16 16:29:55 -07:00
Vladimir Kozlov
c3efa899b6 6851742: (EA) allocation elimination doesn't work with UseG1GC
Fix eliminate_card_mark() to eliminate G1 pre/post barriers.

Reviewed-by: never
2009-07-16 14:10:42 -07:00
Y. Srinivas Ramakrishna
509c9c3b93 Merge 2009-07-16 12:38:26 -07:00
Xiomara Jayasena
c524fb1e66 Added tag jdk7-b65 for changeset dde9c43422cd 2009-07-16 10:53:31 -07:00
Xiomara Jayasena
27e3d0608d Added tag jdk7-b65 for changeset 6d887683b2b4 2009-07-16 10:53:21 -07:00
Xiomara Jayasena
9243a32265 Added tag jdk7-b65 for changeset 83ac5deac923 2009-07-16 10:53:15 -07:00
Xiomara Jayasena
9b9bfcc5ff Added tag jdk7-b65 for changeset 98a2177833c8 2009-07-16 10:53:13 -07:00
Xiomara Jayasena
7edbc2373c Added tag jdk7-b65 for changeset 60611616dba4 2009-07-16 10:53:09 -07:00
Xiomara Jayasena
a9c0cc5110 Added tag jdk7-b65 for changeset 2ad3a445ce89 2009-07-16 10:53:05 -07:00
Xiomara Jayasena
addbc1de71 Added tag jdk7-b65 for changeset f5311292903a 2009-07-16 10:53:04 -07:00
Joe Darcy
b8fae2d33c 6463998: Undocumented NullPointerExeption from Float.parseFloat and Double.parseDouble
Reviewed-by: lancea, iris
2009-07-15 14:43:13 -07:00
Hiroshi Yamauchi
a24ea182cc 6860469: remix_address_expressions sets incorrect control causing crash in split_if_with_block_post
Co-authored-by: Chuck Rasbold <rasbold@google.com>
Reviewed-by: never, kvn
2009-07-15 13:37:35 -07:00
Joe Darcy
8c000e858b 6857789: (reflect) Create common superclass of reflective exceptions
Reviewed-by: martin
2009-07-15 12:08:55 -07:00
Antonios Printezis
26c66d0015 6859911: G1: assert(Heap_lock->owner() = NULL, "Should be owned on this thread's behalf")
The used() method assumes that the heap lock is held when it is called. However, when used() is called from print_on(), this is not the case.

Reviewed-by: ysr, jmasa
2009-07-15 12:22:59 -04:00
Yuri Nesterenko
1b9d35c409 Merge 2009-07-14 22:15:22 -07:00
Yuri Nesterenko
23081840b5 Merge 2009-07-14 22:13:33 -07:00
Erik Trimble
99152f67ed Merge 2009-07-14 19:43:04 -07:00
Y. Srinivas Ramakrishna
075c1335cb 6700789: G1: Enable use of compressed oops with G1 heaps
Modifications to G1 so as to allow the use of compressed oops.

Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
2009-07-14 15:40:39 -07:00
Xiomara Jayasena
cccc6b1305 Merge 2009-07-14 14:12:17 -07:00
Anthony Petrov
565f4998b5 6837446: Introduce Window.isOpaque() method
Reviewed-by: art, alexp
2009-07-14 14:08:47 +04:00
Tim Bell
a2d17d381e Merge 2009-07-13 23:58:49 -07:00
Valerie Peng
fa45d4b2e5 6832540: IllegalArgumentException in ClassLoader.definePackage when classes are loaded in parallel
Modified to handle race condition for parallel-capable classloaders by re-trying/re-verifying package

Reviewed-by: alanb
2009-07-13 15:14:17 -07:00
Tom Rodriguez
df1c3da3f8 Merge 2009-07-13 15:00:22 -07:00
Tom Rodriguez
5a409d142f 6859338: amd64 native unverified entry point pushes values before implicit null check
Reviewed-by: kvn, twisti
2009-07-13 14:58:17 -07:00
Xiomara Jayasena
d42a7a6818 Added tag jdk7-b64 for changeset 186b38713174 2009-07-13 14:48:01 -07:00
Xiomara Jayasena
5c53063942 Added tag jdk7-b64 for changeset 2bd0e908f480 2009-07-13 14:47:51 -07:00
Xiomara Jayasena
636adcfc26 Added tag jdk7-b64 for changeset 9bd8eb50ad5a 2009-07-13 14:47:43 -07:00
Xiomara Jayasena
18605d75a2 Added tag jdk7-b64 for changeset 5b8a9427ecc5 2009-07-13 14:47:42 -07:00
Xiomara Jayasena
068ac9fe23 Added tag jdk7-b64 for changeset 4905b291b676 2009-07-13 14:47:36 -07:00
Xiomara Jayasena
9c68af3ff5 Added tag jdk7-b64 for changeset 444fd06c5063 2009-07-13 14:47:33 -07:00