Patrick Concannon
9f7cbf60e4
8228970: AssertionError in ResponseSubscribers$HttpResponseInputStream
...
HttpResponseInputStream::read(byte[],int,int) now implements the same check than the InputStream::read(byte[],int,int).
Reviewed-by: prappo, chegar, dfuchs
2019-08-08 18:44:11 +01:00
Jean Christophe Beyler
b036071125
8229036: Remove the testing against NSK_TRUE from tests
...
Remove the testing against NSK_TRUE from tests
Reviewed-by: sspitsyn, cjplummer
2019-08-08 04:29:56 -07:00
Rahul Raghavan
090734266c
8227439: Turn off AOT by default
...
Made UseAOT, AOTLibrary experimental and UseAOT false by default
Reviewed-by: iignatyev, kvn
2019-08-08 14:13:16 +05:30
Jerry Zhou
d5914f1839
8229180: Remove EA from JDK 13 version string
...
Reviewed-by: tbell, mikael
2019-08-08 05:05:04 +00:00
Leo Jiang
6864d7826d
8228778: JDK 13 L10n resource files update - msgdrop 20
...
Reviewed-by: naoto
2019-08-08 09:32:15 -07:00
Richard Reingruber
3699e4d834
8228359: [TESTBUG] jdk.jfr.e.g.c.TestGCHeapConfigurationEventWith32BitOops.java does not expect MinHeapSize to be aligned to HeapAlignment
...
Reviewed-by: mseledtsov, clanger
2019-08-08 07:07:06 +01:00
Tobias Hartmann
976a5c6166
8229219: C2 compilation fails with assert: Bad graph detected in build_loop_late
...
Backed out JDK-8173196.
Reviewed-by: shade, rbackman
2019-08-08 07:05:17 +02:00
Jesper Wilhelmsson
da8d152448
Added tag jdk-14+9 for changeset 18f189e69b29
2019-08-08 03:09:46 +02:00
Jesper Wilhelmsson
29b3fc5dc4
Added tag jdk-13+33 for changeset 5c85b58e2a42
2019-08-08 03:08:49 +02:00
Naoto Sato
865afd7fda
8215181: Accounting currency format support
...
Reviewed-by: lancea, rriggs
2019-08-07 14:56:26 -07:00
Jesper Wilhelmsson
2ce6d6ba36
Merge
2019-08-07 22:43:49 +02:00
Valerie Peng
7f8bf2616d
Merge
2019-08-07 20:47:43 +00:00
Valerie Peng
ef9b6ed5c3
8229214: Don't use GCM with PKCS5Padding in test/micro/org/openjdk/bench/javax/crypto/
...
Update AESGCMBench.java and CipherBench.java accordingly
Reviewed-by: xuelei, ecaspole
2019-08-07 20:46:28 +00:00
Lance Andersen
5233e25c4c
8226530: ZipFile reads wrong entry size from ZIP64 entries
...
Reviewed-by: bpb, clanger, shade
2019-08-07 14:04:10 -04:00
Patrick Concannon
c98e06ff52
8228971: Locale API doc has redundant hyphens for some parameters
...
Reviewed-by: lancea
2019-08-07 08:42:14 -07:00
Zhengyu Gu
2b164a34ad
8229213: Shenandoah: Allow VM global oop storage to be processed concurrently
...
Reviewed-by: shade, rkennke
2019-08-07 09:17:08 -04:00
Coleen Phillimore
8251ba4817
8229208: Remove Monitor::ClearMonitor
...
Reviewed-by: dholmes
2019-08-07 08:10:45 -04:00
Ramanand Patil
1f0295ca65
8228469: (tz) Upgrade time-zone data to tzdata2019b
...
Reviewed-by: naoto, martin
2019-08-07 13:00:57 +01:00
Zhengyu Gu
0512111dd9
8229206: Shenandoah: ShenandoahWeakRoot::oops_do() uses wrong timing phase
...
Reviewed-by: shade
2019-08-07 07:45:37 -04:00
Christoph Langer
302a162704
8213031: (zipfs) Add support for POSIX file permissions
...
Reviewed-by: alanb, lancea
2019-08-07 11:28:14 +01:00
Tobias Hartmann
ac2ea95788
8229016: C2 scalarization crashes with assert(node->Opcode() == Op_CastP2X) failed: ConvP2XNode required
...
Detect array copy to self to avoid emitting another load to the to-be-removed allocation.
Reviewed-by: kvn
2019-08-07 12:09:55 +02:00
Jie Fu
854eeb238e
8229169: False failure of GenericTaskQueue::pop_local on architectures with weak memory model
...
Reviewed-by: mdoerr, kbarrett, tschatzl
2019-08-07 17:00:19 +08:00
Thomas Schatzl
c64f70be82
8228503: Rename "rs_lengths" to "rs_length" in ergo code
...
Reviewed-by: pliden, kbarrett
2019-08-07 10:29:07 +02:00
Antonios Printezis
3f2a661b7e
8227225: ParallelGC: add subspace transitions for young gen for gc+heap=info log lines
...
Reviewed-by: tschatzl, kbarrett
2019-08-06 15:03:48 -04:00
Kim Barrett
27600c60e2
8229156: ProblemList gc/stress/gclocker/TestExcessGCLockerCollections.java
...
Reviewed-by: shade
2019-08-06 11:40:23 -04:00
Per Lidén
1747e9763d
8229129: ZGC: Fix incorrect format string for doubles
...
Reviewed-by: stefank, eosterlund
2019-08-06 15:50:30 +02:00
Per Lidén
1f33105379
8229128: ZGC: Remove unused ZThreadRootsIterator
...
Reviewed-by: eosterlund, stefank
2019-08-06 15:50:25 +02:00
Per Lidén
a862b9341f
8229017: ZGC: Various cleanups of ZVerify
...
Reviewed-by: stefank, eosterlund
2019-08-06 15:50:12 +02:00
Per Lidén
285193d13c
8228657: ZGC: ZObjectAllocator::used() should take undone allocations into account
...
Reviewed-by: eosterlund
2019-08-06 15:50:00 +02:00
Per Lidén
a31fd3fc6d
8229135: ZGC: Adding missing ZStatTimerDisable before call to ZVerify::roots_strong()
...
Reviewed-by: stefank, eosterlund
2019-08-06 15:49:53 +02:00
Sean Mullan
22cb2d8b5b
8210755: Define standard names for EC curves and TLS signature schemes
...
Reviewed-by: xuelei
2019-08-06 09:27:38 -04:00
Coleen Phillimore
7c0a5865fb
8228753: Deprecate -XX:FieldsAllocationStyle product option
...
8228749: Deprecate product flag -XX:CompactFields
Reviewed-by: kvn, shade
2019-08-06 07:43:18 -04:00
Aleksey Shipilev
7b37608a65
8229134: [TESTBUG] 32-bit build fails gc/arguments/TestSurvivorAlignmentInBytesOption.java after JDK-8228855
...
Reviewed-by: tschatzl
2019-08-06 12:14:41 +02:00
Aleksey Shipilev
705b9c9496
8229176: Shenandoah should acquire CodeCache_lock without safepoint check
...
Reviewed-by: rkennke
2019-08-06 11:57:42 +02:00
Matthias Baesken
f454862e65
8228902: add os::dll_load to the unified logging os category
...
Reviewed-by: coleenp, mdoerr
2019-08-02 10:10:42 +02:00
Mikael Vidstedt
2e6e33eba1
Merge
2019-08-05 16:27:30 -07:00
Man Cao
1b1f8d48db
8225776: Optimize branch frequency of G1's write post-barrier in C2
...
Co-authored-by: Chuck Rasbold <rasbold@google.com>
Reviewed-by: tschatzl, dlong
2019-08-05 13:18:31 -07:00
Coleen Phillimore
8426db3d74
8229000: Fix lock and reenable assert in Monitor::check_safepoint_state
...
Reviewed-by: dholmes, kbarrett
2019-08-05 11:16:48 -04:00
Alan Bateman
d5ceec68b4
8229018: Switching to an infinite socket timeout on Windows leads to high CPU load
...
Reviewed-by: michaelm
2019-08-05 10:40:36 +01:00
Thejasvi Voniadka
9a217b9313
8158880: test/java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale
...
Reviewed-by: naoto
2019-08-05 11:11:18 +05:30
Erik Joelsson
2d7792b54e
8058539: Platform specific source files may not end up in src.zip
...
Reviewed-by: alanb
2019-08-05 07:59:42 -07:00
Hannes Wallnöfer
1701207a00
8228393: Add an indicator for external links in javadoc
...
Reviewed-by: jjg
2019-08-05 15:29:09 +02:00
Pankaj Bansal
2f16ca0f59
8226964: [Yaru] GTK L&F: There is no difference between menu selected and de-selected
...
Reviewed-by: prr, kcr
2019-08-03 13:53:19 +05:30
Jie Fu
e33ff344e8
8229020: Failure on CPUs allowing loads reordering: assert(_tasks[t] == 1) failed: What else?
...
Reviewed-by: tschatzl, kbarrett
2019-08-03 09:04:04 +08:00
Christian Hagedorn
a3c85f810c
6394013: C2: Remove VerifyOpto
...
Removed the VerifyOpto flag.
Reviewed-by: kvn, thartmann
2019-08-05 08:03:25 +02:00
Mikhailo Seledtsov
e163037e31
8228687: [TESTBUG] exclude Container tests from hotspot_misc group
...
Excluded hotspot_containers from hotspot_misc
Reviewed-by: dcubed
2019-08-02 13:51:34 -07:00
Daniel D. Daugherty
46a5f5a299
8229032: ProblemList jdk/internal/platform/docker/TestDockerMemoryMetrics.java
...
Reviewed-by: mseledtsov, kbarrett
2019-08-02 15:13:10 -04:00
Jean Christophe Beyler
76b7c9a0ce
8228998: Remove the testing against NSK_FALSE from tests
...
Remove the testing against NSK_FALSE from tests
Reviewed-by: cjplummer, sspitsyn
2019-08-02 11:24:59 -07:00
Martin Doerr
f84231bfbd
8228649: [PPC64] SA reads wrong slots from interpreter frames
...
Make frame layout consistent between dbg and product build and implement offsets accordingly.
Reviewed-by: goetz, gromero
2019-08-02 11:28:58 +02:00
Roman Kennke
afdd397471
8229002: Shenandoah: Missing node types in ShenandoahLoadReferenceBarrier::needs_barrier_impl()
...
Reviewed-by: shade
2019-08-02 11:21:41 +02:00