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
Lana Steuck
955d253fed
Merge
2012-08-30 20:10:34 -07:00
Lana Steuck
b796471371
Merge
2012-08-30 20:10:29 -07:00
David Katleman
53024605e4
Added tag jdk8-b54 for changeset edce301a53ed
2012-08-30 10:27:39 -07:00
David Katleman
18c8f75901
Added tag jdk8-b54 for changeset 9b806d4f69be
2012-08-30 10:27:23 -07:00
David Katleman
1ee5aecfeb
Added tag jdk8-b54 for changeset e0b1a72b7a91
2012-08-30 10:27:18 -07:00
David Katleman
6b75da0827
Added tag jdk8-b54 for changeset 3799d28d324f
2012-08-30 10:27:15 -07:00
David Katleman
f6008840a0
Added tag jdk8-b54 for changeset 0b41a071152f
2012-08-30 10:27:07 -07:00
David Katleman
0c6def85cc
Added tag jdk8-b54 for changeset bbaf12c708dc
2012-08-30 10:27:01 -07:00
David Katleman
1bd0a0be7d
Added tag jdk8-b54 for changeset c5705c72aff8
2012-08-30 10:26:55 -07:00
Bill Pittore
58a50b25eb
7154641: Servicability agent should work on platforms other than x86, sparc
...
Added capability to load support classes for other cpus
Reviewed-by: coleenp, bobv, sla
2012-08-30 11:20:01 -04:00
David Katleman
c4c4e329f2
Merge
2012-08-29 15:28:39 -07:00
Denis Fokin
ac4a9defca
7192887: java/awt/Window/Grab/GrabTest.java still failed (fix failed for CR 7149068)
...
Reviewed-by: ant, serb
2012-08-30 01:17:24 +04:00
Brandon Mitchell
f51faf2bbe
7194409: os::javaTimeNanos() shows hot on CPU_CLK_UNHALTED profiles
...
Add inline directives to os::Linux::supports_monotonic_clock() and os::Bsd::supports_monotonic_clock().
Reviewed-by: johnc, azeemj, mikael
2012-08-29 13:02:54 -07:00
Vladimir Kozlov
da65cc4532
7160161: Missed safepoint in non-Counted loop
...
Do not remove safepoints during peeling optimization.
Reviewed-by: twisti
2012-08-29 13:02:40 -07:00
Pavel Punegov
373b8ccd27
7191926: Remove MKS dependency in Hotspot regression tests
...
Add case for CYGWIN in .sh files.
Reviewed-by: coleenp, kvn
2012-08-29 14:49:05 -04:00
Leonid Romanov
18e3872928
7124375: [macosx] Focus isn't transfered as expected between components
...
Reviewed-by: art, ant, serb
2012-08-29 19:53:35 +04:00
Chris Hegarty
84603e4d94
7189567: java net obselete protocol
...
Reviewed-by: alanb, ahgross
2012-08-29 14:05:37 +01:00
Alexander Scherbatiy
31ec802d7e
7171045: [macosx] There are no enter or exit events reported against 8b39 for MouseEventsDuringDrag
...
Reviewed-by: anthony, serb
2012-08-29 15:54:28 +04:00
Christian Thalinger
40c1bd4242
7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites
...
Reviewed-by: kvn
2012-08-28 15:24:39 -07:00
John Cuthbertson
eb2c52c717
7041879: G1: introduce stress testing parameter to cause frequent evacuation failures
...
Add the flags G1EvacuationFailureALot flag (and supporting flags) to force trigger evacuation failures. The support flags control how often to trigger an evacuation failure and during which types of evacuation pause. This functionality is analogous to that of PromotionFailureALot for the other collectors.
Reviewed-by: brutisso
2012-08-28 15:20:08 -07:00
Christian Thalinger
e48b871bdc
7194662: JSR 292: PermuteArgsTest times out in nightly test runs
...
Reviewed-by: kvn
2012-08-28 14:57:43 -07:00
John R Rose
03930364c8
7194612: api/java_lang/invoke/MethodHandles/Lookup/index.html#ExceptionsTests[findVirtualNSME] fails w/ -esa
...
Reviewed-by: kvn, twisti
2012-08-28 13:14:59 -07:00
Lana Steuck
a0b3f023db
Merge
2012-08-28 12:24:33 -07:00
Lana Steuck
a43f699f88
Merge
2012-08-28 12:20:26 -07:00
Daniel D. Daugherty
7f75e401cc
7194608: add VerifyLocalVariableTableOnRetransformTest.sh to Problem.list
...
Reviewed-by: alanb
2012-08-28 09:40:27 -07:00
Rickard Bäckman
228b4f6d7f
7093328: JVMTI: jvmtiPrimitiveFieldCallback always report 0's for static primitives
...
Reviewed-by: dholmes, dcubed
2012-08-28 15:15:29 +02:00
Coleen Phillimore
5f4a2405a7
Merge
2012-10-15 22:33:19 -04:00
Kevin Walls
b296b69382
7195151: Multiplatform tescase for 6929067
...
Reviewed-by: kamg, kvn
2012-10-15 16:48:48 +01:00
Keith McGuigan
04a9a14193
7054345: Support version 52.0 class file in HotSpot
...
Accept classfiles with major version 52
Reviewed-by: coleenp, acorn
2012-10-11 14:27:54 -04:00