Erik Helin
|
b70f686814
|
Merge
|
2014-01-17 09:40:04 +01:00 |
|
Erik Helin
|
3cd01085cd
|
8031779: Assert in MetaspaceGC is always true
Reviewed-by: jmasa, jwilhelm
|
2014-01-16 17:22:35 +01:00 |
|
Dmitry Samersoff
|
3154f17907
|
Merge
|
2014-01-14 22:13:21 +00:00 |
|
Dmitry Samersoff
|
5289bda8e5
|
8030941: Darwin mapfile-vers doesnt work for other BSDs
Changed makefile to use generic mapfile for non Darwin BSDs
Reviewed-by: dholmes, sla
|
2014-01-15 02:02:47 +04:00 |
|
Harold Seigel
|
44a8bf65f3
|
8031059: invokestatic: ICCE trying to invoke static method when it clashes with an abstract method inherited from an interface
Do not create AME overpass if there is a matching static method
Reviewed-by: lfoltan, coleenp, kamg
|
2014-01-14 16:27:35 -05:00 |
|
George Triantafillou
|
e5a5aefdfb
|
8028398: [TESTBUG]: test/runtime/memory/ReadFromNoaccessArea.java failed with EXCEPTION_ACCESS_VIOLATION
Remove ignore label
Reviewed-by: sla, mseledtsov
|
2014-01-14 13:51:47 -05:00 |
|
Erik Helin
|
e962dec4b7
|
Merge
|
2014-01-14 14:26:43 +01:00 |
|
Zhengyu Gu
|
509d617369
|
8031530: [TESTBUG] Enable test runtime/LoadClass/LoadClassNegative.java
Re-enabled the test. The issue that prevents this test from running was fixed by 8020675
Reviewed-by: sla, ccheung
|
2014-01-13 10:05:37 -05:00 |
|
Fredrik Arvidsson
|
6c1b243c0e
|
8031304: Add dcmd to print all loaded dynamic libraries
Adding VM.dynlibs as a dcmd to dump all loaded dynamic libraries.
Reviewed-by: sla, fparain, mgronlun, dsamersoff
|
2014-01-14 15:27:01 +01:00 |
|
Harold Seigel
|
f84476eec5
|
Merge
|
2014-01-13 18:30:57 -05:00 |
|
Morris Meyer
|
a665235538
|
Merge
|
2014-01-10 12:54:08 -08:00 |
|
Per Lidén
|
ca035a4040
|
8029162: G1: Shared SATB queue never enabled
Reviewed-by: brutisso, mgerdin, tschatzl
|
2014-01-10 09:54:25 +01:00 |
|
Per Lidén
|
ce8f2a52fc
|
8029255: G1: Reference processing should not enqueue references on the shared SATB queue
Reviewed-by: brutisso, tschatzl
|
2014-01-10 09:53:53 +01:00 |
|
Albert Noll
|
42afc756f5
|
8022494: Make compilation IDs sequential
Use atomic operations to provide sequential compilation IDs
Reviewed-by: kvn, twisti
|
2014-01-10 06:36:18 +01:00 |
|
Christian Thalinger
|
0c84081c87
|
8026413: ScopeDesc::is_equal is declared in header file but not implemented
Reviewed-by: kvn
|
2014-01-09 18:09:59 -08:00 |
|
Calvin Cheung
|
9d16ac7083
|
8022301: [TESTBUG] runtime/jsig/Test8017498.sh incorrectly compiles native code
Added the '-m32' compile option and the '-z noexecstack' link option
Reviewed-by: mseledtsov, zgu
|
2014-01-09 15:48:00 -08:00 |
|
Zhengyu Gu
|
3d84ac9ef1
|
7012961: runtime/jni/WindowsExceptionFilter/WindowsExceptionFilter01 crashes on windows-amd64
VM needs to handle EXCEPTION_FLT_* exceptions on Win64
Reviewed-by: coleenp, ccheung
|
2014-01-09 14:06:53 -05:00 |
|
Erik Helin
|
c6faff2824
|
Merge
|
2014-01-09 16:53:51 +01:00 |
|
Igor Ignatyev
|
26ad8adaf4
|
8031115: intrinsics for Math.decrementExact(J) and incrementExact(J) don't work
Reviewed-by: kvn, twisti
|
2014-01-09 19:03:36 +04:00 |
|
Niclas Adlertz
|
f0e34eb09c
|
8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot
Remove the VerifyOopMaps flag which doesn't work for tiered or for C1 with more compiler threads than one.
Reviewed-by: twisti, drchase, iveresov
|
2014-01-09 10:47:40 +01:00 |
|
Daniel D. Daugherty
|
1eed5c3f4d
|
Merge
|
2014-01-08 13:53:24 -08:00 |
|
Vladimir Kozlov
|
ba7149bbda
|
8028468: Add inlining information into ciReplay
Allow dump and replay inlining for specified method during a program execution.
Reviewed-by: roland, twisti
|
2014-01-08 10:25:50 -08:00 |
|
Staffan Larsen
|
2352ce8d9c
|
8030184: Remove unneeded "content_type" declarations from tracetypes.xml
Reviewed-by: dholmes, jbachorik, egahlin, mgronlun
|
2014-01-08 13:20:33 +01:00 |
|
Niclas Adlertz
|
1defb28228
|
8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections
Added loadConP0 projection node to block in case of re-materialization of the loadConP0. x86_64 only.
Reviewed-by: kvn
|
2014-01-08 12:05:19 +01:00 |
|
Roland Westrelin
|
cb7814987c
|
8029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGV
May end up in uncommon trap blob/deopt blob with unguarded stack
Reviewed-by: kvn, twisti
|
2014-01-08 09:49:31 +01:00 |
|
Jeremy Manson
|
783155575c
|
8031376: TraceClassLoading expects there to be a (Java) caller when you load a class with the bootstrap class loader
Reviewed-by: sla, dholmes
|
2014-01-08 08:34:02 +01:00 |
|
Christian Thalinger
|
dd042bf16e
|
8022263: use same Clang warnings on BSD as on Linux
Reviewed-by: kvn, iveresov
|
2014-01-07 14:26:12 -08:00 |
|
Coleen Phillimore
|
469f290817
|
8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
Metaspace::contains cannot look at purged metaspaces while CMS concurrently deallocates them.
Reviewed-by: mgerdin, sspitsyn, jmasa
|
2014-01-07 13:26:56 -05:00 |
|
Erik Helin
|
acc27f48fc
|
Merge
|
2014-01-07 16:15:35 +01:00 |
|
Roland Westrelin
|
417b5f07b7
|
8027571: fatal error: meet not symmetric
Meet of one constant array and one exact array not symmetric.
Reviewed-by: kvn
|
2014-01-07 16:02:10 +01:00 |
|
Roland Westrelin
|
e9b5199781
|
8028064: tiered may collect wrong receiver type at virtual call
When unique callee is known at compile time, recorded class may be wrong
Reviewed-by: kvn, iveresov
|
2014-01-07 14:36:34 +01:00 |
|
Jeremy Manson
|
66b65f9f88
|
8027364: PSScavenge accounts too large code section to StringTable unlink
Correct timing measurement by modifying the scope of the GCTraceTime instance.
Reviewed-by: ysr, tamao
|
2014-01-07 13:31:33 +01:00 |
|
Roland Westrelin
|
7c32ed31d2
|
8028536: Test cases to cover type system fixes pushed with 8024070
Extra test cases for type speculation
Reviewed-by: kvn
|
2014-01-07 12:38:22 +01:00 |
|
Staffan Larsen
|
3e537df17c
|
8031305: (hotspot) com.sun.management.VMOption is missing the ATTACH_ON_DEMAND origin
Reviewed-by: jbachorik, mchung, dholmes
|
2014-01-07 12:32:57 +01:00 |
|
Staffan Larsen
|
3c425d407f
|
4990369: visibleMethods() and methodsByName() return wrong visible methods
Reviewed-by: sspitsyn, coleenp
|
2014-01-07 10:50:28 +01:00 |
|
Christian Thalinger
|
76a9fa693d
|
8029305: add type tag to AbstractCompiler
Reviewed-by: iveresov, kvn
|
2014-01-06 17:23:07 -08:00 |
|
Christian Thalinger
|
618ee38356
|
8031199: _MSC_VER is only defined on _WIN32
Reviewed-by: kvn, iveresov
|
2014-01-06 15:35:20 -08:00 |
|
Harold Seigel
|
6794647135
|
8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized
Allow multiple calls to PerfMemory::destroy()
Reviewed-by: zgu, coleenp
|
2014-01-06 08:44:24 -05:00 |
|
Zhengyu Gu
|
e0ca30c97b
|
6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error
Fixed incompatible uses of EXCEPTION_MARK and CHECK macros in AttachListener::init(), handle exception locally.
Reviewed-by: minqi, coleenp
|
2013-12-31 08:58:08 -05:00 |
|
Joe Darcy
|
4d741fe483
|
8030656: Bad version check for parameter information in src/share/vm/classfile/javaClasses.cpp
Switched version check to check for greater than or equal to 8, not equal to 8
Reviewed-by: dholmes, kamg
|
2013-12-26 11:16:44 -05:00 |
|
J. Duke
|
343c8d34a8
|
Merge
|
2017-07-05 19:26:54 +02:00 |
|
J. Duke
|
71227fa4e2
|
Merge
|
2017-07-05 19:26:50 +02:00 |
|
J. Duke
|
355f80fb37
|
Merge
|
2017-07-05 19:26:45 +02:00 |
|
J. Duke
|
38c9e86fbd
|
Merge
|
2017-07-05 19:26:41 +02:00 |
|
J. Duke
|
b5e19dc13d
|
Merge
|
2017-07-05 19:26:37 +02:00 |
|
J. Duke
|
b841f889c7
|
Merge
|
2017-07-05 19:26:34 +02:00 |
|
J. Duke
|
a8ce2475eb
|
Merge
|
2017-07-05 19:26:30 +02:00 |
|
J. Duke
|
3a9f936f33
|
Merge
|
2017-07-05 19:26:20 +02:00 |
|
J. Duke
|
9decde8843
|
Added tag jdk9-b00 for changeset 13b877757b0b
|
2017-07-05 19:26:09 +02:00 |
|
J. Duke
|
15c2120672
|
Merge
|
2017-07-05 19:26:09 +02:00 |
|