Anthony Scarpino
5a97e73e5a
8215790: Delegated task created by SSLEngine throws java.nio.BufferUnderflowException
...
Reviewed-by: jnimeh
2019-02-12 14:08:07 -08:00
Xue-Lei Andrew Fan
fca0af0487
8217835: Remove the experimental SunJSSE FIPS compliant mode
...
Reviewed-by: mullan
2019-02-12 13:36:15 -08:00
Gary Adams
5d0ff15a58
8218754: JDK-8068225 regression in JDIBreakpointTest
...
Reviewed-by: cjplummer, sspitsyn
2019-02-12 15:19:25 -05:00
Igor Ignatyev
328fae7880
8145845: [AOT] NullPointerException in compiler/whitebox/GetCodeHeapEntriesTest.java
...
Reviewed-by: kvn, thartmann
2019-02-12 11:23:43 -08:00
Claes Redestad
61882ce51f
8218738: Remove dead code in Symbol and friends
...
Reviewed-by: coleenp, lfoltan, dholmes
2019-02-12 19:22:19 +01:00
Matthias Baesken
8218872024
8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX
...
Reviewed-by: dholmes, goetz, ihse
2019-02-05 17:40:15 +01:00
Magnus Ihse Bursie
9efdb33a59
8218413: make reconfigure ignores configure-time AUTOCONF environment variable
...
Reviewed-by: erikj, martin
2019-02-12 15:31:40 +01:00
Claes Redestad
93bdf79f1b
8218675: Reduce verification overhead in ClassFileParser
...
Reviewed-by: dholmes, hseigel
2019-02-12 14:23:49 +01:00
Claes Redestad
7da5437994
8216608: Obsolete stale compiler flags
...
Reviewed-by: shade, thartmann
2019-02-12 09:35:51 +01:00
Chihiro Ito
6773177000
8214236: sun.gc.collector.2.name should be changed
...
Reviewed-by: pliden, tschatzl
2019-02-12 08:56:03 +09:00
Thomas Schatzl
1388a70bac
8218680: G1 crashes during calculation of old collection set candidates
...
Parameters were passed in the wrong order to some helper class.
Reviewed-by: shade, kbarrett, lkorinth
2019-02-12 09:58:27 +01:00
Claes Redestad
efc62ac6ec
8217383: Obsolete UseImplicitStableValues
...
Reviewed-by: shade, rkennke, vlivanov
2019-02-12 09:00:04 +01:00
Matthias Baesken
0fdcd10b9c
8218562: handle HOTSPOT_BUILD_COMPILER for clang/xlclang and cleanup HOTSPOT_BUILD_COMPILER settings
...
Reviewed-by: dholmes, ihse, mdoerr
2019-02-06 16:02:27 +01:00
Thomas Stuefe
e21cb12d35
8212828: (process) Change the Process launch mechanism default on Linux to be posix_spawn
...
Reviewed-by: rriggs, martin
2019-02-08 08:49:32 +01:00
Anthony Scarpino
9eb1223ac0
8201633: Problems with AES-GCM native acceleration
...
Reviewed-by: valeriep
2019-02-11 13:23:20 -08:00
Daniel Fuchs
6d98f3c4d7
8218554: HttpServer: allow custom handlers to request that the connection be closed after the exchange
...
Custom handler code can supply `Connection: close` to response headers in order to force connection close after the exchange terminates.
Reviewed-by: chegar
2019-02-11 18:41:24 +01:00
Roman Kennke
7e1347391a
8217874: Shenandoah: Clobbered register in ShenandoahBarrierSetAssembler::cmpxchg_oop()
...
Reviewed-by: adinn
2019-02-11 16:49:08 +01:00
Gary Adams
9bc10ee9bf
8068225: nsk/jdi/EventQueue/remove_l/remove_l005 intermittently times out
...
Reviewed-by: cjplummer, sspitsyn
2019-02-11 07:19:32 -05:00
Magnus Ihse Bursie
ebaef49ed4
8218736: Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive
...
Reviewed-by: redestad, shade
2019-02-11 12:12:41 +01:00
Weijun Wang
8b83b515b1
8180569: Refactor sun/security/krb5/ shell tests to plain java tests
...
Reviewed-by: mullan
2019-02-11 11:01:00 +08:00
Lance Andersen
128a644ce4
8182117: Document Zip File System Properties
...
Reviewed-by: alanb, mchung, rriggs, clanger
2019-02-09 17:19:53 -05:00
Aleksey Shipilev
7ce7e1b3d7
8218715: [TESTBUG] TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock WhiteBoxAPI
...
Reviewed-by: kvn
2019-02-09 19:39:28 +01:00
Daniil Titov
df94bd8e0c
8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on Linux
...
Reviewed-by: dholmes
2019-02-09 10:07:13 -08:00
David Holmes
3e904a4801
8193234: When using -Xcheck:jni an internally allocated buffer can leak
...
Reviewed-by: shade, hseigel
2019-02-08 20:51:55 -05:00
Alexandre Iline
f14d0ac7b4
8218692: Switch to JCov build which supports byte code version 57
...
Reviewed-by: erikj
2019-02-08 05:46:11 -09:00
Doug Lea
f0807ebc18
8210280: Unnecessary reallocation when invoking HashMap.putAll()
...
Co-authored-by: Michal Vala <mvala@redhat.com>
Co-authored-by: Martin Buchholz <martinrb@google.com>
Reviewed-by: martin, mvala, igerasim, chegar, rriggs
2019-02-08 13:39:22 -08:00
Zhengyu Gu
1f230335e2
8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
...
Reviewed-by: shade, coleenp
2019-02-08 14:03:09 -05:00
Xue-Lei Andrew Fan
9c16dc97a0
8218580: endpoint identification algorithm should be case-insensitive
...
Reviewed-by: jnimeh
2019-02-08 10:03:07 -08:00
Daniil Titov
76ffbcde98
8205654: serviceability/dcmd/framework/HelpTest.java timed out
...
Reviewed-by: sspitsyn, dholmes
2019-02-08 09:41:45 -08:00
Roland Westrelin
f88962f2d9
8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks
...
Reviewed-by: thartmann, mdoerr, rrich, kvn
2019-02-07 09:55:57 +01:00
Coleen Phillimore
e174cd6271
8218593: Symbol leak in prepend_host_package_name
...
Add appropriate refcounting for Symbols stomped by parsing
Reviewed-by: hseigel, zgu
2019-02-08 09:33:59 -05:00
Thomas Schatzl
999ecc66a4
8217328: Rename CollectionSetChooser to G1CollectionSetChooser
...
Reviewed-by: lkorinth, kbarrett
2019-02-08 12:55:20 +01:00
Thomas Schatzl
13256c7908
8217330: Split G1CollectionSetChooser into collection set candidate container and the chooser algorithm
...
Reviewed-by: lkorinth, kbarrett
2019-02-08 12:55:20 +01:00
Thomas Schatzl
32016662c9
8217778: StringTable cleanup miscalculates amount of dead objects
...
Reviewed-by: kbarrett
2019-02-08 12:55:20 +01:00
Chris Hegarty
ac5daa7a22
Merge
2019-02-08 13:07:44 +00:00
Chris Hegarty
bba5ddd08f
Merge
2019-02-08 12:44:16 +00:00
Chris Hegarty
fb05ae21bb
8218662: Allow 204 responses with Content-Length:0
...
Reviewed-by: michaelm
2019-02-08 12:23:16 +00:00
Jan Lahoda
677d177204
8216263: Add historical data for JDK 12
...
Including --release 12 data, based on 12-ea+30, built from changeset 6c377af36a5c.
Reviewed-by: darcy, jjg
2019-02-08 12:31:24 +01:00
Jan Lahoda
42a47d9491
8218630: CreateSymbols includes class and module headers unnecessarily
...
Ensure class and module headers from the current version are properly matched to existing ones to avoid duplication.
Reviewed-by: jjg
2019-02-08 12:31:23 +01:00
Jan Lahoda
973cfaffa3
8217335: Add a script to generate --release data
...
Reviewed-by: darcy, ihse
2019-02-08 12:31:22 +01:00
Chris Hegarty
10a281c485
8218546: Unable to connect to https://google.com using java.net.HttpClient
...
Reviewed-by: dfuchs
2019-02-08 11:26:21 +00:00
Leo Korinth
f3cb008ce2
8217332: JTREG: Clean up, use generics instead of raw types
...
Reviewed-by: tschatzl, sangheki
2019-02-08 12:09:41 +01:00
Leo Korinth
2aa7590846
8217329: JTREG: Clean up, remove unused imports in gc folder
...
Reviewed-by: lmesnik, tschatzl
2019-02-08 11:52:33 +01:00
Jesper Wilhelmsson
50a648854a
Merge
2019-02-08 02:57:40 +01:00
Coleen Phillimore
175b462a77
8218601: [AOT] Crash in AOTCodeHeap::mark_evol_dependent_methods
...
Null check nmethod in aot dependencies
Reviewed-by: kvn
2019-02-07 17:26:44 -05:00
Bob Vandette
e148e49c58
8218169: [AOT] Segmentation fault when running java with AOTed Graal in -Xcomp mode on windows
...
Reviewed-by: kvn
2019-02-07 17:23:24 -05:00
Claes Redestad
7049e4c443
8218625: Remove dead code in relocInfo
...
Reviewed-by: kvn, thartmann
2019-02-07 22:20:46 +01:00
Zhengyu Gu
d5e0b71435
8218558: NMT stack traces in output should show mt component for virtual memory allocations
...
Reviewed-by: shade, stuefe, coleenp
2019-02-07 14:29:17 -05:00
Sean Coffey
63663b64d1
8218553: Enhance keystore load debug output
...
Reviewed-by: weijun
2019-02-07 12:09:17 +00:00
Magnus Ihse Bursie
208c58c862
8218431: Improved platform checking in makefiles
...
Reviewed-by: erikj
2019-02-07 12:35:45 +01:00