Lana Steuck
8c7b78e772
Merge
2011-06-10 11:43:15 -07:00
Antonios Printezis
9332c44d84
7045330: G1: Simplify/fix the HeapRegionSeq class
...
7042285: G1: native memory leak during humongous object allocation
6804436: G1: heap region indices should be size_t
A series of fixes and improvements to the HeapRegionSeq class: a) replace the _regions growable array with a standard C array, b) avoid de-allocating / re-allocating HeapRegion instances when the heap shrinks / grows (fix for 7042285), c) introduce fast method to map address to HeapRegion via a "biased" array pointer, d) embed the _hrs object in G1CollectedHeap, instead of pointing to it via an indirection, e) assume that all the regions added to the HeapRegionSeq instance are contiguous, f) replace int's with size_t's for indexes (and expand that to HeapRegion as part of 6804436), g) remove unnecessary / unused methods, h) rename a couple of fields (_alloc_search_start and _seq_bottom), i) fix iterate_from() not to always start from index 0 irrespective of the region passed to it, j) add a verification method to check the HeapRegionSeq assumptions, k) always call the wrappers for _hrs.iterate(), _hrs_length(), and _hrs.at() from G1CollectedHeap, not those methods directly, and l) unify the code that expands the sequence (by either re-using or creating a new HeapRegion) and make it robust wrt to a HeapRegion allocation failing.
Reviewed-by: stefank, johnc, brutisso
2011-06-10 13:16:40 -04:00
Dag Wanvik
a51853081c
7046557: Changes to the Java DB README files in JDK7
...
Update <jdkroot>/README.html with correct mention of Java DB, add JDK specific README files to <jdkroot>/db and <jdkroot>/demo/db.
Reviewed-by: ohair
2011-06-10 17:44:43 +02:00
Bradford Wetmore
33be52be86
7052537: java/security/Security/NotInstalledProviders.java is causing -samevm tests to fail
...
Reviewed-by: valeriep, asaha, alanb
2011-06-09 14:24:09 -07:00
Jim Holmlund
089c11bb9b
7052782: Two langtools regression tests fail due to fix for 7034977 which removed the invokeGeneric method
...
Change the tests to call invoke instead of invokeGeneric
Reviewed-by: jrose, mcimadamore
2011-06-09 09:13:50 -07:00
Antonios Printezis
6d6d8a571c
7045662: G1: OopsInHeapRegionClosure::set_region() should not be virtual
...
Make the method non-virtual, remove five unused closures, and fix a couple of copyright typos.
Reviewed-by: stefank, johnc, poonam
2011-06-08 21:48:38 -04:00
John R Rose
bb3a527f9a
7047697: MethodHandle.invokeExact call for wrong method causes VM failure if run with -Xcomp
...
Reviewed-by: never, twisti
2011-06-08 17:04:06 -07:00
Dmitry Samersoff
62767e93dc
Merge
2011-06-09 01:33:42 +04:00
Dmitry Samersoff
a900c1474e
Merge
2011-06-09 01:06:09 +04:00
Antonios Printezis
507bff762b
7032531: G1: enhance GC logging to include more accurate eden / survivor size transitions
...
This changeset extends the logging information generated by +PrintGCDetails to also print out separate size transitions for the eden, survivors, and old regions.
Reviewed-by: ysr, brutisso
2011-06-08 15:31:51 -04:00
Suchen Chien
4137646027
Merge
2011-06-08 10:25:17 -07:00
Suchen Chien
f8409e2ac9
Merge
2011-06-08 10:24:10 -07:00
Suchen Chien
f005f53f26
Merge
2011-06-08 10:21:10 -07:00
Suchen Chien
cc387f340d
Merge
2011-06-08 10:21:10 -07:00
Suchen Chien
746f103f50
Merge
2011-06-08 10:20:44 -07:00
Suchen Chien
04e00f760f
Merge
2011-06-08 10:20:40 -07:00
Y. Srinivas Ramakrishna
93d9f1ddd9
Merge
2011-06-08 08:39:53 -07:00
Michael McMahon
9ed202225f
7050028: ISE "zip file closed" from JarURLConnection.getInputStream on JDK 7 when !useCaches
...
Reviewed-by: chegar, alanb
2011-06-08 10:56:11 +01:00
Weijun Wang
9ce9d5e6ba
7043737: klist does not detect non-existing keytab
...
Reviewed-by: valeriep
2011-06-08 14:01:34 +08:00
Suchen Chien
67cd1c65ef
Added tag jdk7-b145 for changeset e4b5be572a36
2011-06-07 14:01:26 -07:00
Suchen Chien
69b450d363
Added tag jdk7-b145 for changeset e271924310f9
2011-06-07 14:01:12 -07:00
Suchen Chien
c4f73fb3cb
Added tag jdk7-b145 for changeset 38453b2eac62
2011-06-07 14:01:06 -07:00
Suchen Chien
51f3bcc4c4
Added tag jdk7-b145 for changeset 027c88c4e55f
2011-06-07 14:01:05 -07:00
Suchen Chien
a635feff6e
Added tag jdk7-b145 for changeset 18c6a8bc55b0
2011-06-07 14:00:51 -07:00
Suchen Chien
8f03f05654
Added tag jdk7-b145 for changeset fcb5ff9cf5b1
2011-06-07 14:00:46 -07:00
John Coomes
b45fdce61d
Merge
2011-06-07 13:17:05 -07:00
Andrei Dmitriev
d735ee65ab
7048568: Crash in Java_sun_awt_Win32GraphicsEnvironment_isVistaOS
...
Reviewed-by: dcherepanov, art, amenkov
2011-06-07 22:58:24 +04:00
Lana Steuck
4ce35dcaa5
Merge
2011-06-06 19:04:30 -07:00
Abhijit Saha
5232a86479
Merge
2011-06-06 11:08:52 -07:00
Abhijit Saha
dfdc4f4178
Merge
2011-06-06 10:54:31 -07:00
Abhijit Saha
af2ae2bc80
Merge
2011-06-06 10:22:16 -07:00
Abhijit Saha
9cd57f38d5
Merge
2011-06-06 10:19:09 -07:00
Lana Steuck
2391c4d22c
Merge
2011-06-04 17:33:13 -07:00
Lana Steuck
80b1670cde
Merge
2011-06-04 17:32:21 -07:00
Lana Steuck
0252d1b125
Merge
2011-06-04 17:30:58 -07:00
Andrew Brygin
6c20dab366
7042594: 3 testis api/java_awt/Color/ICC_ProfileRGB/index.html fail against RI b138 OEL6x64
...
Reviewed-by: prr
2011-06-04 23:08:38 +04:00
Vladimir Kozlov
18dd7131d0
7050280: assert(u->as_Unlock()->is_eliminated()) failed: sanity
...
Mark all associated (same box and obj) lock and unlock nodes for elimination if some of them marked already.
Reviewed-by: iveresov, never
2011-06-04 10:36:22 -07:00
Sean Mullan
9a2901828f
Merge
2011-06-04 06:52:01 -07:00
Sean Mullan
998c791227
7050329: test/java/security/Policy/GetPermissions/JarURL.java fails on Windows
...
Reviewed-by: alanb
2011-06-04 06:45:17 -07:00
Alan Bateman
360fe38438
7050358: (fs spec) Path.toUri doesn't allow custom providers to use opaque URIs
...
Reviewed-by: sherman
2011-06-04 11:18:33 +01:00
Tom Rodriguez
a664e486bd
7045514: SPARC assembly code for JSR 292 ricochet frames
...
Reviewed-by: kvn, jrose
2011-06-03 22:31:43 -07:00
Lana Steuck
b764e8fee1
Merge
2011-06-03 22:14:35 -07:00
Erik Trimble
0589616e2f
Merge
2011-06-03 20:13:50 -07:00
Pavel Porvatov
b7c5605096
6977587: GTK L&F: jnlp: java.io.IOException thrown when choosing more than 1 file in the dialog
...
Reviewed-by: alexp
2011-06-04 01:13:04 +04:00
John R Rose
ad33af1a1c
7051206: JSR 292 method name SwitchPoint.isValid is misleading to unwary users; should be hasBeenInvalidated
...
Reviewed-by: kvn, never, ysr
2011-06-03 11:20:20 -07:00
Abhijit Saha
440cc6eade
Merge
2011-06-03 07:54:41 -07:00
Abhijit Saha
cbdf296926
Merge
2011-06-03 07:54:08 -07:00
Coleen Phillimore
8f2d760f58
Merge
2011-06-02 21:01:48 -07:00
Lana Steuck
e9d626d5ec
Merge
2011-06-02 13:38:55 -07:00
Lana Steuck
94891cacc0
Merge
2011-06-02 13:38:28 -07:00