Jim Laskey
eeca4576d2
8215489: Remove String::align
...
Reviewed-by: vromero, sundar
2019-01-09 16:41:16 -04:00
Jim Laskey
c7d085fa64
8215112: String::transform spec clarification
...
Reviewed-by: smarks
2019-01-09 15:23:11 -04:00
Mark Reinhold
6bc30c6707
8210669: Some launcher tests assume a pre-JDK 9 run-time image layout
...
Reviewed-by: mchung
2019-01-09 08:52:47 -08:00
Jonathan Gibbons
a5d9aef93a
8215308: pandoc-html-manpage-filter.js does not work for [un]pack200
...
Reviewed-by: erikj
2019-01-09 08:49:26 -08:00
Jim Laskey
11b29c8de1
8215681: Remove compiler support for Raw String Literals from JDK 12
...
Reviewed-by: mcimadamore, jlahoda, sundar
2019-01-09 11:13:00 -04:00
Nils Eliasson
ff00dcde77
8215755: ZGC: split_barrier_thru_phi: check number of inputs of phi
...
Reviewed-by: pliden, thartmann
2019-01-09 15:36:20 +01:00
Coleen Phillimore
cab9667f41
8215575: C2 crash: assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
...
Set InstanceKlass::loaded before adding classes to the subklass list, which can be read concurrently by the compiler.
Reviewed-by: dholmes, eosterlund
2019-01-09 07:52:45 -05:00
Vicente Romero
eed3a536c0
8215510: j.l.c.ClassDesc is accepting descriptors not allowed by the spec
...
Reviewed-by: goetz
2019-01-09 08:07:23 -05:00
Per Lidén
f2f7690741
8215708: ZGC: Add missing LoadBarrierNode::size_of()
...
Reviewed-by: eosterlund, neliasso
2019-01-09 13:31:34 +01:00
Nick Gasson
5887c4a9c3
8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
...
Reviewed-by: adinn
2018-12-19 11:45:54 +00:00
Per Lidén
f30968fa1d
8216385: ZGC: Fix building without C2
...
Reviewed-by: shade, eosterlund
2019-01-09 10:18:37 +01:00
Roland Westrelin
b68257174d
8214862: assert(proj != __null) at compile.cpp:3251
...
Reviewed-by: kvn, thartmann
2018-12-07 17:56:51 +01:00
Leo Jiang
0486227784
8215994: JDK 12 l10n resource file update - msg drop 10
...
Reviewed-by: billyh, ssadetsky, naoto
2019-01-09 00:25:41 -08:00
Joe Darcy
ee4f45eb70
8216322: Missing since information in deprecation of constructor visitors
...
Reviewed-by: vromero
2019-01-08 16:26:46 -08:00
Nick Gasson
e19bb15389
8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
...
Reviewed-by: aph
2019-01-05 10:48:54 +08:00
Naoto Sato
2648146575
8216176: Clarify the singleton description in j.t.c.JapaneseEra class
...
Reviewed-by: rriggs
2019-01-08 10:05:42 -08:00
Jan Lahoda
c526b4b225
8215438: jshell tool: Ctrl-D causes EOF
...
Properly handling EndOfFileException so that jshell can be closed with Ctrl-D.
Reviewed-by: rfield
2019-01-08 16:31:27 +01:00
Goetz Lindenmaier
bd692b8d6d
8216271: Make AllocateOldGenAt an unsupported option on AIX
...
Reviewed-by: shade, tschatzl
2019-01-08 09:29:36 +01:00
Erik Österlund
0007eebae3
8215773: applications/kitchensink/Kitchensink.java crash with "assert(ZAddress::is_marked(addr)) failed: Should be marked"
...
Reviewed-by: coleenp, pliden
2019-01-07 12:22:31 +01:00
Jesper Wilhelmsson
16851a2846
8216266: ProblemList PeelingZeroTripCount.java
...
Reviewed-by: thartmann, roland
2019-01-07 13:04:32 +01:00
Erik Joelsson
7487daf211
8215400: Warn on usage of trampolines with gcc
...
Reviewed-by: tbell, kbarrett
2019-01-07 10:00:41 +01:00
Mikhailo Seledtsov
912b13fddd
8215583: Exclude runtime/handshake/HandshakeWalkSuspendExitTest.java
...
Added test to problem list
Reviewed-by: iignatyev
2019-01-04 15:17:40 -08:00
Erik Joelsson
19507d7ff7
8216021: RunTest.gmk might set concurrency level to 1 on Windows
...
Reviewed-by: ctornqvi, tbell
2019-01-04 11:00:29 +01:00
Sandhya Viswanathan
e1071d80bd
8215888: Register to register spill may use AVX 512 move instruction on unsupported platform
...
Reviewed-by: vlivanov, thartmann
2019-01-03 14:55:13 -08:00
Calvin Cheung
a97d8a9a76
8215947: JVM crash with -XX:+DumpSharedSpaces
...
Disable JIT compilation if -XX:+DumpSharedSpaces is specified by the user
Reviewed-by: lfoltan, jiangli
2019-01-03 14:33:58 -08:00
Roland Westrelin
103c8dc608
8215265: C2: range check elimination may allow illegal out of bound access
...
Reviewed-by: thartmann, kvn
2018-12-14 11:22:26 +01:00
Goetz Lindenmaier
91e5051871
8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms
...
Use LIBPATH on AIX, no shared memory connector on any Unix.
Reviewed-by: gadams, simonis, sspitsyn
2018-12-31 14:38:16 +01:00
Roland Westrelin
326c6997a0
8215044: C2 crash in loopTransform.cpp with assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
...
Reviewed-by: thartmann, kvn
2018-12-13 17:57:11 +01:00
Srinivas Dama
2f34c5ac6a
8208184: IllegalArgumentException while invoking code completion on netbeans IDE
...
Set Log.useSource and fix the issue in Modules.java when broken module is encountered
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Reviewed-by: jjg
2019-01-03 11:21:11 +05:30
Jesper Wilhelmsson
f183b74690
Added tag jdk-12+26 for changeset de9fd809bb47
2019-01-03 02:22:30 +01:00
Deepak kejriwal
6774e567aa
8214567: Use {@systemProperty} for definitions of system properties
...
8214569: Use {@systemProperty} for definitions of system properties
Reviewed-by: lancea, mchung, alanb, naoto
2018-12-26 17:09:19 +05:30
Stefan Johansson
b91fa3a6c8
8215898: Build broken on 32-bit after JDK-8211425
...
Reviewed-by: tschatzl
2018-12-22 15:47:10 +01:00
Stefan Johansson
65b77b109b
8215897: Build broken on zero after JDK-8211424
...
Reviewed-by: tschatzl
2018-12-22 15:46:54 +01:00
Kishor Kharbas
28f71c2c72
8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC
...
8202286: Allocation of old generation of Java heap on alternate memory devices
Enable an experimental feature in HotSpot JVM to allocate old generation of Parallel GC on an alternative memory device, such as NV-DIMMs.
Reviewed-by: sangheki, sjohanss
2018-12-21 08:23:55 -08:00
Kishor Kharbas
d580e2eed2
8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
...
8202286: Allocation of old generation of Java heap on alternate memory devices
Enable an experimental feature in HotSpot JVM to allocate old generation of G1 GC on an alternative memory device, such as NV-DIMMs.
Reviewed-by: sangheki, sjohanss
2018-12-21 08:18:59 -08:00
Andrey Petushkov
9d20ad22c8
8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state
...
Reviewed-by: aph, dholmes
2018-12-21 18:26:55 +00:00
Nick Gasson
0e2172c7ba
8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails
...
Reviewed-by: aph
2018-12-21 17:14:46 +00:00
Hannes Wallnöfer
cb553175b7
8215291: Broken links when generating from project without modules
...
Reviewed-by: jjg
2018-12-21 11:02:36 +01:00
Pankaj Bansal
e049d143b0
8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
...
Reviewed-by: prr, kcr
2018-12-21 11:43:04 +05:30
Claes Redestad
cad5fa8f16
8215555: TieredCompilation C2 threads can excessively block handshakes
...
Reviewed-by: kvn, neliasso, rehn
2018-12-20 19:44:08 +01:00
Thomas Schatzl
1a1369d270
8215548: G1PeriodicGCSystemLoadThreshold needs to be a double
...
Change G1PeriodicGCSystemLoadThreshold to be a double to allow better granularity in determining idleness
Reviewed-by: sjohanss, sangheki
2018-12-20 19:44:33 +01:00
Nick Gasson
d62b658ffc
8215100: AArch64: fix compareTo intrinsic with four-character Latin/Unicode
...
Reviewed-by: aph, dpochepk
2018-12-20 17:07:07 +00:00
Lutz Schmidt
5cdb1c7078
8215551: Missing case label in nmethod::reloc_string_for()
...
Reviewed-by: kvn, mbaesken
2018-12-20 17:29:59 +01:00
Erik Joelsson
9f1d035d8d
8215635: Pandoc check in Docs.gmk does not work on Windows
...
Reviewed-by: tbell, ihse
2018-12-20 05:27:42 -08:00
Per Lidén
2778c86488
8215547: ZGC: Fix incorrect match rule for loadBarrierWeakSlowRegNoVec
...
Reviewed-by: eosterlund, neliasso
2018-12-20 11:43:04 +01:00
Erik Österlund
83adde9866
8215491: ICStubInterface::finalize finds zombie nmethod with ZGC concurrent class unloading
...
Reviewed-by: dlong, coleenp
2018-12-20 10:41:45 +01:00
Erik Österlund
1cc5cf4c02
8215500: ICRefillVerifierMark does not set the provided verfier as current
...
Reviewed-by: pliden, thartmann
2018-12-20 10:41:45 +01:00
Jesper Wilhelmsson
205598c97f
Added tag jdk-12+25 for changeset 7496df94b3b7
2018-12-20 02:54:16 +01:00
Sean Coffey
36d0987f4d
8214532: Update RFC 2459 references in javadoc to RFC 5280
...
Reviewed-by: mullan
2018-12-19 18:21:38 +00:00
Per Lidén
c9d7dd0827
8215487: ZGC: ZRuntimeWorkers incorrectly identify themselves as ZWorkers
...
Reviewed-by: eosterlund
2018-12-19 08:32:48 +01:00