Thu, 23 Feb 2017 10:19:05 +0100 8162104: Use in_cset() instead of obj_in_cs()
tschatzl [Thu, 23 Feb 2017 10:19:05 +0100] rev 46282
8162104: Use in_cset() instead of obj_in_cs() Reviewed-by: ehelin, sjohanss
Thu, 23 Feb 2017 10:18:21 +0100 8160874: Remove typo in G1InitalMarkClosures
tschatzl [Thu, 23 Feb 2017 10:18:21 +0100] rev 46281
8160874: Remove typo in G1InitalMarkClosures Reviewed-by: stefank, sjohanss
Fri, 20 Jan 2017 16:53:50 +0100 8175269: [s390] cleanup calls to vtable_start_offset() and vtable_length_offset()
lucy [Fri, 20 Jan 2017 16:53:50 +0100] rev 46280
8175269: [s390] cleanup calls to vtable_start_offset() and vtable_length_offset() Reviewed-by: dholmes, mdoerr
Fri, 20 Jan 2017 15:17:46 +0100 8175267: [s390] cleanup stub code "handler_for_unsafe_access"
lucy [Fri, 20 Jan 2017 15:17:46 +0100] rev 46279
8175267: [s390] cleanup stub code "handler_for_unsafe_access" Reviewed-by: dholmes, goetz, mdoerr
Wed, 22 Feb 2017 19:51:34 +0000 Merge
kvn [Wed, 22 Feb 2017 19:51:34 +0000] rev 46278
Merge
Fri, 27 Jan 2017 11:19:52 +0100 8173470: [C2] Mask shift operands in ideal graph.
goetz [Fri, 27 Jan 2017 11:19:52 +0100] rev 46277
8173470: [C2] Mask shift operands in ideal graph. Reviewed-by: lucy, kvn
Wed, 22 Feb 2017 12:34:32 -0500 Merge
bobv [Wed, 22 Feb 2017 12:34:32 -0500] rev 46276
Merge
Wed, 22 Feb 2017 12:33:36 -0500 8174863: AOT: jaotc should provide an option to specify the path to the platform linker
bobv [Wed, 22 Feb 2017 12:33:36 -0500] rev 46275
8174863: AOT: jaotc should provide an option to specify the path to the platform linker Reviewed-by: kvn
Fri, 17 Feb 2017 14:47:46 -0500 8175104: Unhandled oop in ProtectionDomainCacheTable::compute_hash
coleenp [Fri, 17 Feb 2017 14:47:46 -0500] rev 46274
8175104: Unhandled oop in ProtectionDomainCacheTable::compute_hash Summary: Pass Handle for protection_domain as it is mostly a Handle up the call stack Reviewed-by: hseigel, jiangli, dcubed
Fri, 17 Feb 2017 02:31:12 +0000 8165753: Custom security manager, crashing wth 'java/security/AccessControlException'
vkempik [Fri, 17 Feb 2017 02:31:12 +0000] rev 46273
8165753: Custom security manager, crashing wth 'java/security/AccessControlException' Reviewed-by: dholmes, dcubed
Fri, 27 Jan 2017 10:22:19 +0100 8173465: Introduce NearLabel for branches known to be short.
goetz [Fri, 27 Jan 2017 10:22:19 +0100] rev 46272
8173465: Introduce NearLabel for branches known to be short. Reviewed-by: kvn
Wed, 15 Feb 2017 22:59:57 -0500 8169881: Remove implicit Handle conversions oop->Handle
coleenp [Wed, 15 Feb 2017 22:59:57 -0500] rev 46271
8169881: Remove implicit Handle conversions oop->Handle Summary: Pass THREAD to Handle as argument instead of implicit Thread::current() call. Reviewed-by: dholmes, sspitsyn
Tue, 14 Feb 2017 20:00:28 -0800 8172285: UL support for PrintCompilation
ysuenaga [Tue, 14 Feb 2017 20:00:28 -0800] rev 46270
8172285: UL support for PrintCompilation Reviewed-by: kvn
Tue, 14 Feb 2017 19:16:46 -0800 8172286: CodeCacheFlushing message should be shown in UL
ysuenaga [Tue, 14 Feb 2017 19:16:46 -0800] rev 46269
8172286: CodeCacheFlushing message should be shown in UL Reviewed-by: kvn
Tue, 14 Feb 2017 11:26:27 -0500 Merge
bobv [Tue, 14 Feb 2017 11:26:27 -0500] rev 46268
Merge
Tue, 14 Feb 2017 11:24:35 -0500 8174203: Enable AOT Jtreg tests on Windows x86_64
bobv [Tue, 14 Feb 2017 11:24:35 -0500] rev 46267
8174203: Enable AOT Jtreg tests on Windows x86_64 Reviewed-by: kvn, dholmes
Mon, 13 Feb 2017 19:10:55 -0500 8157709: NMT should use size_t version of Atomic::add
dholmes [Mon, 13 Feb 2017 19:10:55 -0500] rev 46266
8157709: NMT should use size_t version of Atomic::add Reviewed-by: kbarrett, sspitsyn
Mon, 13 Feb 2017 17:26:26 +0000 Merge
mockner [Mon, 13 Feb 2017 17:26:26 +0000] rev 46265
Merge
Mon, 13 Feb 2017 12:00:40 -0500 8157271: Avoid extra copy of NativeCallStack
mockner [Mon, 13 Feb 2017 12:00:40 -0500] rev 46264
8157271: Avoid extra copy of NativeCallStack Summary: Now pass reference to NativeCallStack instead of copy. Reviewed-by: zgu, sspitsyn
Mon, 13 Feb 2017 10:37:33 -0500 8169206: TemplateInterpreter::_continuation_entry is never referenced
mockner [Mon, 13 Feb 2017 10:37:33 -0500] rev 46263
8169206: TemplateInterpreter::_continuation_entry is never referenced Summary: TemplateInterpreter::_continuation_entry has been removed. Reviewed-by: coleenp, dholmes, fparain
Fri, 10 Feb 2017 07:46:07 -0500 8174092: Remove array-related access checks from Reflection::verify_class_access()
hseigel [Fri, 10 Feb 2017 07:46:07 -0500] rev 46262
8174092: Remove array-related access checks from Reflection::verify_class_access() Summary: Change the parameter type to InstanceKlass* and fix the method's callers Reviewed-by: acorn, coleenp, gtriantafill, lfoltan
Thu, 09 Feb 2017 16:03:03 -0500 Merge
bobv [Thu, 09 Feb 2017 16:03:03 -0500] rev 46261
Merge
Thu, 09 Feb 2017 15:43:54 -0500 8172670: AOT Platform Support for Windows and Mac OS X x64
bobv [Thu, 09 Feb 2017 15:43:54 -0500] rev 46260
8172670: AOT Platform Support for Windows and Mac OS X x64 Reviewed-by: kvn
Wed, 08 Feb 2017 16:33:53 +0100 8174199: ci replay doesn't reallocate static final fields of recorded klass
roland [Wed, 08 Feb 2017 16:33:53 +0100] rev 46259
8174199: ci replay doesn't reallocate static final fields of recorded klass Reviewed-by: kvn
Mon, 30 May 2016 14:42:50 +0300 8142749: HeapRegion::_predicted_bytes_to_copy is unused and can be removed
fzhinkin [Mon, 30 May 2016 14:42:50 +0300] rev 46258
8142749: HeapRegion::_predicted_bytes_to_copy is unused and can be removed Reviewed-by: tschatzl, drwhite Contributed-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com>
Wed, 01 Feb 2017 17:56:22 -0500 8140685: Fix backtrace building to not rely on constant pool merging
coleenp [Wed, 01 Feb 2017 17:56:22 -0500] rev 46257
8140685: Fix backtrace building to not rely on constant pool merging Summary: Store Symbol* for the name in the backtrace Reviewed-by: gtriantafill, dholmes, kbarrett, lfoltan
Fri, 18 Aug 2017 04:37:04 +0000 Added tag jdk-10+20 for changeset 28a10f94ce01
asaha [Fri, 18 Aug 2017 04:37:04 +0000] rev 46256
Added tag jdk-10+20 for changeset 28a10f94ce01
Wed, 23 Aug 2017 08:55:13 +0200 8186470: JDK10 hotspot integration has broken all MacOS dummy builds
erikj [Wed, 23 Aug 2017 08:55:13 +0200] rev 46255
8186470: JDK10 hotspot integration has broken all MacOS dummy builds Reviewed-by: ctornqvi, tbell
Tue, 22 Aug 2017 16:20:29 +0200 Merge
jwilhelm [Tue, 22 Aug 2017 16:20:29 +0200] rev 46254
Merge
Mon, 21 Aug 2017 12:08:03 -0400 8186115: libelf still referenced after 8172670
bobv [Mon, 21 Aug 2017 12:08:03 -0400] rev 46253
8186115: libelf still referenced after 8172670 Reviewed-by: kvn, twisti, erikj, dholmes
Mon, 21 Aug 2017 14:57:44 +0200 8186438: 'configure' fails to find installed libfreetype on Ubuntu AArch64
dchuyko [Mon, 21 Aug 2017 14:57:44 +0200] rev 46252
8186438: 'configure' fails to find installed libfreetype on Ubuntu AArch64 Reviewed-by: erikj
Sun, 20 Aug 2017 20:36:10 -0700 8186095: upgrade to jtreg 4.2 b08
iignatyev [Sun, 20 Aug 2017 20:36:10 -0700] rev 46251
8186095: upgrade to jtreg 4.2 b08 Reviewed-by: rriggs, mchung, dholmes, iklam
Fri, 18 Aug 2017 18:39:35 +0200 Merge
jwilhelm [Fri, 18 Aug 2017 18:39:35 +0200] rev 46250
Merge
Wed, 16 Aug 2017 21:16:30 +0200 Merge
jwilhelm [Wed, 16 Aug 2017 21:16:30 +0200] rev 46249
Merge
Tue, 15 Aug 2017 16:26:30 -0400 8184772: Make it possible to pass arguments only to the Java running the tests when running jtreg through make
ctornqvi [Tue, 15 Aug 2017 16:26:30 -0400] rev 46248
8184772: Make it possible to pass arguments only to the Java running the tests when running jtreg through make Reviewed-by: gtriantafill, iignatyev
Mon, 14 Aug 2017 14:05:26 -0400 8179302: Pre-resolve constant pool string entries and cache resolved_reference arrays in CDS archive.
jiangli [Mon, 14 Aug 2017 14:05:26 -0400] rev 46247
8179302: Pre-resolve constant pool string entries and cache resolved_reference arrays in CDS archive. Summary: Shared class' constant pool resolved_references array is cached. Reviewed-by: coleenp, iklam, tschatzl Contributed-by: jiangli.zhou@oracle.com, thomas.schatzl@oracle.com
Sat, 12 Aug 2017 01:21:20 +0000 Merge
iveresov [Sat, 12 Aug 2017 01:21:20 +0000] rev 46246
Merge
Fri, 11 Aug 2017 17:36:15 -0700 8186158: Update Graal
iveresov [Fri, 11 Aug 2017 17:36:15 -0700] rev 46245
8186158: Update Graal Reviewed-by: kvn
Fri, 11 Aug 2017 16:06:55 -0700 8174202: jtreg AOT tests should not assume library extension of .so
iignatyev [Fri, 11 Aug 2017 16:06:55 -0700] rev 46244
8174202: jtreg AOT tests should not assume library extension of .so Reviewed-by: kvn
Thu, 10 Aug 2017 11:11:52 -0400 8177741: Fix hotspot tests to use --patch-module instead of -Xmodule
hseigel [Thu, 10 Aug 2017 11:11:52 -0400] rev 46243
8177741: Fix hotspot tests to use --patch-module instead of -Xmodule Summary: Change InMemoryJavaCompiler.compile() to accept --patch-module instead of -Xmodule, and then change appropriate tests. Reviewed-by: coleenp, gtriantafill
Tue, 01 Aug 2017 16:03:06 +0200 8185436: jtreg: introduce @requires property to disable cds tests
goetz [Tue, 01 Aug 2017 16:03:06 +0200] rev 46242
8185436: jtreg: introduce @requires property to disable cds tests Reviewed-by: jiangli, mseledtsov, iklam
Tue, 08 Aug 2017 21:15:58 +0200 Merge
jwilhelm [Tue, 08 Aug 2017 21:15:58 +0200] rev 46241
Merge
Wed, 02 Aug 2017 18:07:02 -0700 8072061: Automatically determine optimal sizes for the CDS regions
iklam [Wed, 02 Aug 2017 18:07:02 -0700] rev 46240
8072061: Automatically determine optimal sizes for the CDS regions Summary: See new C++ class MetaspaceClosure. Reviewed-by: coleenp, jiangli, mseledtsov
Wed, 02 Aug 2017 15:59:32 +0000 Merge
iignatyev [Wed, 02 Aug 2017 15:59:32 +0000] rev 46239
Merge
Wed, 02 Aug 2017 08:52:14 -0700 8185536: @key aot should be replaced w/ @requires vm.aot
iignatyev [Wed, 02 Aug 2017 08:52:14 -0700] rev 46238
8185536: @key aot should be replaced w/ @requires vm.aot Reviewed-by: kvn, goetz
Tue, 01 Aug 2017 13:03:20 -0700 Merge
kvn [Tue, 01 Aug 2017 13:03:20 -0700] rev 46237
Merge
Wed, 05 Jul 2017 18:23:35 -0700 Merge
kvn [Wed, 05 Jul 2017 18:23:35 -0700] rev 46236
Merge
Wed, 28 Jun 2017 14:12:59 +0200 Merge
bobv [Wed, 28 Jun 2017 14:12:59 +0200] rev 46235
Merge
Tue, 27 Jun 2017 16:00:14 -0400 Merge
bobv [Tue, 27 Jun 2017 16:00:14 -0400] rev 46234
Merge
Tue, 27 Jun 2017 14:30:44 -0400 8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT
bobv [Tue, 27 Jun 2017 14:30:44 -0400] rev 46233
8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT Reviewed-by: kvn
Tue, 27 Jun 2017 08:30:28 -0700 8181053: port basicvmtest to jtreg
iignatyev [Tue, 27 Jun 2017 08:30:28 -0700] rev 46232
8181053: port basicvmtest to jtreg Reviewed-by: ehelin
Mon, 19 Jun 2017 21:22:19 +0200 Merge
jwilhelm [Mon, 19 Jun 2017 21:22:19 +0200] rev 46231
Merge
Thu, 15 Jun 2017 10:27:28 +0200 8180600: make run-test does not work with jib test dependencies
erikj [Thu, 15 Jun 2017 10:27:28 +0200] rev 46230
8180600: make run-test does not work with jib test dependencies Reviewed-by: ctornqvi, ihse
Wed, 14 Jun 2017 01:29:37 -0700 8181318: Allow C++ library headers on Solaris Studio
eosterlund [Wed, 14 Jun 2017 01:29:37 -0700] rev 46229
8181318: Allow C++ library headers on Solaris Studio Summary: Allow studio to compile but not link against the stlport4 C++ standard library Reviewed-by: dholmes, dcubed, erikj
Tue, 13 Jun 2017 11:09:59 -0400 8086005: Define __STDC_xxx_MACROS config macros globally via build system
kbarrett [Tue, 13 Jun 2017 11:09:59 -0400] rev 46228
8086005: Define __STDC_xxx_MACROS config macros globally via build system Summary: Moved macro definitions to hotspot build configuration Reviewed-by: erikj, eosterlund
Thu, 08 Jun 2017 19:18:02 +0200 Merge
jwilhelm [Thu, 08 Jun 2017 19:18:02 +0200] rev 46227
Merge
Mon, 05 Jun 2017 13:14:04 -0400 8176132: -XX:+PrintSharedSpaces should be converted to use Unified Logging.
rprotacio [Mon, 05 Jun 2017 13:14:04 -0400] rev 46226
8176132: -XX:+PrintSharedSpaces should be converted to use Unified Logging. Summary: Converted -XX:+PrintSharedSpaces to -Xlog:cds=info Reviewed-by: iklam, jiangli, mseledtsov
Thu, 01 Jun 2017 17:34:34 -0700 8181124: Get rid of compiler.testlibrary.rtm.predicate
epavlova [Thu, 01 Jun 2017 17:34:34 -0700] rev 46225
8181124: Get rid of compiler.testlibrary.rtm.predicate Reviewed-by: kvn
Tue, 30 May 2017 17:03:42 -0400 8174231: Factor out and share PlatformEvent and Parker code for POSIX systems
dholmes [Tue, 30 May 2017 17:03:42 -0400] rev 46224
8174231: Factor out and share PlatformEvent and Parker code for POSIX systems Reviewed-by: ihse, erikj
Mon, 29 May 2017 20:48:08 +0200 Merge
jwilhelm [Mon, 29 May 2017 20:48:08 +0200] rev 46223
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip