lancea [Sun, 09 Jun 2019 05:56:46 -0400] rev 55303
8225322: Broken links in java.sql
Reviewed-by: darcy, jjg
egahlin [Sun, 09 Jun 2019 11:28:13 +0200] rev 55302
8216064: -XX:StartFlightRecording:settings= doesn't work properly
Reviewed-by: mgronlun
iignatyev [Fri, 07 Jun 2019 21:35:26 -0700] rev 55301
8149040: Cleanup compiler/jsr292/NonInlinedCall tests after JDK-8148994
Reviewed-by: kvn, thartmann
jjg [Fri, 07 Jun 2019 16:38:42 -0700] rev 55300
8224257: fix issues in files generated by pandoc
Reviewed-by: mchung
sviswanathan [Fri, 07 Jun 2019 15:35:32 -0700] rev 55299
8224234: compiler/codegen/TestCharVect2.java fails in test_mulc
Reviewed-by: vlivanov, thartmann
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
jjg [Fri, 07 Jun 2019 14:32:48 -0700] rev 55297
8224257: fix issues in files generated by pandoc
Reviewed-by: mchung
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
kvn [Fri, 07 Jun 2019 13:57:08 -0700] rev 55295
8225350: compiler/jvmci/compilerToVM/IsCompilableTest.java timed out
Reviewed-by: iignatyev
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
never [Fri, 07 Jun 2019 10:26:21 -0700] rev 55293
8209626: [JVMCI] Use implicit exception table for dispatch and printing
Reviewed-by: kvn
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
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
jlaskey [Fri, 07 Jun 2019 08:47:28 -0300] rev 55290
8225448: String::translateEscapes javadoc has accessibility issues
Reviewed-by: jjg
chegar [Fri, 07 Jun 2019 11:51:27 +0100] rev 55289
8216988: ServerSocket.implAccept should include warnings about Socket type/state
Reviewed-by: alanb
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
shade [Fri, 07 Jun 2019 11:48:01 +0200] rev 55287
8225441: Cleanup ShenandoahHeap::atomic_compare_exchange_oop
Reviewed-by: rkennke
shade [Fri, 07 Jun 2019 11:47:53 +0200] rev 55286
8225357: Rewire ShenandoahHeap::maybe_update_with_forwarded for contending fixups
Reviewed-by: rkennke
pliden [Fri, 07 Jun 2019 11:19:34 +0200] rev 55285
8222467: ZGC: Log min/max/softmax capacity
Reviewed-by: stefank
pliden [Fri, 07 Jun 2019 11:19:34 +0200] rev 55284
8222182: ZGC: Use SoftMaxHeapSize to guide GC heuristics
Reviewed-by: stefank, tschatzl
pliden [Fri, 07 Jun 2019 11:19:34 +0200] rev 55283
8222145: Add -XX:SoftMaxHeapSize flag
Reviewed-by: eosterlund, tschatzl
pliden [Fri, 07 Jun 2019 11:19:34 +0200] rev 55282
8225340: ZGC: Add logging of High Usage rule
Reviewed-by: stefank, eosterlund
mdoerr [Fri, 07 Jun 2019 10:13:30 +0200] rev 55281
8225347: [s390] Unexpected exit from stack overflow test
Reviewed-by: simonis
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
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
iignatyev [Thu, 06 Jun 2019 23:06:47 -0700] rev 55278
8225469: clean up problem lists
Reviewed-by: kvn
egahlin [Fri, 07 Jun 2019 04:57:51 +0200] rev 55277
8224139: Deprecate -XX:FlightRecorder option
Reviewed-by: mgronlun, mseledtsov
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