RFR: CODETOOLS-7903021: jcstress: Dining Philosophers problem sample [v2]
Michael Mirwaldt
github.com+6693355+mmirwaldt at openjdk.java.net
Tue Sep 28 18:26:33 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:
reduced the ClassicProblem_01_DiningPhilosophers to the resource hierarchy solution
-------------
Changes:
- all: https://git.openjdk.java.net/jcstress/pull/93/files
- new: https://git.openjdk.java.net/jcstress/pull/93/files/714aa984..bc8fbadb
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jcstress&pr=93&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jcstress&pr=93&range=00-01
Stats: 168 lines in 1 file changed: 3 ins; 154 del; 11 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