Tom Benson
8da14a64c8
8098815: Assertion failure in CDS shared string archive support on Windows
...
Check for a zero length before calling the G1 fill_archive_regions routine
Reviewed-by: coleenp, iklam, dcubed
2015-06-17 13:22:38 -07:00
David Lindholm
295a084cc5
7169803: Usage of pretenured value is not correct
...
Reviewed-by: tamao, jmasa
2015-06-17 17:29:56 +02:00
Jesper Wilhelmsson
8a2a6073df
8077842: Remove the level parameter passed around in GenCollectedHeap
...
Reviewed-by: kbarrett, mgerdin
2015-06-17 14:44:54 +02:00
Coleen Phillimore
2a2b10342e
Merge
2015-06-17 15:45:43 +00:00
Coleen Phillimore
29a1b9c2ed
8085865: hs_err improvement: Printing /proc/cpuinfo makes too long hs_err files
...
Summarize information from linux-x86; it's too long and redundant
Reviewed-by: gtriantafill, dholmes, mgerdin, dcubed
2015-06-17 11:30:51 -04:00
Poonam Bajaj
87b7e052f2
Merge
2015-06-17 00:52:06 +00:00
Poonam Bajaj
20bb21349c
8085965: VM hangs in C2Compiler
...
CMSClassUnloadingEnabled and ExplicitGCInvokesConcurrentAndUnloadsClasses should be disabled when -Xnoclassgc is specified
Reviewed-by: jmasa, kbarrett
2015-06-16 14:30:27 -07:00
Andreas Eriksson
606468abc4
8076110: VM crash when class is redefined with Instrumentation.redefineClasses
...
Reviewed-by: coleenp, sspitsyn
2015-06-16 15:59:57 +02:00
Bertrand Delsart
a6a13b5344
8079473: allow demangling to be optional in dll_address_to_function_name
...
Add a demangling boolean argument to dll_address_to_function_name and decode
Reviewed-by: dholmes, simonis
2015-06-16 11:58:25 +02:00
Christian Tornqvist
e720ad23ac
8087121: bscmake fails when building inside VS2013
...
Reviewed-by: hseigel, lfoltan, mgronlun
2015-06-15 14:33:51 -07:00
Severin Gehwolf
709d3d936e
8098552: 8079792 breaks Zero builds without precompiled headers
...
Include memRegion.hpp in g1BiasedArray.hpp
Reviewed-by: ehelin, sjohanss
2015-06-15 11:50:16 +02:00
Jesper Wilhelmsson
a347180ac5
Merge
2015-06-15 13:48:30 +02:00
Stefan Johansson
d9e465adaf
8077279: assert(ic->is_clean()) failed: IC should be clean
...
Reviewed-by: rbackman, thartmann
2015-06-15 10:24:38 +02:00
Kim Barrett
8098f06af1
8098517: Unprotected PrintMalloc in os::realloc
...
Also verify tty != NULL before printing.
Reviewed-by: dholmes
2015-06-15 01:38:42 -04:00
Tom Benson
df2efa1c37
8042668: GC Support for shared heap ranges in CDS
...
Added "Archive Region" support to the G1 GC
Reviewed-by: tschatzl, brutisso
2015-06-12 19:49:54 -04:00
Jiangli Zhou
edcd4cb94b
8015086: add interned strings to the shared archive
...
Support saving interned strings in shared CDS archive.
Reviewed-by: coleenp, iklam, pliden
2015-06-12 17:29:14 -04:00
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
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
Roland Westrelin
fd10da6423
8086016: closed/java/text/Format/NumberFormat/BigDecimalCompatibilityTest.java is crashing
...
Trying to transform ArrayCopyNode in dying part of the graph
Reviewed-by: kvn
2015-06-09 12:09:03 +02:00
Sergei Kovalev
518225447f
8078145: testlibrary_tests/RandomGeneratorTest.java failed with AssertionError : Unexpected random number sequence for mode: NO_SEED
...
Reviewed-by: iignatyev, vlivanov
2015-06-15 16:47:24 +03:00
Roland Westrelin
d7522fb084
8086046: escape analysis generates incorrect code as of B67
...
Load bypasses arraycopy that sets the value after the ArrayCopyNode is expanded
Reviewed-by: kvn
2015-06-12 14:10:17 +02:00
Alejandro Murillo
2f0a309d84
Merge
2015-06-08 11:11:47 -07: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
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
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
Lana Steuck
28ac2ad5f8
Merge
2015-06-04 18:50:05 -07: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 Katleman
c051a3bcfb
Added tag jdk9-b67 for changeset b83f001a855d
2015-06-04 09:31:46 -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
Alexander Alexeev
252b1be912
8081790: aarch64: SHA tests fail
...
Fix SHA tests in JTReg so they recognize aarch64
Reviewed-by: duke
2015-06-03 08:23:09 +00:00
Vladimir Kozlov
c163b85cb2
Merge
2015-06-12 09:59:51 -07: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