gziemski [Mon, 19 Mar 2018 13:57:08 -0500] rev 49461
8199356: Fix hotspot to allow stdlib to use libc++ and to allow changing the deployment target to 10.9
Summary: Remove conflicting poison min/max define
Reviewed-by: kbarrett, lfoltan
lucy [Mon, 19 Mar 2018 13:37:57 -0500] rev 49460
8198608: Improvements to command-line flags printing
Summary: Re-implemented Flag::print_on()
Reviewed-by: dholmes, mikael, gziemski
zgu [Mon, 19 Mar 2018 13:38:35 -0400] rev 49459
8199741: NMT: Tag safepoint polling pages
Summary: Added NMT tag for Safepoint polling pages
Reviewed-by: coleenp, shade
njian [Wed, 14 Mar 2018 17:55:15 +0800] rev 49458
8191954: AArch64: disable UseCISCSpill in C2
Reviewed-by: adinn, aph
njian [Thu, 15 Mar 2018 14:05:48 +0800] rev 49457
8173100: AArch64: -XX:-UseOnStackReplacement does not work together with -XX:+TieredCompilation
Summary: Fix hotspot jtreg test compiler/interpreter/DisableOSRTest.java failure on AArch64.
Reviewed-by: aph, fyang
zgu [Mon, 19 Mar 2018 08:31:57 -0400] rev 49456
8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther
Summary: Tag memory allocation from Usafe.allocateMemory as external memory allocation
Reviewed-by: coleenp, stuefe
eosterlund [Mon, 19 Mar 2018 07:38:18 +0100] rev 49455
8199604: Rename CardTableModRefBS to CardTableBarrierSet
Reviewed-by: stefank, pliden
eosterlund [Fri, 16 Mar 2018 14:47:53 +0100] rev 49454
8199685: Access arraycopy build failure with GCC 7.3.1
Reviewed-by: rkennke, pliden
stuefe [Mon, 19 Mar 2018 11:38:45 +0100] rev 49453
8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest
Reviewed-by: zgu, coleenp
stefank [Thu, 15 Mar 2018 21:26:55 +0100] rev 49452
8199728: Remove oopDesc::is_scavengable
Reviewed-by: kbarrett, pliden
iveresov [Fri, 16 Mar 2018 22:59:32 -0700] rev 49451
8198969: Update Graal
Reviewed-by: kvn
enevill [Fri, 16 Mar 2018 11:26:05 +0000] rev 49450
8199243: aarch32: ARM 32 build broken after 8165929
Reviewed-by: coleenp, dholmes
coleenp [Fri, 16 Mar 2018 09:12:13 -0400] rev 49449
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
Summary: interfaceSupport.hpp is an inline file so moved to interfaceSupport.inline.hpp and stopped including it in .hpp files
Reviewed-by: stefank, rehn, kvn
coleenp [Fri, 16 Mar 2018 08:26:53 -0400] rev 49448
8199716: Unused AdjustKlassClosure in psParallelCompact.hpp
Reviewed-by: stefank
sjohanss [Thu, 15 Mar 2018 11:58:58 +0100] rev 49447
8199674: Improve G1 Full GC array marking
Reviewed-by: tschatzl, shade
chegar [Thu, 29 Mar 2018 20:12:02 +0100] rev 49446
8200304: TwoStacksPlainDatagramSocketImpl and socket cleaner
Reviewed-by: alanb, dfuchs, rriggs
erikj [Thu, 29 Mar 2018 08:52:41 -0700] rev 49445
8200409: jdk11 nightly solaris sparc build failure
Reviewed-by: alanb, tbell
xiaofeya [Wed, 28 Mar 2018 21:57:03 -0700] rev 49444
8196668: revisit test SunPackageAccess and GrantedSunPackageAccess
Reviewed-by: mchung
martin [Wed, 28 Mar 2018 21:14:06 -0700] rev 49443
8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets
Reviewed-by: sherman, ulfzibis
martin [Wed, 28 Mar 2018 21:14:03 -0700] rev 49442
8200124: Various cleanups in jar/zip
Reviewed-by: sherman, ulfzibis
martin [Wed, 28 Mar 2018 21:13:55 -0700] rev 49441
8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs
Summary: end() should always expect to be called eventually
Reviewed-by: sherman, ulfzibis
ihse [Wed, 28 Mar 2018 23:56:08 +0200] rev 49440
8200178: Remove mapfiles for JDK native libraries
Reviewed-by: erikj, alanb, mchung, prr, weijun
ihse [Wed, 28 Mar 2018 21:00:09 +0200] rev 49439
8200357: Inline SoundLibraries.gmk into Lib-java.desktop.gmk
Reviewed-by: stuefe, erikj
rriggs [Wed, 28 Mar 2018 14:15:41 -0400] rev 49438
8197595: Serialization javadoc should link to security best practices
Reviewed-by: lancea, mullan, ahgross
mcimadamore [Wed, 28 Mar 2018 14:24:17 +0100] rev 49437
8200355: local variable inference regression test generates classfile in test folder
Summary: LVTI harness should generate files in jtreg scratch dir
Reviewed-by: vromero
mcimadamore [Wed, 28 Mar 2018 14:08:26 +0100] rev 49436
8200199: javac suggests to use var even when var is used
Summary: local var analyzer should use synthetic var type position to decide if analysis is needed
Reviewed-by: jlahoda, vromero
rpatil [Mon, 26 Mar 2018 17:33:58 +0530] rev 49435
8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored
Summary: added validation for wildcard at start and end
Reviewed-by: chegar, dfuchs, clanger
Contributed-by: pallavi.sonal@oracle.com
jlahoda [Wed, 28 Mar 2018 10:24:26 +0200] rev 49434
8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
Summary: Adjusting the expected number of exception table entries to the recent changes in javac.
Reviewed-by: kvn
jjg [Tue, 27 Mar 2018 16:25:40 -0700] rev 49433
8199465: {@docRoot} references need to be updated to reflect new module/package structure
Reviewed-by: martin, alanb, chegar
redestad [Wed, 28 Mar 2018 00:45:37 +0200] rev 49432
8200289: Reduce number of exceptions created when calling Lookup::canBeCached
Reviewed-by: sundar, psandoz
igerasim [Tue, 27 Mar 2018 13:22:40 -0700] rev 49431
8198358: Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win]
Reviewed-by: chegar, clanger
alanb [Tue, 27 Mar 2018 19:29:46 +0100] rev 49430
8200256: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
Reviewed-by: chegar
cushon [Tue, 27 Mar 2018 13:48:16 -0400] rev 49429
8200301: deduplicate lambda methods
Reviewed-by: vromero, mcimadamore
bpatel [Mon, 26 Mar 2018 21:30:33 -0700] rev 49428
8199705: Docs.gmk needs to be updated to remove the -html5 option
Reviewed-by: erikj
bpatel [Mon, 26 Mar 2018 18:07:24 -0700] rev 49427
8199278: Javadoc search results does not link to anchors on a page
Reviewed-by: jjg, ksrini
igerasim [Mon, 26 Mar 2018 17:30:14 -0700] rev 49426
8199843: Optimize Integer/Long.highestOneBit()
Reviewed-by: redestad, plevart
erikj [Mon, 26 Mar 2018 16:24:16 -0700] rev 49425
8198652: Stop linking with -base:0x8000000 on Windows
Reviewed-by: tbell, ihse, stuefe
serb [Mon, 26 Mar 2018 16:09:22 -0700] rev 49424
8200198: javah man pages were not removed by JDK-8191054
Reviewed-by: erikj, alanb
ihse [Mon, 26 Mar 2018 20:44:32 +0200] rev 49423
8200229: Simplify building of libjsig
Reviewed-by: erikj
shade [Mon, 26 Mar 2018 20:20:45 +0200] rev 49422
8200241: [TESTBUG] java/lang/String/concat/ tests should not force source/target = 9 anymore
Reviewed-by: redestad, psandoz
sundar [Mon, 26 Mar 2018 19:27:45 +0530] rev 49421
8200215: 17th loop of "let foo = ''"; throws ReferenceError
Reviewed-by: jlaskey, attila, hannesw
shade [Mon, 26 Mar 2018 15:09:20 +0200] rev 49420
8200118: [TESTBUG] String concat tests should test toString() application order
Reviewed-by: psandoz, redestad
jlahoda [Mon, 26 Mar 2018 11:42:17 +0200] rev 49419
8196519: Incomplete classpath causes infinite recursion in Resolve.isAccessible
Summary: ErrorType.getEnclosingType returns noType rather than self.
Reviewed-by: mcimadamore, cushon
dholmes [Mon, 26 Mar 2018 00:33:01 -0400] rev 49418
8200213: Configure broken on MIPS
Reviewed-by: erikj, stuefe, dholmes, ihse
Contributed-by: Ao Qi <aoqi@loongson.cn>
alanb [Sat, 24 Mar 2018 08:49:55 +0000] rev 49417
8200179: (se) More Selector cleanup
Reviewed-by: bpb
shinyafox [Sat, 24 Mar 2018 14:43:04 +0900] rev 49416
8199762: JShell API: Failed to detect override when snippet to be overridden has been changed before
Reviewed-by: rfield
jjg [Fri, 23 Mar 2018 17:28:02 -0700] rev 49415
8199902: {@docRoot} references need to be updated to reflect new module/package structure
Reviewed-by: ksrini
bpb [Fri, 23 Mar 2018 15:05:43 -0700] rev 49414
8180410: ByteArrayOutputStream should not throw IOExceptions
Summary: Add ByteArrayOutputStream.writeBytes()
Reviewed-by: rriggs, smarks
chegar [Fri, 23 Mar 2018 21:39:54 +0000] rev 49413
8200181: Remove superflous non-IPv4 code from Java_java_net_TwoStacksPlainSocketImpl_socketListen
Reviewed-by: alanb
jwilhelm [Tue, 20 Mar 2018 04:36:44 +0100] rev 49412
Merge
iklam [Tue, 13 Mar 2018 15:13:20 -0700] rev 49411
8198796: Create test case for CDS + condy
Reviewed-by: mseledtsov, lfoltan, jiangli
gromero [Thu, 15 Mar 2018 20:52:29 -0400] rev 49410
8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
Reviewed-by: dholmes, phh
dtitov [Wed, 14 Mar 2018 11:09:26 -0700] rev 49409
8166642: serviceability/dcmd/framework/* timeout
Reviewed-by: cjplummer, dholmes
dstewart [Fri, 09 Mar 2018 23:03:28 -0500] rev 49408
8199425: JTReg failure: runtime/stringtable/StringTableVerifyTest.java
Summary: Adding required -XX:+UnlockDiagnosticVMOptions flag to StringTableVerifyTest.java
Reviewed-by: coleenp, kvn
aph [Fri, 16 Feb 2018 09:43:26 +0000] rev 49407
8197429: Increased stack guard causes segfaults on x86-32
Reviewed-by: dholmes
clanger [Thu, 15 Mar 2018 15:38:23 +0100] rev 49406
8199010: attachListener.hpp: Fix potential null termination issue found by coverity scans
Reviewed-by: stuefe, dholmes, cjplummer
stuefe [Thu, 15 Mar 2018 07:43:07 +0100] rev 49405
8199656: Make slow metaspace verifications switchable in debug builds
Reviewed-by: dholmes, coleenp
rkennke [Thu, 15 Mar 2018 12:44:27 +0100] rev 49404
8199559: objArrayKlass::oop_iterate() and friends must use base_raw() instead of base()
Reviewed-by: tschatzl, eosterlund
coleenp [Thu, 15 Mar 2018 07:40:00 -0400] rev 49403
8199272: Broken assertion in ClassLoaderData::remove_handle
Summary: Added new ClassLoaderData::ChunkList::contains(oop*) function for OopHandle rather than oop.
Reviewed-by: stefank, hseigel
stuefe [Thu, 15 Mar 2018 07:20:32 +0100] rev 49402
8199432: metaspace: fix wrong comment and condition in SpaceManager::verify()
Reviewed-by: coleenp
stuefe [Thu, 15 Mar 2018 07:15:39 +0100] rev 49401
8199431: Split up class Metaspace into a static and a non-static part
Reviewed-by: coleenp, adinn, zgu
goetz [Wed, 14 Mar 2018 21:36:41 +0100] rev 49400
8199557: Assert in fromTonga/vm/runtime/defmeth/scenarios/Stress_noredefine/TestDescription.java
Reviewed-by: coleenp
goetz [Tue, 13 Mar 2018 21:55:41 +0100] rev 49399
8199532: [TESTBUG] AbstractMethodErrorTest.java test failed with -Xcomp
Reviewed-by: kvn
jcbeyler [Wed, 14 Mar 2018 09:58:53 -0700] rev 49398
8199561: Fix two typos in the JVMTI documentation
Summary: Fix two typos in the JVMTI documentation
Reviewed-by: sspitsyn, dholmes
Contributed-by: jcbeyler@google.com
rraghavan [Wed, 14 Mar 2018 09:09:38 -0700] rev 49397
8071282: remove misc dead code
Summary: cleanup of dead code done
Reviewed-by: kvn, thartmann
shade [Wed, 14 Mar 2018 15:28:31 +0100] rev 49396
8199603: Build failures after JDK-8199421 "Add support for vector popcount"
Reviewed-by: thartmann
zgu [Tue, 13 Mar 2018 16:21:45 -0400] rev 49395
8191924: Adjust DelegatingClassLoader's metadata space sizing algorithm
Summary: Reduce memory usage for delegating class loader's metadata by adjusting sizing alogrithm
Reviewed-by: adinn, stuefe, coleenp
tschatzl [Wed, 14 Mar 2018 14:09:33 +0100] rev 49394
8199516: Remove dead code overlooked during Full GC work
Reviewed-by: sangheki, sjohanss
simonis [Wed, 14 Mar 2018 12:12:00 +0100] rev 49393
8199472: Fix non-PCH build after JDK-8199319
Reviewed-by: stefank, coleenp
coleenp [Wed, 14 Mar 2018 07:27:19 -0400] rev 49392
8199282: Remove ValueObj class for allocation subclassing for gc code
Reviewed-by: stefank, kbarrett
dholmes [Wed, 14 Mar 2018 07:07:18 -0400] rev 49391
Merge
enevill [Tue, 13 Mar 2018 18:22:53 +0000] rev 49390
8199220: Zero build broken after 8195103, 8191102 and 8189871
Reviewed-by: dholmes, stuefe, eosterlund, glaubitz, coleenp
stuefe [Sun, 11 Mar 2018 07:11:03 +0100] rev 49389
8199430: Rename MetaspaceAux to something more meaningful
Reviewed-by: zgu, coleenp
shade [Wed, 14 Mar 2018 10:38:02 +0100] rev 49388
8199511: Do not generate g1_{pre|post}_barrier_slow_id without CardTable-enabled barrier set
Reviewed-by: rkennke, kvn, pliden, stefank
psandoz [Tue, 13 Mar 2018 15:29:55 -0700] rev 49387
8197944: Condy tests fails on Windows
Reviewed-by: dholmes
stuefe [Tue, 13 Mar 2018 20:06:34 +0100] rev 49386
8199518: test/hotspot/jtreg/runtime/SelectionResolution tests take a lot longer to run with fastdebug after JDK-8198423
Summary: added metaspace verfications in fastdebug were too aggressive for this test and made fastdebug too slow
Reviewed-by: zgu, coleenp
sjohanss [Tue, 13 Mar 2018 18:27:20 +0100] rev 49385
8199533: ProblemList tests failing after JDK-8153333
Reviewed-by: jwilhelm, ctornqvi
rlupusoru [Tue, 13 Mar 2018 10:22:15 -0700] rev 49384
8199421: Add support for vector popcount
Reviewed-by: kvn
rkennke [Tue, 13 Mar 2018 17:13:35 +0100] rev 49383
8198445: Access API for primitive/native arraycopy
Reviewed-by: pliden, eosterlund, dholmes
ysuenaga [Wed, 14 Mar 2018 00:30:56 +0900] rev 49382
8199323: hsdis could not be loaded which are located on long path
Reviewed-by: dholmes, stuefe
mdoerr [Tue, 13 Mar 2018 11:29:30 +0100] rev 49381
8198510: Enable UseDynamicNumberOfGCThreads by default
Reviewed-by: tschatzl, sjohanss
psandoz [Thu, 08 Mar 2018 14:33:57 -0800] rev 49380
8199342: The constant pool forgets it has a Dynamic entry if there are overpass methods
Reviewed-by: lfoltan, acorn
amenkov [Mon, 12 Mar 2018 14:11:54 -0700] rev 49379
8193369: post_field_access does not work for some functions, possibly related to fast_getfield
Reviewed-by: sspitsyn, cjplummer
epavlova [Mon, 12 Mar 2018 13:54:55 -0700] rev 49378
8198924: [Graal] java/lang/StackWalker/LocalsAndOperands.java timeouts with Graal
Reviewed-by: bchristi, mchung
ysuenaga [Fri, 09 Mar 2018 23:13:37 +0900] rev 49377
8153333: [REDO] STW phases at Concurrent GC should count in PerfCounte
Reviewed-by: sjohanss, tschatzl
mdoerr [Mon, 12 Mar 2018 12:02:20 +0100] rev 49376
8198894: [PPC64] More generic vector CRC implementation
Reviewed-by: goetz, mhorie
ehelin [Mon, 12 Mar 2018 09:46:12 +0100] rev 49375
8197852: Move G1DefaultPolicy into G1Policy
Reviewed-by: sjohanss, tschatzl
ehelin [Mon, 12 Mar 2018 08:16:48 +0100] rev 49374
8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
Reviewed-by: kbarrett, stuefe
coleenp [Fri, 09 Mar 2018 20:01:38 -0500] rev 49373
8199283: Remove ValueObj class for allocation subclassing for compiler code
Reviewed-by: stefank, tschatzl
ccheung [Fri, 09 Mar 2018 13:36:39 -0800] rev 49372
8196626: [Graal] runtime/appcds/UseAppCDS.java crashes with "VM thread using lock Heap_lock (not allowed to block on)"
Summary: print a message and abort CDS dumping when the allocation of metaspace has failed
Reviewed-by: iklam, mseledtsov
kvn [Fri, 09 Mar 2018 12:38:54 -0800] rev 49371
8199422: Hotspot build is broken after push of 8197235
Reviewed-by: shade, lfoltan
kvn [Fri, 09 Mar 2018 10:15:22 -0800] rev 49370
8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
Summary: moved most expensive methods to new file jvmciCompilerToVMInit.cpp and switch off C++ compiler optimization for it on Windows and Solaris
Reviewed-by: erikj, ihse, dnsimon
coleenp [Fri, 09 Mar 2018 13:06:36 -0500] rev 49369
Merge
goetz [Thu, 08 Feb 2018 09:23:49 +0100] rev 49368
8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors.
Reviewed-by: coleenp, dholmes, mdoerr, njian
kvn [Fri, 09 Mar 2018 09:46:49 -0800] rev 49367
8198591: compiler/aot/fingerprint tests should be moved to open
Reviewed-by: thartmann
coleenp [Fri, 09 Mar 2018 12:03:20 -0500] rev 49366
Merge
stuefe [Tue, 06 Mar 2018 19:24:13 +0100] rev 49365
8198423: Improve metaspace chunk allocation
Reviewed-by: goetz, coleenp
coleenp [Fri, 09 Mar 2018 10:46:02 -0500] rev 49364
8173070: Remove ValueObj class for allocation subclassing for runtime code
Reviewed-by: stefank, tschatzl, stuefe
pliden [Fri, 09 Mar 2018 08:01:25 +0100] rev 49363
8199328: Fix unsafe field accesses in heap dumper
Reviewed-by: tschatzl, shade, eosterlund
dholmes [Thu, 08 Mar 2018 16:44:29 -0500] rev 49362
8199012: SEGV in jni_DetachCurrentThread during VM shutdown
Reviewed-by: stuefe, dcubed
stefank [Thu, 08 Mar 2018 19:10:25 +0100] rev 49361
8199319: Remove handles.inline.hpp include from reflectionUtils.hpp
Reviewed-by: hseigel, dholmes
stefank [Thu, 08 Mar 2018 09:56:29 +0100] rev 49360
8199275: Fix inclusions of allocation.inline.hpp
Reviewed-by: coleenp, kbarrett, dholmes
stefank [Wed, 07 Mar 2018 21:57:36 +0100] rev 49359
8199264: Remove universe.inline.hpp to simplify include dependencies
Reviewed-by: coleenp, hseigel
gdub [Wed, 07 Mar 2018 19:32:54 -0800] rev 49358
8194490: [JVMCI] Move `iterateFrames` to C++
Reviewed-by: kvn, never, dnsimon
erikj [Wed, 07 Mar 2018 13:26:15 -0800] rev 49357
8198243: Add build time check for global operator new/delete in object files
Reviewed-by: tbell, kbarrett, dholmes, ihse
adinn [Mon, 05 Mar 2018 13:18:55 +0000] rev 49356
8198950: AArch64: org.openjdk.jcstress.tests.varhandles.DekkerTest fails
Summary: Fix breakage to AArch64 code generation caused by JDK-8181211
Reviewed-by: thartmann, roland, kvn, vlivanov, jrose
stuefe [Tue, 06 Mar 2018 08:16:45 +0100] rev 49355
8193429: "assert(false) failed: GetModuleFileName failed (126)" in symbolengine.cpp
Reviewed-by: clanger, gtriantafill
hseigel [Wed, 07 Mar 2018 09:32:46 -0500] rev 49354
8159850: Remove unneeded parsing of optional-size when parsing array types
Summary: Remove skip_optional_size() methods and calls to them.
Reviewed-by: coleenp, iklam
shade [Wed, 07 Mar 2018 10:58:59 +0100] rev 49353
8199219: Build failures after JDK-8195148 (Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet)
Reviewed-by: dholmes
iklam [Tue, 06 Mar 2018 22:08:30 -0800] rev 49352
8191585: VM anonymous classes created during CDS dump time cause crash
Reviewed-by: hseigel, mseledtsov, ccheung
dnsimon [Tue, 06 Mar 2018 16:02:04 -0800] rev 49351
8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler
Reviewed-by: kvn
coleenp [Tue, 06 Mar 2018 18:12:15 -0500] rev 49350
8199137: StringInternSync test crashes in exit verification
Summary: java_lang_String::equals(oop, oop) was buggy.
Reviewed-by: eosterlund, dholmes
coleenp [Tue, 06 Mar 2018 17:45:31 -0500] rev 49349
8199133: [BACKOUT] NMT: Enhance thread stack tracking
Reviewed-by: jwilhelm
coleenp [Tue, 06 Mar 2018 17:15:16 -0500] rev 49348
8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
Summary: Move dependency creation and cleaned up logging
Reviewed-by: hseigel, jiangli
eosterlund [Tue, 06 Mar 2018 08:36:44 +0100] rev 49347
8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
Reviewed-by: ehelin, kbarrett
tschatzl [Tue, 06 Mar 2018 13:08:59 +0100] rev 49346
8198546: [Redo] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
Summary: Remove code related to collection set checking in that method.
Reviewed-by: eosterlund, ehelin, kbarrett
thartmann [Tue, 06 Mar 2018 10:30:24 +0100] rev 49345
8198987: [Graal] compiler/intrinsics/sha/sanity tests fail on macos with Graal as JIT
Summary: Use the isIntrinsicAvailable WhiteBox API method to check if an intrinsic is available.
Reviewed-by: kvn
dsamersoff [Sat, 03 Mar 2018 10:15:23 +0000] rev 49344
8196590: Enable docker container related tests for linux AARCH64
Summary: Add test bits required for aarch64
Reviewed-by: mseledtsov, mbaesken, sspitsyn
iignatyev [Mon, 05 Mar 2018 13:10:31 -0800] rev 49343
8199050: reenable concurrent execution of compiler tests
Reviewed-by: kvn
dnsimon [Fri, 23 Feb 2018 21:38:12 +0100] rev 49342
8198571: [JVMCI] must not install wide vector code unless runtime supports it
Reviewed-by: kvn