David Lindholm
c3f3f0f1bd
8025608: GC trace events missing nursery size information
...
Reviewed-by: sjohanss, mgerdin
2015-06-12 12:55:32 +02:00
Goetz Lindenmaier
2a9614af95
8086073: Fix PrintStubCode for empty StubCodeGenerator
...
Reviewed-by: kvn, lfoltan
2015-06-11 11:07:03 -04:00
Katja Kantserova
811fa6e09f
8085813: The targeted processes in sun/tools tests should be launched with -XX:+UsePerfData flag in order to work on embedded platforms
...
Reviewed-by: sspitsyn
2015-06-08 12:54:05 +02:00
Kim Barrett
8a1f708096
Merge
2015-06-10 07:37:11 +02:00
Jesper Wilhelmsson
5a01287618
Merge
2015-06-10 05:59:44 +02:00
Coleen Phillimore
b13cad3a3d
Merge
2015-06-10 04:39:15 +02:00
Kim Barrett
4bbbdd7aa6
8086027: Multiple STATIC_ASSERTs at class scope doesn't work
...
Make supporting typedef name unique via __LINE__ concatenation
Reviewed-by: dholmes, brutisso
2015-06-09 15:05:47 -04:00
Max Ockner
d796407e50
8076161: Runtime stub for throw_null_pointer_exception always constructs log messages
...
A LogEvents filter has been added to avoid unnecessary string construction.
Reviewed-by: coleenp, hseigel, dholmes
2015-06-09 12:22:21 -04:00
Jesper Wilhelmsson
393cf6b287
Merge
2015-06-09 16:48:55 +02:00
Coleen Phillimore
9e5e7f9e5a
8035074: hs_err improvement: Add time zone information in the hs_err file
...
8026335: hs_err improvement: Print exact compressed oops mode and the heap base value
8026331: hs_err improvement: Print if we have seen any OutOfMemoryErrors or StackOverflowErrors
Add requested things to hs_err file.
Reviewed-by: ctornqvi, dholmes
2015-06-09 10:26:25 -04:00
Goetz Lindenmaier
f286447281
8085975: Fix warning "converting to jlong from double" of gcc 4.1.2 after 8079561
...
Reviewed-by: mgerdin, ehelin
2015-06-08 15:40:28 +02:00
Volker Simonis
1360b41194
8080684: PPC64: Fix little-endian build after "8077838: Recent developments for ppc"
...
Also fix the Power8 detection which was broken because we issued an illegal 'lqarx' instruction
Reviewed-by: kvn, asmundak
2015-06-08 17:39:35 +00:00
Chris Plummer
c8c0356588
8054386: Allow Java debugging when CDS is enabled
...
Map archive RW when debugging is enabled
Reviewed-by: sspitsyn, iklam, mseledtsov, dholmes
2015-06-05 13:40:09 -07:00
Derek White
24c9ffed42
7097567: G1: abstract and encapsulate collector phases and transitions between them
...
Reviewed-by: mgerdin, tschatzl
2015-06-05 10:27:41 +02:00
David Lindholm
5f5af54f95
8081382: Make flags ParallelGCThreads and ConcGCThreads of type uint
...
Reviewed-by: drwhite, stefank
2015-06-05 09:50:09 +02:00
Alejandro Murillo
c219f06861
Merge
2015-06-04 15:38:00 -07:00
Vladimir Kozlov
fcd7686431
Merge
2015-06-04 12:52:30 -07:00
David Lindholm
862b933a2e
8080947
: Add uint as a valid VM flag type
...
Reviewed-by: brutisso, ddmitriev
2015-06-04 14:29:34 +02:00
Jesper Wilhelmsson
618a7e124a
Merge
2015-06-04 14:19:51 +02:00
Jesper Wilhelmsson
63abaa2c2b
Merge
2015-06-04 14:19:51 +02:00
Coleen Phillimore
d97fc17132
8081219
: hs_err improvement: Add event logging for class redefinition to the hs_err file
...
Use the Events::log function to save redefined classes for output to the hs_err file.
Reviewed-by: sspitsyn, jiangli, lfoltan
2015-06-04 08:05:47 -04:00
Ed Nevill
10741a86f6
8079565: aarch64: Add vectorization support for aarch64
...
Add vectorization support
Reviewed-by: roland
2015-06-04 12:04:18 +00:00
Kim Barrett
d68213f785
8079093: Remove FakeRttiSupport workaround for gcc -Wtype-limits
...
Remove the no longer needed workaround.
Reviewed-by: jmasa, david, simonis
2015-06-03 14:38:54 -04:00
Yasumasa Suenaga
242ce54cc7
8072913: [REDO] GCCause should distinguish jcmd GC.run from System.gc()
...
GCCause which is caused by GC.run diagnostic command should be different from System.gc() .
Reviewed-by: jmasa, jwilhelm
2015-06-03 08:49:34 +09:00
Stefan Karlsson
c1fc7aa38a
Merge
2015-06-03 13:29:53 +02:00
Stefan Karlsson
93fdb4e5ad
8081682: AbstractWorkGang::_terminate is never used
...
Reviewed-by: kbarrett, pliden, brutisso
2015-06-03 11:46:07 +02:00
Kim Barrett
30a72c7647
8076613: gc/TestSmallHeap.java failed with OOME
...
Disable test when compressed oops are disabled.
Reviewed-by: tschatzl, brutisso
2015-06-02 19:19:37 -04:00
Andreas Eriksson
f3f4608e09
8072588: JVM crashes in JNI if toString is declared as an interface method
...
Check for a valid itable index instead of checking if the holder is an interface
Reviewed-by: dsimms, dholmes
2015-06-02 10:41:18 +02:00
Christian Tornqvist
665eee5efe
8080718: Make -XX:CreateCoredumpOnCrash control core dumping in all cases
...
Reviewed-by: sla, dholmes, gtriantafill
2015-06-01 14:02:59 -07:00
Christian Tornqvist
3c90d44e1a
8080446: The change for 8074354 removed the server check when creating minidumps on Windows
...
Reviewed-by: sla, hseigel
2015-06-01 14:01:20 -07:00
Roland Westrelin
7d22d69e0a
Merge
2015-05-29 17:56:50 +02:00
Joseph Provino
3ab615bd2c
8081508: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
...
OOME is thrown even though there is metaspace available.
Reviewed-by: jmasa, kbarrett
2015-05-29 10:44:32 -04:00
Roland Westrelin
81b0f156c8
8080976: Unexpected AIOOB thrown from 1.9.0-ea-b64 on (regression)
...
Loop variant use in reduction should prevent vectorization
Reviewed-by: kvn, mcberg
2015-05-29 16:09:16 +02:00
Vladimir Ivanov
69aeb7540a
8001622: loadUB2L_immI8 & loadUS2L_immI16 rules don't match some 8-bit/16-bit masks
...
Reviewed-by: dlong, kvn, roland
2015-05-29 17:04:22 +03:00
Vladimir Ivanov
aae5102c06
8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
...
Reviewed-by: sspitsyn, coleenp
2015-05-29 17:04:21 +03:00
Tobias Hartmann
59f2a0f85f
Merge
2015-05-29 12:49:31 +02:00
Staffan Larsen
b1388f39a9
8080928: Uninitialised variable in hotspot/src/share/vm/prims/jvmtiEnvBase.cpp
...
Reviewed-by: mgronlun, sspitsyn
2015-05-29 09:48:58 +02:00
Yasumasa Suenaga
80d98f560a
8081475: SystemTap does not work when JDK is compiled with GCC 5
...
Libjvm.so which is generated by GCC 5 does not have .note.stapsdt section as dtrace was disabled due to incorrect version check
Reviewed-by: dholmes, coleenp
2015-05-29 22:29:44 +09:00
Harold Seigel
84986c5ad9
Merge
2015-05-29 23:19:42 +02:00
Coleen Phillimore
023bafb08f
Merge
2015-05-29 21:49:02 +02:00
Harold Seigel
6a5fa52c18
8076319: jstat verified class fix
...
Move verify perf data so that it only counts classes that actually get verified.
Reviewed-by: acorn, coleenp, gtriantafill
2015-05-29 15:23:41 -04:00
Coleen Phillimore
9b5e1ddb92
8029567: Clean up linkResolver code
...
Moved non-const reference return values to actual return values, refactored error handling code, remove oop from Method* variable names.
Reviewed-by: jiangli, lfoltan, acorn
2015-05-29 11:35:51 -04:00
Alejandro Murillo
dc86a0aff2
Merge
2015-05-28 11:37:13 -07:00
Jesper Wilhelmsson
5862209cf3
Merge
2015-05-28 16:01:10 +02:00
Daniel D. Daugherty
e4c75c1368
Merge
2015-05-27 16:15:23 -07:00
Harold Seigel
93b1bd8283
Merge
2015-05-27 09:34:57 -04:00
Katja Kantserova
742b1ff410
8081037: serviceability/sa/ tests time out on Windows
...
Reviewed-by: jbachorik, sla, dsamersoff
2015-05-27 14:13:20 +02:00
Alexander Alexeev
5e3d542763
8081289: aarch64: add support for RewriteFrequentPairs in interpreter
...
Add support for RewriteFrequentPairs
Reviewed-by: roland
2015-05-27 09:02:08 +00:00
Alejandro Murillo
52c501dfb1
Merge
2015-06-02 09:15:32 -07:00
Alexander Alexeev
a1eb515812
8081669: aarch64: JTreg TestStable tests failing
...
Fix TestStable failures
Reviewed-by: vlivanov
2015-06-02 14:28:08 +00:00