Derek White
|
1cd0d034f8
|
8078673: Update TEST.groups for recent GC tests
Updates the needs_g1gc list in TEST.groups and adds appropriate "@requires vm.gc" annotations to a few GC tests.
Reviewed-by: tschatzl, dfazunen
|
2016-03-01 12:10:50 -05:00 |
|
Vladimir Ivanov
|
a1b61d2827
|
8150933: System::arraycopy intrinsic doesn't mark mismatched loads
Reviewed-by: kvn, shade
|
2016-03-01 20:06:47 +03:00 |
|
Dmitry Fazunenko
|
f077709652
|
8145908: [Newtest] Multi-threading stress test for G1 Remembered Sets
Reviewed-by: tschatzl, mchernov
|
2016-03-01 20:30:28 +04:00 |
|
Michail Chernov
|
a956d2a0a0
|
8150183: gc/g1/plab/TestPLABResize.java - previous PLAB size should be less than current
Reviewed-by: jmasa, dfazunen
|
2016-03-03 16:12:38 +03:00 |
|
Erik Joelsson
|
12d9b13eee
|
8150822: Fix typo in JDK-8150201
Reviewed-by: ihse, dholmes
|
2016-03-01 09:42:19 +01:00 |
|
Max Ockner
|
5fc22fbb9a
|
Merge
|
2016-03-01 02:15:31 +00:00 |
|
David Holmes
|
2539656e16
|
Merge
|
2016-02-29 23:35:33 +00:00 |
|
Max Ockner
|
5a873632f3
|
8149064: TraceProtectionDomainVerification has been converted to Unified Logging
TraceProtectionDomainVerification has been converted to Unified Logging with tag protectiondomain.
Reviewed-by: coleenp, iklam
|
2016-02-29 16:58:09 -05:00 |
|
Derek White
|
dbaa70361f
|
8140600: Convert unnecessarily malloc'd Monitors to value members
Change a malloc'd monitor into an embedded monitor.
Reviewed-by: tschatzl, kbarrett
|
2016-02-29 11:32:12 -05:00 |
|
Jesper Wilhelmsson
|
9e60be45df
|
Merge
|
2016-02-29 15:42:34 +00:00 |
|
Jesper Wilhelmsson
|
6068abeb00
|
6787054: Par compact - remove code that clears source_region
Reviewed-by: mgerdin, tschatzl
|
2016-02-29 15:47:41 +01:00 |
|
Jesper Wilhelmsson
|
506a90ff7b
|
Merge
|
2016-02-29 15:24:52 +01:00 |
|
Bengt Rutisson
|
190c092900
|
8150068: Log the main G1 phases at info level
Reviewed-by: sjohanss, tschatzl
|
2016-02-29 13:06:03 +01:00 |
|
Thomas Stuefe
|
31f86a2308
|
8150619: Improve thread based logging introduced with 8149036
Reviewed-by: coleenp, dholmes
|
2016-02-29 08:50:57 +01:00 |
|
Kim Barrett
|
234373ff31
|
8150421: Delete experimental G1UseConcMarkReferenceProcessing
Removed the option and supporting code.
Reviewed-by: jmasa, tamao
|
2016-02-28 12:22:05 -05:00 |
|
Joseph Provino
|
e87c6f1b09
|
Merge
|
2016-02-27 00:07:03 +00:00 |
|
Joseph Provino
|
41c0116f6e
|
8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types
Ints need to be changed to size_t
Reviewed-by: kbarrett, tbenson
|
2016-02-26 14:02:39 -05:00 |
|
Alejandro Murillo
|
5818012b93
|
Merge
|
2016-02-26 10:35:07 -08:00 |
|
Chris Plummer
|
6d7d3228e7
|
8147978: Remove Method::_method_data for C1
Method::_method_data field removed when not using C2 or JVMCI
Reviewed-by: dholmes, kvn
|
2016-02-26 09:13:22 -08:00 |
|
Thomas Schatzl
|
a9f10173e7
|
Merge
|
2016-02-26 17:55:05 +01:00 |
|
Andreas Eriksson
|
62c5bdbe9d
|
8144732: VM_HeapDumper hits assert with bad dump_len
Reviewed-by: dsamersoff
|
2016-02-26 16:28:42 +01:00 |
|
Benoit Daloze
|
8cc9a5146b
|
8150727: [JVMCI] add LoadLoad to the implicit memory barriers on AMD64
Reviewed-by: rschatz, twisti
|
2016-02-26 13:21:28 +01:00 |
|
Thomas Schatzl
|
d090b74744
|
8150629: Initializing all ParScanThreadStates causes significant unaccounted "Other" times
Lazily allocate ParScanThreadStates within the worker threads instead of doing this work upfront serially.
Reviewed-by: mgerdin, jmasa
|
2016-02-26 13:02:30 +01:00 |
|
Thomas Schatzl
|
6fe8d6e7de
|
8150630: Add logging for ParScanThreadState merge phase
Improve visibility of the per-thread scan state merge phase by adding appropriate logging.
Reviewed-by: jmasa, tbenson
|
2016-02-26 13:02:30 +01:00 |
|
Thomas Schatzl
|
d00c7378d6
|
8076463: Add logging for the preserve CM referents task
Add logging and do minor refactoring to CM referents handling task.
Reviewed-by: jmasa
|
2016-02-26 13:02:30 +01:00 |
|
Thomas Schatzl
|
917dc3b87c
|
8140777: Make Adaptive IHOP logging information the same as JFR logging
Reviewed-by: tbenson, jmasa
|
2016-02-26 13:02:30 +01:00 |
|
Robbin Ehn
|
64f428726b
|
8150026: Add the ability to log with variable log level
Reviewed-by: brutisso, mlarsson
|
2016-02-26 10:51:01 +01:00 |
|
Lana Steuck
|
66ce266894
|
Merge
|
2016-02-25 11:27:59 -08:00 |
|
Max Ockner
|
4f6dba1568
|
8150103: Convert TraceClassPaths to Unified Logging
TraceClassPaths has been reimplemented with Unified Logging
Reviewed-by: coleenp, dholmes, iklam
|
2016-02-25 13:09:17 -05:00 |
|
Lana Steuck
|
5d8cb4fdb9
|
Added tag jdk-9+107 for changeset f3c43d82c968
|
2016-02-25 09:41:40 -08:00 |
|
Jesper Wilhelmsson
|
bf7f1925fd
|
8150647: Quarantine TestPLABResize.java until JDK-8150183 is fixed
8150562: Quarantine LoadAgentDcmdTest.java due to JDK-8150318
Reviewed-by: iklam, tschatzl
|
2016-02-25 17:26:49 +01:00 |
|
Andrew Haley
|
986f3b0afd
|
8150652: Remove unused code in AArch64 back end
Reviewed-by: kvn
|
2016-02-25 14:59:44 +00:00 |
|
Andrew Haley
|
98d969d374
|
Merge
|
2016-02-25 14:47:08 +00:00 |
|
Aleksey Shipilev
|
4a8c4fc074
|
8150534: C1 compilation fails with "Constant field loads are folded during parsing"
Reviewed-by: vlivanov, thartmann
|
2016-02-25 15:10:16 +03:00 |
|
Stefan Karlsson
|
d15936bdc0
|
8150617: nth_bit and friends are broken
Reviewed-by: shade, tschatzl, vlivanov
|
2016-02-25 13:08:19 +01:00 |
|
Mikael Gerdin
|
167ce92545
|
8150390: Move rs length sampling data to the sampling thread
Reviewed-by: drwhite, jwilhelm
|
2016-02-25 11:20:03 +01:00 |
|
Nils Eliasson
|
1e758f661b
|
Merge
|
2016-02-25 11:17:33 +01:00 |
|
Nils Eliasson
|
d596cf06af
|
8069160: serviceability/dcmd/compiler/CompilerQueueTest.java fails due to class not found
Use whitebox to test specific cases making test less fragile
Reviewed-by: kvn
|
2016-02-25 10:44:51 +01:00 |
|
Nils Eliasson
|
607365df56
|
8149789: SIGSEGV in CompileTask::print
Print tasks from active compile threads requires safepoint
Reviewed-by: kvn
|
2016-02-25 10:44:19 +01:00 |
|
Nils Eliasson
|
e09bb29c2d
|
8148159: [TESTBUG] TestCompilerDirectivesCompatibility tests fails on non-tiered server VMs
Add whitebox for checking available compilers
Reviewed-by: kvn
|
2016-02-25 10:42:42 +01:00 |
|
Tobias Hartmann
|
52c7cb7221
|
8150441: CompileTask::print_impl() is broken after JDK-8146905
Timestamps should be explicitly initialized.
Reviewed-by: dholmes
|
2016-02-25 08:47:57 +01:00 |
|
Shafi Ahmad
|
a9a432a1a1
|
8150002: Check for the validity of oop before printing it in verify_remembered_set
Adding missing check for valid oop.
Reviewed-by: dcubed
|
2016-02-25 11:27:13 +05:30 |
|
Roland Westrelin
|
7c3120b3da
|
Merge
|
2016-02-24 20:18:04 +00:00 |
|
Aleksey Shipilev
|
6e26b67678
|
8150514: C1 crashes in Canonicalizer::do_ArrayLength() after fix for JDK-8150102
Reviewed-by: thartmann, vlivanov
|
2016-02-24 18:43:51 +03:00 |
|
Andrew Haley
|
087b888832
|
Merge
|
2016-02-24 12:38:50 +00:00 |
|
Derek White
|
8961912c74
|
8134992: vm/gc/compact/Compact_InternedStrings_Strings failed due to a malloc() failure
Reviewed-by: mgerdin, brutisso
|
2016-02-24 09:25:39 +01:00 |
|
Christian Tornqvist
|
ba20c3bc65
|
Merge
|
2016-02-25 01:55:45 +00:00 |
|
Kim Barrett
|
0173fa4300
|
Merge
|
2016-02-25 01:23:10 +01:00 |
|
David Holmes
|
f90ee1a167
|
Merge
|
2016-02-24 22:22:41 +00:00 |
|
Christian Tornqvist
|
c25e32cc70
|
8150490: Update OS detection code to recognize Windows Server 2016
Reviewed-by: mgronlun, alanb, dholmes
|
2016-02-24 16:34:25 -05:00 |
|