46974 Commits

Author SHA1 Message Date
Doug Simon
5dfb339a67 Merge 2017-08-24 08:38:50 +00:00
Coleen Phillimore
c76b282388 Merge 2017-08-24 01:13:04 +00:00
John Paul Adrian Glaubitz
33f7b43ace 8186655: Identifier strings for PowerPC 64 LE and PowerPC 64 are swapped
Reviewed-by: stuefe, dholmes
2017-08-23 17:45:49 -04:00
Robert Field
a908618445 8185108: JShell: NullPointerException when throwing exception with null message under local ExecutionControl
Reviewed-by: jlahoda
2017-08-23 14:06:50 -07:00
Sangheon Kim
4ce73f7b3d Merge 2017-08-23 20:20:59 +00:00
Sangheon Kim
cc97e03ea1 8186402: [TESTBUG] "Balance queues" output expected by test
Changed to use 2 ParallelGCThreads to guarantee generating 'Balance queues' log

Reviewed-by: tschatzl, aharlap
2017-08-23 13:14:20 -07:00
Coleen Phillimore
3d6d1ec64b 8160399: is_oop_or_null involves undefined behavior
8164984: Improper use of is_oop in production code

Replace oop->is_oop*() with oopDesc::is_oop*(oop) so this pointer can be verified

Reviewed-by: iklam, kvn, dholmes
2017-08-23 14:52:55 -04:00
Igor Veresov
2157043054 Merge 2017-08-23 18:28:45 +00:00
Igor Veresov
fc2655ab67 8186681: Update Graal
Reviewed-by: kvn
2017-08-23 11:24:50 -07:00
Jonathan Gibbons
0ad228775f 8186466: Fix accessibility and other minor issues in java.base
Reviewed-by: mchung, naoto, martin
2017-08-23 10:58:11 -07:00
Jonathan Gibbons
1c0fce9964 8186460: Fix stylesheet to better display multi-row headers in "striped" tables
Reviewed-by: bpatel
2017-08-23 10:53:57 -07:00
Coleen Phillimore
d410c4def0 Merge 2017-08-23 16:37:33 +00:00
Lance Andersen
51f1081189 8184120: javax.transaction.xa.Xid fields reference obsolete method names
Reviewed-by: psandoz
2017-08-23 12:24:55 -04:00
Volker Simonis
d1b59ed425 8186667: InterpreterCodeSize overflows on AIX
Reviewed-by: goetz
2017-08-23 18:24:47 +02:00
Sibabrata Sahoo
6244c921c7 8183310: java/security/modules/ModularTest.java should clean up better
This require cleaning up Test files.

Reviewed-by: weijun
2017-08-23 09:13:32 -07:00
Coleen Phillimore
111116dd5b 8186088: ConstantPoolCache::_resolved_references is not a JNIHandle
Make an OopHandle type to replace jobject to encapsulate these oop pointers in metadata and module entry.

Reviewed-by: sspitsyn, dholmes, jiangli, twisti
2017-08-23 12:00:39 -04:00
Erik Österlund
c1f2527986 Merge 2017-08-23 15:47:41 +02:00
Coleen Phillimore
ac31ee64fa Merge 2017-08-23 13:46:35 +00:00
Coleen Phillimore
ba8be6f34a Merge 2017-08-23 12:39:55 +00:00
Kim Barrett
e54adefc2f 8186166: Generalize Atomic::cmpxchg with templates
Reviewed-by: dholmes, coleenp
2017-08-23 14:01:17 +02:00
Martin Doerr
61a9f88ca7 8186611: s390: Add missing compiler barriers and fix assembler
Reviewed-by: goetz
2017-08-23 10:25:25 +02:00
Erik Joelsson
dc01400411 8186470: JDK10 hotspot integration has broken all MacOS dummy builds
Reviewed-by: ctornqvi, tbell
2017-08-23 08:55:13 +02:00
Robert Field
1a42e4f2ec 8186636: JShell tests: jtreg_4.2-b08 breaks ComputeFQNsTest.testAddImport()
Reviewed-by: jlahoda
2017-08-22 23:26:28 -07:00
Jesper Wilhelmsson
0c8dc55148 Merge 2017-08-22 20:31:36 +00:00
Vladimir Kozlov
59984483c7 Merge 2017-08-22 19:24:42 +00:00
Vladimir Kozlov
ff0402fe8d 8186453: [AOT] refactor AOT tool code
Reviewed-by: iveresov
2017-08-22 11:50:51 -07:00
Mikhailo Seledtsov
d1cba6b06e Merge 2017-08-22 18:11:22 +00:00
Mikhailo Seledtsov
7133508150 Merge 2017-08-22 09:55:58 -07:00
Igor Veresov
7465efdb3b 8186235: [Graal] compiler/aot/RecompilationTest.java fails in case UseJVMCICompiler is enabled
Make JVMCI respect -XX:-Inline

Reviewed-by: kvn
2017-08-22 08:53:35 -07:00
Dmitrij Pochepko
b54514e556 8186297: AARCH64: Intrinsify Unsafe.compareAndSetByte and compareAndSetShort
Reviewed-by: aph, adinn
2017-08-22 17:24:40 +03:00
Jesper Wilhelmsson
7b25384c71 Merge 2017-08-22 16:20:30 +02:00
Jesper Wilhelmsson
4f36438943 Merge 2017-08-22 16:20:30 +02:00
Jesper Wilhelmsson
cce73f294c Merge 2017-08-22 16:20:29 +02:00
Jesper Wilhelmsson
c04ee47f85 Merge 2017-08-22 16:20:29 +02:00
Roger Riggs
9c6245db87 8173817: StackOverflowError in "process reaper" thread
Switch to inner class to avoid lambda stack overhead in ProcessReaper

Reviewed-by: dholmes, martin
2017-08-22 09:41:58 -04:00
John Paul Adrian Glaubitz
f4dadf9c80 8186443: Missing stdint.h for zero builds
Reviewed-by: kbarrett, dholmes
2017-08-22 08:37:17 -04:00
Jan Lahoda
638006a097 8182297: jshell tool: pasting multiple lines of code truncated
Read input needs to be kept across ConsoleReader.readLine invocations unless consumed.

Reviewed-by: rfield, rfield
2017-08-22 13:10:46 +02:00
Jan Lahoda
312f813dbb 8182297: jshell tool: pasting multiple lines of code truncated
Read input needs to be kept across ConsoleReader.readLine invocations unless consumed.

Reviewed-by: rfield
2017-08-22 13:08:15 +02:00
Nishit Jain
48c3c0e860 6609718: [Fmt-Ch] uninformative exception in ChoiceFormat.applyPattern(String)
Reviewed-by: naoto
2017-08-22 12:04:53 +05:30
Claes Redestad
01c44cfed8 8185362: Replace use of AtomicReferenceFieldUpdater from BufferedInputStream with Unsafe
Reviewed-by: shade, martin, sherman
2017-08-22 07:52:40 +02:00
Claes Redestad
a0682e8231 8186334: JarFile throws ArrayIndexOutOfBoundsException when the manifest contains certain characters
Reviewed-by: psandoz, bchristi
2017-08-22 07:52:16 +02:00
Mikhailo Seledtsov
2e4e67ce68 8186542: [TESTBUG] Add jvmti/LoadAgentDcmdTest.java to problem list until underlying issue is resolved
Added the test to the problem list

Reviewed-by: sspitsyn
2017-08-21 19:45:21 -07:00
Igor Ignatyev
b15e27741c 8186537: remove unnecessary @requires from hotspot/compiler/aot tests
Reviewed-by: kvn
2017-08-21 17:08:54 -07:00
Vicente Romero
167b313be8 8160396: test for fix for JDK-8159439 can't be included till CODETOOLS-7901710 is fixed
Reviewed-by: jjg
2017-08-21 16:37:17 -04:00
Bob Vandette
61377cd648 Merge 2017-08-21 18:14:59 +02:00
Bob Vandette
751575e2bc 8186115: libelf still referenced after 8172670
Reviewed-by: kvn, twisti, erikj, dholmes
2017-08-21 12:08:03 -04:00
Bob Vandette
82d4a880eb 8186115: libelf still referenced after 8172670
Reviewed-by: kvn, twisti, erikj, dholmes
2017-08-21 12:07:06 -04:00
Robert Field
7872f39eb7 8186475: JShell API: remove trailing HTML paragraph tag
Reviewed-by: jlahoda
2017-08-21 08:29:42 -07:00
Kevin Walls
d425d3d235 Merge 2017-08-21 14:14:01 +00:00
Sean Mullan
a905844c9c Merge 2017-08-21 14:09:06 +00:00