shade [Mon, 14 Jan 2019 17:20:20 +0100] rev 53274
8216308: StackTraceElement::fill_in can use injected Class source-file
Reviewed-by: coleenp, dholmes
goetz [Mon, 14 Jan 2019 00:00:00 +0100] rev 53273
8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests.
Summary: Also cleanup some switches over OSes and use File.pathSeparator.
Reviewed-by: dholmes, mdoerr
rkennke [Mon, 14 Jan 2019 12:49:12 +0100] rev 53272
8216973: Kick up cleanup phases in the right places
Reviewed-by: shade
dfuchs [Mon, 14 Jan 2019 10:46:08 +0000] rev 53271
8216478: Cleanup HttpResponseImpl back reference to HttpConnection
Summary: Retain a reference to Exchange and HttpConnection only when necessary, i.e. for WebSocket initial connection.
Reviewed-by: chegar
pmuthuswamy [Mon, 14 Jan 2019 15:09:15 +0530] rev 53270
8199892: Missing landmarks when generating docs using html sources
Reviewed-by: jjg
thartmann [Mon, 14 Jan 2019 09:48:30 +0100] rev 53269
8213249: compiler/graalunit/HotspotTest.java failed in ExplicitExceptionTest
Summary: Added -XX:-OmitStackTraceInFastThrow to test flags to avoid empty exception message.
Reviewed-by: epavlova, iignatyev, dlong, kvn
mdoerr [Mon, 14 Jan 2019 09:26:34 +0100] rev 53268
8216560: gtest build broken on PPC64 and aarch64
Reviewed-by: shade
jgeorge [Mon, 14 Jan 2019 09:30:43 +0530] rev 53267
8215544: SA: Modify ClhsdbLauncher to add sudo privileges to enable MacOS tests on Mach5
Summary: Check if 'sudo' privileges can be added for executing macOS tests, and if so, add these privileges before executing the tests
Reviewed-by: jcbeyler, phh, sballal
dholmes [Sun, 13 Jan 2019 16:54:01 -0500] rev 53266
8214816: os::read() should not transition to _thread_blocked with safepoint check on Solaris
Reviewed-by: jiangli, mgronlun
pliden [Sun, 13 Jan 2019 17:33:26 +0100] rev 53265
8216595: Fix broken builds after JDK-8216424
Reviewed-by: redestad, alanb
redestad [Sun, 13 Jan 2019 12:50:05 +0100] rev 53264
8216424: Remove TimeLivenessAnalysis
Reviewed-by: kvn, thartmann
shade [Sat, 12 Jan 2019 13:33:18 +0100] rev 53263
8216589: s390x build failures after JDK-8216167 (Update include guards to reflect correct directories)
Reviewed-by: dholmes
naoto [Fri, 11 Jan 2019 14:24:23 -0800] rev 53262
8216140: Correct UnicodeDecoder U+FFFE handling
Reviewed-by: rriggs
ccheung [Fri, 11 Jan 2019 14:05:57 -0800] rev 53261
8216184: CDS/appCDS tests failed on Windows due to long path to a classlist file
Summary: use os::open() instead of fopen()
Reviewed-by: iklam, dholmes
sgehwolf [Fri, 11 Jan 2019 13:34:57 +0100] rev 53260
8216559: [JFR] Native libraries not correctly parsed from /proc/self/maps
Summary: Use %7s for the dev scan format as major:minor may be up to that length
Reviewed-by: mgronlun, jwilhelm
darcy [Fri, 11 Jan 2019 09:57:15 -0800] rev 53259
8208371: Provided supported mechanims to create a ModuleElement for an unnamed module
Reviewed-by: jjg
bpb [Fri, 11 Jan 2019 08:20:25 -0800] rev 53258
8216172: File.renameTo(File dest) should check for NPE at the very beginning
Reviewed-by: lancea
mbalao [Thu, 29 Nov 2018 13:36:23 -0300] rev 53257
6913047: Long term memory leak when using PKCS11 and JCE exceeds 32 bit process address space
Summary: Extract cryptographic keys within NSS PKCS11 software tokens for memory management purposes.
Reviewed-by: valeriep
dfuchs [Fri, 11 Jan 2019 14:48:19 +0000] rev 53256
8216498: Confusing and unneeded wrapping of SSLHandshakeException
Summary: [httpclient] Avoid wrapping SSLHandshakeException in plain IOException
Reviewed-by: chegar
ysuenaga [Fri, 11 Jan 2019 23:32:52 +0900] rev 53255
8216486: Possibility of integer overflow in JfrThreadSampler::run()
Reviewed-by: rehn, sgehwolf
rehn [Fri, 11 Jan 2019 10:58:46 +0100] rev 53254
8214271: Fast primitive to wake many threads
Reviewed-by: dholmes, dcubed
thartmann [Fri, 11 Jan 2019 09:59:28 +0100] rev 53253
8216480: Typo in test/hotspot/jtreg/compiler/graalunit/README.md
Summary: Removed -vmoptions:
Reviewed-by: epavlova
mbaesken [Wed, 09 Jan 2019 14:46:40 +0100] rev 53252
8216355: missing NULL checks in libnet in interface iteration and potential resource leak in getMacAddress
Reviewed-by: clanger, rwestberg
jwilhelm [Thu, 10 Jan 2019 21:52:33 +0100] rev 53251
Merge
shade [Wed, 09 Jan 2019 15:53:56 +0100] rev 53250
8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
Reviewed-by: eosterlund, lkorinth
jiangli [Thu, 10 Jan 2019 13:03:34 -0500] rev 53249
8214827: Incorrect call ClassLoaders.toFileURL("jrt:/java.compiler")
Summary: Use URL constructor for jrt URL in SystemDictionaryShared::get_shared_protection_domain().
Reviewed-by: ccheung, iklam, dholmes, coleenp
robm [Thu, 10 Jan 2019 07:54:16 -0800] rev 53248
8214440: ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
Reviewed-by: vtewari, xuelei
tschatzl [Thu, 10 Jan 2019 12:14:12 +0100] rev 53247
8216316: Tests fail due to too low specified TLAB size
Reviewed-by: goetz, sangheki
Contributed-by: goetz.lindenmaier@sap.com, thomas.schatzl@oracle.com
jwilhelm [Thu, 10 Jan 2019 02:47:26 +0100] rev 53246
Added tag jdk-12+27 for changeset f15d443f9731
jlaskey [Wed, 09 Jan 2019 18:17:36 -0400] rev 53245
8215493: String::indent inconsistency with blank lines
Reviewed-by: rriggs, smarks
coleenp [Thu, 10 Jan 2019 15:13:51 -0500] rev 53244
8216167: Update include guards to reflect correct directories
Summary: Use script and some manual fixup to fix directores names in include guards.
Reviewed-by: lfoltan, eosterlund, kbarrett
lancea [Thu, 10 Jan 2019 14:32:56 -0500] rev 53243
8216362: Better error message handling when there is an invalid Manifest
Reviewed-by: lancea, rriggs, mullan
Contributed-by: Philipp Kunz <philipp.kunz@paratix.ch>
darcy [Thu, 10 Jan 2019 10:34:30 -0800] rev 53242
8216404: Elements.getPackageOf should handle modules
Reviewed-by: jlahoda
erikj [Thu, 10 Jan 2019 10:28:51 -0800] rev 53241
8216489: Issues with ModulePackages attribute generation on incremental build
Reviewed-by: redestad, alanb, tbell
erikj [Thu, 10 Jan 2019 09:11:56 -0800] rev 53240
8216278: Fix devkit and basic Jib support on WSL
Reviewed-by: tbell
gziemski [Thu, 10 Jan 2019 11:16:17 -0600] rev 53239
8215155: Remove get_insert() from concurrent hashtable and gtests
Summary: Replaced get_insert() with get()/insert() in gtest, removed get_insert() API from cht implementation.
Reviewed-by: coleenp, rehn
redestad [Thu, 10 Jan 2019 16:50:26 +0100] rev 53238
8216428: Remove IgnoreLibthreadGPFault
Reviewed-by: dholmes, eosterlund
robm [Thu, 10 Jan 2019 07:54:16 -0800] rev 53237
8214440: ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
Reviewed-by: vtewari, xuelei
hseigel [Thu, 10 Jan 2019 10:15:02 -0500] rev 53236
8207964: [TESTBUG] Change stressTime to default to 30 for nsk tests
Summary: Change the default from 60 seconds to 30 seconds.
Reviewed-by: coleenp, dholmes
roland [Thu, 10 Jan 2019 13:54:09 +0100] rev 53235
8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations
Reviewed-by: thartmann, shade, rkennke
jwilhelm [Thu, 10 Jan 2019 04:52:01 +0100] rev 53234
Added tag jdk-13+3 for changeset 642346a11059
iignatyev [Wed, 09 Jan 2019 17:12:17 -0800] rev 53233
8216441: problem list org.graalvm.compiler.hotspot.test.ExplicitExceptionTest
Reviewed-by: dholmes
jwilhelm [Wed, 09 Jan 2019 22:59:49 +0100] rev 53232
Merge
jlaskey [Wed, 09 Jan 2019 16:41:16 -0400] rev 53231
8215489: Remove String::align
Reviewed-by: vromero, sundar
jlaskey [Wed, 09 Jan 2019 15:23:11 -0400] rev 53230
8215112: String::transform spec clarification
Reviewed-by: smarks
mr [Wed, 09 Jan 2019 08:52:47 -0800] rev 53229
8210669: Some launcher tests assume a pre-JDK 9 run-time image layout
Reviewed-by: mchung
jjg [Wed, 09 Jan 2019 08:49:26 -0800] rev 53228
8215308: pandoc-html-manpage-filter.js does not work for [un]pack200
Reviewed-by: erikj
jlaskey [Wed, 09 Jan 2019 11:13:00 -0400] rev 53227
8215681: Remove compiler support for Raw String Literals from JDK 12
Reviewed-by: mcimadamore, jlahoda, sundar
neliasso [Wed, 09 Jan 2019 15:36:20 +0100] rev 53226
8215755: ZGC: split_barrier_thru_phi: check number of inputs of phi
Reviewed-by: pliden, thartmann
coleenp [Wed, 09 Jan 2019 07:52:45 -0500] rev 53225
8215575: C2 crash: assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
Summary: Set InstanceKlass::loaded before adding classes to the subklass list, which can be read concurrently by the compiler.
Reviewed-by: dholmes, eosterlund
vromero [Wed, 09 Jan 2019 08:07:23 -0500] rev 53224
8215510: j.l.c.ClassDesc is accepting descriptors not allowed by the spec
Reviewed-by: goetz
pliden [Wed, 09 Jan 2019 13:31:34 +0100] rev 53223
8215708: ZGC: Add missing LoadBarrierNode::size_of()
Reviewed-by: eosterlund, neliasso
adinn [Wed, 19 Dec 2018 11:45:54 +0000] rev 53222
8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
Reviewed-by: adinn
Contributed-by: nick.gasson@arm.com
pliden [Wed, 09 Jan 2019 10:18:37 +0100] rev 53221
8216385: ZGC: Fix building without C2
Reviewed-by: shade, eosterlund
roland [Fri, 07 Dec 2018 17:56:51 +0100] rev 53220
8214862: assert(proj != __null) at compile.cpp:3251
Reviewed-by: kvn, thartmann
ljiang [Wed, 09 Jan 2019 00:25:41 -0800] rev 53219
8215994: JDK 12 l10n resource file update - msg drop 10
Reviewed-by: billyh, ssadetsky, naoto
darcy [Tue, 08 Jan 2019 16:26:46 -0800] rev 53218
8216322: Missing since information in deprecation of constructor visitors
Reviewed-by: vromero
fyang [Sat, 05 Jan 2019 10:48:54 +0800] rev 53217
8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
Reviewed-by: aph
Contributed-by: nick.gasson@arm.com
naoto [Tue, 08 Jan 2019 10:05:42 -0800] rev 53216
8216176: Clarify the singleton description in j.t.c.JapaneseEra class
Reviewed-by: rriggs
jlahoda [Tue, 08 Jan 2019 16:31:27 +0100] rev 53215
8215438: jshell tool: Ctrl-D causes EOF
Summary: Properly handling EndOfFileException so that jshell can be closed with Ctrl-D.
Reviewed-by: rfield