Patrick Zhang
3ad9078968
8234228: AArch64: Some temp vars in string_compare intrinsics for processing the last 4 chars (LU/UL) are no use
...
Clean up redundant temp vars in generate_compare_long_string_different_encoding
Reviewed-by: adinn
2019-11-15 17:02:17 +08:00
Severin Gehwolf
d462a6b5c9
8230305: Cgroups v2: Container awareness
...
Implement Cgroups v2 container awareness in hotspot
Reviewed-by: bobv, dholmes
2019-11-07 17:11:59 +01:00
Pavel Rappo
71340f51fa
8236700: Upgrading JSZip from v3.1.5 to v3.2.2
...
Reviewed-by: hannesw, jjg
2020-01-17 12:25:37 +00:00
Coleen Phillimore
65354d838a
8236901: 8232759 missed a test case
...
Use jcmd GC.class-histogram because it also works for verifying that the classes are loaded.
Reviewed-by: dholmes, mseledtsov, iklam
2020-01-17 06:56:29 -05:00
Per Lidén
72609092fe
8237201: ZGC: Remove unused ZRelocationSetSelector::fragmentation()
...
Reviewed-by: tschatzl
2020-01-17 10:20:38 +01:00
Per Lidén
d98a39a0e7
8237200: ZGC: Rename ZBackingPath to ZMountPoint
...
Reviewed-by: stefank, eosterlund, smonteith
2020-01-17 10:20:38 +01:00
Per Lidén
74f0ef5050
8237199: ZGC: Rename ZBackingFile to ZPhysicalMemoryBacking
...
Reviewed-by: stefank, eosterlund, smonteith
2020-01-17 10:20:38 +01:00
Per Lidén
c6dc3308a1
8237198: ZGC: Share multi-mapping code in ZBackingFile
...
Reviewed-by: stefank, eosterlund, smonteith
2020-01-17 10:20:37 +01:00
Nick Gasson
18d73cb8e5
8236992: AArch64: remove redundant load_klass in itable stub
...
Reviewed-by: aph, adinn
2020-01-17 09:30:52 +08:00
Masanori Yano
567465c62c
8216012: Infinite loop in RSA KeyPairGenerator
...
Check and error out on even RSA public exponents
Reviewed-by: valeriep
2020-01-17 01:05:27 +00:00
Zhengyu Gu
0b2da9e239
8236878: Use atomic instruction to update StringDedupTable's entries and entries_removed counters
...
Reviewed-by: rkennke, shade
2020-01-16 18:36:24 -05:00
Alexey Semenyuk
163875d24b
8236132: Add missing properties to msi installers
...
Reviewed-by: herrick, almatvee
2020-01-16 08:28:21 -05:00
Alexey Semenyuk
a544090944
8232077: Investigate if default behavior should allow downgrade scenario
...
Reviewed-by: herrick, almatvee
2020-01-16 08:25:46 -05:00
Alexey Semenyuk
bd1eff9e32
8233578: Document configurable parameters of msi packages
...
Reviewed-by: herrick, almatvee
2020-01-16 12:12:02 -05:00
Daniil Titov
75912b7aaa
8236873: Worker has a deadlock bug
...
Reviewed-by: dfuchs, dholmes, sspitsyn
2020-01-16 09:53:03 -08:00
Harold Seigel
7fc58a1020
8235678: Remove unnecessary calls to Thread::current() in MutexLocker calls
...
Add THREAD argument when available and make Thread* the first argument to relevant MutexLocker and MonitorLocker constructors
Reviewed-by: lfoltan, coleenp, dholmes
2020-01-16 13:48:23 +00:00
Jesper Wilhelmsson
51d5164ca2
Merge
2020-01-16 04:09:50 +01:00
Fei Yang
a86e196559
8235762: JVM crash in SWPointer during C2 compilation
...
Reviewed-by: thartmann, chagedorn, neliasso
2020-01-09 19:12:16 +08:00
Aleksey Shipilev
abfab9e0a7
8237223: Shenandoah: important flags should not be ergonomic for concurrent class unloading
...
Reviewed-by: zgu
2020-01-15 21:38:12 +01:00
Jaikiran Pai
ec5869eb2e
7143743: Potential memory leak with zip provider
...
Reviewed-by: lancea, clanger, alanb
2020-01-15 15:24:54 -05:00
Jesper Wilhelmsson
d34f561de0
Merge
2020-01-15 20:41:46 +01:00
Vicente Romero
eb6fa14ee6
8237214: fix for JDK-8236597 reintroduced wrong subexpression
...
Reviewed-by: mcimadamore
2020-01-15 14:32:08 -05:00
Jonathan Gibbons
642037eee8
8223536: jdk/javadoc/doclet/MetaTag/MetaTag.java still fails when run across midnight
...
Reviewed-by: prappo
2020-01-15 11:21:48 -08:00
Aleksey Shipilev
45bc3871f5
8237217: Incorrect G1StringDedupEntry type used in StringDedupTable destructor
...
Reviewed-by: kbarrett, zgu
2020-01-15 20:04:51 +01:00
Daniil Titov
c0b4e0cb25
8213222: remove RMIConnectorServer.CREDENTIAL_TYPES
...
Reviewed-by: dfuchs, alanb
2020-01-15 10:54:34 -08:00
Vicente Romero
ff77d06f17
8236597: issues inferring type annotations on records
...
Reviewed-by: mcimadamore
2020-01-15 10:45:03 -05:00
Coleen Phillimore
7707e32b00
8236968: jmap -clstats fails to work after JDK-8232759
...
Make jmap -clstats call jcmd VM.classloader_stats instead which better matches the documentation
Reviewed-by: dholmes, cjplummer
2020-01-15 08:08:54 -05:00
Roland Westrelin
8d2e11397a
8237007: Shenandoah: assert(_base == Tuple) failure during C2 compilation
...
Reviewed-by: thartmann, rkennke
2020-01-09 17:26:26 +01:00
Tobias Hartmann
f243173a18
8236721: C2 should better optimize not-equal integer comparisons
...
Narrow the type if an integer value is found to be unequal to it's lower/upper boundary.
Reviewed-by: roland, neliasso
2020-01-15 08:44:53 +01:00
Pengfei Li
e4aa87b816
8230591: AArch64: Missing intrinsics for Math.ceil, floor, rint
...
Reviewed-by: aph
2020-01-15 13:24:51 +08:00
Mikael Vidstedt
b63b9a2edb
8237182: Update copyright header for shenandoah and epsilon files
...
Reviewed-by: iignatyev, zgu
2020-01-14 19:27:03 -08:00
Vicente Romero
ddcac6f066
8236682: Javac generates a redundant FieldRef constant for record fields
...
Reviewed-by: mcimadamore
2020-01-14 21:49:43 -05:00
Roger Riggs
796f3ba8be
8232419: Improve Registry registration
...
Reviewed-by: smarks, chegar
2019-10-30 13:22:35 -04:00
Brian Burkhalter
833a3897dc
8225603: Enhancement for big integers
...
Reviewed-by: darcy, ahgross, rhalade
2019-10-29 14:07:27 -07:00
Stuart Marks
14c0c19539
8224549: Less Blocking Array Queues
...
Reviewed-by: bchristi, rhalade, rriggs, mschoene, robm
2020-01-21 16:53:01 -08:00
Brent Christian
d7136cd430
8224541: Better mapping of serial ENUMs
...
Reviewed-by: mschoene, rhalade, robm, rriggs, smarks
2020-01-21 10:56:30 -08:00
Anton Litvinov
e4f4e8eda1
8233250: Better X11 rendering
...
Reviewed-by: prr, rhalade, mschoene, serb
2020-01-16 15:08:19 +00:00
Brian Burkhalter
f711ce40ba
8234841: Enhance buffering of byte buffers
...
Reviewed-by: alanb, ahgross, rhalade, psandoz
2019-12-18 07:21:23 -08:00
Xue-Lei Andrew Fan
f476138133
8235691: Enhance TLS connectivity
...
Reviewed-by: jnimeh, rhalade, ahgross
2019-12-17 12:55:36 -08:00
Michael McMahon
8e5af26326
8234825: Better Headings for HTTP Servers
...
Reviewed-by: chegar, dfuchs, igerasim
2019-12-16 15:13:19 +00:00
Roger Riggs
2309ac529c
8235274: Enhance typing of methods
...
Reviewed-by: jrose, psandoz, skoivu
2019-12-13 11:23:50 -05:00
Erik Joelsson
4df99aa7ae
8226346: Build better binary builders
...
Reviewed-by: tbell
2019-12-13 08:27:51 -08:00
Weijun Wang
c182379f32
8234027: Better JCEKS key support
...
Reviewed-by: ahgross, mullan, rriggs, rhalade
2019-12-11 16:35:43 +08:00
Daniel Fuchs
ad09813035
8233245: More adaptive sockets
...
Reviewed-by: chegar, igerasim, alanb, skoivu, rhalade
2019-12-09 20:33:15 +00:00
Vladimir Ivanov
2ea157fee1
8227467: Better class method invocations
...
Reviewed-by: thartmann, dholmes, ahgross
2019-12-03 19:31:20 +03:00
Xue-Lei Andrew Fan
72c7b49b0a
8234408: Improve TLS session handling
...
Reviewed-by: ascarpino, jjiang, ahgross, ssahoo, mullan
2019-11-25 09:50:30 -08:00
Hannes Wallnöfer
3dd1fd2964
8223904: Improve Nashorn matching
...
Reviewed-by: jlaskey, sundar, mschoene, rhalade
2019-11-15 19:10:43 +01:00
Alex Menkov
3bbc499f06
8227542: Manifest improved jar headers
...
Reviewed-by: sspitsyn, mschoene
2019-11-14 15:06:11 -08:00
Hannes Wallnöfer
0e4b718a25
8223898: Forward references to Nashorn
...
Reviewed-by: sundar, mschoene, rhalade
2019-11-06 17:13:21 +01:00
Jamil Nimeh
740e70ba17
8232581: Improve TLS verification
...
Reviewed-by: xuelei, rhalade, mschoene
2019-10-30 13:15:21 -07:00