Mikael Gerdin
cfefd5fc47
7195557: NPG: Unexpected number of memory pools
...
Update management tests to work with a VM without a permanent generation memory pool
Reviewed-by: rbackman, brutisso, sla, dholmes
2012-09-06 14:07:12 +02:00
Alexander Zuev
a483db078d
7175183: [macosx] Objective-C exception thrown when switching monitor configuration
...
Reviewed-by: prr, serb
2012-09-06 14:59:54 +04:00
Lana Steuck
a1878f7d14
Merge
2012-09-05 20:03:19 -07:00
Lana Steuck
29f70d33d7
Merge
2012-09-05 20:01:40 -07:00
Lana Steuck
2216719923
Merge
2012-09-05 17:33:52 -07:00
Coleen Phillimore
8536f548db
7195867: NPG: SAJDI tests fail with sun.jvm.hotspot.types.WrongTypeException: No suitable match for type
...
Need to restore the vtable in metadata when we restore the type from the shared archive.
Reviewed-by: acorn, jcoomes, jmasa, jrose
2012-09-05 20:08:08 -04:00
Lana Steuck
51b47903db
Merge
2012-09-05 13:50:00 -07:00
John Coomes
6ecb1dc545
Merge
2012-09-05 12:58:45 -07:00
John Coomes
1fc1536a31
7196361: add hotspot/make/closed to hgforest.sh
...
Reviewed-by: ohair
2012-09-05 12:42:26 -07:00
Lana Steuck
147f804a82
Merge
2012-09-05 12:00:30 -07:00
Kumar Srinivasan
e9b83f5d6f
7194005: (launcher) needs to be enhanced for 64-bit jar file handling
...
Reviewed-by: darcy, sherman
2012-09-05 11:38:40 -07:00
Lana Steuck
9014f4ced0
Merge
2012-09-05 11:59:27 -07:00
Sergey Bylokhov
7788603b2e
7124523: [macosx] b216: Mising part of applet UI
...
Reviewed-by: denis, alexsch
2012-09-05 21:40:05 +04:00
Valerie Peng
c53bbad396
Merge
2012-09-05 10:26:54 -07:00
Vladimir Kozlov
f3b6368c39
7196167: NPG: mismerge in make/solaris/makefiles/fastdebug.make
...
Remove the workaround of 7187454 problem which was restored incorrectly during NPG merge.
Reviewed-by: coleenp, dholmes
2012-09-05 10:18:37 -07:00
Scott Kovatch
2663894371
7187834: [macosx] Usage of private API in macosx 2D implementation causes Apple Store rejection
...
Reviewed-by: prr, igor
2012-09-05 09:34:19 -07:00
Jim Holmlund
7dfe1cb86c
7185778: javah error "Not a valid class name" on class names with dollar signs
...
Reviewed-by: jjg
2012-09-05 08:32:32 -07:00
Staffan Larsen
330ba0e873
6963102: Testcase failures sun/tools/jstatd/jstatdExternalRegistry.sh and sun/tools/jstatd/jstatdDefaults.sh
...
Make tests more resilient by allowing for more error messages from jps
Reviewed-by: alanb, rbackman, dsamersoff
2012-09-05 14:42:44 +02:00
Stefan Karlsson
36d57e3669
7195935: NPG: Some issues with compressed oops
...
Don't decompress the klass pointer in the G1 pre-barrier code when !UseCompressedKlassPointers
Reviewed-by: coleenp, brutisso
2012-09-05 10:39:29 +02:00
Valerie Peng
a431f9851d
7044060: Need to support NSA Suite B Cryptography algorithms
...
Add support for DSA parameter generation and OIDs for NSA Suite B algorithms.
Reviewed-by: vinnie
2012-09-04 18:41:06 -07:00
Jon Masamitsu
6f32be5139
7195789: NPG: assert(used + free == capacity) failed: Accounting is wrong
...
Reviewed-by: coleenp, jcoomes
2012-09-04 16:20:28 -07:00
Christian Thalinger
0f2dd1c15e
7196120: NPG: JSR 2292 test fails because missing fix for 7188911
...
Reviewed-by: kvn, coleenp
2012-09-04 18:01:20 -07:00
Roland Westrelin
badaff577b
7184649: NPG: Implement another MetdataPtr case
...
Xmeet when both inputs are MetadataPtr.
Reviewed-by: kvn
2012-09-04 23:27:55 +02:00
Jonathan Gibbons
52ca21c92a
7195519: OutOfMemoryError in docs build after 7151010
...
Reviewed-by: darcy
2012-09-04 12:53:50 -07:00
Sergey Malenkov
2276a38632
7195106: REGRESSION : There is no way to get Icon inf, once Softreference is released
...
Reviewed-by: rupashka
2012-09-04 20:50:44 +04:00
Stefan Karlsson
3610a76e25
7195968: NPG: oopDesc::list_ptr_from_klass is broken
...
Remove incorrect cast
Reviewed-by: brutisso, coleenp
2012-09-04 13:01:03 +02:00
Eric Wang
e0782017fe
7195733: TEST_BUG: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/B6216082.java failing
...
Reviewed-by: chegar, alanb, xuelei
2012-09-04 02:24:51 -07:00
Sergey Malenkov
25c0370a8b
7169395: Exception throws due to the changes in JDK 7 object tranversal and break backward compatibility
...
Reviewed-by: art
2012-09-04 13:12:16 +04:00
Coleen Phillimore
eff152a7be
7195823: NPG: CMS reserved() doesn't match _rs.base()
...
If the commit fails, the size isn't set so the assert fails.
Reviewed-by: kamg
2012-09-03 18:37:12 -04:00
Jon Masamitsu
5c58d27aac
6964458: Reimplement class meta-data storage to use native memory
...
Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Tom Rodriguez <tom.rodriguez@oracle.com>
Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland
2012-09-01 13:25:18 -04:00
John Coomes
36eee7c8c8
7195615: new hotspot build - hs25-b01
...
Reviewed-by: johnc
2012-08-31 16:39:35 -07:00
John Coomes
58d9fd45ac
Merge
2012-08-31 16:39:04 -07:00
John Coomes
ae110cd170
Added tag hs24-b22 for changeset a83f6d24c373
2012-08-31 16:17:41 -07:00
John Coomes
c6516ccaea
Merge
2012-08-31 16:17:40 -07:00
Christian Thalinger
6948846044
Merge
2012-08-31 15:20:25 -07:00
Dan Xu
b6bee3c9e9
7193406: Clean-up JDK Build Warnings in java.util, java.io
...
Clean-up JDK Build Warnings in java.util, java.io Packages
Reviewed-by: smarks, darcy, khazra, dholmes, forax, dl, andrew, aph, omajid, ulfzibis, christos, mduigou
2012-08-31 13:42:47 -07:00
Dmytro Sheyko
366a5c5175
7194597: Typeo in com.sun.management.VMOption.toString()
...
VMOption.toString() returns "...(read-only)" if writable "...(read-write)" otherwise.
Reviewed-by: alanb, mchung
2012-09-11 19:58:36 +04:00
Jiangli Zhou
c3b3276936
Merge
2012-08-31 12:59:10 -07:00
Lana Steuck
6fc24809d4
Merge
2012-08-31 12:11:03 -07:00
Jiangli Zhou
50b6647678
Merge
2012-08-31 14:47:01 -04:00
Christian Thalinger
6ddab0cf3c
Merge
2012-08-31 10:48:08 -07:00
Sergey Malenkov
5aa6dd0031
7194567: Improve long term persistence of java.beans objects
...
Reviewed-by: ahgross, art
2012-08-31 09:15:34 -07:00
Anton Tarasov
67b1f9248b
6981400: Tabbing between textfield do not work properly when ALT+TAB
...
7157015: [macosx] Situation when KeyEventDispatcher doesn't work on AWT but does on Swing
7121442: Regression : Reopen CR 6458497 still reproducible using JDK 7
Reviewed-by: art, leonidr
2012-08-31 16:31:29 +04:00
Sergey Malenkov
7d367a5123
7186794: Setter not found. PropertyDescriptor(PropertyDescriptor,PropertyDescriptor)
...
Reviewed-by: rupashka
2012-08-31 14:49:23 +04:00
Sergey Malenkov
99bfc33cce
7192955: Introspector overide PropertyDescriptor for generic type field defined in super class
...
Reviewed-by: rupashka
2012-08-31 14:32:09 +04:00
Joel Borggrén-Franck
9c23b8bad0
7151010: Add compiler support for repeating annotations
...
Reviewed-by: jjg, mcimadamore
2012-08-31 10:37:46 +01:00
Bengt Rutisson
911d3e3ac6
Merge
2012-08-31 08:30:30 +02:00
Lana Steuck
047abf380a
Merge
2012-08-30 20:16:07 -07:00
Lana Steuck
659c51746c
Merge
2012-08-30 20:14:48 -07:00
Lana Steuck
99c7a955ec
Merge
2012-08-30 20:13:30 -07:00