Robin Westberg
b11c7752e8
8003209: JFR events for network utilization
...
Reviewed-by: mgronlun, egahlin
2018-06-28 15:06:55 +02:00
Markus Grönlund
5fcc705378
8205906: jdk.jfr.jcmd.TestJcmdDumpLimited fails due to erronous processing of -XX:FlightRecorderOptions
...
Reviewed-by: egahlin
2018-06-28 11:37:02 +02:00
Bob Vandette
ce271e6fde
8205928: [TESTBUG] jdk/internal/platform/docker/TestDockerMemoryMetrics
...
Reviewed-by: stuefe
2018-07-03 10:59:18 -04:00
Erik Gahlin
e6bcdd9eab
8203929: Limit amount of data for JFR.dump
...
Reviewed-by: mgronlun
2018-06-25 02:07:42 +02:00
Alan Bateman
afd6c107a5
Merge
2018-06-23 09:46:18 +01:00
Alan Bateman
cf9438f418
8198372: API to create a SelectableChannel to a FileDescriptor
...
Reviewed-by: chegar, bpb
2018-06-23 09:34:09 +01:00
Alan Bateman
7523687071
8197532: Re-examine policy for the default set of modules when compiling or running code on the class path
...
Reviewed-by: jlahoda, mchung
2018-06-23 08:03:52 +01:00
Peter Levart
6ec2cfcc49
8202788: Explicitly reclaim cached thread-local direct buffers at thread exit
...
Add internal TerminatingThreadLocal and use it to free cached thread-local direct buffers and nio-fs native buffers
Reviewed-by: tonyp, alanb
2018-06-22 17:56:55 +02:00
Robin Westberg
a61ed3b417
8205103: [TESTBUG] Instability in JFR test TestThreadCpuTimeEvent
...
Reviewed-by: mgronlun
2018-06-21 13:39:20 +02:00
Markus Grönlund
c2c3d285dd
8204571: Add support for launching multiple startup recordings
...
Reviewed-by: egahlin
2018-06-19 19:16:08 +02:00
Lois Foltan
425e1a8bb8
8202605: Standardize on ClassLoaderData::loader_name() throughout the VM to obtain a class loader's name
...
Introduced ClassLoaderData::name() and ClassLoaderData::name_and_id() for use when obtaining a class loader's name.
Reviewed-by: coleenp, goetz, mchung, stuefe
2018-06-19 07:54:11 -04:00
David Holmes
95bf19563b
8010319: Implementation of JEP 181: Nest-Based Access Control
...
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Maurizio Mimadamore <maurizio.mimadamore@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Co-authored-by: Vlaidmir Ivanov <vladimir.x.ivanov@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Daniel Smith <daniel.smith@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Kumar Srinivasan <kumardotsrinivasan@gmail.com>
Co-authored-by: Boris Ulasevich <boris.ulasevich@bell-sw.com>
Reviewed-by: alanb, psandoz, mchung, coleenp, acorn, mcimadamore, forax, jlahoda, sspitsyn, abuckley
2018-06-23 01:32:41 -04:00
Mandy Chung
d0955dc37a
8205112: Remove non-existent modules from test/jdk/jdk/modules/etc/UpgradeableModules.java
...
Reviewed-by: alanb, lancea, kcr
2018-06-15 11:44:49 -07:00
Doug Simon
df164b5b85
8205025: [AOT] make jdk.aot module upgradeable
...
Reviewed-by: alanb, kvn, mchung
2018-06-15 16:44:41 +02:00
Bob Vandette
deba30de16
Merge
2018-06-12 18:53:38 -04:00
Bob Vandette
38646663d9
8203357: Container Metrics
...
Reviewed-by: mchung, dholmes, mseledtsov, rehn
2018-06-12 18:51:45 -04:00
Vladimir Kozlov
42e75b8c79
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
...
Reviewed-by: iignatyev, kbarrett
2018-06-07 17:38:34 -07:00
Robin Westberg
33724f098f
8202095: JFR TestBiasedLockRevocationEvents should cope with multiple events during a single safepoint
...
Reviewed-by: mgronlun, egahlin
2018-06-04 16:21:08 +02:00
Erik Gahlin
9017043b57
8203919: Remove "-add-modules" hint from error message
...
Reviewed-by: mgronlun
2018-06-04 22:03:10 +02:00
Erik Gahlin
6d48a23efa
8203774: jdk/jfr/api/recorder/TestStartStopRecording.java failed due to compilation failed
...
Reviewed-by: mgronlun
2018-05-24 15:46:04 +02:00
Jan Lahoda
aabea5d599
8203827: Upgrade JLine to 2.14.6
...
Reviewed-by: alanb, hannesw, rfield
2018-06-01 13:04:30 +02:00
Robin Westberg
c2f454bb57
8203237: JFR TestBiasedLockRevocationEvents should ignore events unrelated to the test
...
Reviewed-by: egahlin, mgronlun
2018-06-01 10:15:48 +02:00
Erik Gahlin
6602c862c1
8195819: Remove recording=x from jcmd JFR.check output
...
Reviewed-by: mgronlun
2018-05-23 00:21:58 +02:00
Erik Gahlin
6e9b05acb2
8201331: Better test cleanup for jdk/jfr/api/consumer/TestRecordingFile.java
...
Reviewed-by: tbell, mgronlun
2018-05-22 23:27:54 +02:00
Erik Gahlin
e2fb68680e
8198337: -XX:StartFlightRecording=dumponexit=true,disk=false doesn't work
...
Reviewed-by: mgronlun
2018-05-21 14:46:12 +02:00
Erik Gahlin
a060be188d
8199712: Flight Recorder
...
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: coleenp, ihse, erikj, dsamersoff, mseledtsov, egahlin, mgronlun
2018-05-15 20:24:34 +02:00
Doug Simon
1b29264229
8201794: [Graal] fix regressions from JDK-8187490
...
Reviewed-by: alanb, mchung
2018-04-18 15:57:19 +02:00
Alexandre Iline
88af1f11ee
8199616: Fix @module declarations in tier1 tests
...
Reviewed-by: mchung, alanb
2018-03-16 03:15:35 -07:00
Robert Field
9b23b4f128
8198670: [testbug] Test jdk/internal/jline/extra/HistoryTest.java is broken after 8166232
...
Reviewed-by: jlahoda
2018-02-25 23:02:45 -08:00
Lance Andersen
987c3a2d87
8190378: Removal of CORBA and Java EE modules
...
Reviewed-by: rriggs, alanb, mchung, erikj, goetz
2018-02-10 07:06:16 -05:00
Alexandre Iline
ca8a2aceed
8178342: Missing @modules in jdk/jdk/nio/zipfs
...
Reviewed-by: mchung
2018-02-08 06:16:49 -08:00
Amy Lu
2bf1bf3afb
8195981: Move some tests to OpenJDK for jdk_lang test group
...
Reviewed-by: alanb, mchung
2018-02-05 11:12:09 +08:00
Xueming Shen
fec9d472e3
8193802: NullPointerException from JarFileSystem.getVersionMap()
...
Reviewed-by: mchung
2018-01-31 14:21:52 -08:00
Joe Darcy
0b40438ae8
8194070: Update various tests to pass under JDK 11
...
Reviewed-by: alanb, sherman, psandoz
2018-01-31 11:25:34 -08:00
Lana Steuck
aad1a3592c
Merge
2018-01-16 22:24:20 +00:00
Mandy Chung
bb285a789a
8191350: jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set
...
Reviewed-by: alanb
2018-01-14 16:42:47 -08:00
Chris Hegarty
a2000f8720
8179424: Remove terminally deprecated sun.reflect.Reflection.getCallerClass
...
Reviewed-by: alanb, dfuchs, dholmes, lancea, mchung, rriggs
2017-12-22 15:55:29 +00:00
Claes Redestad
7759531e5c
8176188: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java failing since 9-b93
...
Reviewed-by: psandoz, sherman
2017-12-05 14:25:16 +01:00
Vyom Tewari
d55fdd6c56
8190843: can not set/get extendedOptions to ServerSocket
...
Reviewed-by: chegar, rriggs
2017-12-04 13:24:00 +05:30
Xueming Shen
97cddabb17
8189611: JarFile versioned stream and real name support
...
Reviewed-by: psandoz, alanb, mchung, martin
2017-11-29 15:01:16 -08:00
Vyom Tewari
2245db7522
8145635: Add TCP_QUICKACK socket option
...
Reviewed-by: chegar, rriggs, clanger
2017-11-13 14:03:36 +05:30
Jesper Wilhelmsson
947fc09db0
Merge
2017-10-14 00:19:29 +02:00
Claes Redestad
81b7f75837
8188869: jdk9/10 reject zip/jar files where seconds value of timestamp is out of supported range 0 - 59
...
Reviewed-by: sherman, alanb
2017-10-12 16:00:29 +02:00
Vladimir Kozlov
e24a5bc2ff
8188776: jdk.internal.vm.ci can't export package to upgradeable modules
...
Added missing exception in JdkQualifiedExportTest.java test
Reviewed-by: mchung
2017-10-06 13:00:18 -07:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00