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