annotate CONTRIBUTING.md @ 22448:1c3deda60a9e

Truffle/Debugging: the REPL debugger now remembers breakpoint requests it receives from the command line client when there have been no executions yet (which means breakpoints cannot be set in the engine/debugger). When the first execution event arrives (with a reference to the Debugger), any "pending" breakpoints are created with the Debugger. This involved a bit of refactoring on the Breakpoint class hierarchy.
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 04 Nov 2015 16:33:40 -0800
parents a968fd429ee5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18312
a968fd429ee5 Add CONTRIBUTING.md file which will show up in GitHub when people try to send pull requests.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
1 Please see http://openjdk.java.net/contribute/ for details of how to contribute
a968fd429ee5 Add CONTRIBUTING.md file which will show up in GitHub when people try to send pull requests.
Chris Seaton <chris.seaton@oracle.com>
parents:
diff changeset
2 to OpenJDK projects including GraalVM.