hotspot/src/cpu/x86/vm/frame_x86.cpp
2017-01-23 zmajo 8172844: Assert fails in deoptimization due to original PC at the end of code section
2016-10-24 cjplummer 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
2016-10-22 dlong 8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
2016-08-16 dlong 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
2016-08-03 coleenp 8159284: bigapps/Jetty - assert(jfa->last_Java_sp() > sp()) failed with JFR in use
2016-04-28 vlivanov Merge
2016-04-26 rbackman 8151956: Support non-continuous CodeBlobs in HotSpot
2016-04-25 coleenp 8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
2015-12-22 coleenp 8074457: Remove the non-Zero CPP Interpreter
2015-12-20 goetz 8139864: Improve handling of stack protection zones.
2015-10-17 dlong Merge
2015-10-09 david 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
2015-10-08 twisti 8136421: JEP 243: Java-Level JVM Compiler Interface
2015-06-24 bdelsart 8030076: remove unused runtime related code
2015-04-27 zmajo 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
2015-02-02 fparain 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
2014-09-24 simonis 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
2014-07-17 coleenp 8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
2014-06-26 goetz 8048241: Introduce umbrella header os.inline.hpp and clean up includes
2014-05-09 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
2014-03-05 roland 8036146: make CPP interpreter build again
2013-12-05 mgronlun 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
2013-09-26 hseigel 7195622: CheckUnhandledOops has limited usefulness now
2013-06-24 coleenp 8016325: JVM hangs verifying system dictionary
2013-06-10 sla 8005849: JEP 167: Event-Based JVM Tracing
2013-03-06 jprovino 8006498: #if <symbol> is wrong in the code.
2013-02-26 rbackman 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
2012-11-28 coleenp 8003635: NPG: AsynchGetCallTrace broken by Method* virtual call
2012-09-01 coleenp 6964458: Reimplement class meta-data storage to use native memory
2012-07-24 twisti 7023639: JSR 292 method handle invocation needs a fast path for compiled code
2012-01-31 iveresov 7141059: 7116795 broke pure c2 builds
2012-01-26 bdelsart 7120468: SPARC/x86: use frame::describe to enhance trace_method_handle
2012-01-24 bdelsart 7120450: complete information dumped by frame_describe
2012-01-18 bdelsart 7120448: Fix FP values for compiled frames in frame::describe
2011-11-03 twisti 7106944: assert(_pc == *pc_addr) failed may be too strong
2011-10-11 twisti 7081938: JSR292: assert(magic_number_2() == MAGIC_NUMBER_2) failed
2011-09-08 bdelsart 7087445: Improve platform independence of JSR292 shared code
2011-05-10 never 7043301: assert(locals < caller->fp() || locals > (caller->fp() + 16)) failed: locals in save area
2011-05-06 never 6939861: JVM should handle more conversion operations
2011-05-03 never 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
2010-11-23 stefank 6989984: Use standard include model for Hospot
2010-08-25 twisti 6978355: renaming for 6961697
2010-08-03 bobv 6953477: Increase portability and flexibility of building Hotspot
2010-05-28 trims 6941466: Oracle rebranding changes for Hotspot repositories
2010-05-11 jrose Merge
2010-04-28 johnc 6946056: assert((intptr_t) sp()<=(intptr_t) result,"result must>=than stack pointer"), frame_x86.cpp:295
2010-04-30 twisti 6943304: remove tagged stack interpreter
2010-02-01 twisti 6921352: JSR 292 needs its own deopt handler
2010-01-29 twisti 6921339: backout 6917766
2010-01-29 twisti 6917766: JSR 292 needs its own deopt handler
2010-01-04 twisti 6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164)
2009-07-28 xdono 6862919: Update copyright year
2009-06-05 cfang 6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization
2008-08-27 never 5108146: Merge i486 and amd64 cpu directories
2008-07-02 xdono 6719955: Update copyright year
2008-04-08 sgoldman 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
2007-12-01 duke Initial load
less more (0) tip