RFR: CODETOOLS-7903021: jcstress: Dining Philosophers problem sample [v7]

Michael Mirwaldt duke at openjdk.java.net
Mon Nov 1 21:50:43 UTC 2021


> This s my initial draft fo a sample testing solutions for the dining philosophers problem:
> - Wikipedia explains it on https://en.wikipedia.org/wiki/Dining_philosophers_problem
> - It runs within 13min on my machine.
> - It includes a short comment about the motivation for that sample and
> a reference link to the wikipedia article about the dining philosophers problem. 
> - It offers 3 different solutions: with monitors, with reentrant locks and with semaphores

Michael Mirwaldt has updated the pull request incrementally with one additional commit since the last revision:

  Setting my user name and email

-------------

Changes:
  - all: https://git.openjdk.java.net/jcstress/pull/93/files
  - new: https://git.openjdk.java.net/jcstress/pull/93/files/61834766..5f505e90

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jcstress&pr=93&range=06
 - incr: https://webrevs.openjdk.java.net/?repo=jcstress&pr=93&range=05-06

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jcstress/pull/93.diff
  Fetch: git fetch https://git.openjdk.java.net/jcstress pull/93/head:pull/93

PR: https://git.openjdk.java.net/jcstress/pull/93


More information about the jcstress-dev mailing list