Mon, 24 Apr 2017 21:34:24 +0200 Merge
jwilhelm [Mon, 24 Apr 2017 21:34:24 +0200] rev 46407
Merge
Mon, 24 Apr 2017 17:26:11 +0000 Merge
rprotacio [Mon, 24 Apr 2017 17:26:11 +0000] rev 46406
Merge
Mon, 24 Apr 2017 11:32:38 -0400 8168122: Update logging in perfMemory to Unified Logging
rprotacio [Mon, 24 Apr 2017 11:32:38 -0400] rev 46405
8168122: Update logging in perfMemory to Unified Logging Summary: -XX:+PerfTraceMemOps replaced with -Xlog:perf+memops=debug, -XX:+PerfTraceDataCreation replaced with -Xlog:perf+datacreation=debug Reviewed-by: sspitsyn, coleenp
Mon, 24 Apr 2017 12:08:28 -0400 8165896: Use "open" flag from JVM_DefineModule to export all module packages
rprotacio [Mon, 24 Apr 2017 12:08:28 -0400] rev 46404
8165896: Use "open" flag from JVM_DefineModule to export all module packages Summary: Implemented VM side of open modules, which export all their packages unqualifiedly. Automatic modules and unnamed modules are treated internally as open modules. Reviewed-by: alanb, hseigel, lfoltan
Mon, 24 Apr 2017 08:47:38 -0400 8178949: The split verifier allows anewarray to create an array of more than 255 dimensions.
hseigel [Mon, 24 Apr 2017 08:47:38 -0400] rev 46403
8178949: The split verifier allows anewarray to create an array of more than 255 dimensions. Summary: Add check to split verifier handling of anewarray opcode. Reviewed-by: sspitsyn, gtriantafill, lfoltan
Sun, 23 Apr 2017 15:02:46 -0400 8179181: Cleanup BitMap search API
kbarrett [Sun, 23 Apr 2017 15:02:46 -0400] rev 46402
8179181: Cleanup BitMap search API Summary: Remove _inline suffixes and remove duplicate wrappers. Reviewed-by: dholmes, coleenp
Sat, 22 Apr 2017 00:56:56 +0000 Merge
iignatyev [Sat, 22 Apr 2017 00:56:56 +0000] rev 46401
Merge
Wed, 19 Apr 2017 16:33:37 -0700 8178788: wrap JCStress test suite as jtreg tests
iignatyev [Wed, 19 Apr 2017 16:33:37 -0700] rev 46400
8178788: wrap JCStress test suite as jtreg tests Reviewed-by: kvn, dholmes
Fri, 21 Apr 2017 08:24:48 +0200 8179064: TestInterpreterMethodEntries.java is missing -XX:+UnlockDiagnosticVMOptions
ehelin [Fri, 21 Apr 2017 08:24:48 +0200] rev 46399
8179064: TestInterpreterMethodEntries.java is missing -XX:+UnlockDiagnosticVMOptions Reviewed-by: ctornqvi, gtriantafill
Fri, 21 Apr 2017 10:43:43 +0200 8177967: Move TestGCOld to subdirectory
ehelin [Fri, 21 Apr 2017 10:43:43 +0200] rev 46398
8177967: Move TestGCOld to subdirectory Reviewed-by: mgerdin, pliden
Tue, 18 Apr 2017 11:01:09 +0200 8177968: Add GC stress test TestGCLocker
ehelin [Tue, 18 Apr 2017 11:01:09 +0200] rev 46397
8177968: Add GC stress test TestGCLocker Reviewed-by: pliden, lmesnik
Wed, 05 Apr 2017 14:21:58 +0200 8178095: Add GC stress test TestSystemGC
ehelin [Wed, 05 Apr 2017 14:21:58 +0200] rev 46396
8178095: Add GC stress test TestSystemGC Reviewed-by: dfazunen, mgerdin
Wed, 19 Apr 2017 04:10:56 +0000 Merge
iveresov [Wed, 19 Apr 2017 04:10:56 +0000] rev 46395
Merge
Wed, 19 Apr 2017 03:21:41 +0000 Merge
iveresov [Wed, 19 Apr 2017 03:21:41 +0000] rev 46394
Merge
Tue, 18 Apr 2017 20:17:22 -0700 8178864: Update Graal
iveresov [Tue, 18 Apr 2017 20:17:22 -0700] rev 46393
8178864: Update Graal Reviewed-by: kvn
Tue, 18 Apr 2017 20:10:55 -0700 8178835: CTW Runner should check that all classes have been compiled
iignatyev [Tue, 18 Apr 2017 20:10:55 -0700] rev 46392
8178835: CTW Runner should check that all classes have been compiled Reviewed-by: kvn
Tue, 18 Apr 2017 20:10:54 -0700 8178913: CTW library does not close all opened resources
iignatyev [Tue, 18 Apr 2017 20:10:54 -0700] rev 46391
8178913: CTW library does not close all opened resources Reviewed-by: kvn
Tue, 18 Apr 2017 23:52:58 +0200 Merge
mseledtsov [Tue, 18 Apr 2017 23:52:58 +0200] rev 46390
Merge
Tue, 18 Apr 2017 14:18:43 -0700 8177728: [TESTBUG] Improve CDS test utils
mseledtsov [Tue, 18 Apr 2017 14:18:43 -0700] rev 46389
8177728: [TESTBUG] Improve CDS test utils Summary: Improved and expanded CDS test utils; updated CDS tests to use new utils. Reviewed-by: jiangli, ccheung
Tue, 18 Apr 2017 22:25:33 +0200 Merge
jwilhelm [Tue, 18 Apr 2017 22:25:33 +0200] rev 46388
Merge
Tue, 18 Apr 2017 13:19:42 -0400 8176472: Lazily create ModuleEntryTable
rprotacio [Tue, 18 Apr 2017 13:19:42 -0400] rev 46387
8176472: Lazily create ModuleEntryTable Summary: Moved the unnamed module out of the ModuleEntryTable and into the ClassLoaderData so that the MET can be lazily created only when other modules are present. Also a smaller PackageTable size. Reviewed-by: gtriantafill, hseigel, lfoltan, coleenp
Fri, 24 Mar 2017 16:35:37 +0100 8176580: [ppc, s390] CRC32C: wrong checksum result in some cases
simonis [Fri, 24 Mar 2017 16:35:37 +0100] rev 46386
8176580: [ppc, s390] CRC32C: wrong checksum result in some cases Reviewed-by: simonis, mdoerr Contributed-by: lutz.schmidt@sap.com
Fri, 14 Apr 2017 15:47:33 -0700 8178727: CTW should provide class names in error messages
iignatyev [Fri, 14 Apr 2017 15:47:33 -0700] rev 46385
8178727: CTW should provide class names in error messages Reviewed-by: kvn
Thu, 13 Apr 2017 16:38:39 -0400 8169517: WhiteBox should provide concurrent GC phase control
kbarrett [Thu, 13 Apr 2017 16:38:39 -0400] rev 46384
8169517: WhiteBox should provide concurrent GC phase control Summary: Added WhiteBox API and G1 implementation. Reviewed-by: shade, dfazunen
Thu, 13 Apr 2017 11:23:37 -0700 8178291: Add CTW test for boot module
iignatyev [Thu, 13 Apr 2017 11:23:37 -0700] rev 46383
8178291: Add CTW test for boot module Reviewed-by: kvn
Thu, 13 Apr 2017 09:42:10 -0400 8178336: Unnecessary SystemDictionary walk for Protection domain liveness
coleenp [Thu, 13 Apr 2017 09:42:10 -0400] rev 46382
8178336: Unnecessary SystemDictionary walk for Protection domain liveness Summary: remove system dictionary walk and pass strong closure for !ClassUnloading Reviewed-by: jiangli, iklam
Wed, 12 Apr 2017 17:52:04 -0400 8150388: Remove SPARC 32-bit support
gtriantafill [Wed, 12 Apr 2017 17:52:04 -0400] rev 46381
8150388: Remove SPARC 32-bit support Reviewed-by: hseigel, coleenp, dholmes, kvn
Wed, 12 Apr 2017 08:02:29 -0400 8026985: Rewrite SystemDictionary::classes_do and Dictionary::classes_do to use KlassClosure
coleenp [Wed, 12 Apr 2017 08:02:29 -0400] rev 46380
8026985: Rewrite SystemDictionary::classes_do and Dictionary::classes_do to use KlassClosure Summary: Actually remove unused functions like classes_do and methods_do. Reviewed-by: iveresov, sspitsyn, dholmes
Wed, 12 Apr 2017 08:49:08 +0200 8178363: Incorrect check for nmethod re-registration in C1
pliden [Wed, 12 Apr 2017 08:49:08 +0200] rev 46379
8178363: Incorrect check for nmethod re-registration in C1 Reviewed-by: stefank, rbackman
Wed, 12 Apr 2017 01:31:36 -0400 8160748: Inconsistent types for ideal_reg
kbarrett [Wed, 12 Apr 2017 01:31:36 -0400] rev 46378
8160748: Inconsistent types for ideal_reg Summary: Made ideal_reg consistently uint. Reviewed-by: kvn, iveresov
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip