martin [Wed, 06 Dec 2017 15:51:06 -0800] rev 48260
8193034: Optimize URL.toExternalForm
Reviewed-by: chegar, alanb, clanger
jlahoda [Wed, 13 Dec 2017 11:27:28 +0100] rev 48259
8191636: [Windows] jshell tool: Wrong character in /env class-path command crashes jshell
Summary: Fixing handling of invalid paths.
Reviewed-by: rfield
nishjain [Wed, 13 Dec 2017 12:43:38 +0530] rev 48258
8190278: ClassCastException is thrown by java.util.Scanner when a NumberFormatProvider is used.
Reviewed-by: naoto, rriggs
Contributed-by: nishit.jain@oracle.com
ksrini [Tue, 12 Dec 2017 20:18:14 -0800] rev 48257
8192850: method summary tables of inherited methods improperly list static interface methods
Reviewed-by: jjg
rhalade [Tue, 12 Dec 2017 19:20:39 -0800] rev 48256
8189131: Open-source the Oracle JDK Root Certificates
Summary: Integration for JEP 319: Root Certificates
Reviewed-by: mullan, simonis, jnimeh, alanb
bpb [Tue, 12 Dec 2017 15:43:48 -0800] rev 48255
8170495: JNI primitive type mismatch in SocketDispatcher.c:187
Summary: Cast DWORD 'written' to a jint before adding to 'count'
Reviewed-by: alanb, rriggs
ksrini [Tue, 12 Dec 2017 14:16:24 -0800] rev 48254
8193107: javadoc complains about empty module
Reviewed-by: jjg
mchung [Tue, 12 Dec 2017 11:31:38 -0800] rev 48253
8193192: jdeps --generate-module-info does not look at module path
Reviewed-by: dfuchs
joehw [Tue, 12 Dec 2017 11:10:12 -0800] rev 48252
8183743: Umbrella: add overloads that take a Charset parameter
Reviewed-by: alanb, rriggs
naoto [Tue, 12 Dec 2017 10:21:58 -0800] rev 48251
8176841: Additional Unicode Language-Tag Extensions
8189134: New system properties for the default Locale extensions
8190918: Retrieve the region specific data regardless of language in locale
8191349: Add a new method in j.t.f.DateTimeFormatter to reflect Unicode extensions
Reviewed-by: scolebourne, lancea, rriggs, rgoel, nishjain
psandoz [Tue, 12 Dec 2017 09:33:37 -0800] rev 48250
8187254: MethodType allows unvalidated parameter types
Reviewed-by: mchung, jrose
psandoz [Tue, 12 Dec 2017 09:33:35 -0800] rev 48249
8171826: Comparator.reverseOrder(c) mishandles singleton comparators
Reviewed-by: rriggs
weijun [Wed, 13 Dec 2017 01:29:58 +0800] rev 48248
8165996: PKCS11 using NSS throws an error regarding secmod.db when NSS uses sqlite
Reviewed-by: weijun
Contributed-by: Martin Balao <mbalao@redhat.com>
hannesw [Tue, 12 Dec 2017 15:38:18 +0100] rev 48247
8069338: Implement sharedScopeCall for optimistic types
Reviewed-by: attila, sundar
sadayapalam [Tue, 12 Dec 2017 18:40:31 +0530] rev 48246
8193142: Regression: ClassCastException: Type$ErrorType cannot be cast to Type$ArrayType
Reviewed-by: mcimadamore
chegar [Tue, 12 Dec 2017 13:08:22 +0000] rev 48245
8185027: Typo in java.net.URLClassLoader.findResources(String) method documentation
Reviewed-by: alanb
attila [Tue, 12 Dec 2017 14:04:57 +0100] rev 48244
8191905: Add a REMOVE StandardOperation to Dynalink
Reviewed-by: hannesw, sundar
attila [Tue, 12 Dec 2017 14:04:05 +0100] rev 48243
8193298: Don't run javadoc with test.single
Reviewed-by: hannesw, sundar
clanger [Tue, 12 Dec 2017 09:16:12 +0100] rev 48242
8193258: Better usage of JDWP HEADER SIZE
Reviewed-by: sspitsyn, cjplummer
joehw [Mon, 11 Dec 2017 19:56:44 -0800] rev 48241
8190823: Broken link in org/w3c/dom/ls/
Reviewed-by: lancea
ysuenaga [Mon, 04 Dec 2017 10:23:08 +0900] rev 48240
8192897: NPE occurs on clhsdb jstack
Reviewed-by: dholmes, sspitsyn, jgeorge, sballal
plevart [Tue, 12 Dec 2017 00:30:57 +0100] rev 48239
8191216: SimpleTimeZone.clone() has a data race on cache fields
Reviewed-by: alanb, naoto
sherman [Mon, 11 Dec 2017 11:45:02 -0800] rev 48238
8185582: Update Zip implementation to use Cleaner, not finalizers
Reviewed-by: plevart, rriggs, mchung
jlahoda [Mon, 11 Dec 2017 18:33:53 +0100] rev 48237
8189778: Jshell crash on tab for StringBuilder.append(
Summary: Fixing handling of {@inheritDoc} in JShell's documentation.
Reviewed-by: jjg, ksrini
jlahoda [Fri, 08 Dec 2017 16:28:14 +0100] rev 48236
8189782: com.sun.tools.javac.api.JavacTool.isSupportedOption misreports number of arguments consumed
Summary: Returning the number of standalone arguments from com.sun.tools.javac.api.JavacTool.isSupportedOption.
Reviewed-by: jjg
clanger [Mon, 11 Dec 2017 08:20:05 +0100] rev 48235
8192978: Missing checks and small fixes in jdwp library
Reviewed-by: cjplummer, sspitsyn
sadayapalam [Mon, 11 Dec 2017 06:58:14 +0530] rev 48234
8182401: Verification error for enclosing instance capture inside super constructor invocation
Reviewed-by: vromero
dl [Fri, 08 Dec 2017 15:30:53 -0800] rev 48233
8192944: Miscellaneous changes imported from jsr166 CVS 2017-12-08
Reviewed-by: martin, psandoz, chegar
dl [Fri, 08 Dec 2017 15:26:56 -0800] rev 48232
8192943: Optimize atomic accumulators using VarHandle getAndSet
Reviewed-by: martin, psandoz, chegar
dl [Fri, 08 Dec 2017 15:22:58 -0800] rev 48231
8193174: SubmissionPublisher invokes the Subscriber's onComplete before all of its submitted items have been published
Reviewed-by: martin, psandoz, chegar
martin [Sun, 03 Dec 2017 13:06:51 -0800] rev 48230
8192935: Fix EnumSet's SerializationProxy javadoc
Reviewed-by: smarks, rriggs
bchristi [Fri, 08 Dec 2017 13:04:43 -0800] rev 48229
8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
Reviewed-by: darcy
iignatyev [Fri, 08 Dec 2017 11:03:37 -0800] rev 48228
8181118: update java/time tests to use RandomFactory from the top level testlibrary
Reviewed-by: rriggs
darcy [Fri, 08 Dec 2017 11:05:42 -0800] rev 48227
8193194: Update javax.lang.model.util visitors for 10
Reviewed-by: jjg
dfuchs [Fri, 08 Dec 2017 17:40:57 +0000] rev 48226
8187073: The java.util.logging.Level.findLevel() will not correctly find a Level by it's int value
Reviewed-by: rriggs
xuelei [Fri, 08 Dec 2017 16:41:30 +0000] rev 48225
8148421: Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension
Reviewed-by: jnimeh, ahgross, rhalade, wetmore
Contributed-by: Martin Balao <mbalao@redhat.com>, Xuelei Fan <xuelei.fan@oracle.com>
rriggs [Fri, 01 Dec 2017 16:40:08 -0500] rev 48224
8080225: FileInput/OutputStream/FileChannel cleanup should be improved
Reviewed-by: mchung, plevart, bpb
sundar [Fri, 08 Dec 2017 20:46:40 +0530] rev 48223
8192986: Inconsistent handling of exploded modules in jlink
Reviewed-by: redestad, jlaskey
alanb [Fri, 08 Dec 2017 14:28:51 +0000] rev 48222
8193256: Configuration and ModuleLayer findModule cleanup
Reviewed-by: redestad, alanb
Contributed-by: andrej.golovnin@gmail.com
dfuchs [Fri, 08 Dec 2017 11:50:39 +0000] rev 48221
8191033: Regression in logging.properties: specifying .handlers= for root logger (instead of handlers=) no longer works
Summary: The behavior observed for Java 8 is restored
Reviewed-by: martin, mchung
hannesw [Fri, 08 Dec 2017 12:02:30 +0100] rev 48220
8193137: Nashorn crashes when given an empty script file
Reviewed-by: hannesw, sundar
Contributed-by: priya.lakshmi.muthuswamy@oracle.com
attila [Fri, 08 Dec 2017 11:48:38 +0100] rev 48219
8192970: Element getters/setters with fixed key fail to link properly
Reviewed-by: hannesw, sundar
clanger [Fri, 08 Dec 2017 09:48:10 +0100] rev 48218
8193183: Fix format string in libdt_shmem/shmemBase.c
Reviewed-by: cjplummer, sspitsyn
ksrini [Thu, 07 Dec 2017 21:07:12 -0800] rev 48217
8034254: Don't use binary testing files broken.jar
Reviewed-by: jjg
weijun [Fri, 08 Dec 2017 09:40:14 +0800] rev 48216
8192987: keytool should remember real storetype if it is not provided
Reviewed-by: mullan
ksrini [Thu, 07 Dec 2017 14:21:25 -0800] rev 48215
8149402: "-group" option issue for classes from default package
Reviewed-by: jjg
smarks [Thu, 07 Dec 2017 14:23:52 -0800] rev 48214
8177681: Remove methods Runtime.getLocalized{Input,Output}Stream
Reviewed-by: rriggs, bpb, mr
ksrini [Thu, 07 Dec 2017 14:15:14 -0800] rev 48213
8191030: @value Tags are not resolved by javadoc 9.
Reviewed-by: jjg
erikj [Thu, 07 Dec 2017 22:37:45 +0100] rev 48212
8188789: Update JDK 9.0.1 and Future OpenJDK bundle names
Reviewed-by: tbell
lana [Thu, 07 Dec 2017 21:06:02 +0000] rev 48211
Merge
lana [Thu, 07 Dec 2017 21:04:24 +0000] rev 48210
Added tag jdk-10+35 for changeset d8c634b016c6
darcy [Thu, 07 Dec 2017 11:00:32 -0800] rev 48209
8193191: Update JavacTestingAbstractProcessor for JDK 10
Reviewed-by: jjg
jlahoda [Thu, 07 Dec 2017 19:24:27 +0100] rev 48208
8189248: Jshell: error with mutually dependent snippets, when one must be replaced
Summary: Ensuring proper imports are generated for mutually dependent snippets if one of them is replaced.
Reviewed-by: rfield
igerasim [Thu, 07 Dec 2017 10:18:22 -0800] rev 48207
8193156: Need to backout fixes for JDK-8058547, JDK-8055753, JDK-8085903
Reviewed-by: mullan
mchung [Thu, 07 Dec 2017 09:23:15 -0800] rev 48206
8192945: Need stable sort for MODULES entry in the release file
Reviewed-by: alanb, redestad
mchung [Thu, 07 Dec 2017 09:22:35 -0800] rev 48205
8193159: Reduce the number of classes loaded due to NativeLibrary
Reviewed-by: alanb, redestad, martin
bpb [Thu, 07 Dec 2017 08:56:04 -0800] rev 48204
8191872: (fs) UnixNativeDispatcher conditionally compiles in support for high precision timestamps
Summary: Remove POSIX conditional compilation and correct stat64 times for macOS
Reviewed-by: alanb, simonis
alanb [Thu, 07 Dec 2017 16:45:19 +0000] rev 48203
8191867: Module attribute in 54.0+ class file cannot contains a requires java.base with ACC_TRANSITIVE or ACC_STATIC_PHASE
Reviewed-by: psandoz, mchung
sjohanss [Tue, 05 Dec 2017 16:34:03 +0100] rev 48202
8193068: Add gc/g1/TestVerifyGCType.java to problem list
Reviewed-by: tschatzl
jiangli [Wed, 06 Dec 2017 20:06:43 -0500] rev 48201
8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared.
Summary: Check if 'oa' region is missing.
Reviewed-by: hseigel, ccheung
dlong [Wed, 06 Dec 2017 18:37:57 -0800] rev 48200
8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
Reviewed-by: iveresov, kvn
sjohanss [Tue, 05 Dec 2017 13:58:55 +0100] rev 48199
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
Reviewed-by: tschatzl, jwilhelm
hb [Tue, 05 Dec 2017 21:26:11 +0530] rev 48198
8192909: Invalid username or password in HashedPasswordFileTest.java
Reviewed-by: clanger, dfuchs
roland [Sat, 02 Dec 2017 13:50:04 +0100] rev 48197
8191950: assertion failed: no insertions allowed
Summary: Check for dead loops before incremental inlining.
Reviewed-by: thartmann
jwilhelm [Sat, 02 Dec 2017 06:51:10 +0100] rev 48196
Merge
vdeshpande [Fri, 01 Dec 2017 16:58:30 -0800] rev 48195
8170244: Update UseAVX after cpu feature detection to use more default mapping
Reviewed-by: kvn
vdeshpande [Fri, 01 Dec 2017 16:23:17 -0800] rev 48194
8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
Summary: reset mask register after JNI calls
Reviewed-by: kvn, vlivanov
roland [Fri, 01 Dec 2017 16:20:18 -0800] rev 48193
8192762: LoopNode::verify_strip_mined() fails with "assert failed: only phis"
Summary: don't clone Phi to uncommon calls
Reviewed-by: kvn
iignatyev [Fri, 01 Dec 2017 15:58:39 -0800] rev 48192
8191273: applications/ctw/modules tests fail intermittently
Reviewed-by: kvn, dlong
iklam [Fri, 01 Dec 2017 15:53:15 -0800] rev 48191
8190809: JVM crashes while generating appcds for classpath with empty directory entry
Reviewed-by: ccheung, jiangli, lmesnik
dlong [Fri, 01 Dec 2017 11:17:45 -0800] rev 48190
8192814: Update Graal
Reviewed-by: kvn
coleenp [Fri, 01 Dec 2017 14:19:16 -0500] rev 48189
Merge
mdoerr [Fri, 01 Dec 2017 11:26:22 -0500] rev 48188
8192898: AIX build broken after JDK-8190308
Reviewed-by: coleenp
mdoerr [Fri, 01 Dec 2017 17:10:33 +0100] rev 48187
8192825: PPC64: Missing null check in C1 inline cache check
Reviewed-by: goetz
lucy [Fri, 01 Dec 2017 17:09:43 +0100] rev 48186
8192818: [s390]: restoring register contents calculates wrong value
Reviewed-by: goetz, mdoerr
egahlin [Fri, 01 Dec 2017 17:03:07 +0100] rev 48185
8179083: Uninitialized notifier in Java Monitor Wait tracing event
Reviewed-by: mgronlun
dcubed [Fri, 01 Dec 2017 11:00:46 -0500] rev 48184
8192810: EnableThreadSMRStatistics should be default off in release builds
Reviewed-by: gtriantafill, coleenp, eosterlund
dpochepk [Fri, 01 Dec 2017 18:24:52 +0300] rev 48183
8189439: Parameters type profiling is not performed from aarch64 interpreter
Reviewed-by: vlivanov
Contributed-by: boris.ulasevich@bell-sw.com
dchuyko [Fri, 01 Dec 2017 18:20:00 +0300] rev 48182
8191129: AARCH64: Invalid value passed to critical JNI function
Reviewed-by: vlivanov
jgeorge [Fri, 01 Dec 2017 18:19:39 +0530] rev 48181
8191538: SA: tests for clhsdb commands: vmstructsdump, field, symboltable and symbol
Summary: Create tests for the clhsdb commands: vmstructsdump, field, symboltable and symbol
Reviewed-by: sspitsyn, sballal
jcm [Fri, 01 Dec 2017 00:57:01 -0800] rev 48180
8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect
Summary: Pointer bit description corrected
Reviewed-by: kvn, dlong
sjohanss [Fri, 01 Dec 2017 08:56:22 +0100] rev 48179
8191821: Finer granularity for GC verification
Reviewed-by: tschatzl, poonam, sangheki
jgeorge [Fri, 01 Dec 2017 11:40:39 +0530] rev 48178
8191914: New SA test timeout on windows
Summary: Avoid test hangs in a few SA tests by ensuring that OutputAnalyzer gets created before waitFor() gets called
Reviewed-by: dholmes, sballal
mseledtsov [Thu, 30 Nov 2017 21:28:12 -0800] rev 48177
8192866: [TESTBUG] Move UseAppCDS.java from the closed ProblemList.txt to the open one
Summary: moved UseAppCDS.java to the open problem list
Reviewed-by: dholmes, ccheung
mseledtsov [Thu, 30 Nov 2017 20:45:03 -0800] rev 48176
8191943: [TESTBUG] docker/TestCPUAwareness fails on machine with 2 CPUs
Summary: Updated test cases to account for available processors
Reviewed-by: bobv, dholmes
ysuenaga [Fri, 01 Dec 2017 10:04:31 +0900] rev 48175
8190837: BasicType and BasicTypeSize should refer to HotSpot values
Reviewed-by: dholmes, jgeorge
cjplummer [Thu, 30 Nov 2017 16:28:47 -0800] rev 48174
8192840: serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java failing on Windows
Summary: make error message searching logic more general so it works on Windows
Reviewed-by: dcubed, sspitsyn, dholmes
dcubed [Thu, 30 Nov 2017 18:38:20 -0500] rev 48173
8191787: move private inline functions from thread.inline.hpp -> thread.cpp
Reviewed-by: coleenp, dholmes
dlong [Thu, 30 Nov 2017 10:40:48 -0800] rev 48172
8191437: AOT doesn't work easily after thread local handshakes
Reviewed-by: kvn, rehn, aph
ccheung [Thu, 30 Nov 2017 14:25:33 -0800] rev 48171
8174101: Bootclasspath append should not invalidate CDS archive
Reviewed-by: iklam, jiangli
ecaspole [Thu, 30 Nov 2017 16:00:34 -0500] rev 48170
8192821: Make LogCompilation into a maven project
Summary: Add a maven project setup while preserving make build.
Reviewed-by: kvn
eosterlund [Thu, 30 Nov 2017 20:37:20 +0100] rev 48169
8186787: clang-4.0 SIGSEGV in Unsafe_PutByte
Reviewed-by: coleenp, dholmes, aph, dsamersoff, kbarrett
rkennke [Thu, 30 Nov 2017 13:40:07 +0100] rev 48168
8191564: Refactor GC related servicability code into GC specific subclasses
Reviewed-by: ehelin, eosterlund
iveresov [Thu, 30 Nov 2017 08:35:33 -0800] rev 48167
8192756: SIGSEGV in nmethod::new_native_nmethod
Summary: Add the missing null check
Reviewed-by: kvn, thartmann
jgeorge [Thu, 30 Nov 2017 21:24:52 +0530] rev 48166
8191324: SA cleanup -- part 2
Summary: Avoid redefinition of hotspot constants and ia64 code vestiges removal
Reviewed-by: sspitsyn, dholmes, coleenp
rehn [Thu, 30 Nov 2017 16:08:13 +0100] rev 48165
8192072: 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount
Summary: Pushed under trivial rules.
Reviewed-by: coleenp
ecaspole [Thu, 30 Nov 2017 10:01:26 -0500] rev 48164
Merge
ecaspole [Thu, 30 Nov 2017 09:59:27 -0500] rev 48163
8191779: LogCompilation throws java.lang.Error: scope underflow
Summary: Add the trap into the last call site as the site may not yet be added into scopes.
Reviewed-by: kvn, thartmann
bobv [Thu, 30 Nov 2017 09:51:28 -0500] rev 48162
Merge
bobv [Thu, 30 Nov 2017 09:49:45 -0500] rev 48161
8192154: JVM crashes inside some chroot environments on linux
Reviewed-by: dholmes, sgehwolf, glaubitz
sballal [Thu, 30 Nov 2017 19:46:20 +0530] rev 48160
8191658: SA: Testcases for attach, detach, reattach and Jhisto commands
Reviewed-by: sspitsyn, jgeorge
sjohanss [Thu, 30 Nov 2017 15:05:03 +0100] rev 48159
8192807: testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java fail due to new method in Platform.java
Reviewed-by: tschatzl, jwilhelm
sballal [Thu, 30 Nov 2017 14:58:41 +0530] rev 48158
8184982: SA: Running ClassDump on a simple java program generates NullPointerException
Reviewed-by: sundar, jgeorge
stefank [Tue, 28 Nov 2017 21:43:45 +0100] rev 48157
8192061: Clean up allocation.inline.hpp includes
Reviewed-by: eosterlund, coleenp
iklam [Wed, 29 Nov 2017 18:43:35 -0800] rev 48156
8191747: [TESTBUG] runtime/appcds/DumpClassList.java and ProhibitedPackage.java fail on product bits
Reviewed-by: simonis
iklam [Tue, 28 Nov 2017 09:47:04 -0800] rev 48155
8191927: Enable AppCDS for custom loaders on all 64-bit Linux and AIX
Summary: Added "@requires vm.cds.custom.loaders" to mark tests related to custom loaders
Reviewed-by: simonis, mseledtsov
Contributed-by: volker.simonis@gmail.com
kkharbas [Wed, 29 Nov 2017 16:45:31 -0800] rev 48154
8190980: Develop test cases and collect test pass rate
Summary: Develop tests covering all the test cases described in the test plan and achieve 100% pass rate for JEP 316: Heap Allocation on Alternative Memory Devices
Reviewed-by: sangheki, tschatzl
kkharbas [Wed, 29 Nov 2017 17:03:10 -0800] rev 48153
8190308: Implementation: JEP 316: Heap Allocation on Alternative Memory Devices
Summary: Sub-task to be used for implementation of JEP 316: Support heap allocation on alternative memory devices
Reviewed-by: sangheki, tschatzl
kvn [Wed, 29 Nov 2017 10:30:51 -0800] rev 48152
8184361: AOT lib at jdk/lib/libjava.base-coop.so seems to override -XX:AOTLibrary=
Summary: Load libraries specified by AOTLibrary. Don't load a library if an other library with the same name is already loaded.
Reviewed-by: dlong
dchuyko [Wed, 29 Nov 2017 14:34:19 +0300] rev 48151
8188221: Return type profiling is not performed from aarch64 interpreter
Reviewed-by: drwhite
ysuenaga [Wed, 29 Nov 2017 09:26:58 +0900] rev 48150
8165736: Error message should be shown when JVMTI agent cannot be attached
Reviewed-by: sspitsyn, dholmes
coleenp [Tue, 28 Nov 2017 17:11:02 -0500] rev 48149
Merge
zgu [Mon, 27 Nov 2017 17:19:53 -0500] rev 48148
8190729: Adjustment to anonymous metadata space chunk allocation algorithm
Summary: Adjusted anonymous metadata space chunk allocation algorithm to reduce waste
Reviewed-by: stuefe, coleenp
kbarrett [Tue, 28 Nov 2017 15:52:32 -0500] rev 48147
8191870: Remove badJNIHandle
Reviewed-by: coleenp, eosterlund, dcubed
thartmann [Tue, 28 Nov 2017 19:02:23 +0100] rev 48146
8191996: VM startup fails with CodeCacheExpansionSize=32768 is outside the allowed range
Summary: Adjusted minimum value according to platform specific default values.
Reviewed-by: kvn
roland [Tue, 28 Nov 2017 11:59:16 +0100] rev 48145
8186027: C2: loop strip mining
Reviewed-by: kvn, neliasso
hb [Tue, 28 Nov 2017 21:04:42 +0530] rev 48144
5016517: Replace plaintext passwords by hashed passwords for out-of-the-box JMX Agent
Reviewed-by: rriggs, dfuchs, mchung
simonis [Tue, 28 Nov 2017 14:20:15 +0100] rev 48143
8191863: [s390] Fix CDS: some bytecode rewriting doesn't depend on RewriteControl
Reviewed-by: mdoerr, goetz, jiangli
simonis [Tue, 28 Nov 2017 14:11:43 +0100] rev 48142
8191770: [ppc64] Fix CDS: don't rewrite invokefinal if DumpSharedSpaces
Reviewed-by: mdoerr, jiangli
dchuyko [Tue, 28 Nov 2017 15:42:15 +0300] rev 48141
8191769: AARCH64: Fix hint instructions encoding
Reviewed-by: adinn