Daniel D. Daugherty
232c4efbdb
7165611: implement Full Debug Symbols on MacOS X hotspot
...
Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root.
Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
2013-10-15 08:25:43 -07:00
Karen Kinnear
72e7308263
8026299: invokespecial gets ICCE when it should get AME
...
Reviewed-by: ccheung, coleenp
2013-10-14 21:52:42 -04:00
Harold Seigel
7476c45011
8024667: VM crashes with "assert(method() != NULL) failed: must have set method"
...
Check if data is in shared spaces before deallocating it.
Reviewed-by: coleenp, dcubed
2013-10-12 15:39:16 -04:00
Gerard Ziemski
db171c7b5d
8025942: os::Bsd::available_memory() needs implementation
...
Implement using the host_statistics64() api.
Reviewed-by: dsamersoff, morris, dholmes, coleenp, hseigel, dcubed
2013-10-12 13:09:18 -04:00
Calvin Cheung
6e756e193c
Merge
2013-10-11 22:22:19 -04:00
Calvin Cheung
b6b00269d9
Merge
2013-10-11 18:23:44 -07:00
Harold Seigel
f185cdb61e
Merge
2013-10-11 17:08:22 -04:00
Lois Foltan
27c290a969
8026041: JVM crashes with assert "assert(is_updated()) failed: must not be clear" with -XX:+PrintGCApplicationConcurrentTime in -Xcomp mode
...
Prior to printing the time interval in RuntimeService::record_safepoint_begin(), check first that VM initialization is complete.
Reviewed-by: coleenp, dholmes, sla, ctornqvi
2013-10-11 15:33:08 -04:00
Coleen Phillimore
65286ffc39
Merge
2013-10-11 15:04:53 -04:00
John Coomes
e61cbf8d69
Merge
2013-10-11 08:27:21 -07:00
Coleen Phillimore
fa72ad21f9
8022592: assert at constantTag.cpp:57: ShouldNotReachHere()
...
More missing cases for JVM_CONSTANT_Method{Handle,Type}InError
Reviewed-by: hseigel, dcubed
2013-10-11 11:23:49 -04:00
Staffan Larsen
779f946d6b
Merge
2013-10-11 14:57:27 +00:00
Fredrik Arvidsson
7f0264f548
8024425: VM_HeapDumper doesn't put anonymous classes in the heap dump
...
Switched from using SystemDictionary to using ClassLoaderDataGraph to get the anonymous classes included.
Reviewed-by: sla, sspitsyn
2013-10-11 14:08:02 +02:00
Fredrik Arvidsson
44c3da1ed0
8026199: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java Compilation failed
...
Fixed a compilation failure due to changed method name
Reviewed-by: sla, jbachorik
2013-10-11 13:48:02 +02:00
Calvin Cheung
3b62cc2221
Merge
2013-10-10 13:25:51 -07:00
Coleen Phillimore
24118e5deb
Merge
2013-10-09 22:01:59 -04:00
Coleen Phillimore
62fc4be9cb
8025185: MethodHandleInError and MethodTypeInError not handled in ConstantPool::compare_entry_to and copy_entry_to
...
Add missing cases.
Reviewed-by: sspitsyn, dcubed
2013-10-09 21:45:28 -04:00
Karen Kinnear
1514de31eb
8026185: nsk/jvmit/GetMethodDeclaringClass/declcls001 failed
...
Missed initialization. Thanks Coleen.
Reviewed-by: coleenp, minqi
2013-10-09 17:57:17 -04:00
Karen Kinnear
920880a243
8026022: Verifier: allow anon classes to invokespecial host class/intf methods
...
Reviewed-by: coleenp, bharadwaj
2013-10-08 16:58:23 -04:00
Kevin Walls
615cf8aecf
Merge
2013-10-08 11:37:54 +02:00
Kevin Walls
c3d0e64506
8019375: Internal symbol table size should be tunable
...
Reviewed-by: coleenp, kamg
2013-10-08 09:33:51 +01:00
Mandy Chung
f9f9dd164a
8026025: JVM_GetCallerClass allows Reflection.getCallerClass(int depth) to use
...
Reviewed-by: alanb, dholmes, twisti
2013-10-08 02:56:06 -04:00
Karen Kinnear
088ded71f9
8009130: Lambda: Fix access controls, loader constraints
...
New default methods list with inherited superinterface methods
Reviewed-by: minqi, sspitsyn, coleenp
2013-10-07 12:20:28 -04:00
Stefan Karlsson
2cbd654963
8025996: Track metaspace usage when metaspace is expanded
...
Reviewed-by: coleenp, ehelin
2013-10-07 15:51:17 +02:00
Stefan Karlsson
55cbe80300
8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces
...
Reviewed-by: brutisso, jmasa, coleenp
2013-10-07 15:51:08 +02:00
Thomas Schatzl
30ed89669a
8003420: NPG: make new GC root for pd_set
...
Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam).
Reviewed-by: coleenp, iklam
2013-10-09 10:57:01 +02:00
Tao Mao
2d75de8b05
8010506: Typos and errors in descriptions of vm options in globals.hpp
...
Fix typos and errors in descriptions of vm options in globals.hpp
Reviewed-by: jmasa, jwilhelm
2013-10-09 11:18:53 -07:00
Mikael Gerdin
7f3b537807
8014555: G1: Memory ordering problem with Conc refinement and card marking
...
Add a StoreLoad barrier in the G1 post-barrier to fix a race with concurrent refinement. Also-reviewed-by: martin.doerr@sap.com
Reviewed-by: iveresov, tschatzl, brutisso, roland, kvn
2013-10-08 17:35:51 +02:00
Mikhailo Seledtsov
2b82651ec0
8023796: [TESTBUG] Add -XX:-TransmitErrorReport to runtime/6888954/vmerrors.sh
...
Added -XX:-TransmitErrorReport to the test
Reviewed-by: stefank, ctornqvi
2013-10-06 16:13:50 +02:00
Staffan Larsen
ca828c9bb8
Merge
2013-10-05 10:56:46 -04:00
Staffan Larsen
dcbbb4d37b
8025922: JNI access to Strings need to check if the value field is non-null
...
Reviewed-by: dholmes, dcubed
2013-10-05 15:18:57 +02:00
Alejandro Murillo
52267389a1
8025859: new hotspot build - hs25-b54
...
Reviewed-by: jcoomes
2013-10-04 14:19:56 -07:00
J. Duke
27cab0e0c8
Merge
2017-07-05 19:15:04 +02:00
J. Duke
2e941607dd
Merge
2017-07-05 19:15:01 +02:00
J. Duke
ad7c96af78
Merge
2017-07-05 19:14:57 +02:00
J. Duke
9212c2d707
Merge
2017-07-05 19:14:54 +02:00
J. Duke
4a42454909
Merge
2017-07-05 19:14:50 +02:00
J. Duke
bd877c5e12
Merge
2017-07-05 19:14:47 +02:00
J. Duke
247035b615
Merge
2017-07-05 19:14:44 +02:00
J. Duke
08eb6f225f
Merge
2017-07-05 19:14:40 +02:00
J. Duke
f84ac5de52
Added tag jdk8-b110 for changeset b5d2bf482a3e
2017-07-05 19:14:20 +02:00
J. Duke
0290019388
Merge
2017-07-05 19:14:19 +02:00
J. Duke
76bc84e412
Merge
2017-07-05 19:14:16 +02:00
J. Duke
6e634ad503
Merge
2017-07-05 19:14:08 +02:00
J. Duke
7ea7da59ce
Merge
2017-07-05 19:14:05 +02:00
J. Duke
046b2e8e1b
Merge
2017-07-05 19:14:01 +02:00
J. Duke
decf238aeb
Merge
2017-07-05 19:13:54 +02:00
J. Duke
fff9962722
Merge
2017-07-05 19:13:51 +02:00
J. Duke
6d5b2e83e9
Merge
2017-07-05 19:13:29 +02:00
J. Duke
a398cd0275
Added tag jdk8-b109 for changeset af9a674e12a1
2017-07-05 19:13:10 +02:00