duke [Wed, 05 Jul 2017 20:48:05 +0200] rev 32430
Merge
martin [Thu, 03 Sep 2015 18:36:42 -0700] rev 32429
8135048: XSLT.java test fails after changes for JDK-8134984
Summary: hg revert -r 'c22b7e41adf3^' test/javax/xml/jaxp/parsers/8032909
Reviewed-by: darcy
lana [Thu, 03 Sep 2015 16:12:42 -0700] rev 32428
Merge
martin [Wed, 02 Sep 2015 14:11:50 -0700] rev 32427
8134984: Text files should end in exactly one newline
Summary: automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman
darcy [Wed, 02 Sep 2015 12:56:06 -0700] rev 32426
8134982: Problem list TCKJapaneseChronology.java
Reviewed-by: lancea
ptbrunet [Wed, 02 Sep 2015 13:24:14 -0500] rev 32425
8134682: Remove com.sun.java.accessibility from jdk/src/closed/java.base/share/conf/security/restricted.pkgs
Summary: remove since renamed accessibility package from closed restricted.pks and update two regression tests
Reviewed-by: mullan, mchung
Contributed-by: peter.brunet@oracle.com
weijun [Wed, 02 Sep 2015 19:20:46 +0800] rev 32424
8129789: implies() of ServicePermission and DelegationPermission underspecified
Reviewed-by: mullan
valeriep [Wed, 02 Sep 2015 03:02:14 +0000] rev 32423
8133801: sun/security/pkcs11/Provider/ConfigShortPath.java failed in jigsaw nightly at Windows
Summary: Update tests to not using private SunPKCS11(String) constructor.
Reviewed-by: mullan
rhalade [Tue, 01 Sep 2015 16:27:28 -0700] rev 32422
8049237: Need new tests for X509V3 certificates
Reviewed-by: mullan, xuelei
dfuchs [Tue, 01 Sep 2015 15:34:58 +0200] rev 32421
8064470: JNI exception pending in jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c
Reviewed-by: alanb, chegar, dfuchs
Contributed-by: vyom.tewari@oracle.com
amurillo [Mon, 31 Aug 2015 11:26:11 -0700] rev 32420
Merge
amurillo [Thu, 27 Aug 2015 14:40:21 -0700] rev 32419
Merge
amurillo [Thu, 20 Aug 2015 07:36:37 -0700] rev 32418
Merge
dbuck [Tue, 18 Aug 2015 04:29:28 -0700] rev 32417
8133666: OperatingSystemMXBean reports abnormally high machine CPU consumption on Linux
Reviewed-by: sla, mgronlun
dsamersoff [Mon, 17 Aug 2015 12:45:16 +0300] rev 32416
Merge
jbachorik [Thu, 09 Apr 2015 12:29:31 +0200] rev 32415
8041565: JMX ObjectName could be refactored to save memory
Reviewed-by: emcmanus, dfuchs, olagneau, smarks
sla [Tue, 11 Aug 2015 20:38:18 +0200] rev 32414
8133314: Update launcher.properties to remove reference to hprof
Reviewed-by: dholmes, sspitsyn, mchung
vinnie [Mon, 31 Aug 2015 10:14:34 +0100] rev 32413
8130800: KeyStore.getInstance(File,char[]) does not throw IOE for null password
Reviewed-by: weijun, mullan
sla [Fri, 28 Aug 2015 13:40:43 -0700] rev 32412
8134686: Exclude sun/tools/jps/ tests
Reviewed-by: darcy
rhalade [Fri, 28 Aug 2015 13:35:54 -0700] rev 32411
8048601: Tests for JCE crypto ciphers (part 1)
Reviewed-by: valeriep
bpb [Fri, 28 Aug 2015 10:46:43 -0700] rev 32410
8133987: (fs) Rename GnomeFileTypeDetector to GioFileTypeDetector
Summary: Rename class and associated native file as indicated and fix some related comments in the source and test.
Reviewed-by: alanb
darcy [Fri, 28 Aug 2015 07:55:45 -0700] rev 32409
8134678: Problem list SecurityManager/CheckPackageAccess.java
Reviewed-by: lancea
erikj [Fri, 28 Aug 2015 10:13:30 +0200] rev 32408
8134408: Disable warnings for jdk libraries triggered by SS12u4
Reviewed-by: tbell, ihse
katleman [Thu, 03 Sep 2015 14:24:44 -0700] rev 32407
Added tag jdk9-b80 for changeset d6e71f67a221
duke [Wed, 05 Jul 2017 20:47:56 +0200] rev 32406
Merge
lana [Thu, 03 Sep 2015 16:14:02 -0700] rev 32405
Merge
amurillo [Thu, 27 Aug 2015 14:40:19 -0700] rev 32404
Merge
roland [Thu, 27 Aug 2015 18:51:22 +0200] rev 32403
Merge
roland [Wed, 26 Aug 2015 09:49:37 +0200] rev 32402
8134321: tools/pack200/Pack200Test.java crashes in the VM PIT jdk9 b79
Summary: Code that capture field values of eliminated allocation at a safepoint when there's an arraycopy behind a Phi is broken
Reviewed-by: kvn
thartmann [Tue, 25 Aug 2015 07:49:55 +0200] rev 32401
8075805: Crash while trying to release CompiledICHolder
Summary: Removed nmethod transition to zombie outside of sweeper. Added cleaning of ICs of unloaded nmethods.
Reviewed-by: kvn, iveresov
roland [Fri, 21 Aug 2015 09:12:42 +0200] rev 32400
Merge
enevill [Thu, 20 Aug 2015 09:40:08 +0000] rev 32399
8133842: aarch64: C2 generates illegal instructions with int shifts >=32
Summary: Fix logical operatations combined with shifts >= 32
Reviewed-by: kvn, aph, adinn
roland [Tue, 18 Aug 2015 16:10:34 +0200] rev 32398
8131969: jit/FloatingPoint/gen_math/Loops05 assert(2 <= size && size <= 16) failed: update low bits table
Summary: assert in register allocation code when vector Phi for a loop is processed because code assumes all inputs already processed
Reviewed-by: kvn
kvn [Wed, 19 Aug 2015 17:59:00 -0700] rev 32397
8133984: print_compressed_class_space() is only defined in 64-bit VM
Summary: define method's empty body in 32-bit VM.
Reviewed-by: coleenp
adinn [Tue, 11 Aug 2015 10:25:24 -0400] rev 32396
8078743: AARCH64: Extend use of stlr to cater for volatile object stores
Summary: The current use of stlr on AArch64 to implement volatile stores needs to be extended to cater for object stores.
Reviewed-by: kvn, aph, enevill
enevill [Tue, 18 Aug 2015 12:40:22 +0000] rev 32395
8133352: aarch64: generates constrained unpredictable instructions
Summary: Fix generation of unpredictable STXR Rs, Rt, [Rn] with Rs == Rt
Reviewed-by: kvn, aph, adinn
enevill [Wed, 19 Aug 2015 11:59:02 +0000] rev 32394
8133935: aarch64: fails to build from source
Summary: add inlucde of oops/oop.inline.hpp to fix build
Reviewed-by: coleenp
zmajo [Wed, 19 Aug 2015 11:59:00 +0200] rev 32393
8133625: src/share/vm/opto/compile.hpp:96: error: integer constant is too large for ‘long’ type
Summary: Wrap constant causing the failure into into CONST64(). Update comments.
Reviewed-by: kvn
zmajo [Wed, 19 Aug 2015 10:14:04 +0200] rev 32392
Merge
zmajo [Wed, 19 Aug 2015 08:55:18 +0200] rev 32391
8076373: In 32-bit VM interpreter and compiled code process NaN values differently
Summary: Change interpreter to use XMM registers on x86_32 if they are available. Add stubs for methods transforming from/to int/long float/double.
Reviewed-by: kvn, mcberg
tschatzl [Mon, 24 Aug 2015 16:32:50 +0200] rev 32390
8133456: HeapRegionManager::shrink_by() iterates suboptimally across regions
Reviewed-by: brutisso, tbenson
tschatzl [Mon, 24 Aug 2015 16:27:41 +0200] rev 32389
8067336: Allow that PLAB allocations at the end of regions are flexible
Summary: PLAB allocations may return a buffer that is between minimum size (current allocation) and the desired size. This allows removes a large amount of fragmentation at the end of regions.
Reviewed-by: tbenson, mgerdin
dholmes [Tue, 25 Aug 2015 00:26:10 -0400] rev 32388
Merge
dcubed [Thu, 20 Aug 2015 10:58:57 -0700] rev 32387
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
Summary: Add check for fchir() failure and disable shared PerfMemory in that case.
Reviewed-by: dcubed, simonis, gthornbr
Contributed-by: christoph.langer@sap.com
coleenp [Thu, 20 Aug 2015 17:39:43 +0200] rev 32386
Merge
coleenp [Thu, 20 Aug 2015 17:36:00 +0200] rev 32385
Merge
coleenp [Thu, 20 Aug 2015 11:18:51 -0400] rev 32384
8133951: Zero interpreter asserts in stubRoutines.cpp
Summary: Allow zero sized code buffer when checking if there's enough remaining size
Reviewed-by: kvn
tschatzl [Thu, 20 Aug 2015 15:17:43 +0200] rev 32383
8067339: PLAB reallocation might result in failure to allocate object in that recently allocated PLAB
Summary: Properly size the PLAB to make sure that the object to allocate always has enough space in it.
Reviewed-by: mgerdin, brutisso
tschatzl [Thu, 20 Aug 2015 15:17:43 +0200] rev 32382
8073146: G1 merges thread local age tables too early with global age table
Summary: Move merging of age and survivor table to the end of GC.
Reviewed-by: mgerdin, david
tschatzl [Thu, 20 Aug 2015 15:17:43 +0200] rev 32381
8040162: Avoid reallocating PLABs between GC phases in G1
Summary: Allocate G1ParScanThreadState at the start of GC and only deallocate at the end of GC. This automatically keeps the current PLAB intact without flushing it (and loosing lots of memory) for every reallocation.
Reviewed-by: david, mgerdin
tschatzl [Thu, 20 Aug 2015 15:17:41 +0200] rev 32380
8133530: Add JFR event for evacuation statistics
Summary: Introduce two new JFR events for young/old generation allocation statistics based on previous changes.
Reviewed-by: ehelin, mgerdin
tschatzl [Wed, 19 Aug 2015 13:59:39 +0200] rev 32379
8073013: Add detailed information about PLAB memory usage
Summary: Track and provide information about direct allocation, region end waste and failure waste for G1.
Reviewed-by: jmasa, david, ehelin, mgerdin
tschatzl [Wed, 19 Aug 2015 13:50:50 +0200] rev 32378
8133470: Uses of Atomic methods in plab.hpp should be moved to .inline.hpp file
Summary: Fix include file dependencies according to general guidelines for plab.hpp
Reviewed-by: ehelin, mgerdin
tschatzl [Wed, 19 Aug 2015 13:47:40 +0200] rev 32377
8003237: G1: Reduce unnecessary (and failing) allocation attempts when handling an evacuation failure
Summary: Remember for every generation whether the memory for that generation has already been exhausted. If so, do not try to get a new region for these generations. Further, if the last generation is full, early exit from copy_to_survivor_space.
Reviewed-by: jmasa, brutisso
ehelin [Thu, 20 Aug 2015 10:27:04 +0200] rev 32376
8133825: Remove the class G1CollectorPolicyExt
Reviewed-by: jwilhelm, ecaspole
ehelin [Thu, 20 Aug 2015 08:42:25 +0200] rev 32375
8133821: Refactor initialization of the heap and the collector policy
Reviewed-by: pliden, tschatzl
dcubed [Wed, 19 Aug 2015 11:11:06 -0700] rev 32374
8133537: clarify position of unlock options in error messages
Reviewed-by: coleenp, dholmes, coffeys
roland [Thu, 20 Aug 2015 09:31:28 +0200] rev 32373
Merge
roland [Wed, 29 Jul 2015 17:25:04 +0200] rev 32372
8080289: Intermediate writes in a loop not eliminated by optimizer
Summary: Move Stores out of loop (after or before) when possible
Reviewed-by: kvn, vlivanov
roland [Fri, 14 Aug 2015 00:28:45 +0200] rev 32371
8133599: Unsafe.getAndSetObject() is no longer intrinsified by c2
Summary: off by 1 error in c2 intrinsic filtering logic
Reviewed-by: dlong, kvn, shade