Fri, 07 Jun 2019 18:11:33 -0400 8223050: JVMCI: findUniqueConcreteMethod() should not use Dependencies::find_unique_concrete_method() for non-virtual methods
dlong [Fri, 07 Jun 2019 18:11:33 -0400] rev 55298
8223050: JVMCI: findUniqueConcreteMethod() should not use Dependencies::find_unique_concrete_method() for non-virtual methods Reviewed-by: kvn, dnsimon
Fri, 07 Jun 2019 14:32:48 -0700 8224257: fix issues in files generated by pandoc
jjg [Fri, 07 Jun 2019 14:32:48 -0700] rev 55297
8224257: fix issues in files generated by pandoc Reviewed-by: mchung
Fri, 07 Jun 2019 14:03:17 -0700 8224497: Remove FIXME in metaspaceClosure.cpp
ccheung [Fri, 07 Jun 2019 14:03:17 -0700] rev 55296
8224497: Remove FIXME in metaspaceClosure.cpp Summary: Also cleaned up some comment and code related to the od (optional data) region. Reviewed-by: iklam, jiangli
Fri, 07 Jun 2019 13:57:08 -0700 8225350: compiler/jvmci/compilerToVM/IsCompilableTest.java timed out
kvn [Fri, 07 Jun 2019 13:57:08 -0700] rev 55295
8225350: compiler/jvmci/compilerToVM/IsCompilableTest.java timed out Reviewed-by: iignatyev
Fri, 07 Jun 2019 12:26:50 -0700 8225388: Running jcmd Compiler.CodeHeap_Analytics all 0 cause crash.
lmesnik [Fri, 07 Jun 2019 12:26:50 -0700] rev 55294
8225388: Running jcmd Compiler.CodeHeap_Analytics all 0 cause crash. Reviewed-by: thartmann, sspitsyn
Fri, 07 Jun 2019 10:26:21 -0700 8209626: [JVMCI] Use implicit exception table for dispatch and printing
never [Fri, 07 Jun 2019 10:26:21 -0700] rev 55293
8209626: [JVMCI] Use implicit exception table for dispatch and printing Reviewed-by: kvn
Fri, 07 Jun 2019 09:16:11 -0700 8217739: Cannot reuse java.base UnixConstants.java from target in BuildJDK when cross compiling
erikj [Fri, 07 Jun 2019 09:16:11 -0700] rev 55292
8217739: Cannot reuse java.base UnixConstants.java from target in BuildJDK when cross compiling Reviewed-by: tbell, aoqi
Wed, 05 Jun 2019 16:53:52 +0200 8224958: add os::dll_load calls to event log
mbaesken [Wed, 05 Jun 2019 16:53:52 +0200] rev 55291
8224958: add os::dll_load calls to event log Reviewed-by: dholmes, mdoerr, stuefe
Fri, 07 Jun 2019 08:47:28 -0300 8225448: String::translateEscapes javadoc has accessibility issues
jlaskey [Fri, 07 Jun 2019 08:47:28 -0300] rev 55290
8225448: String::translateEscapes javadoc has accessibility issues Reviewed-by: jjg
Fri, 07 Jun 2019 11:51:27 +0100 8216988: ServerSocket.implAccept should include warnings about Socket type/state
chegar [Fri, 07 Jun 2019 11:51:27 +0100] rev 55289
8216988: ServerSocket.implAccept should include warnings about Socket type/state Reviewed-by: alanb
Fri, 07 Jun 2019 11:47:49 +0100 8225424: Add jdk.net.usePlainSocketImpl runs to a couple of tests
chegar [Fri, 07 Jun 2019 11:47:49 +0100] rev 55288
8225424: Add jdk.net.usePlainSocketImpl runs to a couple of tests Reviewed-by: alanb
Fri, 07 Jun 2019 11:48:01 +0200 8225441: Cleanup ShenandoahHeap::atomic_compare_exchange_oop
shade [Fri, 07 Jun 2019 11:48:01 +0200] rev 55287
8225441: Cleanup ShenandoahHeap::atomic_compare_exchange_oop Reviewed-by: rkennke
Fri, 07 Jun 2019 11:47:53 +0200 8225357: Rewire ShenandoahHeap::maybe_update_with_forwarded for contending fixups
shade [Fri, 07 Jun 2019 11:47:53 +0200] rev 55286
8225357: Rewire ShenandoahHeap::maybe_update_with_forwarded for contending fixups Reviewed-by: rkennke
Fri, 07 Jun 2019 11:19:34 +0200 8222467: ZGC: Log min/max/softmax capacity
pliden [Fri, 07 Jun 2019 11:19:34 +0200] rev 55285
8222467: ZGC: Log min/max/softmax capacity Reviewed-by: stefank
Fri, 07 Jun 2019 11:19:34 +0200 8222182: ZGC: Use SoftMaxHeapSize to guide GC heuristics
pliden [Fri, 07 Jun 2019 11:19:34 +0200] rev 55284
8222182: ZGC: Use SoftMaxHeapSize to guide GC heuristics Reviewed-by: stefank, tschatzl
Fri, 07 Jun 2019 11:19:34 +0200 8222145: Add -XX:SoftMaxHeapSize flag
pliden [Fri, 07 Jun 2019 11:19:34 +0200] rev 55283
8222145: Add -XX:SoftMaxHeapSize flag Reviewed-by: eosterlund, tschatzl
Fri, 07 Jun 2019 11:19:34 +0200 8225340: ZGC: Add logging of High Usage rule
pliden [Fri, 07 Jun 2019 11:19:34 +0200] rev 55282
8225340: ZGC: Add logging of High Usage rule Reviewed-by: stefank, eosterlund
Fri, 07 Jun 2019 10:13:30 +0200 8225347: [s390] Unexpected exit from stack overflow test
mdoerr [Fri, 07 Jun 2019 10:13:30 +0200] rev 55281
8225347: [s390] Unexpected exit from stack overflow test Reviewed-by: simonis
Fri, 07 Jun 2019 10:09:41 +0200 8223782: jshell parser should handle Text Blocks
jlahoda [Fri, 07 Jun 2019 10:09:41 +0200] rev 55280
8223782: jshell parser should handle Text Blocks Summary: Completion analysis should detect text blocks properly. Reviewed-by: jlaskey, rfield
Thu, 06 Jun 2019 09:30:00 +0200 8225402: events logging in deoptimization.cpp should go to deopt-log
mbaesken [Thu, 06 Jun 2019 09:30:00 +0200] rev 55279
8225402: events logging in deoptimization.cpp should go to deopt-log Reviewed-by: mdoerr, stuefe, coleenp
Thu, 06 Jun 2019 23:06:47 -0700 8225469: clean up problem lists
iignatyev [Thu, 06 Jun 2019 23:06:47 -0700] rev 55278
8225469: clean up problem lists Reviewed-by: kvn
Fri, 07 Jun 2019 04:57:51 +0200 8224139: Deprecate -XX:FlightRecorder option
egahlin [Fri, 07 Jun 2019 04:57:51 +0200] rev 55277
8224139: Deprecate -XX:FlightRecorder option Reviewed-by: mgronlun, mseledtsov
Thu, 06 Jun 2019 18:57:28 -0700 8206074: nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java is timing out
dtitov [Thu, 06 Jun 2019 18:57:28 -0700] rev 55276
8206074: nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java is timing out Reviewed-by: cjplummer, gadams
Thu, 06 Jun 2019 17:48:06 -0700 8225465: Add @jls tags to receiver type methods
darcy [Thu, 06 Jun 2019 17:48:06 -0700] rev 55275
8225465: Add @jls tags to receiver type methods Reviewed-by: lancea, jjg
Thu, 06 Jun 2019 17:20:19 -0700 8225397: Integer value miscalculation in toString() method of BitSet
igerasim [Thu, 06 Jun 2019 17:20:19 -0700] rev 55274
8225397: Integer value miscalculation in toString() method of BitSet Reviewed-by: aph
Thu, 06 Jun 2019 16:06:10 -0700 8222371: Use UL for TraceNMethodInstalls code
kvn [Thu, 06 Jun 2019 16:06:10 -0700] rev 55273
8222371: Use UL for TraceNMethodInstalls code Reviewed-by: dholmes
Thu, 06 Jun 2019 15:12:37 -0700 8208379: compiler/jvmci/events/JvmciNotifyInstallEventTest.java failed with "Got unexpected event count after 2nd install attempt: expected 9 to equal 2"
kvn [Thu, 06 Jun 2019 15:12:37 -0700] rev 55272
8208379: compiler/jvmci/events/JvmciNotifyInstallEventTest.java failed with "Got unexpected event count after 2nd install attempt: expected 9 to equal 2" Reviewed-by: iignatyev
Thu, 06 Jun 2019 14:13:59 -0700 8224617: (fs) java/nio/file/FileStore/Basic.java found filesystem twice
bpb [Thu, 06 Jun 2019 14:13:59 -0700] rev 55271
8224617: (fs) java/nio/file/FileStore/Basic.java found filesystem twice Reviewed-by: alanb
Thu, 06 Jun 2019 13:42:41 -0700 8225450: use @file in CtwRunner
iignatyev [Thu, 06 Jun 2019 13:42:41 -0700] rev 55270
8225450: use @file in CtwRunner Reviewed-by: kvn
Thu, 06 Jun 2019 22:31:13 +0200 8219205: JFR file without license header
egahlin [Thu, 06 Jun 2019 22:31:13 +0200] rev 55269
8219205: JFR file without license header Reviewed-by: mgronlun
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip