jwilhelm [Sat, 04 Feb 2017 03:29:40 +0100] rev 43491
Merge
ccheung [Thu, 26 Jan 2017 10:17:06 -0800] rev 43490
8173163: searching for a versioned entry in a multi-release jar in hotspot is inconsistent with java code
Summary: use the highest versioned entry if the specified version is higher than the current jdk version
Reviewed-by: iklam, sspitsyn, jiangli
dnsimon [Thu, 26 Jan 2017 05:53:14 -0800] rev 43489
8173278: [JVMCI] query_update_method_data might write outside _trap_hist array
Reviewed-by: kvn
njian [Sun, 22 Jan 2017 16:33:54 +0800] rev 43488
8172881: AArch64: assertion failure: the int pressure is incorrect
Summary: Change the dst register type of get_and_setI/L/N/P from any register to non-special register.
Reviewed-by: aph
Contributed-by: yang.zhang@linaro.org
rbackman [Thu, 26 Jan 2017 08:35:17 +0100] rev 43487
Merge
gdub [Tue, 24 Jan 2017 13:40:46 +0100] rev 43486
8167519: [AOT] Failed compilation: java.math.MutableBigInteger.divide3n2n
Reviewed-by: never, davleopo
jwilhelm [Tue, 24 Jan 2017 00:30:28 +0100] rev 43485
Merge
never [Wed, 25 Jan 2017 19:18:43 -0800] rev 43484
8173309: jvmtiDeferredLocalVariableSet may update the wrong frame
Reviewed-by: kvn
roland [Tue, 24 Jan 2017 09:40:05 +0100] rev 43483
8173147: [ctw] fails during compilation of sun.security.krb5.internal.crypto.RsaMd5DesCksumType::calculateKeyedChecksum with " graph should be schedulable"
Summary: Loads generated at uncommon trap from eliminated arraycopy have incorrect memory state
Reviewed-by: thartmann
thartmann [Wed, 25 Jan 2017 07:05:38 +0100] rev 43482
8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling
Summary: Regression test and additional asserts. The problem is fixed by 8087341.
Reviewed-by: kvn
thartmann [Wed, 25 Jan 2017 07:03:26 +0100] rev 43481
8173195: [BACKOUT] 8087341: C2 doesn't optimize redundant memory operations with G1
Summary: Backing out 8087341 due to 8172850. Will be re-implemented with 8173196.
Reviewed-by: kvn
jcm [Tue, 24 Jan 2017 20:47:24 -0800] rev 43480
8173300: [TESTBUG]compiler/tiered/NonTieredLevelsTest.java fails with compiler.whitebox.SimpleTestCaseHelper(int) must be compiled
Summary: Corrected available compilation levels for client builds.
Reviewed-by: kvn
kvn [Tue, 24 Jan 2017 17:19:01 -0800] rev 43479
8173158: [AOT] fix typo in jaotc --help output
Reviewed-by: rbackman
never [Tue, 24 Jan 2017 08:51:07 +0000] rev 43478
8171173: EXCEPTION_ACCESS_VIOLATION running VirtualObjectDebugInfoTest.java
Reviewed-by: kvn
dnsimon [Mon, 23 Jan 2017 23:01:32 +0000] rev 43477
Merge
dnsimon [Sun, 22 Jan 2017 21:40:59 +0100] rev 43476
8172733: [JVMCI] add ResolvedJavaMethod.hasNeverInlineDirective
Reviewed-by: kvn
iveresov [Mon, 23 Jan 2017 23:49:16 +0300] rev 43475
8173054: [AOT] Avoid zero-shift for compressed oops
Summary: AOT compiler should be pessimistic about heap size
Reviewed-by: kvn
zmajo [Mon, 23 Jan 2017 09:53:27 +0100] rev 43474
8172844: Assert fails in deoptimization due to original PC at the end of code section
Summary: Change assert to accept end of code section as well.
Reviewed-by: rbackman, kvn, dlong
jcm [Sun, 22 Jan 2017 22:18:49 -0800] rev 43473
8173037: V [jvm.dll+0x2343fc] GraphBuilder::args_list_for_profiling+0x8c
Summary: Disabled WB Compilaton at unsupported levels.
Reviewed-by: kvn
kvn [Sat, 21 Jan 2017 15:08:53 -0800] rev 43472
8173135: compiler/aot/fingerprint/SelfChangedCDS.java fails with: Unrecognized VM option 'UnlockCommercialFeatures'
Summary: Move aot/fingerprint tests to closed since they use commercial feature.
Reviewed-by: iveresov
hseigel [Fri, 20 Jan 2017 16:09:56 -0500] rev 43471
8171971: Fix timing bug in JVM management of package export lists
Summary: Reduce the number of fields that maintain export state and use Module_lock to access these fields
Reviewed-by: acorn, sspitsyn, lfoltan
jcm [Thu, 19 Jan 2017 21:52:51 -0800] rev 43470
8173038: [TESTBUG] compiler/loopopts/UseCountedLoopSafepointsTest.java fails with TESTBUG: Not server mode
Summary: remove wrong extra check that got added as part of JDK-8166002 emulated client on win32.
Reviewed-by: kvn
dcubed [Thu, 19 Jan 2017 18:16:20 -0800] rev 43469
8173081: VM no longer prints "Picked up _JAVA_OPTONS: " message
Summary: Restore lost line from JDK-8061999.
Reviewed-by: hseigel, mchung, dholmes
dholmes [Thu, 19 Jan 2017 18:52:16 -0500] rev 43468
8172972: Add gc/g1/logging/TestG1LoggingFailure.java to the ProblemList
Reviewed-by: kbarrett
gtriantafill [Thu, 19 Jan 2017 10:56:32 -0500] rev 43467
8152206: Simplify jvmstat modules
Reviewed-by: alanb, mchung, hseigel
redestad [Thu, 19 Jan 2017 11:49:30 +0100] rev 43466
8171855: Move package name transformations during module bootstrap into native code
Reviewed-by: alanb, acorn, lfoltan, mchung, plevart, hseigel, sspitsyn
rbackman [Thu, 19 Jan 2017 11:10:33 +0100] rev 43465
Merge
rbackman [Thu, 05 Jan 2017 08:37:10 +0100] rev 43464
8169588: [AOT] jaotc --classpath option is confusing
Reviewed-by: kvn, dlong
stuefe [Thu, 19 Jan 2017 10:30:37 +0100] rev 43463
8172964: [aix] AIX VM should not handle SIGDANGER
Reviewed-by: simonis, clanger
thartmann [Thu, 19 Jan 2017 08:10:11 +0100] rev 43462
8172751: OSR compilation at unreachable bci causes C1 crash
Summary: Bailout if OSR entry is unreachable.
Reviewed-by: thartmann
Contributed-by: Andreas Woess <andreas.woess@oracle.com>
kvn [Wed, 18 Jan 2017 19:37:52 -0800] rev 43461
8173019: Backout JDK-8172990 changes
Reviewed-by: dlong
dholmes [Wed, 18 Jan 2017 19:54:18 -0500] rev 43460
8172261: [JVMTI] Specification for early VM start event needs to lower expectations in relation class loading
Reviewed-by: dcubed, sspitsyn, alanb
kvn [Wed, 18 Jan 2017 14:36:54 -0800] rev 43459
8172990: [AOT] Missing GC scan of _metaspace_got array containing Klass*
Summary: added back _metaspace_got array scan.
Reviewed-by: dlong
coleenp [Wed, 18 Jan 2017 10:30:56 -0500] rev 43458
8144518: ClassVerboseTest crashes on Windows
Summary: simplify Bytecode_tableswitch code so windows doesn't generate bad code for it.
Reviewed-by: ctornqvi, dholmes
thartmann [Wed, 18 Jan 2017 08:30:02 +0000] rev 43457
Merge
thartmann [Wed, 18 Jan 2017 08:54:29 +0100] rev 43456
8172884: TraceOptoPipelining and TraceOptoOutput are broken
Summary: Compiler Control code needs not set the default values for the directive according to the flag value.
Reviewed-by: neliasso, redestad
jcm [Tue, 17 Jan 2017 21:38:07 -0800] rev 43455
8166002: Emulate client build on platforms with reduced virtual address space
Summary: The default VM ergonomics on Windows/x86 (32-bit) are changed to client like.
Reviewed-by: kvn, iveresov
mgronlun [Tue, 17 Jan 2017 17:00:22 +0100] rev 43454
Merge
mgronlun [Tue, 17 Jan 2017 16:18:03 +0100] rev 43453
8171960: Event-based tracing needs separate flag representation for Method
Reviewed-by: hseigel, gtriantafill, dholmes
rprotacio [Tue, 17 Jan 2017 15:27:22 +0100] rev 43452
Merge
rprotacio [Fri, 13 Jan 2017 16:49:34 -0500] rev 43451
8170827: Correct errant "java.base" string to macro
Summary: used JAVA_BASE_NAME instead of "java.base" string in one location
Reviewed-by: coleenp, jiangli
thartmann [Tue, 17 Jan 2017 08:53:42 +0100] rev 43450
8172731: runtime/Thread/TooSmallStackSize.java fails on solaris-x64 with product build
Summary: The C2 compiler threads require a large stack with the Solaris Studio C++ compiler version 5.13 and product VM build.
Reviewed-by: sspitsyn, dcubed, goetz, dholmes
aharlap [Fri, 13 Jan 2017 12:27:54 -0500] rev 43449
8140588: Internal Error: gc/g1/ptrQueue.hpp:126 assert(_index == _sz) failed: invariant: queues are empty when activated
Summary: Re-check queue active state before updating
Reviewed-by: pliden, kbarrett, mdoerr
jwilhelm [Mon, 16 Jan 2017 16:18:04 +0100] rev 43448
Merge
jwilhelm [Fri, 13 Jan 2017 18:26:34 +0100] rev 43447
Merge
hseigel [Fri, 13 Jan 2017 07:19:03 -0500] rev 43446
8172288: Fix Jigsaw related module/package error messages and throw correct exceptions
Summary: Reword error messages and throw IllegalStateExceptions where appropriate
Reviewed-by: alanb, acorn, lfoltan, gtriantafill
rprotacio [Thu, 12 Jan 2017 19:34:29 +0000] rev 43445
Merge
rprotacio [Thu, 12 Jan 2017 14:04:08 -0500] rev 43444
8170821: Ensure access checks result in consistent answers
Summary: Added jtreg test to verify consistent access check results even when access is added between checks
Reviewed-by: hseigel, lfoltan
aph [Thu, 12 Jan 2017 16:27:40 +0000] rev 43443
8172721: Fix for 8172144 breaks AArch64 build
Reviewed-by: dsamersoff
dfazunen [Thu, 12 Jan 2017 10:31:00 +0000] rev 43442
Merge
dfazunen [Thu, 12 Jan 2017 09:53:01 +0300] rev 43441
8169643: [TESTBUG] GCBasher test fails with G1, CMS and Serial.
Reviewed-by: tschatzl, iignatyev, mchernov
iignatyev [Wed, 11 Jan 2017 17:43:36 +0300] rev 43440
8172557: quarantine ctw/JarDirTest
Reviewed-by: ctornqvi
aph [Wed, 11 Jan 2017 15:09:58 +0000] rev 43439
8172144: AArch64: Implement "JEP 270: Reserved Stack Areas for Critical Sections"
Reviewed-by: fparain
rehn [Wed, 11 Jan 2017 12:47:16 +0100] rev 43438
8079441: Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]" (0x406d1388)
Summary: Do not raise (windows thread name) exception 0x406d1388 when no debugger is attached.
Reviewed-by: iklam, stuefe
zmajo [Wed, 11 Jan 2017 09:40:42 +0100] rev 43437
8168926: C2: Bytecode escape analyzer crashes due to stack overflow
Summary: Whether current call site needs an appendix is determined only based on the target method and the current bytecode instruction.
Reviewed-by: kvn, thartmann
iveresov [Tue, 10 Jan 2017 18:48:08 +0000] rev 43436
Merge
iveresov [Tue, 10 Jan 2017 21:39:20 +0300] rev 43435
8172310: [AOT] Fix unverified entry point
Summary: Fix AOT code for the unverified entry point
Reviewed-by: kvn
dpochepk [Tue, 10 Jan 2017 20:45:04 +0300] rev 43434
8166374: compiler/loopopts/UseCountedLoopSafepointsTest.java fails with "Safepoint not found"
Reviewed-by: thartmann
davleopo [Mon, 09 Jan 2017 19:36:47 +0000] rev 43433
8166125: [JVMCI] Missing JVMCI flag default values
Reviewed-by: twisti, kvn
jwilhelm [Mon, 09 Jan 2017 15:10:25 +0100] rev 43432
Merge
kzhaldyb [Wed, 28 Dec 2016 19:13:34 +0300] rev 43431
8172098: A lot of gtests uses TEST instead of TEST_VM
Reviewed-by: iignatyev
iklam [Sun, 08 Jan 2017 10:39:42 -0800] rev 43430
8170959: unloading archived shared class caused crash
Reviewed-by: coleenp, sspitsyn, mockner
thartmann [Fri, 06 Jan 2017 10:55:30 +0100] rev 43429
8171435: "assert(is_single_cpu() && !is_virtual()) failed: type check" with -XX:+PatchALot on SPARC
Summary: Fixed several issues with PatchALot or unaligned accesses on SPARC.
Reviewed-by: kvn
gromero [Thu, 15 Dec 2016 08:56:32 -0500] rev 43428
8171266: PPC64: Add support to -XX:RTMSpinLoopCount=0
Reviewed-by: mdoerr, dholmes
thartmann [Thu, 05 Jan 2017 09:25:36 +0100] rev 43427
8172010: [AOT] RecompilationTest.java fails with "expected compilation level after compilation to be no less than 1"
Summary: Disabled probabilistic profiling to ensure recompilation of AOT compiled method.
Reviewed-by: kvn, iveresov
coleenp [Wed, 04 Jan 2017 21:13:04 -0500] rev 43426
8172246: [TESTBUG] runtime/RedefineTests/RedefinePreviousVersions.java 'Class unloading: has_previous_versions = true' missing from stdout/stderr
Summary: add boolean to gate redefinition start
Reviewed-by: sspitsyn, dholmes
kvn [Wed, 04 Jan 2017 11:44:26 -0800] rev 43425
8172054: Aot tests should include Java assertions into AOT compiled code
Reviewed-by: iveresov
ctornqvi [Wed, 04 Jan 2017 10:57:26 -0500] rev 43424
8168137: import-hotspot build target not removed from hotspot-ide-project
Reviewed-by: erikj
vdeshpande [Tue, 03 Jan 2017 14:56:51 -0800] rev 43423
8171974: Fix for R10 Register clobbering with usage of ExternalAddress
Reviewed-by: kvn, rbackman
redestad [Tue, 03 Jan 2017 21:36:05 +0100] rev 43422
8172169: Re-examine String field optionality
Reviewed-by: kvn, thartmann
mdoerr [Tue, 03 Jan 2017 17:17:14 +0100] rev 43421
8172199: s390: Use same get_key_start_from_aescrypt_object implementation as PPC64
Reviewed-by: kvn
goetz [Tue, 27 Dec 2016 16:10:59 +0100] rev 43420
8172049: [s390] Implement "JEP 270: Reserved Stack Areas for Critical Sections".
Reviewed-by: mdoerr
mdoerr [Tue, 03 Jan 2017 11:22:37 +0100] rev 43419
8172145: C2: anti dependence missed because store hidden by membar
Reviewed-by: kvn
mlarsson [Tue, 03 Jan 2017 12:25:19 +0100] rev 43418
8170857: Typo in -Xlog:help output
Reviewed-by: dholmes
mlarsson [Tue, 03 Jan 2017 12:24:52 +0100] rev 43417
8170855: Example for -Xlog:help do not contain one with multiple tags
Reviewed-by: dholmes
rbackman [Tue, 03 Jan 2017 08:54:29 +0100] rev 43416
8171082: [AOT] AOT'd SystemModules.modules() fails to load when too large
Reviewed-by: kvn, redestad
rraghavan [Mon, 02 Jan 2017 00:26:40 -0800] rev 43415
8156762: test/compiler/ciReplay/TestVMNoCompLevel.java fails with - 'Unexpected exit code for negative case: [-client]: expected 0 to not equal 0'
Summary: Corrected CLIENT_VM_AVAILABLE case
Reviewed-by: dpochepk, zmajo
iignatyev [Fri, 30 Dec 2016 20:11:49 +0300] rev 43414
8172149: CTW library should call System::exit
Reviewed-by: vlivanov
jwilhelm [Tue, 27 Dec 2016 22:34:07 +0100] rev 43413
Merge
iignatyev [Fri, 23 Dec 2016 22:28:07 +0000] rev 43412
Merge
bmoloden [Wed, 21 Dec 2016 15:01:01 +0300] rev 43411
8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java
Reviewed-by: kvn
iklam [Thu, 15 Dec 2016 19:26:41 -0800] rev 43410
8171809: Remove unused CDS code from JDK 9
Reviewed-by: jiangli, ccheung, mseledtsov
mchernov [Fri, 23 Dec 2016 20:44:48 +0300] rev 43409
8171045: gc/stress/TestStressG1Humongous.java fails to allocate the heap
Reviewed-by: tschatzl, kzhaldyb
coleenp [Fri, 23 Dec 2016 15:09:03 +0000] rev 43408
Merge
goetz [Thu, 22 Dec 2016 16:51:25 +0100] rev 43407
8171924: Use SIZE_FORMAT to print size_t values.
Reviewed-by: dholmes, tschatzl, coleenp, goetz
Contributed-by: arno.zeller@sap.com
gtriantafill [Thu, 22 Dec 2016 11:37:49 -0500] rev 43406
8171318: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java fails latest Jigsaw integration
Reviewed-by: sspitsyn, dholmes
iveresov [Thu, 22 Dec 2016 17:26:02 -0800] rev 43405
8168792: [AOT] problems in MethodHandle with aot-compiled java.base
Summary: Properly support assertions in AOT
Reviewed-by: kvn
lucy [Thu, 22 Dec 2016 15:01:20 -0600] rev 43404
8170981: Possible access to char array with negative index
Summary: Check arithmetic before trying to access array by index.
Reviewed-by: rprotacio, dholmes, gziemski
dfazunen [Thu, 22 Dec 2016 10:17:18 +0000] rev 43403
8170860: Get rid of the humanReadableByteCount() method in openjdk/hotspot
Reviewed-by: mgerdin, mchernov
ihse [Fri, 03 Feb 2017 15:20:05 +0100] rev 43402
8004842: Unify values of boolean make variables set in configure to true/false
Reviewed-by: erikj
lana [Thu, 02 Feb 2017 21:56:04 +0000] rev 43401
Merge
mchung [Tue, 31 Jan 2017 20:06:42 -0800] rev 43400
8173608: Separate JDK management agent from java.management module
Reviewed-by: dfuchs, dholmes, erikj
lana [Thu, 02 Feb 2017 21:20:37 +0000] rev 43399
Added tag jdk-9+155 for changeset 220ab62f260a
lancea [Sat, 04 Feb 2017 14:02:14 -0500] rev 43398
8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
Reviewed-by: dfuchs, alanb, psandoz, mchung
jwilhelm [Sat, 04 Feb 2017 03:29:38 +0100] rev 43397
Merge
jwilhelm [Tue, 24 Jan 2017 00:30:23 +0100] rev 43396
Merge
gtriantafill [Thu, 19 Jan 2017 10:55:07 -0500] rev 43395
8152206: Simplify jvmstat modules
Reviewed-by: alanb, mchung, hseigel
jcm [Tue, 17 Jan 2017 21:39:22 -0800] rev 43394
8166002: Emulate client build on platforms with reduced virtual address space
Summary: The default VM ergonomics on Windows/x86 (32-bit) are changed to client like.
Reviewed-by: kvn, iveresov
jwilhelm [Fri, 13 Jan 2017 18:26:33 +0100] rev 43393
Merge
jwilhelm [Mon, 09 Jan 2017 17:10:31 +0100] rev 43392
Merge
iignatyev [Wed, 28 Dec 2016 18:37:09 +0300] rev 43391
8172094: 8171433 changes in generated-configure should be restored
Reviewed-by: erikj, kzhaldyb
jwilhelm [Tue, 27 Dec 2016 22:34:04 +0100] rev 43390
Merge
bmoloden [Wed, 21 Dec 2016 14:41:48 +0300] rev 43389
8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java
Reviewed-by: kvn
ihse [Fri, 03 Feb 2017 15:19:38 +0100] rev 43388
8004842: Unify values of boolean make variables set in configure to true/false
Reviewed-by: erikj
ihse [Fri, 03 Feb 2017 14:34:00 +0100] rev 43387
8059000: hgforest: pass options to serve command
Reviewed-by: erikj
Contributed-by: Michael Duigou <openjdk@duigou.org>
ihse [Fri, 03 Feb 2017 14:32:38 +0100] rev 43386
8172912: JTReg concurrency value must be limited
Reviewed-by: erikj
lana [Thu, 02 Feb 2017 21:55:29 +0000] rev 43385
Merge
dfuchs [Thu, 02 Feb 2017 16:50:38 +0000] rev 43384
8173607: JMX RMI connector should be in its own module
Summary: The JMX RMI connector is moved to a new java.management.rmi module.
Reviewed-by: mchung, erikj
ihse [Thu, 02 Feb 2017 12:05:51 +0100] rev 43383
8173107: Fix autoconf/spec.gmk mismatches
Reviewed-by: erikj, dholmes
mchung [Tue, 31 Jan 2017 20:06:23 -0800] rev 43382
8173608: Separate JDK management agent from java.management module
Reviewed-by: dfuchs, dholmes, erikj
lana [Thu, 02 Feb 2017 21:20:36 +0000] rev 43381
Added tag jdk-9+155 for changeset 58b8748ef90d
duke [Wed, 05 Jul 2017 22:46:25 +0200] rev 43380
Added tag jdk-9+155 for changeset f4aff695ffe0
duke [Wed, 05 Jul 2017 22:46:23 +0200] rev 43379
Merge
duke [Wed, 05 Jul 2017 22:46:16 +0200] rev 43378
Merge
henryjen [Tue, 31 Jan 2017 13:55:03 -0800] rev 43377
8172309: classpath wildcards code does not support --class-path
Reviewed-by: jjg, ksrini
jjg [Mon, 30 Jan 2017 17:43:18 -0800] rev 43376
8172810: ModuleElement should declare and provide appropriate modifiers
Reviewed-by: darcy
darcy [Mon, 30 Jan 2017 15:08:38 -0800] rev 43375
8173609: Elements.printElements needs to support modules
Reviewed-by: forax, jjg
jjg [Fri, 27 Jan 2017 15:49:14 -0800] rev 43374
8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
Reviewed-by: jjg
Contributed-by: istomin.den@gmail.com
bpatel [Thu, 26 Jan 2017 16:53:56 -0800] rev 43373
8173419: Javadoc fix 8166175 results in test failures
Reviewed-by: jjg, ksrini
jjg [Thu, 26 Jan 2017 14:35:04 -0800] rev 43372
8173312: Hide support for --inherit-runtime-environment
Reviewed-by: mchung
lana [Thu, 26 Jan 2017 21:20:40 +0000] rev 43371
Merge
bpatel [Thu, 26 Jan 2017 13:01:12 -0800] rev 43370
8166175: javadoc search doesn't work on local doc bundles
Reviewed-by: jjg, ksrini
jlahoda [Thu, 26 Jan 2017 14:14:01 +0100] rev 43369
8173068: ElementUtils getPackageElement does not allow for an unnamed package
Summary: Removing special handling of unnamed packages in Elements.getPackageElement.
Reviewed-by: darcy, jjg, ksrini
jlahoda [Thu, 26 Jan 2017 14:11:38 +0100] rev 43368
8067747: javac throws exception during compilation when annotation processing is enabled
Summary: Enforcing Filer rules regarding initial inputs, to avoid downstream problems.
Reviewed-by: darcy, jjg
rfield [Wed, 25 Jan 2017 10:43:41 -0800] rev 43367
8171343: jshell tool: missing options: --help-extra --show-version
Reviewed-by: jlahoda
rfield [Wed, 25 Jan 2017 10:22:06 -0800] rev 43366
8173232: JShell tests: ReplaceTest takes too long
8173234: JShell tests: remove from ProblemList jdk/jshell/ToolFormatTest.java
8173204: JShell tests: ProblemList jdk/jshell/UserJdiUserRemoteTest.java
Reviewed-by: jlahoda
jjg [Tue, 24 Jan 2017 17:36:41 -0800] rev 43365
8041793: javap misses newline after printing AnnotationDefault
Reviewed-by: jjg
Contributed-by: istomin.den@gmail.com
jjg [Tue, 24 Jan 2017 16:18:24 -0800] rev 43364
8051768: Inconsistent output for Visible and InvisibleParameterAnnotations
Reviewed-by: jjg
Contributed-by: istomin.den@gmail.com
jlahoda [Tue, 24 Jan 2017 13:29:58 +0100] rev 43363
8153759: jshell tool: Smart completion detection is not reliable
Summary: Reverting back to smart completion if any action follows a completion action.
Reviewed-by: rfield
lana [Thu, 26 Jan 2017 19:22:40 +0000] rev 43362
Added tag jdk-9+154 for changeset 692b0dfbb390
duke [Wed, 05 Jul 2017 22:46:04 +0200] rev 43361
Merge
lana [Thu, 26 Jan 2017 19:22:38 +0000] rev 43360
Added tag jdk-9+154 for changeset fc31f9d07a66
duke [Wed, 05 Jul 2017 22:45:57 +0200] rev 43359
Merge
dfuchs [Fri, 27 Jan 2017 20:33:34 +0000] rev 43358
8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it
Summary: removed the code that special cased file and jar and threw IAE if the file did not exist.
Reviewed-by: alanb, lancea
lana [Thu, 26 Jan 2017 21:20:30 +0000] rev 43357
Merge
dfuchs [Tue, 24 Jan 2017 16:34:23 +0000] rev 43356
8173111: Excessive recursion in EventFilterSupport when filtering over large number of XML events can cause StackOverflow
Summary: This fix replaces un unwanted recursion in the XML streams event filtering support by a simple loop (in nextEvent/nextTag).
Reviewed-by: aefimov, clanger, lancea, rriggs
clanger [Tue, 24 Jan 2017 11:10:19 +0100] rev 43355
8173261: JAXP: TESTBUG: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
Reviewed-by: dfuchs, fyuan
lana [Thu, 26 Jan 2017 19:22:38 +0000] rev 43354
Added tag jdk-9+154 for changeset c910b570468e
duke [Wed, 05 Jul 2017 22:45:48 +0200] rev 43353
Merge
hannesw [Tue, 31 Jan 2017 10:48:49 +0100] rev 43352
8173480: in operator should work on java objects and classes
Reviewed-by: jlaskey, sundar
lana [Thu, 26 Jan 2017 21:20:32 +0000] rev 43351
Merge
hannesw [Thu, 26 Jan 2017 12:58:57 +0100] rev 43350
8172006: Nashorn JavaScript engine fails to call @FunctionalInterface with a java.util.List argument
Reviewed-by: attila, jlaskey
hannesw [Wed, 25 Jan 2017 09:49:02 +0100] rev 43349
8166186: ClassCastException with arguments usage
Reviewed-by: attila, sundar
sundar [Tue, 24 Jan 2017 18:08:04 +0530] rev 43348
8173257: test/script/trusted/JDK-8021189.js and test/script/trusted/JDK-8021129.js fail in nashorn nightly
Reviewed-by: hannesw, jlaskey
lana [Thu, 26 Jan 2017 19:22:40 +0000] rev 43347
Added tag jdk-9+154 for changeset 0d39b11bffb3
duke [Wed, 05 Jul 2017 22:45:39 +0200] rev 43346
Merge
prappo [Fri, 27 Jan 2017 16:28:56 +0000] rev 43345
8170116: Remove qualified exports from java.base to java.corba
Reviewed-by: dfuchs, alanb, mchung
Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>
lana [Thu, 26 Jan 2017 21:20:28 +0000] rev 43344
Merge
coffeys [Wed, 25 Jan 2017 12:09:25 +0000] rev 43343
8077395: org.omg.CORBA_2_3.portable.InputStream constructor should not specify JDK-specific property
Reviewed-by: lancea, rriggs
lana [Thu, 26 Jan 2017 19:22:37 +0000] rev 43342
Added tag jdk-9+154 for changeset 6a01d7639893
duke [Wed, 05 Jul 2017 22:45:29 +0200] rev 43341
Merge
mchung [Tue, 31 Jan 2017 14:47:57 -0800] rev 43340
8173711: Disable JAVA_OPTIONS env variable support until JDK-8173712 is resolved
Reviewed-by: ksrini, henryjen
rasbold [Tue, 31 Jan 2017 21:33:54 +0000] rev 43339
8173581: performance regression in com/sun/crypto/provider/OutputFeedback.java
Summary: Corrected the problem in OutputFeedback class
Reviewed-by: valeriep
Contributed-by: rasbold@google.com
naoto [Tue, 31 Jan 2017 13:18:34 -0800] rev 43338
8173423: Wrong display name for supplemental Japanese era
Reviewed-by: sherman
naoto [Mon, 30 Jan 2017 14:38:08 -0800] rev 43337
8172365: Provide a better migration path for ResourceBundleControlProvider
Reviewed-by: mchung
mchung [Mon, 30 Jan 2017 11:00:18 -0800] rev 43336
8173381: osName/osArch/osVersion is missing in ModuleDescriptor created by SystemModules
Reviewed-by: alanb
skovalev [Mon, 30 Jan 2017 13:11:56 +0300] rev 43335
8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
Reviewed-by: xuelei
clanger [Mon, 30 Jan 2017 16:33:20 +0100] rev 43334
8173634: libjli/cmdtoargs.c does not compile with VS2010
Reviewed-by: rriggs
jlahoda [Mon, 30 Jan 2017 13:14:09 +0100] rev 43333
8166535: jshell tool: cannot handle non-ascii characters
Summary: Using a more appropriate native method to read from the console.
Reviewed-by: rfield
ihse [Mon, 30 Jan 2017 09:09:34 +0100] rev 43332
8081694: Remove DISABLED_WARNINGS_gcc for libsctp
Reviewed-by: erikj
sherman [Sat, 28 Jan 2017 20:51:28 -0800] rev 43331
8173396: Error message issue with jar tool API validator
Reviewed-by: psandoz, mchung
henryjen [Fri, 27 Jan 2017 13:10:27 -0800] rev 43330
8172309: classpath wildcards code does not support --class-path
Reviewed-by: ksrini
prappo [Fri, 27 Jan 2017 16:27:52 +0000] rev 43329
8170116: Remove qualified exports from java.base to java.corba
Reviewed-by: dfuchs, alanb, mchung
Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>
sundar [Fri, 27 Jan 2017 19:07:45 +0530] rev 43328
8172864: Remove custom plugin module path
Reviewed-by: alanb, jlaskey
valeriep [Thu, 26 Jan 2017 23:11:37 +0000] rev 43327
Merge
valeriep [Thu, 26 Jan 2017 22:56:02 +0000] rev 43326
8062731: Cipher object can be created without calling Cipher.getInstance
Summary: Fixed the check in JCE so that only trusted providers can extend Cipher class
Reviewed-by: wetmore
henryjen [Wed, 25 Jan 2017 12:52:40 -0800] rev 43325
8170832: Add a new launcher environment variable JAVA_OPTIONS
Reviewed-by: mchung, ksrini
lana [Thu, 26 Jan 2017 21:21:16 +0000] rev 43324
Merge
prr [Thu, 26 Jan 2017 08:36:27 -0800] rev 43323
Merge
alexsch [Tue, 24 Jan 2017 11:37:32 +0300] rev 43322
8003495: [findbugs] javax.swing.* - Storing a reference to an externally mutable object into the internal representation
Reviewed-by: prr, serb
prr [Mon, 23 Jan 2017 11:59:48 -0800] rev 43321
8167228: Update to libpng 1.6.28
Reviewed-by: serb, azvegint
prr [Mon, 23 Jan 2017 10:27:58 -0800] rev 43320
Merge
alitvinov [Mon, 23 Jan 2017 19:58:06 +0300] rev 43319
8168751: Two "Direct Clip" threads are created to play the same "AudioClip" object, what makes clip sound corrupted
Reviewed-by: serb, amenkov
prr [Fri, 20 Jan 2017 16:03:08 -0800] rev 43318
8171836: Memory leak in java.desktop/unix/native/common/awt/fontpath.c
Reviewed-by: prr, arapte
Contributed-by: David Carlier <devnexen@gmail.com>
bpb [Fri, 20 Jan 2017 15:13:48 -0800] rev 43317
8154228: [TIFF] IIOException: "Insufficient data offsets or byte counts" when loading test image
Summary: If byte counts are not provided attempt to compute them if feasible.
Reviewed-by: prr
bpb [Fri, 20 Jan 2017 15:09:54 -0800] rev 43316
8145019: Exceptions from TIFFImageReader.read() when loading bit depth test images
Summary: Fix some problems reading unusual bit depth images relating to setting the correct ImageTypeSpecifier and reformatting discontiguous data
Reviewed-by: prr
ddehaven [Fri, 20 Jan 2017 08:53:42 -0800] rev 43315
Merge
prr [Fri, 20 Jan 2017 10:28:34 -0800] rev 43314
8172999: Crash on Windows getting FontMetrics since JDK 9 b96
Reviewed-by: serb, vadim
jdv [Fri, 20 Jan 2017 14:28:46 +0530] rev 43313
8173064: Unexpected <body> tag in javax/imageio/plugins/tiff/package.html
Reviewed-by: psadhukhan, arapte
aniyogi [Fri, 20 Jan 2017 12:56:35 +0530] rev 43312
8172509: [TEST_BUG] [macosx] Failure of the new test java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java
Reviewed-by: serb, alexsch
prr [Thu, 19 Jan 2017 12:04:58 -0800] rev 43311
8172813: test/java/awt/font/JNICheck/JNICheck.sh fails on Linux
Reviewed-by: serb, psadhukhan, pnarayanan
prr [Wed, 18 Jan 2017 17:36:24 -0800] rev 43310
6232267: TrueType Fonts which have only Apple platform names cannot be loaded
Reviewed-by: psadhukhan
alexsch [Wed, 18 Jan 2017 17:22:03 +0300] rev 43309
8168537: Test fails with AccessControlException
Reviewed-by: prr, serb
serb [Wed, 18 Jan 2017 18:14:50 +0300] rev 43308
8149879: Examine UIDefaults::addResourceBundle(String bundleName) with resource encapsulation
Reviewed-by: prr, mchung, alexsch
anazarov [Thu, 26 Jan 2017 19:06:01 +0300] rev 43307
8173395: Problemlist tools/jar/multiRelease/ApiValidatorTest.java
Reviewed-by: ksrini
anazarov [Thu, 26 Jan 2017 14:32:41 +0300] rev 43306
8173372: Add tests for multi-release module jar API validator
Reviewed-by: psandoz
mchung [Wed, 25 Jan 2017 10:53:01 -0800] rev 43305
8172808: Handle sun.security.util.Resources bundle in ResourcesMgr in the same way as AuthResources
Reviewed-by: mullan
plevart [Wed, 25 Jan 2017 15:53:17 +0100] rev 43304
Merge
plevart [Wed, 25 Jan 2017 15:41:20 +0100] rev 43303
8173056: Add test that captures current behavior of annotations with invalid annotation types
Reviewed-by: redestad
chegar [Wed, 25 Jan 2017 14:10:03 +0000] rev 43302
8173354: javadoc warning notice for types in Incubator Modules
Reviewed-by: erikj, michaelm
mli [Wed, 25 Jan 2017 03:47:40 -0800] rev 43301
8173326: Problem list java/rmi/registry/readTest/CodebaseTest.java on Windows
Reviewed-by: dholmes
mli [Tue, 24 Jan 2017 18:41:36 -0800] rev 43300
8171900: javax/net/ssl/SSLSession/SessionTimeOutTests.java failed with "SSLHandshakeException: Remote host terminated the handshake"
Summary: The fix takes some code patterns from SSLSocketTemplate to deal with possible SSLHandshakeException and SocketTimeoutException, and it also resolves a potential mismatch on the connections between the clients and the servers.
Reviewed-by: xuelei
Contributed-by: John Jiang <sha.jiang@oracle.com>