Index: doc/papers/concurrency/Paper.tex
===================================================================
--- doc/papers/concurrency/Paper.tex	(revision 016b1eb1c94e278d77bf3e8460c08846534f9c67)
+++ doc/papers/concurrency/Paper.tex	(revision e6cfb4e2ba24af6428609120bfe63040fc3de631)
@@ -450,16 +450,16 @@
 \hline
 stateful			& thread	& \multicolumn{1}{c|}{No} & \multicolumn{1}{c}{Yes} \\
-\hline    
-\hline    
+\hline
+\hline
 No					& No		& \textbf{1}\ \ \ @struct@				& \textbf{2}\ \ \ @mutex@ @struct@		\\
-\hline    
+\hline
 Yes (stackless)		& No		& \textbf{3}\ \ \ @generator@			& \textbf{4}\ \ \ @mutex@ @generator@	\\
-\hline    
+\hline
 Yes (stackful)		& No		& \textbf{5}\ \ \ @coroutine@			& \textbf{6}\ \ \ @mutex@ @coroutine@	\\
-\hline    
+\hline
 No					& Yes		& \textbf{7}\ \ \ {\color{red}rejected}	& \textbf{8}\ \ \ {\color{red}rejected}	\\
-\hline    
+\hline
 Yes (stackless)		& Yes		& \textbf{9}\ \ \ {\color{red}rejected}	& \textbf{10}\ \ \ {\color{red}rejected} \\
-\hline    
+\hline
 Yes (stackful)		& Yes		& \textbf{11}\ \ \ @thread@				& \textbf{12}\ \ @mutex@ @thread@		\\
 \end{tabular}
@@ -3042,5 +3042,6 @@
 Rust tokio thread		& 1860.0	& 1881.1	& 37.6		\\
 Rust thread				& 53801.0	& 53896.8	& 274.9		\\
-Java thread				& 120274.0	& 120722.9	& 2356.7	\\
+Java thread (   10 000)		& 119256.0	& 119679.2	& 2244.0	\\
+Java thread (1 000 000)		& 123100.0	& 123052.5	& 751.6 	\\
 Pthreads thread			& 31465.5	& 31419.5	& 140.4
 \end{tabular}
@@ -3097,5 +3098,6 @@
 \uC @signal@ monitor		& 328.3		& 327.4		& 2.4		\\
 Rust cond. variable			& 7514.0	& 7437.4	& 397.2		\\
-Java @notify@ monitor		& 9623.0	& 9654.6	& 236.2		\\
+Java @notify@ monitor (  1 000 000)		& 8717.0	& 8774.1	& 471.8		\\
+Java @notify@ monitor (100 000 000)		& 8634.0	& 8683.5	& 330.5		\\
 Pthreads cond. variable		& 5553.7	& 5576.1	& 345.6
 \end{tabular}
@@ -3181,5 +3183,6 @@
 Goroutine mutex lock			& 34.0	& 34.0	& 0.0	\\
 Rust mutex lock					& 33.0	& 33.2	& 0.8	\\
-Java synchronized method		& 31.0	& 31.0	& 0.0	\\
+Java synchronized method (   100 000 000)		& 31.0	& 30.9	& 0.5	\\
+Java synchronized method (10 000 000 000)		& 31.0 & 30.2 & 0.9 \\
 Pthreads mutex Lock				& 31.0	& 31.1	& 0.4
 \end{tabular}
@@ -3201,5 +3204,5 @@
 % To: "Peter A. Buhr" <pabuhr@plg2.cs.uwaterloo.ca>
 % Date: Fri, 24 Jan 2020 13:49:18 -0500
-% 
+%
 % I can also verify that the previous version, which just tied a bunch of promises together, *does not* go back to the
 % event loop at all in the current version of Node. Presumably they're taking advantage of the fact that the ordering of
@@ -3248,5 +3251,7 @@
 Rust tokio thread	& 143.0		& 143.0		& 1.7	\\
 Rust thread			& 332.0		& 331.4		& 2.4	\\
-Java thread			& 405.0		& 415.0		& 17.6	\\
+Java thread	(      100 000)		& 405.0		& 415.0		& 17.6	\\
+Java thread (  100 000 000)			& 413.0 & 414.2 & 6.2 \\
+Java thread (5 000 000 000)			& 415.0 & 415.2 & 6.1 \\
 Pthreads thread		& 334.3		& 335.2		& 3.9
 \end{tabular}
