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
roland [Sat, 15 Aug 2015 02:54:18 +0200] rev 32370
8130847: Cloned object's fields observed as null after C2 escape analysis
Summary: Eliminated instance/array written to by an array copy variant must be correctly initialized when reallocated at a deopt
Reviewed-by: kvn, vlivanov
shade [Wed, 12 Aug 2015 09:58:39 +0300] rev 32369
8019968: Reference CAS induces GC store barrier even on failure
Reviewed-by: kvn, adinn, roland
ecaspole [Tue, 18 Aug 2015 14:04:24 -0400] rev 32368
8133349: CMS: Assert failed: Ctl pt invariant
Summary: _survivor_chunk_array should be sized based on PLAB::min_size() not ThreadLocalAllocBuffer::min_size()
Reviewed-by: tschatzl, jwilhelm
jwilhelm [Tue, 18 Aug 2015 17:32:10 +0200] rev 32367
8130308: Too low memory usage in TestPromotionFromSurvivorToTenuredAfterMinorGC.java
Reviewed-by: dfazunen, brutisso
jwilhelm [Mon, 17 Aug 2015 13:55:02 +0200] rev 32366
8133669: Remove unused code in Arguments
8133455: VM ignores setting of the -XX:MemoryRestriction flag.
Reviewed-by: dholmes, kbarrett
gziemski [Sun, 16 Aug 2015 09:33:52 -0500] rev 32365
8133678: test fails due to 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
Summary: We changed the constraint error message formatting for CICompilerCount, but forgot to change the corresponding test.
Reviewed-by: kbarrett, dcubed
dsamersoff [Mon, 17 Aug 2015 10:53:11 +0000] rev 32364
Merge
dsamersoff [Mon, 17 Aug 2015 12:43:45 +0300] rev 32363
Merge
david [Mon, 17 Aug 2015 10:43:11 +0200] rev 32362
8133553: Running with -XX:+UseParallelGC -XX:OldSize=30k crashes jvm
Reviewed-by: jwilhelm, sjohanss
stefank [Mon, 29 Jun 2015 11:11:12 +0200] rev 32361
8087324: Use semaphores when starting and stopping GC task threads
Reviewed-by: jmasa, sjohanss
stefank [Mon, 29 Jun 2015 11:09:39 +0200] rev 32360
8087323: Unify and split the work gang classes
Reviewed-by: jmasa, sjohanss
minqi [Fri, 14 Aug 2015 22:20:21 +0000] rev 32359
Merge
minqi [Fri, 14 Aug 2015 20:40:48 +0000] rev 32358
Merge
minqi [Fri, 14 Aug 2015 10:10:35 -0700] rev 32357
8130115: REDO - Reduce Symbol::_identity_hash to 2 bytes
Summary: Convert Symbol::_identity_hash from integer to short integer to save two bytes. Also change identity_hash() to have 'this' and first two bytes of symbol join the calculation.
Reviewed-by: iklam, coleenp, shade
coleenp [Fri, 14 Aug 2015 19:23:27 +0000] rev 32356
Merge
coleenp [Fri, 14 Aug 2015 15:08:55 -0400] rev 32355
8133557: Missing test before a branch when checking for MethodCounters in TemplateTable::branch() on x86
Reviewed-by: kvn, coleenp
Contributed-by: richard.reingruber@sap.com
dholmes [Fri, 14 Aug 2015 04:21:37 +0200] rev 32354
Merge
dholmes [Thu, 13 Aug 2015 22:08:40 -0400] rev 32353
8029453: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
Reviewed-by: bdelsart, ddmitriev, dcubed
coleenp [Thu, 13 Aug 2015 23:35:32 +0000] rev 32352
Merge
gziemski [Thu, 13 Aug 2015 17:17:56 -0500] rev 32351
8112746: Followup to JDK-8059557 (JEP 245)
Summary: Several improvements to range/constraint check feature.
Reviewed-by: coleenp, ddmitriev, sangheki, kbarrett
asiebenborn [Thu, 13 Aug 2015 09:32:01 +0200] rev 32350
8133121: Move implementation of process_grey_object to concurrentMark.inline.hpp
Summary: move implementation of process_grey_object to inline.hpp
Reviewed-by: kbarrett, simonis
mockner [Wed, 12 Aug 2015 14:18:12 -0400] rev 32349
8098791: Remove PrintClassStatistics and PrintMethodStatistics
Summary: PrintClassStatistics and PrintMethodStatistics have been removed.
Reviewed-by: coleenp, iklam
david [Wed, 12 Aug 2015 16:32:29 +0200] rev 32348
8133193: Memory leak in G1 because G1RootProcessor doesn't have desctructor
Reviewed-by: mgerdin, tschatzl
katleman [Thu, 03 Sep 2015 14:24:41 -0700] rev 32347
Added tag jdk9-b80 for changeset 20f5e1575704
lana [Thu, 03 Sep 2015 16:11:51 -0700] rev 32346
Merge
ihse [Thu, 03 Sep 2015 15:01:57 +0200] rev 32345
8135014: logger.sh needs to handle commands with variable assignment prefixes
Reviewed-by: erikj
ihse [Thu, 03 Sep 2015 11:05:49 +0200] rev 32344
8062618: Create a build failure summary at end of build log
Reviewed-by: erikj
katleman [Thu, 03 Sep 2015 14:24:40 -0700] rev 32343
Added tag jdk9-b80 for changeset 183cef6aab95
duke [Wed, 05 Jul 2017 20:47:30 +0200] rev 32342
Added tag jdk9-b80 for changeset 3c9f5bd909ae
duke [Wed, 05 Jul 2017 20:47:29 +0200] rev 32341
Merge
duke [Wed, 05 Jul 2017 20:47:26 +0200] rev 32340
Merge
lana [Thu, 27 Aug 2015 13:22:04 -0700] rev 32339
Merge
alundblad [Wed, 26 Aug 2015 11:14:28 +0200] rev 32338
8134483: A recent update to copyright headers caused two tests to fail
Summary: Replaced copyright notice with nodynamiccopyright and adjusted line numbers.
Reviewed-by: jfranck
alundblad [Wed, 26 Aug 2015 09:02:02 +0200] rev 32337
8133671: langtools tests have bad license
Summary: Dropped classpath exception from copyright notice in tests.
Reviewed-by: jjg
mcimadamore [Tue, 25 Aug 2015 15:10:25 +0100] rev 32336
8134329: TeeOpTest.java fails across platforms after fix for JDK-8129547
Summary: Wrong indexes associated to CONSTANT_InvokeDynamic_info entries.
Reviewed-by: sundar
Contributed-by: aleksey.shipilev@oracle.com
alundblad [Tue, 25 Aug 2015 15:14:41 +0200] rev 32335
8048318: Refactor sjavac as a thin client
Summary: Moved compilation logic from client to server.
Reviewed-by: jlahoda
mcimadamore [Mon, 24 Aug 2015 13:15:12 +0100] rev 32334
8129547: Excess entries in BootstrapMethods with the same (bsm, bsmKind, bsmStaticArgs), but different dynamicArgs
Summary: Pool.DynamicMethod implementation for hash/equals leads to duplicate BSM entries.
Reviewed-by: jlahoda
Contributed-by: aleksey.shipilev@oracle.com
katleman [Thu, 27 Aug 2015 12:59:55 -0700] rev 32333
Added tag jdk9-b79 for changeset 8d067af302fd
duke [Wed, 05 Jul 2017 20:47:18 +0200] rev 32332
Merge
katleman [Thu, 27 Aug 2015 12:59:52 -0700] rev 32331
Added tag jdk9-b79 for changeset 78117959e115
duke [Wed, 05 Jul 2017 20:47:15 +0200] rev 32330
Merge
lana [Thu, 27 Aug 2015 13:22:08 -0700] rev 32329
Merge
joehw [Wed, 26 Aug 2015 10:16:04 -0700] rev 32328
8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518
Reviewed-by: aefimov, lancea, joehw
katleman [Thu, 27 Aug 2015 12:59:52 -0700] rev 32327
Added tag jdk9-b79 for changeset 13967da712ff
duke [Wed, 05 Jul 2017 20:47:11 +0200] rev 32326
Merge
lana [Thu, 27 Aug 2015 13:22:30 -0700] rev 32325
Merge
sundar [Thu, 27 Aug 2015 14:35:06 +0530] rev 32324
8134562: jjs history object should have methods to save/load history to/from given file and also allow reexecution of commands by a call
Reviewed-by: hannesw, attila
attila [Wed, 26 Aug 2015 20:30:34 +0200] rev 32323
8134403: Nashorn react.js benchmark performance regression
Reviewed-by: hannesw, sundar
mhaupt [Wed, 26 Aug 2015 13:11:35 +0200] rev 32322
8134484: disallow backquotes as heredoc end marker delimiters
Reviewed-by: attila, sundar
mhaupt [Wed, 26 Aug 2015 09:59:29 +0200] rev 32321
8073613: Here documents: how to avoid string interpolation?
Summary: support heredoc end marker quoting like in bash
Reviewed-by: attila, hannesw
sundar [Tue, 25 Aug 2015 18:16:10 +0530] rev 32320
8134397: Features that require AWT, swing should handle headless mode properly
Reviewed-by: hannesw, attila
sundar [Tue, 25 Aug 2015 14:47:42 +0530] rev 32319
8134381: load completion should not use swing from non UI thread
Reviewed-by: lagergren, attila, hannesw
sundar [Mon, 24 Aug 2015 18:25:22 +0530] rev 32318
8134309: load call argument completion could be done with file chooser
Reviewed-by: attila, hannesw
sundar [Mon, 24 Aug 2015 16:25:40 +0530] rev 32317
8134279: jjs should support multiple line input to complete incomplete code
Reviewed-by: attila, hannesw
attila [Mon, 24 Aug 2015 09:12:35 +0200] rev 32316
8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation
Reviewed-by: hannesw, lagergren
attila [Mon, 24 Aug 2015 09:11:46 +0200] rev 32315
8134150: Make Timing both threadsafe and efficient
Reviewed-by: jlaskey, sundar
sundar [Sun, 23 Aug 2015 10:02:14 +0530] rev 32314
8134255: Implement tab-completion for java package prefixes and package names
Reviewed-by: attila, mhaupt
sundar [Fri, 21 Aug 2015 18:01:23 +0530] rev 32313
8133948: Add 'edit' function to allow external editing of scripts
Reviewed-by: attila, hannesw, jlahoda
katleman [Thu, 27 Aug 2015 12:59:56 -0700] rev 32312
Added tag jdk9-b79 for changeset ffea646fc05f
duke [Wed, 05 Jul 2017 20:47:07 +0200] rev 32311
Merge
katleman [Thu, 27 Aug 2015 12:59:49 -0700] rev 32310
Added tag jdk9-b79 for changeset a7e698aed0b7
duke [Wed, 05 Jul 2017 20:47:02 +0200] rev 32309
Merge
ptbrunet [Thu, 27 Aug 2015 22:35:24 -0500] rev 32308
8134456: jdk/test/java/lang/SecurityManager/CheckPackageAccess.java failing on several platforms
Summary: Add new restricted packages to the test code
Reviewed-by: mullan, mchung
Contributed-by: peter.brunet@oracle.com
darcy [Thu, 27 Aug 2015 18:12:45 -0700] rev 32307
8134632: Mark javax/sound/midi/Devices/InitializationHang.java as headful
Reviewed-by: prr
sherman [Thu, 27 Aug 2015 14:32:42 -0700] rev 32306
8131067: (zipfs) Zip File System Provider returns doubly-encoded Path URIs
Summary: to decode the zip file path uri before passing it into zippath uri.
Reviewed-by: alanb
lana [Thu, 27 Aug 2015 13:22:51 -0700] rev 32305
Merge
darcy [Thu, 27 Aug 2015 11:02:10 -0700] rev 32304
8134554: Add sound tests to tier 3
Reviewed-by: serb
weijun [Thu, 27 Aug 2015 10:31:48 +0800] rev 32303
8134555: The InquireSecContextPermissionCheck.java test was mistakenly removed
Reviewed-by: xuelei
weijun [Thu, 27 Aug 2015 07:52:12 +0800] rev 32302
8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException
Reviewed-by: chegar
darcy [Wed, 26 Aug 2015 11:18:38 -0700] rev 32301
8134521: Problem list failing java/beans/Introspector test
Reviewed-by: alanb
naoto [Wed, 26 Aug 2015 10:44:37 -0700] rev 32300
8134520: Bug8134250 test fails in en_IE locale
Reviewed-by: lancea
sla [Wed, 26 Aug 2015 06:48:33 -0700] rev 32299
8134458: Make sun/tools/jps tests non-concurrent with other tests
Reviewed-by: dholmes, martin
ddehaven [Tue, 25 Aug 2015 12:19:46 -0700] rev 32298
Merge
azvegint [Fri, 21 Aug 2015 10:43:47 -0700] rev 32297
8134028: [PIT] XToolkit, strange behavior of robot.createScreenCapture(): looks like a native crash in X11/GTK
Reviewed-by: alexsch, serb
ddehaven [Mon, 17 Aug 2015 10:12:16 -0700] rev 32296
Merge
serb [Mon, 17 Aug 2015 16:56:22 +0300] rev 32295
6778087: getLocationOnScreen() always returns (0, 0) for mouse wheel events
Reviewed-by: alexsch, azvegint
serb [Thu, 06 Aug 2015 19:52:02 +0300] rev 32294
4379403: Need to disable the "magic AWT dump key" (CTRL+SHIFT+F1)
Reviewed-by: alexsch, azvegint
serb [Thu, 06 Aug 2015 17:55:32 +0300] rev 32293
7124271: [macosx] RealSync test failure
Reviewed-by: alexsch, azvegint
ptbrunet [Fri, 14 Aug 2015 13:59:40 -0500] rev 32292
8051626: Rework security restrictions of Java Access Bridge and related Utilities
Summary: Move non-public code to internal directories; restrict those directories
Reviewed-by: mchung, prr, mullan, serb
Contributed-by: peter.brunet@oracle.com
smarks [Thu, 13 Aug 2015 13:30:15 -0700] rev 32291
8068749: Restrict javax.imageio.spi.ServiceRegistry to ImageIO types
Reviewed-by: prr, serb
prr [Thu, 13 Aug 2015 12:27:06 -0700] rev 32290
8133514: Update NervousText demo to use java.version System property
Reviewed-by: serb, iris
prr [Thu, 13 Aug 2015 12:12:10 -0700] rev 32289
8132850: java.lang.ArrayIndexOutOfBoundsException during text rendering with many fonts installed
Reviewed-by: jgodinez, serb
pchopra [Thu, 13 Aug 2015 16:26:17 +0300] rev 32288
8081764: [TEST_BUG] Test javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on Windows, Solaris Sparcv9 and Linux but passes on MacOSX
Reviewed-by: alexsch, azvegint
mcherkas [Thu, 13 Aug 2015 15:29:03 +0300] rev 32287
8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor
Reviewed-by: alexsch, serb
yan [Thu, 13 Aug 2015 14:20:36 +0300] rev 32286
8132958: [TEST_BUG] Part 1: update client tests failing after changes in setAccessible(true) routine
Reviewed-by: alexsch, serb
ddehaven [Wed, 12 Aug 2015 09:36:43 -0700] rev 32285
Merge
serb [Wed, 12 Aug 2015 14:37:44 +0300] rev 32284
8131926: java/beans/SimpleBeanInfo/LoadingStandardIcons/LoadingStandardIcons.java failure with modular JDK
Reviewed-by: azvegint, alexsch
avstepan [Wed, 12 Aug 2015 13:57:12 +0300] rev 32283
8133134: docs: replace <tt> tags (obsolete in html5) for java.desktop
Reviewed-by: alexsch
azvegint [Tue, 11 Aug 2015 16:32:13 +0300] rev 32282
8014212: Robot captures black screen
Reviewed-by: alexsch, serb
neugens [Mon, 10 Aug 2015 14:42:07 +0200] rev 32281
8075584: test for 8067364 depends on hardwired text advance
Summary: The test incorrectly included values that depend on the installed fonts
Reviewed-by: serb, prr
psadhukhan [Thu, 06 Aug 2015 11:36:52 +0300] rev 32280
8080287: The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank
Reviewed-by: prr, flar
avstepan [Wed, 05 Aug 2015 19:11:27 +0300] rev 32279
8132566: [TESTBUG] add regression test for inherited classes with the new bean annotations
Reviewed-by: alexsch
kshefov [Wed, 05 Aug 2015 16:35:41 +0300] rev 32278
8028618: [TEST BUG] javax/swing/JScrollBar/bug4202954/bug4202954.java fails
Reviewed-by: alexsch, azvegint
Contributed-by: nadeesh.tv@oracle.com
lancea [Tue, 25 Aug 2015 13:40:07 -0400] rev 32277
8133939: javadoc clarification for java.sql.Date.toLocalDate
Reviewed-by: joehw
igerasim [Tue, 25 Aug 2015 19:45:07 +0300] rev 32276
8134356: {@code} tag contains < and > sequences
Reviewed-by: martin
avstepan [Tue, 25 Aug 2015 18:45:09 +0300] rev 32275
8133802: replace some <tt> tags (obsolete in html5) in security-libs docs
Reviewed-by: mullan
aefimov [Tue, 25 Aug 2015 18:40:32 +0300] rev 32274
8133830: [solaris] Fix for potential memory leak in TimeZone_md.c, function findJavaTZ_md()
Reviewed-by: andrew, goetz, okutsu
Contributed-by: christoph.langer@sap.com
sundar [Tue, 25 Aug 2015 20:21:53 +0530] rev 32273
8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main"
Reviewed-by: alanb, erikj, lagergren
robm [Tue, 25 Aug 2015 14:15:50 +0100] rev 32272
8046768: com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
Reviewed-by: vinnie
robm [Tue, 25 Aug 2015 14:07:08 +0100] rev 32271
8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
Reviewed-by: chegar
naoto [Mon, 24 Aug 2015 19:10:51 -0700] rev 32270
8134250: Create unit tests for CLDR unique features
Reviewed-by: okutsu
vinnie [Mon, 24 Aug 2015 16:22:37 +0100] rev 32269
8132786: java/security/cert/CertPathValidator/OCSP/AIACheck.java fails intermittently
Reviewed-by: mullan
jfranck [Mon, 24 Aug 2015 11:00:12 +0200] rev 32268
8073056: Repeating annotations throws java.security.AccessControlException with a SecurityManager
Reviewed-by: ahgross, darcy
henryjen [Wed, 08 Jul 2015 23:26:48 -0700] rev 32267
8027634: Support @argfiles for java command-line tool
Reviewed-by: ksrini, mchung
robm [Fri, 21 Aug 2015 20:41:21 +0100] rev 32266
8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
Reviewed-by: michaelm
katleman [Thu, 27 Aug 2015 12:59:52 -0700] rev 32265
Added tag jdk9-b79 for changeset 421773f441c6
duke [Wed, 05 Jul 2017 20:46:50 +0200] rev 32264
Merge
katleman [Thu, 27 Aug 2015 12:59:50 -0700] rev 32263
Added tag jdk9-b79 for changeset 7a289da71811
lana [Thu, 27 Aug 2015 13:21:37 -0700] rev 32262
Merge
sundar [Tue, 25 Aug 2015 20:18:42 +0530] rev 32261
8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main"
Reviewed-by: alanb, erikj, lagergren
sundar [Sun, 23 Aug 2015 10:01:19 +0530] rev 32260
8134255: Implement tab-completion for java package prefixes and package names
Reviewed-by: attila, mhaupt
sundar [Fri, 21 Aug 2015 18:00:53 +0530] rev 32259
8133948: Add 'edit' function to allow external editing of scripts
Reviewed-by: attila, hannesw, jlahoda
katleman [Thu, 27 Aug 2015 12:59:49 -0700] rev 32258
Added tag jdk9-b79 for changeset 3a2debd4d023
duke [Wed, 05 Jul 2017 20:46:39 +0200] rev 32257
Added tag jdk9-b79 for changeset 3966bd3b8167
duke [Wed, 05 Jul 2017 20:46:39 +0200] rev 32256
Merge
duke [Wed, 05 Jul 2017 20:46:35 +0200] rev 32255
Merge
katleman [Thu, 20 Aug 2015 11:38:24 -0700] rev 32254
Added tag jdk9-b78 for changeset 5841c9337554
duke [Wed, 05 Jul 2017 20:46:31 +0200] rev 32253
Merge
lana [Thu, 20 Aug 2015 12:30:11 -0700] rev 32252
Merge
avstepan [Thu, 20 Aug 2015 13:28:35 +0300] rev 32251
8132478: [tidy] three new warnings from java docs (java.net, javax.annotation)
Summary: minor docs cleanup (jaxws part)
Reviewed-by: lancea
katleman [Thu, 20 Aug 2015 11:38:21 -0700] rev 32250
Added tag jdk9-b78 for changeset d014abca53b7
duke [Wed, 05 Jul 2017 20:46:28 +0200] rev 32249
Merge
katleman [Thu, 20 Aug 2015 11:38:20 -0700] rev 32248
Added tag jdk9-b78 for changeset 11ac73b4eea0
duke [Wed, 05 Jul 2017 20:46:25 +0200] rev 32247
Merge
lana [Thu, 20 Aug 2015 12:29:58 -0700] rev 32246
Merge
sundar [Wed, 19 Aug 2015 16:35:03 +0530] rev 32245
8133872: Expression completion should work on contexts where an expression is accepted
Reviewed-by: hannesw, mhaupt
mhaupt [Tue, 18 Aug 2015 09:13:46 -0700] rev 32244
8077168: CodeStoreAndPathTest.java fails in jtreg mode on Mac
Summary: use correct path on JRT file system
Reviewed-by: attila, sundar
sundar [Tue, 18 Aug 2015 18:53:13 +0530] rev 32243
8133812: identifier and member expression completion handling is not uniform
Reviewed-by: attila, hannesw
sundar [Tue, 18 Aug 2015 11:40:18 +0530] rev 32242
8133777: Use file based persistence for history instead of preferences
Reviewed-by: attila, mhaupt
sundar [Mon, 17 Aug 2015 18:36:28 +0530] rev 32241
8133695: Implement tab-completion for identifiers
Reviewed-by: attila, jlaskey
sundar [Mon, 17 Aug 2015 13:17:25 +0530] rev 32240
8133652: Implement tab-completion for member select expressions
Reviewed-by: jlaskey, attila
sundar [Fri, 14 Aug 2015 18:48:26 +0530] rev 32239
8133624: Move JDK-8055034.js and JDK-8130127.js to currently-failing directory to exclude from test run
Reviewed-by: jlaskey, hannesw
katleman [Thu, 20 Aug 2015 11:38:25 -0700] rev 32238
Added tag jdk9-b78 for changeset 23662c20a442
duke [Wed, 05 Jul 2017 20:46:21 +0200] rev 32237
Merge
katleman [Thu, 20 Aug 2015 11:38:18 -0700] rev 32236
Added tag jdk9-b78 for changeset 525d3550480f
duke [Wed, 05 Jul 2017 20:46:18 +0200] rev 32235
Merge
lana [Thu, 20 Aug 2015 12:29:24 -0700] rev 32234
Merge
asmotrak [Thu, 20 Aug 2015 11:16:54 -0700] rev 32233
8050460: JAAS login/logout tests with LoginContext
Reviewed-by: xuelei
Contributed-by: svetlana.nikandrova@oracle.com
bpb [Wed, 19 Aug 2015 13:11:24 -0700] rev 32232
8074821: Resolve disabled warnings for libnio
Summary: Enable the indicated warnings and correct the code which provoked them.
Reviewed-by: alanb
vinnie [Wed, 19 Aug 2015 17:42:52 +0100] rev 32231
8130799: KeyStoreSpi.engineProbe does not throw the expected NullPointerException
Reviewed-by: xuelei
mchung [Tue, 18 Aug 2015 20:30:15 -0700] rev 32230
8132944: test java/lang/ClassLoader/GetSystemPackage.java writes stuff to Agent stdout
Reviewed-by: dholmes
valeriep [Tue, 18 Aug 2015 21:16:27 +0000] rev 32229
8086002: Move apple.security.AppleProvider to a proper module
Summary: Move Apple provider to java.base module with "libosxsecurity" native library.
Reviewed-by: mchung
darcy [Tue, 18 Aug 2015 12:49:00 -0700] rev 32228
8133808: Place java/lang/ProcessHandle/InfoTest.java on the Problem List
Reviewed-by: lancea
avstepan [Tue, 18 Aug 2015 18:04:17 +0300] rev 32227
8132478: [tidy] three new warnings from java docs (java.net, javax.annotation)
Summary: minor docs cleanup (jdk part)
Reviewed-by: lancea
jfdenise [Tue, 18 Aug 2015 15:46:01 +0200] rev 32226
8132527: jimage tool extract and recreate options are not consistent (no NPE)
Summary: Module metadata original name must be reused when recreating a jimage
Reviewed-by: jlaskey
amurillo [Mon, 17 Aug 2015 11:18:31 -0700] rev 32225
Merge
amurillo [Thu, 13 Aug 2015 15:50:52 -0700] rev 32224
Merge
sla [Mon, 10 Aug 2015 13:34:55 +0000] rev 32223
Merge
sla [Mon, 10 Aug 2015 13:08:55 +0200] rev 32222
8076470: Remove the JVM TI hprof Agent
Reviewed-by: sspitsyn, mchung, erikj
dsamersoff [Mon, 10 Aug 2015 14:05:37 +0300] rev 32221
Merge
kbarrett [Wed, 05 Aug 2015 03:43:31 +0200] rev 32220
Merge
kbarrett [Tue, 04 Aug 2015 17:26:14 -0400] rev 32219
8132306: java/lang/ref/ReferenceEnqueue.java fails with "RuntimeException: Error: poll() returned null; expected ref object"
Summary: Carefully order ref.queue and queue list updates to address races.
Reviewed-by: dholmes, dfuchs, plevart
dsamersoff [Tue, 04 Aug 2015 19:25:59 +0000] rev 32218
Merge
dsamersoff [Tue, 04 Aug 2015 18:11:40 +0300] rev 32217
8132648: sun/tools/jhsdb/BasicLauncherTest fails with java.lang.RuntimeException
Summary: Added check for standard conditions causing attach to fail
Reviewed-by: jbachorik, sspitsyn
jbachorik [Tue, 04 Aug 2015 15:16:23 +0200] rev 32216
8085919: OperatingSystemMXBean/TestTotalSwap.java failure : Total Swap Space figures mismatch
Reviewed-by: dholmes
aefimov [Mon, 17 Aug 2015 12:28:55 +0300] rev 32215
8133321: (tz) Support tzdata2015f
Reviewed-by: okutsu
kshefov [Mon, 17 Aug 2015 12:21:34 +0300] rev 32214
8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
Reviewed-by: vlivanov, mhaupt
kshefov [Mon, 17 Aug 2015 12:13:18 +0300] rev 32213
8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
Reviewed-by: vlivanov, mhaupt
weijun [Sat, 15 Aug 2015 21:14:08 +0800] rev 32212
8132330: Ineffective SecureRandom usage in RSA encoding with PKCS1Padding
Reviewed-by: weijun
Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>
sherman [Sat, 15 Aug 2015 04:38:51 +0000] rev 32211
8039390: Unexpected behaviour of String.format with null arguments
Summary: to explicitly specify the null behavior for all conversions
Reviewed-by: rriggs
avstepan [Fri, 14 Aug 2015 14:40:13 +0300] rev 32210
8133480: replace some <tt> tags (obsolete in html5) in core-libs docs
Reviewed-by: lancea
simonis [Fri, 14 Aug 2015 10:35:45 +0200] rev 32209
8131168: Refactor ProcessHandleImpl_*.c and add implememtation for AIX
Reviewed-by: rriggs, smarks
katleman [Thu, 20 Aug 2015 11:38:21 -0700] rev 32208
Added tag jdk9-b78 for changeset 5f6d9917598c
duke [Wed, 05 Jul 2017 20:46:10 +0200] rev 32207
Merge
lana [Thu, 20 Aug 2015 12:30:20 -0700] rev 32206
Merge
amurillo [Thu, 13 Aug 2015 15:50:47 -0700] rev 32205
Merge
rbackman [Thu, 13 Aug 2015 19:36:54 +0200] rev 32204
Merge
shade [Tue, 11 Aug 2015 12:24:26 +0300] rev 32203
8131682: C1 should use multibyte nops everywhere
Reviewed-by: dlong, goetz, adinn, aph, vlivanov
kvn [Mon, 10 Aug 2015 10:39:19 -0700] rev 32202
8011858: Use Compile::live_nodes() instead of Compile::unique() in appropriate places
Reviewed-by: kvn, vlivanov
Contributed-by: vlad.ureche@gmail.com
sla [Mon, 10 Aug 2015 13:34:53 +0000] rev 32201
Merge
sla [Mon, 10 Aug 2015 13:08:54 +0200] rev 32200
8076470: Remove the JVM TI hprof Agent
Reviewed-by: sspitsyn, mchung, erikj
dsamersoff [Mon, 10 Aug 2015 13:56:27 +0300] rev 32199
Merge
ddmitriev [Sun, 09 Aug 2015 13:38:24 +0300] rev 32198
8132892: Memory must be freed after calling Arguments::set_sysclasspath function
Summary: Free memory after calling set_sysclasspath
Reviewed-by: dholmes, dcubed
mseledtsov [Fri, 07 Aug 2015 17:14:26 -0700] rev 32197
8133222: [TESTBUG] Quarantine runtime/SharedArchiveFile/SharedStrings.java until the fix
Summary: Quarantined using at-ingore tag
Reviewed-by: dcubed
kbarrett [Sat, 08 Aug 2015 00:27:39 +0200] rev 32196
Merge
ecaspole [Fri, 07 Aug 2015 09:15:42 -0400] rev 32195
8078904: CMS: Assert failed: Ctl pt invariant
Summary: Survivor rescan array now baed on MinTLABSize so all entries will fit
Reviewed-by: tschatzl, kbarrett
tschatzl [Fri, 07 Aug 2015 23:01:50 +0200] rev 32194
Merge
tschatzl [Fri, 07 Aug 2015 15:37:07 +0200] rev 32193
8133042: Remove some direct accesses of G1Allocator to G1CollectedHeap members
Summary: Remove direct access to private members of G1CollectedHeap from G1Allocator and G1ArchiveAllocator. Allows removal of friend delcarations.
Reviewed-by: kbarrett, jmasa, jwilhelm
sspitsyn [Fri, 07 Aug 2015 09:22:29 -0700] rev 32192
8080401: Uninitialised variable in hotspot/src/os/solaris/dtrace/
Summary: reduce the warnings
Reviewed-by: sla, dsamersoff
sspitsyn [Fri, 07 Aug 2015 09:21:32 -0700] rev 32191
8033577: [parfait] warnings from b128 for hotspot/src/os/solaris/dtrace: Unportable format string argument mismatch
Summary: reduce the warnings
Reviewed-by: sla, dsamersoff, coleenp
acorn [Thu, 06 Aug 2015 19:52:54 +0200] rev 32190
Merge
acorn [Thu, 06 Aug 2015 13:02:15 -0400] rev 32189
8087342: Crash in klassItable::initialize_itable_for_interface
Summary: Fix method searches to handle static, private instance and overpass
Reviewed-by: lfoltan, dholmes, hseigel
tschatzl [Thu, 06 Aug 2015 17:43:04 +0200] rev 32188
Merge
tschatzl [Thu, 06 Aug 2015 15:52:33 +0200] rev 32187
8133047: Rename G1ParScanThreadState::_queue_num to _worker_id
Reviewed-by: jmasa, jwilhelm
tschatzl [Thu, 06 Aug 2015 15:49:52 +0200] rev 32186
8133043: Clean up code related to termination stats printing
Summary: Reformat termination stats related code to make it look more similar to existing code.
Reviewed-by: jwilhelm, jmasa